body {
	color: #FFFFFF;
	font-weight: normal;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	padding: 0; 
	margin: 0; 
	background: #000000 url("../images/frontend/main_bg.jpg") repeat-x top;
	text-align: center;
	}
	
img {
	border: none
	} 

div {
	text-align: left;
	}	
 
form {
	margin: 0;
	padding: 0;	
	}
	
table {
	border-collapse: collapse; 	 
	}	
	
td, th {	
	text-align: left;
	vertical-align: top;	
	padding: 0;
	font-size: 13px;
	font-family: arial,verdana,tahoma;
	}
	
p {
	font-size: 13px;
	font-family: arial,verdana,tahoma;
	margin: 0 0 10px 0;
	padding: 0;
	}	

a {
	color: #669CC8;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	text-decoration: underline;
	}		

a:hover {
   	text-decoration: none;
	}		
	
h1, h5, h6 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	margin: 0 0 10px 0;
	}
	
	
h2.title {
	float: left;
	height: 31px;
	color: #FEFFFF;
	font-weight: bold;
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	margin: 15px 15px 20px 15px;
	background: url("../images/frontend/h2_right.gif") no-repeat right top;
	padding: 0 85px 0 0;
	}	

h2.title span, h2.title img {
	display: inline-block;
	vertical-align: middle;
	}	
	
h3 {
	color: #FEFFFF;
	font-weight: bold;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	padding: 0 0 10px 15px;
	}	
	
h4 {
	color: #FEFFFF;
	font-weight: bold;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FEFFFF;
	}	
	
div.clear {
    border: 0;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	}	
	

div.site {
	width: 969px;
	margin: 0 auto;
	}

a.more_info {
	display: block;
	width: 86px;
	height: 17px;
	background: url("../images/frontend/more_info.gif") no-repeat left top;
	padding: 0;
	float: right;
	margin: 0 0 0 auto;	
	}	

a.more_info:hover {
	display: block;
	width: 86px;
	height: 17px;
	background: url("../images/frontend/more_info.gif") no-repeat left bottom;
	padding: 0;
	float: right;
	margin: 0 0 0 auto;	
	}	
	
	
#header {
	width: 969px;
	height: 215px;
	background: url("../images/frontend/header.jpg") no-repeat 0 0;
	border-top: 1px solid #1B4E74; 
	}
	
a.logo {
	display: block;
	width: 277px;
	height: 70px;
	position: absolute;
	margin: 18px 0 0 0;
	}	
	
#nav, #nav  ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 999;
	}	

#nav img {
	display: block;
	line-height: 12px;
	}	
	
#nav {
	margin: 174px 0 0 0;
	padding: 0 0 0 26px; 
	}
	
#nav li {
	float: left;
	position: relative;
	text-align: left;
	margin-right: 22px;
	}
	
#nav li.first {
	height: 14px !important;
	background: url("../images/frontend/nav_sub_top.gif") no-repeat left bottom;
	}	

#nav li a {
	display: block;
	height: 100%;
	}	
	
#nav li.nav_home {
	background: url("../images/frontend/nav_home.gif") no-repeat left top;
	width: 36px;
	height: 17px;
	}

#nav li.nav_blog {
	background: url("../images/frontend/nav_blog.gif") no-repeat left top;
	width: 36px;
	height: 17px;
	}
	
#nav li.nav_products {
	background: url("../images/frontend/nav_products.gif") no-repeat left top;
	width: 61px;
	height: 17px;
	}
	
#nav li.nav_service {
	background: url("../images/frontend/nav_service.gif") no-repeat left top;
	width: 46px;
	height: 17px;
	}

#nav li.nav_information {
	background: url("../images/frontend/nav_information.gif") no-repeat left top;
	width: 83px;
	height: 17px;
	}
	
#nav li.nav_quote {
	background: url("../images/frontend/nav_quote.gif") no-repeat left top;
	width: 39px;
	height: 17px;
	}
	
#nav li.nav_contact {
	background: url("../images/frontend/nav_contact.gif") no-repeat left top;
	width: 51px;
	height: 17px;
	}
	
#nav li.jshover  {
	background-position: left bottom;
	}
	
/* -- next level -- */	
	
#nav li ul {
	display: none;
	position: absolute;
	width: 180px;
	padding: 0 0 6px 0;
	background: url("../images/frontend/nav_sub_bottom.gif") no-repeat left bottom;
	}	

#nav li li {
	width: 180px;
	padding: 0;
	margin: 0;
	background:  url("../images/frontend/nav_sub_bg.gif") no-repeat left top;
	}

#nav li li a {
	text-decoration: none;
	color: #000000;
	padding: 0 0 0 17px;
	line-height: 20px;
	}

/* -- next level -- */

	
#nav li.jshover li ul {
	display: none;
	position: absolute;
	width: 180px;
	left: 180px;
	margin: -13px 0 0 0;
	}

#nav li.jshover ul  {
	display: block;
	}

#nav li li.jshover ul  {
	display: block;
	}


	
#footer {
	padding: 36px 0 80px 0;
	background: url("../images/frontend/center_footer.gif") no-repeat left top;
	}
	
.copyright {
	width: 230px;
	text-align: left;
	float: left;
	color: #C6D8E6; 
	}	

.footer_nav {
	width: 509px;
	text-align: center;
	float: left;
	color: #C6D8E6; 
	}	
	
.footer_nav a {
	color: #C6D8E6; 
	}	
	
.phone {
	width: 230px;
	text-align: right;
	float: left;
	color: #C6D8E6; 
	}	
	
	
#content  {
	background: #0D304D;
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 0 8px;
	}	
	
	
#content .main_field {
	background: #2B4F6D url("../images/frontend/content_fone.jpg") no-repeat left top;	
	}

.bottom_blocks {
	height: 140px;
	padding: 20px 0 0 20px;
	}

.bottom_blocks .nazv {
	display: block;
	margin: 0 0 6px 3px;
	}	
	
.bottom_blocks .box {
	float: left;
	margin: 0 22px 0 0;
	}

.bottom_blocks .box_last {
	float: left;
	margin: 0;
	}	
	
.bottom_blocks .text_box1 {
	width: 289px;
	height: 111px;
	background: url("../images/frontend/text_box1.gif") no-repeat left top;
	
	}

.bottom_blocks .text_box2 {
	width: 289px;
	height: 111px;
	background: url("../images/frontend/text_box2.gif") no-repeat left top;
	}	
	

.bottom_blocks .text_box3 {
	width: 289px;
	height: 111px;
	background: url("../images/frontend/text_box3.gif") no-repeat left top;
	}

.bottom_blocks .otstup {
	padding: 5px 0;
	margin: 0 7px;
	}	
	
.bottom_blocks .text_box3 ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	}	
	
.bottom_blocks .text_box3 li {
	background: url("../images/frontend/arrow.gif") no-repeat left center;
	padding: 5px 0 5px 17px;
	margin: 0;
	list-style-type: none;
	}		

.bottom_blocks .text_box3 a {
	text-transform: uppercase;
	color: #C6D8E6;
	text-decoration: none;	
	}
	
.bottom_blocks .text_box3 a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;	
	}	
	
.flash {
	padding: 10px 10px 0 10px; 
	}	
	
.internal_content {
	padding: 0px 15px 15px 15px;	
	}	
	
	
.center {
	padding: 0 25px;	
	}	
	
.center ul {
	margin: 0;
	padding: 0;
	}	
	
.center  li {
	list-style-type: none;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("../images/frontend/li_first.gif") no-repeat 0 7px;
	}	
	
.center  li li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url("../images/frontend/li_second.gif") no-repeat 0 7px;
	}	

.more_info_block {
	background: url("../images/frontend/more_info_block.gif") no-repeat left top;
	width: 227px;
	height: 137px;
	}
	
.more_info_block .otstup {
	padding: 40px 0 5px 0;
	margin: 2px;
	}	
	
.more_info_block ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;
	}	
	
.more_info_block li {
	background: url("../images/frontend/arrow.gif") no-repeat left center;
	padding: 5px 0 5px 12px;
	margin: 0;
	list-style-type: none;
	}		

.more_info_block a {
	text-transform: uppercase;
	color: #C6D8E6;
	text-decoration: none;	
	}
	
.more_info_block a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;	
	}	
	
	
.address {
	background: url("../images/frontend/address.gif") no-repeat left top;
	width: 227px;
	height: 137px;
	}	
	
.address .otstup {
	padding: 10px 20px;
	}	
	
.address a {
	color: #C9E0F1;
	}		

 .sitemap_nav li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    }
 .sitemap_nav li a:hover{
    text-decoration: underline;
    color: #C6D8E6;
    }
	.style1 {
	text-align: right;
}
/* ---------------------------------- BLOG STYLES --------------------------------------*/
.left_site
{
	float: left;
	width: 280px;
}
.right_site
{
	float: right;
	width: 650px;
	padding-right: 15px;
	padding-top: 10px;
}
.push
{
	clear: both;
}
.screen-reader-text
{
	display: block;
}
h3.sidebar
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
li.sidebar_li ul
{
	padding: 0px 0px 0px 15px;
	list-style: none;
}
li.categories ul
{
	padding: 0px 0px 0px 15px;
	list-style: none;
}
textarea#comment
{
	width:450px
}
