/* CSS Document */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background-image: url(images/page-bg.gif);
	background-attachment: fixed;
	background-color: #9cd1e0;
}

h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #1A99D0;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img {
	border: 0;
}





.blue_h2 {
	color: #1A99D0;
}





#wrapper {
	width: 800px;
	height: 780px;
	margin: 0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}


#logo {
	height: 123px;
	text-align: center;
	padding-top: 13px;
}
#brands {
	margin-top: 23px;
	text-align: center;
}
.brands_img {
	margin: 0 10px;

}


#skyblue {
	background-image: url(images/sky-blue.gif);
	width: 243px;
	height: 110px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#body {
	margin-top: 55px;
	padding: 15px;
	height: 330px;
	text-align: center;
}
#title {
	padding-bottom: 8px;
	border-bottom: solid #1A99D0 1px;
}

#left {
	width: 150px;
	height: 290px;
	padding-top: 15px;
	border-right: solid #1A99D0 1px;
	background-image: url(images/cars.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}
#right {
	width: 600px;
	height: 290px;
	padding-top: 15px;
	float: right;
	text-align: left;
}
#quote {
	width: 291px;
	height: 150px;
	margin: 28px 0 0 40px;
}
.button  {
	background-image: url(images/quote.gif);
	width: 291px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background-position: bottom center;
}
a.button:hover     {
	background-image: url(images/quote-ro.gif);
	background-position: bottom center;
}
#footer {
	width: 790px;
	margin: 10px auto 15px auto;
	border-left: solid #1A99D0 3px;
	padding-left: 10px;
	font-size: 10px;
}
#footer p {
	font-size: 11px;

}
.gray {
	color: #666666;
}
.title {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
#table {
	margin: auto;

}
.border {
border-style:solid;
border-width:1px;
border-color:#cccccc;color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:320px;
}
input:hover {
background-color:#fff;
}
input.border:focus {
background: #fff;
border: 1px solid #595959;
}
.formborder {
border-style:solid;
border-width:1px;
border-color:#fff;
color:#fff;
background-image:url(http://evoart.info/images/form_button.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:130%;
height:30px;
width:89px;
padding-bottom:1px;
}

table {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	padding: 8px 12px;
	border: 1px solid #E5F0FB;
}
td:hover {
	padding: 8px 12px;
	border: 1px solid #E5F0FB;
	background-color: #DFE9FC;
}

th {
	padding: 8px 12px;
	background-color: #3F90BF;
	color: #FFFFFF;
}
tr {
	width: 100px;

}
#banner {
	width: 370px;
	height: 60px;
	border: 0;
	float: right;
	margin: 60px 24px;
}
#table table, #table td, #table th, #table tr {
	padding: 0;
	border: 0;
}
#banner2 {
	width: 370px;
	height: 60px;
	border: 0;
	margin: 60px auto;
}
.float_right {
	float: right;
}
