@import url("reset.css"); 
@import url("aow.css"); 

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* GLOBAL STYLES */
body{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 100.01%;
	font-size: 12px;
	line-height: 130%;
	 
 	background: #fff;
	color: #000;
	
	padding: 37px 0 0 0;
}
a:link,
a:visited,
a:hover,
a:active{
	color: #007daa;
	text-align: left;
	text-decoration: underline;
}
a:visited{

}
a:hover,
a:active{	
	text-decoration: none;
}
h1,h2{
	font-size: 32px;
	line-height: 150%;
	text-align: left;
}
h2{
	font-size:22px;
	font-weight: normal;	
}
ol,ul{
	margin: 15px 0px 15px 15px;
	line-height: 140%;
	text-align: justify;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: square; 
}
li{
	margin-left: 10px;
}
img{
	border: none;
}
p{
	text-align: justify;
	line-height: 140%;
	margin-bottom: 20px;
}

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* used by main-tmpl - разметка главного шаблона */
a.dashed{
	text-decoration:none; 
	border-bottom: 1px dashed;	
}
#container{
	width: 100%;
	min-width: 1000px;
}
#header{
	height: 100px;
	position: relative;
}
	#header .logo{
		position: absolute;
		left: 2.5%;
		display: block;
		background: url(../img/logos.gif) no-repeat;
		width: 325px;
		height: 120px;

	}
		#header .logo span{
			display: none;
		}
	#phone{
		position: absolute;
		top: 2px;
		left: 38%;
		color: #151d08;
		font-size: 13px;
		font-weight: bold;
		padding: 4px 0 3px 0;
	}
		#phone span{
			font-size: 31px;
			font-weight: normal;
			padding-left: 5px;	
		}
	.cont{
		display: block;
		position: absolute;
		top: 2px;
		left: 61%;
		font-size: 14px !important;
		cursor: pointer;
		font-style: italic;
		color: #007daa;
		border-bottom: 1px dashed;
		text-decoration: none !important;
	}
	#search-f{		
		position: absolute;
		right: 1%;
		
	}
		.s-t{
			border: none;
			margin: 0;
			padding: 4px 0;
			width: 150px;	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: italic;
			background-color: #eeeeee;
			vertical-align: top;
		}
		.s-s{
			border: none;
			vertical-align: top;
			background: white url(../img/arrow.gif) no-repeat;
			cursor: pointer;
			width: 15px;
		}
#header2{
	padding-left: 1.5%;	
}
	#header2 ul{						
		margin: 0;	
		margin-top: 30px;		
	}
		#header2 ul li{
			list-style-type: none;
			margin: 0;
			line-height: 240%;
		}
			#header2 ul li a{
				font-size: 14px;
				padding-left: 16px;
				background: url(../img/bullit.gif) 0 70% no-repeat;
			}
	#h-left{			
			width: 286px;
			background: #00aeef url(../img/klava.jpg) left top no-repeat;
			padding-top: 165px;
			margin-top: 15px;
		}
			.c-r-c{
				margin: 15px 18px;
				color: white;
			}
	.h2-left{
		float: left;
		width: 286px;
	}
	.h2-right{
		float: left;
		margin-left: 2%;
		
	}
	#auto1{				
		float: left;
		width: 300px;
		padding-right: 20px;
	}
		.tablo{
			width: 65px;
			height: 22px;
			color: white;
			padding-left: 15px;
			padding-top: 2px;
			font-weight: bold;
			background: url(../img/tablo.gif) no-repeat;
		}
	#gruz_small{		
		float: left;
		width: 300px;
	}
	#content{		
	}
		#content p{			
			line-height: 155%;
		}
		#c-left{			
			width: 630px;
		}		
	#footer{
		margin: 70px 1.5% 0 1.5%;
		border-top: 1px solid #e5e5e5;
		padding: 19px 0;
	}
		.copy{
			float: left;
			color: #4c4c4c;
			margin-left: 1%;
		}
		.f-cont{
			float: left;
			font-size: 11px;
			line-height: 150%;
			margin: 0 9% 0 20%;
		}
		.pay-s{
			float: left;
		}
			.pay-s img{
				margin-right: 10px; 
			}
		.aow{
			float: right;
			width: 96px;
			text-align: center;
			margin: 10px 1% 0 0;
		}
			.aow a{
				color: #c2bfbf !important;
				font-family: verdana;
				font-size: 9px;
				text-decoration: none;
			}