html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: url(../images/body_bg.jpg) repeat-x top;
}
#wrapper {
	width: 100%;
	background: url(../images/footer_bg.jpg) repeat-x bottom;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	//min-height:1500px;
}
#wrapper_top{
	background: url(../images/wrapper_top.jpg) no-repeat left top;
	width:100%;
	//min-height:1500px;
	//height:100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	display:block;
	width:1000px;
	height: 561px;
	position:relative;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	padding-left:30px;
}
#menu ul li{
	list-style:none;
	float:left;
	height:142px;
}
#menu ul li a{
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	padding-top:35px;
	text-decoration:none;
	background:url(../images/menu_bg.png) no-repeat right top;
	padding-right:43px;
	height:100%;
	padding-left:5px;
}
#menu ul li.active{
	background:url(../images/menu_active_a_bg.png) no-repeat left top;
	padding-left:50px;
	margin-left:-45px;
}
#menu ul li.active a{
	background:url(../images/menu_active_bg.png) no-repeat right top;
	padding-left:0;
	color:#0051a6;
}
#menu ul li:hover{
	background:url(../images/menu_active_a_bg.png) no-repeat left top;
	padding-left:50px;
	margin-left:-45px;
}
#menu ul li:hover a{
	background:url(../images/menu_active_bg.png) no-repeat right top;
	padding-left:0;
	color:#0051a6;
}
#logo{
	position:absolute;
	top:119px;
	right:10px;
}
#slogan{
	position:absolute;
	top:411px;
	right:10px;
}
/* Menu
-----------------------------------------------------------------------------*/

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	display:block;
	width:1000px;
	height: 1%;
	position: relative;
	padding-bottom:438px;
}
#container {
}
#content {
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	display:block;
	width: 288px;
	position: relative;
	margin-left:10px;
	margin-right:26px;
	padding-top:9px;
}

/* order
-----------------------------------------------------------------------------*/
#sideLeft .title{
	font-family:'Myriad-Pro';
	font-size:17px;
	color:#1956a0;
	text-transform:uppercase;
	margin-left:36px;
	margin-bottom:19px;
}
#order_form{
	position:relative;
	background:url(../images/order_form.jpg) repeat-y;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	behavior: url(libs/pie/PIE.htc);
	padding:33px 36px 12px 33px;
	margin-bottom:43px;
}
#order_form .close{
	position:absolute;
	top:11px;
	right:15px;
}
#order_form .close a{
	display:block;
	background:url(../images/close.jpg);
	width:8px;
	height:10px;
}
#order_form label{
	font-family:'Myriad Pro';
	font-size:17px;
	color:#355c8d;
	display:block;
	margin-bottom:3px;
	margin-left:3px;
}
#order_form input{
	position:relative;
	background:url(../images/order_form_text.jpg) repeat-x;
	width:218px;
	height:28px;
	border:none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-bottom:15px;
}
#radio_block{
	background:url(../images/radio_block_bg.jpg) no-repeat center top;
	padding-top:14px;
}
#radio_block label{
	display:inline;
	margin-left:14px;
	margin-bottom:0;
}
.coolform{
	margin-bottom:6px;
	margin-top:2px;
}
.coolform input{
	background:none;
}
/* services
-----------------------------------------------------------------------------*/
#services{
	margin-bottom:30px;
}
#services ul li{
	list-style:none;
	background:url(../images/services_item.png) no-repeat left 5px;
	padding-left:17px;
	margin-left:33px;
	margin-bottom:5px;
}
#services ul li a{
	xfont-family:'Myriad Pro';
	font-size:17px;
	color:#355c8d;
	text-decoration:none;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	display:block;
	width: 100%;
	height: 438px;
	margin-top:-438px;
	position: relative;
	background: url(../images/wrapper_bottom.jpg) no-repeat left bottom;
}
