* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body {
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:1.0625em;
	color:#fff;
}

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

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




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

#header {
	height:380px;
	overflow:hidden;
}
#content {
	background:#91c7d0;
	width:100%;
	padding:36px 0 36px 0;
}



/*----- 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:12px;
}
	.img-box img {
	float:left;
	margin:0 40px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:0px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

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

h2 {
	font-size:34px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	padding:2px 0 0 0;
	margin-bottom:20px;
}
h3 {
	font-size:16px;
	font-weight:normal;
}
	h3 a {
		text-decoration:none;
	}
	h3 a:hover {
		text-decoration:underline;
	}
h5 {
	font-size:1em;
	font-weight:normal;
}

.last-links {
	padding-top:24px;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address { 
	float:left;
	margin-right:50px;
}
	.address dt {
		margin-bottom:17px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span {
	float:left;
	width:77px;
		}

.address.last {
	margin-right:0;
}


/*===== header =====*/
#header .row-1 {
	height:146px;
}
	#header .row-2 .logo {
		padding:10px 0 0 20px;
		overflow:hidden;
	}
		#header .row-2 .logo h1 {
	font-size:54px;
	line-height:1em;
	color:#0a0a0a;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
	background:url(images/divider.gif) no-repeat 100% 20px;
	padding-right:12px;
		}
			#header .row-2 .logo h1 a {
				color:#0a0a0a;
				text-decoration:none;
			}
		#header .row-2 .logo span {
	float:left;
	font-size:30px;
	line-height:1.2em;
	color:#cecece;
	text-transform:uppercase;
	padding:18px 0 0 10px;
		}
	
	
	#header .nav {
		padding:55px 0 0 28px;
	}
		#header .nav li {
	vertical-align:top;
	width:100%;
	overflow:hidden;
	height:28px;
		}
			#header .nav li a {
				font-size:34px;
				line-height:26px;
				color:#0a0a0a;
				text-transform:uppercase;
				text-decoration:none;
				font-weight:bold;
				position:relative;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#91c7d0;
			}

/*===== content =====*/
#content .indent {
	padding:0 20px 0 29px;
}
	
	.list1 li {
		background:url(images/marker1.gif) no-repeat 0 1px;
		padding:0 0 9px 23px;
	}
		.list1 li a {
			text-decoration:none;
		}
		.list1 li a:hover {
			text-decoration:underline;
		}

/*===== footer =====*/
#footer .container {
	font-size:11px;
	color:#839294;
	text-transform:uppercase;
}
	#footer .indent {
		padding:10px 0 30px 28px;
	}
	#footer a {
		color:#839294;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:55px;
	}
	#contacts-form input {
		width:240px;
		background:#fff;
		border:1px solid #66a1ab;
		padding:1px 0 1px 5px;
	}
	#contacts-form textarea {
		width:285px;
		background:#fff;
		border:1px solid #66a1ab;
		overflow:auto;
		height:72px;
		padding:1px 0 1px 5px;
		margin-bottom:22px;
	}

	#contacts-form .col-1 {
		width:300px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:295px !important;
		margin:0 !important;
	}

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

