@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg_fade.gif) 0px 80px repeat-x;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #666666;
	padding: 0px 0px 10px 0px;
}

/* defaults */

p {
	padding: 0px 0px 15px 0px;
	line-height: 19px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	color: #0099FF;
}

/* defauls end */
/* container */

div#container {
	width: 800px;
	margin: 0 auto;
}

/* container end */
/* head */

div#head {
	width: 800px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: auto;
}
div#head img {
	float: left;
}
div#head span {
	float: right;
	margin-top: 10px;
}
div#head span#spanAddress {
	font-size: 12px;
	clear: right;
	margin-top: 5px;
	text-align: right;
}
div#head div.current_car {
	clear: both;
	padding: 50px 0px 0px 0px;
}
div#head a, div#head a:visited {
	color: #0099FF;
	text-decoration: none;
	font-size: 18px;
}
div#head a:hover {
	text-decoration: underline;
}

/* head end */
/* content */

div#content {
	width: 800px;
	text-align: justify;
}
div#content a {
	color: #666666;
	text-decoration: underline;
}

/* content end */
/* foot */

div#foot {
	width: 600px;
	margin: 30px auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
}
div#foot a, div#foot a:visited {
	text-decoration: none;
	color: #666666;
}
div#foot a.blue, div#foot a.blue:visited {
	text-decoration: none;
	color: #0099FF;
}

/* foot end */
/* vcard */

.vcardPadding {
	padding: 10px 0px 0px 0px;
}

/* end vcard */
/* current car */

div.current_car div.images {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
}
div.current_car div.images img {
	margin: 0px 5px 0px 0px;
}
div.current_car div.description {
	width: 100%;
	margin: 10px 0px 15px 0px;
}

.homeRight {
	float: right;
	padding-right: 10px;
}

