@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3em;
}
.index {
	background: #A79B8F url(images/Background.jpg) no-repeat top left;
	height: 2259px;
}
p {
	padding: 0;
	margin: 4px 0 4px 0;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover, a.active {
	color: #cc6600;
}
.container {
	width: 811px;
	padding-left: 45px;
	padding-top: 32px;
}
.leftColumn {
	width: 550px;
	float: left;
	display: inline;
	margin-bottom: 23px;
}
.bordered {
	border: 1px solid #999;
}
.index .bordered {
	border: 1px solid #fff;
}
.leftColumn .title {
	padding: 4px 8px;
	margin: 0;
}
.leftColumn p {
	padding: 4px 8px;
}
.index .leftColumn .title{
	color: #fff;
	display: block;
	background: url(images/v_white.gif) no-repeat 532px 8px;
	text-decoration: none;
}
.index .leftColumn .title:hover {
	color: #fff;
	display: block;
	background-color: #A9A499;
	text-decoration: none;
}
.index .leftColumn .bordered:hover {
	border: 1px solid #A9A499;
}
.leftColumn .title a {
	color: black;
	display: block;
	background: url(images/v.gif) no-repeat right 3px;
	text-decoration: none;
}
.leftColumn .vLeft a {
	color: black;
	display: block;
	background: url(images/v_left.gif) no-repeat right 3px;
	text-decoration: none;
}
.leftColumn .vRight a {
	color: black;
	display: block;
	background: url(images/v_right.gif) no-repeat right 3px;
	text-decoration: none;
}
.leftColumn .vLeft a:hover {
	background: url(images/v_leftBlack.gif) no-repeat right 3px !important;
}

.leftColumn .list {
	margin: 0 17px 0 25px;
	list-style: none outside;
	padding: 0;
}

.list a {
	color: #cc6600;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cc6600;
	padding: 1px 0;
}
.list a:hover {
	color: #000;
}
.indexImg {
	margin-top: 49px;
}

.rightColumn {
	width: 244px;
	float: right;
	display: inline;
}
.pagesMenu {
	width: 245px;
	border: 1px solid #fff;
}
/* .pagesMenu p {
	background: url(images/v_right.gif) no-repeat left 3px;
	padding-left: 15px;
} */
.pagesMenu .next {
	background: url(images/v_right.gif) no-repeat left 2px;
	padding-left: 15px;
}
.pagesMenu .next:hover {
	background: url(images/v_rightBlack.gif) no-repeat left 2px;
}
.pagesMenu p a {
	color: #999;
}
.pagesMenu p a.active, .pagesMenu p a:hover {
	color: #000;
}
.index .rightColumn {
	width: 244px;
	float: right;
	display: inline;
	color: #fff;
}
.index .rightColumn .homePageLink {
	color: white;
}
.address {
	padding-top: 5px;
}


.spacer23 {
	height: 23px;
}
.spacer46 {
	height: 46px;
}
.relative {
	position: relative;
}
.returnToPortfolio {
	position: absolute;
	top: 4px;
	left: 7px;
	display: block;
	width: 535px;
	text-indent: -2000em;
}
.leftColumn .vLeft .returnToPortfolio:hover {
	text-indent: 0em;
	background-color: #fff !important;
}

