* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background:url(images/main-bg.jpg) center top; 
	/*
		font-family:Arial, Helvetica, sans-serif;
	*/
	font-family:Palatino;
	font-size:100%; 
	line-height:.875em;
	color:#696969;
}

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;
        margin-top: -2px;
}

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

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




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.5625em;
	position:relative;
}

#header {
	height:226px;
	position:relative;
}
#content {
	height:565px;
	position:relative;
}
#footer {
	padding:38px 0 30px 92px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.png) no-repeat center top;
}
.tail-center {
	background:url(images/tail-center.png) left 226px repeat-x;
}


/*----- 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 13px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 13px 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:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:23px;
	color:#fff;
	line-height:1.2em;
	/*
		text-transform:uppercase;
	*/
	margin-bottom:20px;
}
h3 {
	
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	/*
		text-transform:uppercase;
	*/
}
	h3 span {
		color:#696969;
	}
h4 {
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:16px;
}


.link1 { 
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
	.link1:hover {
		text-decoration:underline;
	}
	

.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.png) no-repeat left top;
	width:797px;
	height:412px;
}
	.box .inner { 
		padding:45px 42px 45px 54px;
		position:relative;
	}
		.box .close {
			position:absolute;
			right:40px;
			top:40px;
		}

.address { 
	padding-bottom:14px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:75px;
		}


/*===== header =====*/
#header .logo {
	padding:30px 0 0 250px;
}
	#content .indent {
		padding:39px 0 0 90px;
	}

.site-nav li {
	position:absolute;
}
	.site-nav li.item1 {
		top:162px;
		left:92px;
	}
	.site-nav li.item2 {
		top:288px;
		left:356px;
	}
	.site-nav li.item3 {
		top:288px;
		left:597px;
	}
	.site-nav li.item4 {
		top:109px;
		left:356px;
	}
	.site-nav li.item5 {
		top:161px;
		left:536px;
	}
	.site-nav li.item6 {
		top:47px;
		left:656px;
	}


.list1 dt {
	text-transform:uppercase;
	font-size:1.1em;
	margin-bottom:14px;
}
	.list1 dt a {
		color:#fff;
		text-decoration:none;
	}
	.list1 dt a:hover {
		text-decoration:underline;
	}
.list1 dd {
	margin-bottom:16px;
}

.list2 li {
	padding-bottom:3px;
	color:#fff;
	font-size:1.1em;
}
	.list2 li a {
		color:#696969;
	}


.scroll-controls {
	text-align:right;
}
	.scroll-controls li {
		display:inline;
	}


.nav {
	padding:18px 0 0 18px;
}
	.nav li {
		
			float:left;
		
	}
		.nav li a {
			display:block;
			float:left;
			width:125px;
			height:57px;
			text-align:center;
			font-size:16px;
			line-height:57px;
			background:url(images/nav-bg.jpg) no-repeat left top;
			text-decoration:none;
			color:#fff;
			margin-top:10px;
			padding-right:2px;
		}
		.nav li a:hover, .nav li a.current {
			background:url(images/nav-bg1.jpg) no-repeat left top;
			margin-top:0;
		}


/*===== footer =====*/
#footer {
	margin-top: -25px;
	text-transform:uppercase;
}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:56px;
	} 
		#contacts-form label input { 
			width:160px;
			padding:2px 0 3px 3px;
			color:#91867f;
			background:#fff;
			border:1px solid #a09b96;
		}
		#contacts-form textarea {
			width:168px;
			height:70px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#91867f;
			background:#fff;
			border:1px solid #a09b96;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:208px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:174px !important;
		}

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

