* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:940px;
}
body { 
	background:url(images/main-bg1.jpg) no-repeat center top #0b161b; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#4b5559;
}

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;
}

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

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




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

#header {
	height:530px;
}
#content {
	padding:33px 0 53px 0;
	border-bottom:1px solid #222b30;
}


/*----- 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:20px;
}

p.main {
	color:#8b9396;
}

.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

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


h2 {
	font-size:34px;
	color:#ffa800;
	line-height:1.2em;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:28px;
}
h3 {
	font-size:1em;
	color:#8c9497;
	font-weight:normal;
	margin-bottom:20px;
}

h3.main {
	font-size:12pt;
	color:#8c9497;
	font-weight: normal;
	margin-bottom:4px;
}

h4 {
	font-size:1em;
	color:#8c9497;
	font-weight:normal;
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #ffa800;
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	color:#000;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:7px 15px 7px 15px; 
		font-weight:normal;
	}
	



.address { 
	float:left;
	width:197px;
}
.address.alt {
	margin-right:30px;
}
	.address dt {
		margin-bottom:20px;
		color:#8c9497;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:84px;
		}


/*===== header =====*/
#header .row-1 {
	height:200px;
}
	#header .row-1 .fleft {
		padding:2px 0 0 0px;
	}
	#header .nav {
		float:right;
		padding:139px 0 0 0;
	}
		#header .nav li {
			display:inline;
		}
			#header .nav li a {
				float:left;
				background:url(images/nav-bg3.gif) no-repeat left top;
				width:116px;
				line-height:49px;
				margin-left:2px;
				text-align:center;
				font-size:14px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			#header .nav li a:hover, #header .nav li a.current {
				background:url(images/nav-bg4.gif) no-repeat left top;
			}
#header .row-2 {
	height:341px;
	background:url(images/header-bg4.jpg) no-repeat left top;
}
	#header .row-2 .indent {
		padding:100px 0 0 518px;
	}

/*===== content =====*/
#content .section {
	padding-bottom:50px;
}
	.list1.p3 {
		margin-bottom:25px;
	}
		.list1 li {
			background:url(images/arrow1.gif) no-repeat left 8px;
			padding:0 0 5px 16px;
		}
			.list1 li a {
				color:#8b9396;
			}
	
	.list2 dt {
		color:#8c9497;
	}
		.list2 dd {
			padding-bottom:20px;
		}
	
	.blockquotes {
		padding-bottom:10px;
	}
		.blockquotes li {
			text-align:right;
			color:#8c9497;
			padding-bottom:20px;
		}
			.blockquotes li blockquote {
				color:#4b5559;
				text-align:left;
			}
	
/*===== footer =====*/
#footer {
	padding:18px 0 77px 0;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:47px;
		line-height:16px;
	} 
		#contacts-form label input { 
			width:305px;
			padding:2px 0 2px 3px;
			color:#8c9497;
			background:#1b252a;
			border:1px solid #424b4e;
		}
		#contacts-form textarea {
			width:325px;
			height:107px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#8c9497;
			background:#1b252a;
			border:1px solid #424b4e;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:368px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:330px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:20px;
		}

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


.visible { display:block;}

h2 span { display:none;}