body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	background: url(imgs/bg.gif) repeat-x #0c364e;
	color: #FFFFFF;
}
p {
	margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}
.title1 {
	font-size: 20px;
	font-weight: bolder;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {
	width: 970px;
	height: 25px;
	line-height: 25px;
	color: #b4c3d1;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#navbg {
	background: url(imgs/nav_bg.png);
	width: 970px;
	height: 95px;
}
#nav {
	height: 36px;
	width: 560px;
	background-image: url(imgs/nav.png);
	margin-top: 33px;
	margin-right: 33px;
	float: right;
}
#nav #button { margin: 0; padding-left: 0px;}
#nav #button li { display: inline; }
#nav #button li a { float: left; width: 112px; height: 0; padding-top: 36px; overflow: hidden; background-image: url(imgs/nav.png); }

/* BUTTONS */
#nav #button li#gn-1 a { background-position: -0px 0px; }
#nav #button li#gn-2 a { background-position: -112px 0; }
#nav #button li#gn-3 a { background-position: -224px 0; }
#nav #button li#gn-4 a { background-position: -336px 0; }
#nav #button li#gn-5 a { background-position: -448px 0; }
#nav #button li#gn-6 a { background-position: -560px 0; }

#nav #button li#gn-1-on a { background-position: -0px -36px; }
#nav #button li#gn-2-on a { background-position: -112px -36px; }
#nav #button li#gn-3-on a { background-position: -224px -36px; }
#nav #button li#gn-4-on a { background-position: -336px -36px; }
#nav #button li#gn-5-on a { background-position: -448px -36px; }
#nav #button li#gn-6-on a { background-position: -560px -36px; }

/* HOVER */
#nav #button li#gn-1 a:hover { background-position: -0px -36px; }
#nav #button li#gn-2 a:hover { background-position: -112px -36px; }
#nav #button li#gn-3 a:hover { background-position: -224px -36px; }
#nav #button li#gn-4 a:hover { background-position: -336px -36px; }
#nav #button li#gn-5 a:hover { background-position: -448px -36px; }
#nav #button li#gn-6 a:hover { background-position: -560px -36px; }


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#main {
	background: url(imgs/main_bg.jpg) repeat-x;
	width: 970px;
}
.mainspace {
	height: 60px;
	width: 970px;
}
#cars {
	width: 920px;
}
.carlist {
	height: 160px;
	width: 460px;
	float: left;
	background-image: url(imgs/pic_bg.png);
}
.pic {
	height: 120px;
	width: 160px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.listinfo {
	height: 130px;
	width: 255px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	float: left;
}
.listinfo_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.listinfo_content {
	height: 65px;
	width: 225px;
	margin-top: 12px;
	margin-left: 30px;
	font-size: 16px;
	font-size: 14px;
	line-height: 20px;
}
.listinfo_bu {
	margin-top: 8px;
	height: 20px;
	width: 255px;}
#sub {
	min-height: 390px;
	width: 970px;
}
#containleft {
	width: 540px;
	margin-top: 28px;
	margin-right: 32px;
	float: right;
	text-align: left;
}

#condition {
	width: 450px;
	height: 35px;
	background-image: url(imgs/condition_bg.png);
	background-repeat: no-repeat;
	margin-left: 460px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
}

.contact_input {
	width: 260px;
}
.order_input {
	width: 160px;
}
.order_input2 {
	width: 66px;
}
.contact_text {
	width: 535px;
}
.contact_comments {
	width: 530px;
}

#containright {
	width: 280px;
	margin-top: 28px;
	margin-right: 50px;
	float: right;
}
#buy {
	float: left;
	width: 615px;
	background: url(imgs/buybg.png) no-repeat;
}
#sell {
	float: left;
	width: 355px;
	background: url(imgs/sellbg.png) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	background-image: url(imgs/footer_bg.gif);
	height: 60px;
}
#footnote {
	background-image: url(imgs/footlogo.png);
	height: 60px;
	width: 970px;
	background-repeat: no-repeat;
}
#copyright {
	height: 40px;
	width: 800px;
	padding-left: 170px;
	line-height: 20px;
	color: #6b7d86;
	padding-top: 10px;
}
#copyright a {
	text-decoration: none;
	color: #6b7d86;
}#copyright a:hover {
	text-decoration: underline;
	color: #6b7d86;
}#copyright a:active {
	text-decoration: none;
	color: #6b7d86;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.car_table {
	border: 1px solid #FFFFFF;
}

