@charset "windows-1251";
/* general stuff */
body {
	margin: 0;
	padding: 0;
	color:  #000000;
	background-color:  #FFFFFF;
	font-family:  Arial;
	font-size:  13px;
	color:  #1F2021;
}

img.pr {
	padding: 5px;
}

a {
	color: #528B6A; 
	text-decoration: none;
}

a:hover {
	color: #528B6A;	
	text-decoration: underline;
}
a.text {
 color: #1F2021; 
 text-decoration: none;
}

/* header */            
.lb {
	width: 2px;
	background: url(/img/lb.gif) repeat-y;
}

.rb {
	width: 2px;
	background: url(/img/rb.gif) repeat-y;
}



.logo {
	width: 250px;
	height: 108px;
	background: url(/img/logo.gif) no-repeat;
}

.auto {
	width: 600px;
	background: url(/img/abg.gif) repeat-x;
	margin-bottom: 10px;
}

.auto a img {
	padding-bottom: 17px;
}

img.ts {
	padding: 0 27px;
}


.mbg {
	width: 250px;
	height: 300px;
	background: #FBFBFB url(/img/mbg.gif) no-repeat;
	vertical-align: top;
}

.pic {
	width: 600px;
	background: #FBFBFB url(/img/car.jpg) no-repeat;
	
}



.maincol {
	vertical-align: top;
	padding: 0 15px;
	background: #F3F3F1;
	text-align: justify;
	font-size:  13px;

}

.rcol {
	background: #DBDBD5;	
	vertical-align: top;
	width: 250px;
	border-left: 1px solid #D7D7CF;

}

.col_title {
	width: 250px;
	color: #575759;
	padding-top: 10px;
	padding-left: 20px;
	background: #C4BEAC;	
	height: 38px;
	font: 18px Tahoma ;
	font-weight: bold;
}

.col_text {
	padding: 7px;

}


.text {
	color: #000000;
	font-size:  9px;
}

.copy {
	color: #FFF;
	width: 220px;
	height: 98px;
	line-height: 18px;
	background: url(/img/copy.gif) no-repeat;
	padding-left: 30px;
	font-size:  12px;
}

.copy a {
	font-size:  12px;
	color: #FFF;
	text-decoration: none;
}


.bmenu {
	color: #000;
	background: url(/img/bbg.gif) repeat-x;
	padding-left: 10px;

}

.bmenu a {
	color: #000;
	font-size:  12px;
	text-decoration: none;
}



.rmenu {
	color: #2F50F7;

}

.rmenu a {
	color: #2F50F7;
	font-size:  12px;
	text-decoration: none;
}

.rmenu a:hover  {
	color: #0997D0;	
	text-decoration: none;
}

/* main menu */
		.menu {
			padding-left: 20px;
			padding-top: 14px;
		}


		.menu a {
			color: #FFF;
			font: 14px Tahoma ;
			background: url(/img/i.gif) 0 5px no-repeat;
			font-weight: bold;
			line-height: 17px;
			padding-left: 10px;
			text-decoration:  none; 
		} 

		
		.sub a em {
			color: #FFF;
			font: 14px Tahoma ;
			background: url(/img/i.gif) 50px 5px no-repeat;
			font-weight: normal;
			line-height: 17px;
			text-decoration:  none; 
			padding-left: 60px;
		} 
		.sub a:hover em {
			color: #FFF;
			font: 14px Tahoma ;
			background: url(/img/i.gif) 50px 5px no-repeat;
			font-weight: normal;
			line-height: 17px;
			text-decoration:  underline; 
		} 

		.menu a:hover {
			color: #FFF;
			font: 14px Tahoma ;
			background: url(/img/i.gif) 0 5px no-repeat;
			font-weight: bold;
			line-height: 17px;
			padding-left: 10px;
			text-decoration:  underline; 
		}

		
h1 {
	color: #575759;
	font: 18px Tahoma ;
	font-weight: bold;
	margin: 3px;
}

h4 {
	color: #575759;
	font: 15px Tahoma ;
	font-weight: bold;
	margin: 3px;
}


h3 {
	color: #E19E36;
	font: 15px Tahoma ;
	font-weight: bold;
	margin: 3px;

}
.hcont {
	color: #AC721A;
	font: 10px Tahoma ;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

.tcont {
	font-size:  12px;
	line-height: 17px
}


