/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

input {
	padding:2px;
}

.cms_image_left{
	padding-right:10px;
}

.cms_image_right{
	padding-left:10px;	
}

body {
	background:url(/images/bg.jpg) repeat-x #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

p {
	line-height:18px;
	margin-bottom:12px;
	margin-top:8px;
}

h1 {
	color:#494949;
	font-size:14px;
	margin-top:10px;
	margin-bottom:8px;
}

h2 {
	color:#4085d4;
	font-size:13px;
	margin-top:15px;
	margin-bottom:8px;
}

a {
	color:#448ada;
}

a:hover {
	color:#255d9d;
}

ul {
	margin-left:25px;
}

#container {
	width:796px;
	margin:0 auto;
	background:#fff;
}

#header {
	padding-top:25px;
}

#logo {
	margin:0 auto;
	width:246px;
	padding-bottom:10px;
}

#contact {
	float:right;
	margin-top:-45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1d1d1d;
}

#menu {
	background:url(/images/menu_bg.jpg) repeat-x;
	height:38px;
	border-top:2px solid #494949;
	border-bottom:2px solid #494949;
	position:relative;
	z-index:0;
	padding-left:4px;
}

.menu-item, .menu-item-sel {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/menu_divider.jpg) no-repeat left;
}

.menu-item a, .menu-item-sel a {
	padding:12px 0;
	width:151px;
	text-align:center;
	float:left;
	padding-bottom:0;
	height:26px;
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#fff;
}

.menu-item-sel a {
	text-decoration:underline;
}

.menu-item a:hover {
	background:#4187d6;
}

#used-cars {
	position:relative;
	z-index:20;
	width:140px;
	padding:2px 0;
	background:#fff;
	border:1px solid #494949;
	top:10px;
	font-size:11px;
	margin:0 auto;
	text-align:center;
	color:#4187d8;
}

#content {
	float:left;
	width:490px;
	padding-top:15px;
	padding-left:10px;
	font-size:12px;
	line-height:18px;
	color:#626262;
	padding-bottom:25px;
}

#sub-content {
	float:right;
	width:220px;
	padding-top:15px;
}

#bg-l {
	background:url(/images/content-bg-l.jpg) no-repeat;
	width:8px;
	height:295px;
	float:left;
}

#content-container {
	float:left;
	width:764px;
	padding:0 8px;
	background:#fff;
}

#bg-r {
	background:url(/images/content-bg-r.jpg) no-repeat;
	float:right;
	width:8px;
	height:295px;
}

#footer {
	clear:both;
	margin-top:20px;
	border-top:2px solid #c6c6c6;
	color:#c6c6c6;
	font-size:11px;
	padding-top:6px;
	padding-bottom:15px;
	margin-bottom:15px;
}

#footer a {
	color:#c6c6c6;
	text-decoration:none;
}

#footer a:hover {
	color:#444;
	text-decoration:underline;
}

#copy {
	float:left;
	width:50%;
	padding-bottom:10px;
}

#copy img {
	padding-top:5px;
}

#designby {
	float:right;
	width:50%;
	padding-bottom:10px;
	text-align:right;
}

.tick-list {
	padding-top:5px;
	padding-bottom:8px;
}

.tick-list li {
	list-style:url(/images/icon-tick.jpg);
	margin-bottom:4px;
	color:#333;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;/*width of left column containing the label*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below: Targets IE6- ONLY. Do not delete. */

* html .threepxfix{
	margin-left: 3px;
}

.featured-vehicle {
	font-size:12px;
	color:#a00;
	padding-left:17px;
	margin-bottom:15px;
}

.featured-vehicle a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.featured-vehicle img {
	margin:5px 0;
	border:1px solid #ddd;
	padding:2px;
}

.page_box {
	text-align:center;
	float:left;
	width:245px;
	margin-bottom:10px;
}
