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

img {
	border: 0px;
}

html, body {
	height: 100%;
}

body {
	background:#fff;
	min-width: 850px;
	font: .9125em/1.5em Arial, sans-serif;
	color:#4b4b4b;
}
a{color:#29abeb;}
a:hover{ text-decoration:none;}
h3{ padding:10px 0}
.header {
	overflow: hidden;
	padding-top:   15px;
	margin-bottom: 15px;
	width:  815px;
	height: 295px;
	background: url("/img/header-bg.jpg") no-repeat;
	background-position: bottom;
	text-align: left;
}

.header .logo {
	float: left;
	display: block;
	margin-left: 19px;
}

.footer {
	width:  815px;
	height: 50px;
	padding-top: 7px;
	background: url("/img/footer-bg.png") no-repeat;

	font-family: Verdana, serif;
	font-size: 11px;
	color: white;
}

#client-line {
	padding-left: 48px;
	padding-top: 12px;
	height: 42px;

	font-family: Arial, serif;
	font-size: 14px;

	color: #0d5080;
	background: url("/img/client-line-bg.png") no-repeat;	
}

#menu {
	list-style: none;
}

#menu li {
	padding-bottom: 10px;
}

#menu a {
	font-family: Arial, serif;
	font-size: 14px;
	font-weight:bold;
	color: #878787;
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: none;
}

#menu .submenu {
	list-style: none;
	padding-left: 9px;
}
#menu .submenu li {
	padding-top: 10px;
	padding-bottom: 0px;
}
#menu .submenu a {
	font-family: Arial, serif;
	font-size: 12px;
	font-weight:normal;
	color: #29abeb;
	text-decoration: underline;
}

.main {
	font-size:12px;
}

.main h1{
	font-size:14px;
	padding:10px 0;
}

.main h2{
	font-size:12px;
	padding:10px 0;
	text-align:center;
}
.main p{ 
	padding: 0 0 10px 10px
}
.price ol, .docs ol { border-bottom:1px solid #c0c0c0; padding:5px 0; margin:10px 0;}
.price ol img, .docs ol img  { padding:0 5px;}
.list{
	margin:0em 0 3em 0;
	padding:0;
	list-style:none;
}



.list li{
	margin:1em 0 0 3em;
	text-indent:-1.3em;

}



.list li:before {
	content: '\2014\a0';
}



.list li{
	behavior: expression( !this.before ? this.before = this.innerHTML = '&mdash;&nbsp;'
	+ this.innerHTML : '' ); 
}
.list td{ padding:10px;}
.note {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fffce0;
	border:1px solid #fffce0;
	padding:4px 10px 5px;
	font-size:12px;
	margin:5px 0;
	}
	
.listNum { list-style-type:decimal; padding:10px 0 10px 20px; margin:0 0 10px; background:#eff0ef; -moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fffce0;
	border:1px solid #fffce0;}
.listNum li{ padding:5px 0 0px 20px; list-style-position:inside;}

p.img img{ border:4px solid #fbf7d6;}
p.img img:hover{ border:4px solid #ecece7;}
.carsTable{ text-align:left;}
.carsTable th{ font-weight:bold; background:#fffce0; padding:5px; border-bottom:1px solid #fff595;
}
.carsTable td { text-align:left; padding:5px; border-bottom:1px solid #fffce0;} 

.footer {
	
}