/******************************************************
		GLOBAL CONFIGURATION
*******************************************************/	

* {
  margin: 0px;
  padding: 0px;
}

body {
	font-family:Arial;
	text-align:center;
	font-size:12px;
	color:#000;
	background:#085191 url('images/bg.jpg') center top repeat-x;
}

img, div {
	border:none;
	vertical-align: top;
}

a:link,
a:visited{
	outline:none;
	color:#0c5697;
	font-size:14px;
	}

h3 {
	text-transform:uppercase;
}	
	
h4 {
	text-transform:uppercase;
	color:#525252;
	font-size:12px;
}

a:hover {
	text-decoration:none;
}
	
.clr{
	clear:both;
	text-align:center;
}	
	
/*********************************************
			MAIN
**********************************************/
	
div#main { 
	width:1000px;	
	margin:10px auto 0;
	text-align:left;
	background:url('images/top.jpg') center top no-repeat;
}

/****************************************************
			HEADER
*****************************************************/
	div#main	 div.header {
		clear:both;
		background:url('images/header.jpg') 0 0 repeat-x;
		overflow:hidden;
	}
	
	div#main	 div.header .logo {
		height:72px;
		padding-left:44px;
		padding-top:16px;
		overflow:hidden;
	}

/****************************************************
			TOPMENU
*****************************************************/		
	
div#main	 div.header .mainmenu {
	height: 33px;
	width: 1000px;
	background-image: linear-gradient(to top, #e62631, #9e1d21); /* Градиент */
	background-image: -moz-linear-gradient(to top, #e62631, #9e1d21); /* Градиент */
	background-image: -webkit-linear-gradient(to top, #e62631, #9e1d21); /* Градиент */
	background-image: -o-linear-gradient(to top, #e62631, #9e1d21); /* Градиент */
}

div#main	 div.header .mainmenu ul{
	display: inline-block; /* Делаем в линию */
	padding:0px;
    width: 900px;
    padding: 0px;
    margin-left: 75px;
	}

div#main	 div.header .mainmenu ul li{
    cursor: pointer;
    list-style-type: none; /* Убираем маркеры */
	float: left; /* "Всплытие" */
	display: block; /* Делаем блоками */
	min-width: 110px; /* Минимальная ширина блока */
}

div#main	 div.header .mainmenu a {
	display: block;
	height:33px;
	color: white; /* Белый цвет */
	text-decoration: none; /* Убираем подчеркивание */
	text-transform: uppercase; /* Заглавные буквы */
	font-family: Tahoma, sans-serif; 
	text-align: center;
	padding: 6px 5px 4px 5px;
}

div#main	 div.header .mainmenu a:hover {
	font-weight:600; /* Жирный текст */
}
	
div#main	 div.header .top {
	height:326px;
	background:url('images/banner.jpg') center top no-repeat;
	overflow:hidden;
	position:relative; 
}

div#main	 div.header .top .info-box {
	width:555px;
	height:180px;
	position:absolute;
	top:0;
	right:0;
}

div#main	 div.header .top .info-box h1 {
	padding:15px 0 5px 0px; 
	font-size:36px;
	color:#0f0a07;
	font-family:Tahoma;
	font-weight:normal;
}
div#main	 div.header .top .info-box h2 {
	position:relative;
	top:-5px;
	left:30px; 
	padding:0; 
	font-size:18px;
	color:#e22530;
	font-family:Tahoma;
	font-weight:normal;
}

div#main	 div.header .top .info-box ul {
	list-style:none;
	padding:25px 0 10px 68px;
}

div#main	 div.header .top .info-box ul li {
	font-size:18px;
	color:#2f2f2f;
	padding:2px 0 2px 30px; 
	background:url(images/indent.png) 10px 10px no-repeat;
}

div#main	 div.header .top .info-box p {
	padding:5px 0 5px 0;
	line-height:1.5;
}

div#main	.button {
	text-align:center;
	/* padding:10px 5px; */
}

div#main .button  a:link,
div#main .button  a:visited {
	padding:0 5px 
}
	
/******************************************************
					LEFT
*******************************************************/	

.descriprion {
	width:963px;
	height:153px;
	margin:30px auto 20px;
	background:url(images/description.jpg) no-repeat;
}
	
	.descriprion p {
		font-size:14px; 
		padding:30px 190px 0 40px;
		font-style:Tahoma;
		color:#3a3a3a;
		line-height:1.3;
		text-align:justify;
	}
	
	.descriprion p span {
		color:#ba3037;
	}
	
	.block_main {
		padding:0 0 0 18px;
	}
	
	.block_fp {
		width:471px;
		float:left; 
		margin:0 20px 25px 0; 
		background:url(images/block_fp.gif) no-repeat;
	}
	
	.block_fp h3 {
		text-transform:none;
		font-size:18px;
		color:#b3262d;
		font-weight:normal; 
		padding:20px 10px 10px 145px;
	}
	
	.block_fp .intro_text {
		font-style:Tahoma;
		color:#3a3a3a;
		padding:0 20px 0 145px;
		line-height:1.3;
		font-size:12px;
	}
	
	.block_fp p.more { 
		padding:0 20px 0 145px;
		text-align:right;
	}
	
	.block_fp .more a:link,
	.block_fp .more a:visited {
		 color: #B3262D;
		 font-size:12px;
	} 
	
	.block_fp .ico1 {background:url(images/ico/ico1.gif) 17px 9px no-repeat;} 
	.block_fp .ico2 {background:url(images/ico/ico2.gif) 17px 9px no-repeat;} 
	.block_fp .ico3 {background:url(images/ico/ico3.gif) 17px 9px no-repeat;} 
	.block_fp .ico4 {background:url(images/ico/ico4.gif) 17px 9px no-repeat;} 
	.block_fp .ico5 {background:url(images/ico/ico5.gif) 17px 9px no-repeat;} 
	.block_fp .ico6 {background:url(images/ico/ico6.gif) 17px 9px no-repeat;} 
	.block_fp .ico7 {background:url(images/ico/ico7.gif) 17px 9px no-repeat;} 
	.block_fp .ico8 {background:url(images/ico/ico8.gif) 17px 9px no-repeat;} 
	
	.block_fp_ico {
		height:174px;
		overflow:hidden;
	}
	
	.button_bottom {
		position:relative;
		z-index:999;
	}
	
	.button_bottom h2 {
		font-weight:normal;
		font-size:18px;
		color:#085191;
		padding:5px 0;
	}
	
	.button_bottom a:link,
	.button_bottom a:visited {
		display:inline-block;
		vertical-align:top;
		height:58px;
	}
	
.left {
	width:342px;
	float:left;
	overflow:hidden;
}

.left h2 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px 0;
}

.left .about {
	width:257px;
	margin:40px auto 20px;
	font-size:11px;
}

.left .about .text {
	width:210px;
	margin:5px auto;
}

.left .about .link {
	text-align:center;
	margin:10px 0;
}

.left .about .link a:link,
.left .about .link a:visited {
	color:#0c5697;
	font-size:16px;
}

.tt {
	width:258px;
	height:11px;
	background:url('images/tt.gif') 0 0 no-repeat;
	overflow:hidden;
}

.tm {
	width:258px;
	background:url('images/tm.gif') repeat-y;
	overflow:hidden;
}

.tb {
	width:258px;
	background:url('images/tb.gif') center bottom no-repeat;
	overflow:hidden;
	padding:0 0 10px 0;
}

.left .form {
	width:257px;
	margin:20px auto 20px;
	font-size:11px;
	text-align:center;
}

.left .form .input {
	width:217px;
	height:23px;
	margin:0 auto 10px;
	border:1px solid #c0c0c0;
	background:url('images/bg-input.gif') 0 0 no-repeat;
} 

.left .form  .input input{
	width:180px;
	padding:0 0 0 5px;
	margin:3px 0 0 0;
	_margin:3px 0 0 0;
	*margin:3px 0 0 0;
	border:none;
	background:none;
	color:#c0c0c0;
}

.left .form .send {
	width:76px;
	height:24px;
	font-size:11px;
	line-height:0.8;
}

.left .form p {
	padding:5px 0;
}

.left .products {
	width:257px;
	margin:10px auto;
	text-align:center;
	position:relative;
	z-index:10;
}

.left .products h2 {
	margin:0 0 10px 0;
}

.left .products ul {
	list-style:none;
	margin:0 0 10px 0;
}

.left .products ul li{
	padding:5px 0;
}

/******************************************
			CONTENT
*******************************************/
.content {
	background:#fff url('images/content.gif') 0 0 repeat-x;
	overflow:hidden;
} 

/******************************************
			RIGHT
*******************************************/
 
.right {
	width:658px;
	float:right;
	overflow:hidden;
}

.right .pic {
	text-align:center;
}

.right .text {
	width:600px;
	margin-top:30px;
}

.right h1{
	padding:10px 0;
	font-size:20px;
}

.right h3 {
	padding:5px 0;
	font-size:14px;
}

.right ul {
	margin:5px 0;
}

.right .box {
	float:left;
	width:250px;
	height:120px;
	margin:0 20px 0 0;
/*	background:url('images/box1.jpg'); */
}

.right p {
	padding:5px 0;
}

.right ul {
	list-style:none;
}

.right ul li{
	padding:2px 0 2px 20px;
}

.right ul li.r{
	background:url('images/indentr.gif') left center no-repeat;
}

.right ul li.b{
	background:url('images/indentb.gif') left center no-repeat;
}

.right .block {
	margin:15px 0;
}

.right .offers {
	clear:both;
	margin:10px 0 0 0;
	position:relative;
	z-index:10;
}

.right .box-l {
	float:left;
	width:270px;
	text-align:center;
	line-height:1.8;
	margin:10px 0 0 0;
	padding:10px 10px 0 0;
}

.right .box-r {
	float:right;
	width:270px;
	margin:5px 0 0 0;
	text-align:center;
	line-height:1.6;
}

.right .box-r span {
	color:#a6141f;
}

#main .bl {
	position:relative;
	margin-top:-36px;
	height:60px;
	background:url('images/bottom.png') center bottom no-repeat;
	z-index:1;
}

/******************************************
			FOOTER
*******************************************/

.footer {
	clear:both;
	height:60px;
}

.footer p.copy{
	color:#80c7f1;
	text-align:center;
	padding:10px 0;
}

.footer ul {
	width:780px;
	height:20px;
	margin:15px auto;
	list-style:none;
	clear:both;
}

.footer ul li{
	float:left;
}

.footer ul li a:link,
.footer ul li a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	font-size:12px;
	border-right:1px solid #a6141f; 
}

.footer ul li.last a:link, 
.footer ul li.last a:visited {border-right:none;}

.footer ul li a:hover {
	text-decoration:underline;;
}
