/* Copyright © 2010. All rights reserved. Developed by Web Design NY */

body {
	background:#014f78 url(../images/bg.jpg) top repeat-x;
	text-align:left;
	font:.75em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#0b243d;
	margin:0;
	padding:0;
}

a {
	color:#0b0a09;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.5em;
	padding:0 0 20px;
}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	color:#2e2e2e;
	font-size:.9em;
	display:block;
	line-height:1.7em;
	margin:0;
	padding:1.6px 0 1px;
}

input, textarea {
	border:1px solid #747577;
	background:#fefeff url(../images/inp_bg.jpg) top repeat-x;
	font:.9em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#2e2e2e;
	padding:1px 3px;
	margin:0;
}

input:focus, textarea:focus {border:1px solid #2e2e2e;}

.form_text input {width:325px;}

.form_text textarea {
	width:325px;
	height:140px;
}

h1 {
	font:1.4em Arial, Helvetica, Tahoma, sans-serif;
	color:#397aa1;
	font-size:1.25em;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	padding:0 0 15px;
	margin:0;
}

#container {
	background:url(../images/header_bg.png) top center no-repeat;
	width:100%;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(../images/header_bg.jpg) top no-repeat;
	width:762px;
	height:392px;
	margin:0 auto;
	position:relative;
}

a.logo {
	display:block;
	width:180px;
	height:120px;
	position:absolute;
	top:50px;
	left:0;
	z-index:20;
}

#header p {
	color:#fefefe;
	font-size:2em;
	padding:0;
	position:absolute;
	top:65px;
	right:150px;
}

#header p span {color:#31d6ff;}

#header .head {
	background:#ececec;
	width:757px;
	height:200px;
	padding:21px 0 0 5px;
	position:absolute;
	top:171px;
	left:0;
}

#header .head .expert {
	background:url(../images/contact.png) 0 0 no-repeat;
	width:190px;
	height:136px;
	padding:57px 20px 0 25px;
}

#header .head .expert p {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
	top:0;
	left:0;
}

#header .head .expert label {
	color:#feffff;
	font-size:1em;
	display:block;
	line-height:1.6em;
	float:left;
	margin:0;
	padding:0 0 5px;
}

#header .head .expert input {
	border:1px solid #343434;
	background:#fefeff;
	font:.9em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#343434;
	width:135px;
	float:right;
	padding:1px 3px;
	margin:0 0 7px;
}

#header .head .expert input.short {
	width:35px;
	margin-left:7px;
}

#header .head .expert a.button {background:#68a3dd;}

#header .head .slideshow {
	width:504px;
	height:187px;
	position:absolute;
	top:25px;
	right:9px;
}

ul#navigation {
	list-style:none;
	width:523px;
	height:43px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:128px;
	right:32px;
}

#navigation li {
	background:url(../images/nav_item.png) right no-repeat;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height:1em;
	width:167px;
	height:43px;
	float:left;
	margin:0 7px 0 0;
	padding:0;
}

#navigation li a {
	color:#2a2a2a;
	display:block;
	text-decoration:none;
	padding:15px 0;
}

#navigation li.select, #navigation li:hover {background:#eee;}

#navigation li.select a, #navigation li:hover a {color:#0055a0;}

/* ---------------------------------- Middle ----------------------------------------------*/

#middle {
	background:#b9d8f6 url(../images/content_bg.jpg) top left no-repeat;
	width:722px;
	padding:30px 20px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#middle ul {
	list-style:disc inside;
	padding:0;
	margin:0 0 15px;
}

#middle li {
	padding:0 0 1px;
	margin:0;
}

#middle .banner {
	background:url(../images/bunner.png) 0 0 no-repeat;
	color:#fefffe;
	line-height:2.5em;
	width:243px;
	height:161px;
	text-align:center;
	float:right;
	padding:45px 20px 0;
}

#middle .banner span {font-size:1.5em;}

.bot_menu {
	background:#ececec;
	width:762px;
	height:33px;
	text-align:center;
	padding:17px 0 0;
	margin:0 auto;
}

.bot_menu a {
	text-decoration:none;
	padding:0 15px;
}

.bot_menu a:hover {text-decoration:underline;}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	color:#9fdeff;
	width:100%;
	height:43px;
	text-align:center;
	padding:27px 0 0;
	position:relative;
	overflow:hidden;
}

#footer a {color:#00b2ff;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:#34759b;
	color:#fefffe;
	text-decoration:none;
	padding:1px 15px 2px;
	cursor:pointer;
}

.form_text {width:auto;}

.form_text.but {
	width:100%;
	padding:20px 0;
}

.form_text.but a.button {
	float:right;
	margin:0 0 0 15px;
}

.fl {float:left;}

.fr {float:right;}

img.fl {padding:0 15px 15px 0;}

#middle div.fl ul {margin-right:50px;}

