* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:1040px;
}
body { 
	background:url(images/body-bg.gif) 0 0 #494b4d; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.5em;
	color:#202324;
}

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:100%;
}




/*==== GLOBAL =====*/
#main {
	width:1040px; 
	margin:0 auto;
	font-size:.75em;
	padding:10px 0 53px 0;
}

#header {
	height:703px;
	overflow:hidden;
	padding:30px 30px 0 30px;
	background:#fff;
}
#header.small {
	height:161px;
}
	#header #head {
		margin-top:-84px;
		height:710px;
	}
	#header #menu {
		position:relative;
		height:160px;
	}
#content {
	padding:0 30px 45px 30px;
	background:#fff;
}
#footer {
	padding:15px 30px;
	background:#f1f1f1;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top 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 30px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:35px;
}
	.img-box img { 
		float:left; 
		margin:0 30px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:24px;
}
.p1 { 
	margin-bottom:12px;
}
.p2 { 
	margin-bottom:24px;
}
.p3 { 
	margin-bottom:36px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#1d88e3; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353839;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:24px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353839;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:1px;
}

.link1 { 
	font-size:11px;
	text-transform:uppercase;
	color:#01a4f9;
	text-decoration:none;
}
.link1:hover {
	color:#000;
}

.button1 {
	background:url(images/button1.gif) no-repeat 0 0;
	width:105px;
	line-height:35px;
	height:38px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin:0 auto;
}
.button1:hover {
	color:#000;
}
	
.button2 {
	background:url(images/button2.jpg) no-repeat 0 0;
	width:150px;
	line-height:56px;
	height:60px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin:0 auto;
}
.button2:hover {
	color:#110;
}	

.line-hor { 
	background:#ccc;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.gif) 0 100% repeat-x #f0f3f4;
	width:100%;
	font-size:14px;
	color:#202324;
}
	.box .inner { 
		padding:30px 30px 30px 30px;
	}


.block {
	background:url(images/block-bg.gif) 0 100% repeat-x #f0f3f4;
}
	.block .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat 0 0;
	}
	.block .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat 100% 0;
	}
	.block .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat 100% 100%;
	}
	.block .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat 0 100%;
		width:100%;
	}
		.block .inner {
			padding:25px 30px 24px 30px;
		}
		.block h2 {
			margin-bottom:10px;
		}

.departments { 
	float:left;
	margin-top:-10px;
}
	.departments dt {
		padding-top:10px;
		color:#1d88e3;
	}
	.departments dd { 
		clear:both;
		text-align:right;
	}
		.departments dd span { 
			float:left;
			padding-right:5px;
		}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
		}


/*===== header =====*/
#header .row-1 {
	height:61px;
	overflow:hidden;
	background:url(images/header-tail.gif) 0 0 repeat-x;
}
	#header .nav {
		padding:12px 0 0 0;
	}
		#header .nav li {
			margin-left:-1px;
			float:left;
		}
			#header .nav li a {
				float:left;
				border-left:1px solid #ccc;
				font-family:Georgia, "Times New Roman", Times, serif;
				color:#37393a;
				text-decoration:none;
				font-size:14px;
				text-transform:uppercase;
				padding:6px 39px;
			}
			#header .nav li a:hover {
				color:#1d88e3;
			}
#header .row-2 {
	height:100px;
	overflow:hidden;
}
	#header .row-2 .indent {
		padding:18px 43px 0 0;
		text-align:right;
	}

#header .row-3 {
	padding:121px 0 0 596px;
}
	#header .row-3 .indent {
		padding:68px 0 0 112px;
	}
	#header .row-3 .button {
		background:url(images/button.gif) no-repeat 0 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		display:block;
		width:145px;
		height:47px;
		line-height:47px;
		font-size:14px;
		font-weight:bold;
	}
	#header .row-3 .button:hover {
		color:#000;
	}

/*===== content =====*/
#content .indent {
	border-top:1px solid #ccc;
	padding-top:15px;
}
	#content .section {
		padding-bottom:30px;
	}
	
	.banners {
		width:100%;
		overflow:hidden;
		background:url(images/banners-bg.gif) 0 1px repeat-x;
		height:129px;
		padding-top:1px;
	}
		.banners li {
			background:url(images/divider.gif) no-repeat 100% 20px;
			padding:23px 0 0 0;
			width:326px;
			float:left;
			
		}
			.banners li a {
				font-size:18px;
				font-family:Georgia, "Times New Roman", Times, serif;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				display:block;
				padding:30px 0 0 14px;
			}
			.banners li a:hover {
				text-decoration:underline;
			}
				.banners li a img {
					float:left;
					margin:-30px 4px 0 0;
				}
			
			.banners li a.alt {
				padding-top:17px;
			}
				.banners li a.alt img {
					margin-top:-17px;
				}
	


/*--- list styles ---*/
.list1 li  {
	background:url(images/marker.gif) no-repeat 0 5px;
	padding:0 0 3px 20px;
	margin-bottom:2px;
	border-bottom:1px solid #d8d8d8;
	font-size:12px;
}
.list1 li.last {
	border:none;
}
.box .list1 li {
	background:url(images/marker-alt.gif) no-repeat 0 5px;
}

.list2 dd {
	padding-bottom:17px;
}

.testimonials li {
	text-align:right;
	color:#1d88e3;
	padding-bottom:13px;
}
	.testimonials li blockquote {
		text-align:left;
		color:#202324;
	}

/*===== footer =====*/
#footer {
	font-size:11px;
	color:#414649;
	text-align:right;
}
	#footer a {
		color:#414649;
	}


/*----- forms -----*/
#login-form fieldset {
	border:none;
}
	#login-form label {
		display:block;
		padding-bottom:3px;
	}
		#login-form input.text {
			width:176px;
			background:#fff;
			border:1px solid #a9aeb0;
			padding:4px 0 4px 5px;
		}
		#login-form input.password {
			width:176px;
			background:#fff;
			border:1px solid #a9aeb0;
			padding:4px 0 4px 5px;
		}
		#login-form input.submit {
			background:url(images/login.gif) no-repeat 0 0;
			width:76px;
			height:38px;
			line-height:38px;
			color:#fff;
			border:none;
			font-size:11px;
			text-transform:uppercase;
			float:right;
			cursor:pointer;
		}
		#login-form .wrapper {
			padding-top:23px;
		}


#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:343px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:352px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:69px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#202324;
			border:1px solid #cecece;
			background:none;
			padding:3px 0 3px 5px;
			width:300px;
			border-color:#303030 #cecece #cecece #303030;
		}
		#contacts-form textarea {
			color:#202324;
			border:1px solid #cecece;
			background:none;
			padding:3px 0 3px 5px;
			width:345px;
			overflow:auto;
			height:157px;
			margin-bottom:12px;
			border-color:#303030 #cecece #cecece #303030;
		}
	

/*==========================================*/
