* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:942px;
}
body { 
	background:url(images/main-bg.jpg) no-repeat center top #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%; 
	line-height:1.125em;
	color:#9a6f4a;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignleft { 
	text-align:left;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:942px; 
	margin:0 auto;
	font-size:.9375em;
}

#header {
	height:223px;
	font-size:10px;
	text-transform:uppercase;
}
#content {
	
}
#footer {
	padding:11px 113px 0 0;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;

}

#footernbglogo {
	padding:0px 175px 0 0;
	text-align:right;
	
}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 29px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:39px;
}
	.img-box img { 
		float:left; 
		margin:0 29px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

.just {
	text-align: justify;
}

p {
	font-size:14px; 
	line-height:1.15em;
	color:#9a6f4a;
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ac7c52; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#93551c;
	width:100%;
	overflow:hidden;
	margin-left:-15px;
	margin-bottom:45px;
}
	h2 a {
		float:right;
		text-decoration:none;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#b88558;
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	border-bottom:1px solid #42220b;
	padding-bottom:20px;
	margin-bottom:20px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#b07f46;
	font-weight:bold;
	font-style:normal;
	font-size:13px;
	margin-bottom:12px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:1em;
	color:#b07f46;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:5px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height: 1em;
	color:#b07f46;
	font-weight:bold;
	margin-bottom:10px;	
}


.link1 { 
	background:url(images/bull.gif) no-repeat left 7px;
	padding:0 0 0 12px;
	font-size:12px;
	color:#86674c;
}

.line-hor { 
	background:#2d1907;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:7px 0 0 0;
}
.line-hor1 { 
	background:#3e2508;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:7px 0 0 0;
}

.line-hor1less { 
	background:#3e2508;
	height:1px;
	overflow:hidden;
	margin-bottom:-13px;
}

.line-hor2 { 
	background:#44190a;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 18px 0;
}
.line-hor2less { 
	background:#44190a;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 -15px 0;
}
.line-hor3 { 
	background:#2b210c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:19px 0 0 0;
}
.line-hor4 { 
	background:#2c210c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:19px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box1 {
	background:url(images/box1-bg.jpg) no-repeat left top;
	width:100%;
	height:516px;
}
	.box1 .inner {
		padding:32px 34px 0 18px;
	}
		.box1 .inner .inner {
			padding:0 0 0 11px;
		}

.box1.bg2 {
	background:url(images/box2-bg.jpg) no-repeat left top;
}
.box1.bg3 {
	background:url(images/box1-bg3.jpg) no-repeat left top;
}
.box1.bg4 {
	background:url(images/box1-bg4.jpg) no-repeat left top;
}
.box1.bg5 {
	background:url(images/box1-bg5.jpg) no-repeat left top;
}
		

.address { 
	float:left;
}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:98px;
		}
		.address dd a {
			font-size:13px;
		        font-family:Arial, Helvetica, sans-serif;
		}


/*===== header =====*/
#header .fleft {
	padding:0 0 0 1px;
}
#header .fright {
	padding:25px 63px 0 0;
	color:#784d20;
}
	#header .fright a {
		color:#784d20;
	}
	#header .fright span {
		padding-right:100px;
		color:#805633;
	}

/*===== content =====*/
#content .nav {
	width:100%;
	overflow:hidden;
}
	#content .nav li {
		float:left;
		margin-right:2px;
	}
	#content .nav li.last {
		margin-right:0;
	}
	
.list1 li {
	background:url(images/bull.gif) no-repeat left 4px;
	padding:0 0 7px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}
	.list1 li a {
		color:#86674c;
	}

.list2 li {
	background:url(images/bull.gif) no-repeat left 6px;
	padding:0 0 12px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.15em;
}
	.list2 li a {
	color:#b88558;
	}
	
.list3 li {
	background:url(images/bull.gif) no-repeat left 4px;
	padding:0 0 5px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: .9em;
}
	.list3 li a {
	color:#b88558;
	}

.banners li {
	float:left;
}

/*===== footer =====*/
#footer, #footer a {
	color:#784d20;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:33px;
		background:url(images/input-bg.gif) no-repeat left top;
	} 
		#contacts-form label input { 
			width:255px;
			padding:5px 5px 3px 10px;
			color:#86674c;
			background:none;
			border:none;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
		}
		#contacts-form textarea {
			width:255px;
			height:150px;
			padding:5px 5px 3px 10px;
			color:#86674c;
			overflow:auto;
			background:none;
			border:none;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
		}
		#contacts-form .textareabox {
			background:url(images/textarea-box.gif) no-repeat left top;
			width:270px;
			height:161px;
			margin-bottom:20px;
		}

/*==========================================*/

