* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:.875em;
	color:#606060;
	
}

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 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px; 
	margin:0 auto;
	font-size:10px;
}




/*==== GLOBAL =====*/
#header {
	height:163px;
	background:url(images/main-bg.gif) no-repeat center top #1e1e1e;
}

#header2 {
	height:263px;
	background:url(images/main-bg.gif) no-repeat center top #1e1e1e;
}
#content {
	background:url(images/main-bg.gif) no-repeat center -131px #1e1e1e;
}

#content2 {
	background:url(images/main-bg.gif) no-repeat center -231px #1e1e1e;
}
#footer {
	padding:15px 0 60px 0;
	background:#101010;
}


/*----- 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 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:14px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:14px;
}
.p3 { 
	margin-bottom:21px;
}

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

a:hover{
	text-decoration:none;
}

h2 {
	font-size:30px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:29px;
	color:#fff;
	text-transform:none;
}
h3 {
	font-size:1em;
	color:#fff;
	margin-bottom:14px;
}
h4 {
	font-size:1em;
	color:#fff;
}


.txt1 {
	color:#fff;
}

.link1 { 
	color:#beb421;
}
.link2 {
	color:#81a936;
}
.link3 {
	color:#467b45;
}
.link4 {
	color:#fff;
	text-decoration:underline;
}
	.link4:hover {
		text-decoration:none;
	}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
	min-height:340px;
	height:auto !important;
	height:340px;
}

.box2 {
	width:100%;
	min-height:120px;
	height:auto !important;
	height:120px;
}

.box.bg {
	background:url(images/box-bg.gif) left top repeat-x #0c0c0c;
	min-height:378px;
	height:auto !important;
	height:378px;
}
	
	.box .inner { 
		padding:18px 41px 15px 41px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:14px;
		color:#fff;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:20px;
		}
		.address dd a {
			color:#fff;
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
		}


/*===== header =====*/
#header .indent {
	padding:43px 0 0 41px;
}

/*===== content =====*/
#content {
	height:530px;
}
	.nav {
		font-size:11px;
	}
		.nav a.color1 {
			background:#b99426;
			display:block;
			color:#fff;
			text-decoration:none;
			height:38px;
			line-height:36px;
		}
		.nav a.color1:hover {
			background:#d5ad33;
			cursor:pointer;
		}
			.nav a.color1 span {
				display:block;
				width:980px;
				margin:0 auto;
				text-indent:40px;
			}
		.nav a.color2 {
			background:#beb421;
			display:block;
			color:#fff;
			text-decoration:none;
			height:38px;
			line-height:36px;
		}
		.nav a.color2:hover {
			background:#dbd02e;
			cursor:pointer;
		}
			.nav a.color2 span {
				display:block;
				width:980px;
				margin:0 auto;
				text-indent:40px;
			}
		.nav a.color3 {
			background:#9eb42a;
			display:block;
			color:#fff;
			text-decoration:none;
			height:38px;
			line-height:36px;
		}
		.nav a.color3:hover {
			background:#b8d038;
			cursor:pointer;
		}
			.nav a.color3 span {
				display:block;
				width:980px;
				margin:0 auto;
				text-indent:40px;
			}
		.nav a.color4 {
			background:#81a936;
			display:block;
			color:#fff;
			text-decoration:none;
			height:38px;
			line-height:36px;
		}
		.nav a.color4:hover {
			background:#98c445;
			cursor:pointer;
		}
			.nav a.color4 span {
				display:block;
				width:980px;
				margin:0 auto;
				text-indent:40px;
			}
		.nav a.color5 {
			background:#467b45;
			display:block;
			color:#fff;
			text-decoration:none;
			height:38px;
			line-height:36px;
		}
		.nav a.color5:hover {
			background:#579156;
			cursor:pointer;
		}
			.nav a.color5 span {
				display:block;
				width:980px;
				margin:0 auto;
				text-indent:40px;
			}
	
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat left 5px;
		padding:0 0 5px 9px;
	}
	
	
	.scroll-box {
		overflow:auto;
		height:274px;
	}
		.scroll-box .scroll-inner {
			height:400px;
			padding-right:20px;
		}
	
	.scroll-box2 {
		overflow:auto;
		height:174px;
	}
		.scroll-box2 .scroll-inner2 {
			height:200px;
			padding-right:20px;
		}
	
	.scroll-box3 {
		overflow:auto;
		height:224px;
	}
		.scroll-box3 .scroll-inner3 {
			height:250px;
			padding-right:30px;
		}
		
		
	.scroll-box4 {
		overflow:auto;
		height:270px;
		
	}
		.scroll-box4 .scroll-inner4 {
			height:300px;
			padding-right:15px;
			
		}
	
	
	.img-list li {
		padding-bottom:5px;
	}
	
	
	.works {
		width:100%;
		overflow:hidden;
	}
		.works li {
			float:left;
			padding:0 21px 5px 0;
		}
		.works li.alt {
			padding-right:0;
		}
	
	
/*===== footer =====*/
#footer .indent {
	padding:0 0 0 41px;
	color:#4c4c4c;
}
	#footer a {
		color:#707070;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	color:#fff;
}
	#contacts-form label { 
		display:block;
		height:35px;
	} 
		#contacts-form label input { 
			width:259px;
			padding:3px 0 3px 3px;
			color:#606060;
			background:#1a1a1a;
			border:1px solid #636363;
			text-transform:uppercase;
		}
		#contacts-form textarea {
			width:270px;
			height:85px;
			padding:3px 0 2px 3px;
			margin-bottom:18px;
			color:#606060;
			background:#1a1a1a;
			border:1px solid #636363;
			overflow:auto;
			text-transform:uppercase;
		}
		#contacts-form .col-1 { 
			width:286px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:275px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

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