* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/main-bg1.jpg) center 72px no-repeat #000;
	font-family:verdana; font-size:20px; 
	line-height:.9375em;
	color:#957d59;

}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}

ul { list-style:none;}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}
/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	height:750px;
	font-size:.5625em;
}

#header {
	height:240px;
	background:url(images/header-bg.jpg) no-repeat left top;
}
#content {
	height:469px;
}
#footer {
	height:41px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:verdana; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
	#contacts-form label { 
		display:block;
		height:40px;
	} 
		#contacts-form label input { 
			width:233px;
			padding:5px 0 5px 3px;
			color:#c0ac7b;
			background:url(images/form-bg.png) left top;
			text-transform:uppercase;
			border:1px solid #5c4436;
		}
		#contacts-form textarea {
			width:233px;
			height:115px;
			padding:5px 0 0 3px;
			margin-bottom:30px;
			color:#c0ac7b;
			overflow:auto;
			background:url(images/form-bg.png) left top;
			border:1px solid #5c4436;
			text-transform:uppercase;
		}

/*----- other -----*/
.img-indent { 
	margin:0 30px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 30px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#c0ac7b; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	background:url(images/border.gif) left bottom repeat-x;
	font-size:24px;
	line-height:1.2em;
	text-transform:none;
	color:#c0ac7b;
	padding:0 0 16px 0;
	margin-bottom:17px;
}
	h2 strong {
		background:url(images/marker.gif) no-repeat 29px 5px; padding:0 0 0 57px;
	}
h3 {
	font-size:1em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#c0ac7b;
	padding-top:15px;
	margin-bottom:14px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#c0ac7b;
}
h5 {
	font-size:1em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#c0ac7b;
}

.link1 { 
	background:url(images/arrow1.gif) no-repeat left 3px;
	padding:0 0 0 9px;
}


.address { 
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		color:#c0ac7b;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:72px;
		}


/*===== header =====*/
#header .row-1 {
	height:72px;
}
#header .row-2 {
	padding:33px 0 0 227px;
}

#header .nav {
	text-align:center;
	font-size:18px;
	line-height:1.2em;
	padding:26px 0 0 0;
}
	#header .nav li {
		display:inline;
	}
		#header .nav li a {
			color:#dfcfa8;
			text-decoration:none;
			padding:0 33px 0 33px;
		}
	
/*===== content =====*/
#content .indent {
	padding:27px 90px 30px 81px;
}
	#content .indent .indent {
		padding:0 0 0 8px;
	}

.img-list {
	margin-bottom:-14px;
}
	.img-list li {
		padding:0 0 14px 0;
	}

.list1 li {
	background:url(images/arrow1.gif) no-repeat left 4px; padding:0 0 10px 9px;
}

.folio {
	width:100%;
	overflow:hidden;
}
	.folio dt {
		float:left;
		margin-right:58px;
	}
		.folio dt img {
			display:block;
			margin-bottom:22px;
		}
	.folio dd {
		float:left;
		width:372px;
	}
		.folio dd ul {
			padding-bottom:15px;
			width:100%;
			overflow:hidden;
		}
			.folio dd ul li {
				float:left;
				margin-right:14px;
				padding-bottom:14px;
			}
			.folio dd ul li.alt {
				margin-right:0;
			}
/*===== footer =====*/
#footer, #footer a {
	color:#703d20;
}
	#footer .indent {
		padding:14px 0 0 0;
		text-align:center;
	}

/*==========================================*/
