body {
  background:url(../images/bg_top.gif) top left repeat-x;
  font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size:small;
  margin:0px;
  padding:0px;
}

a:hover {
  color:#c00;
}

/*=========================================================================
## header
=========================================================================*/
div#header {
	overflow:hidden;
	width:850px;
}

div#header div#headerLeft {
	float:left;
}

div#header a.publishedLogo {
	background:url(../images/published_by_kdg.png) top left no-repeat;
	float:right;
	height:85px;
	margin-top:12px;
	text-indent:-9999px;
	width:158px;
}

div#header h1 {
  background:url(../images/bg_header_logo.gif) top left no-repeat;
  height:41px;
  margin:24px 0 0 20px;
  overflow:hidden;
  padding:0px;
  width:506px;
}

div#header h1 a {
  float:left;
  height:41px;
  text-indent:-2000px;
  width:506px;
}

div#header h2, div#header hr {
  display:none;
}

/*=========================================================================
## top navigation
=========================================================================*/
div#header ul {
  list-style:none;
  margin:20px 0 0 21px;
  overflow:hidden;
  padding:0px;
  width:557px;
}

div#header ul li {
  background-image:url(../images/tabs.gif);
  float:left;
  margin:0 2px 0 0;
  padding:0px;
}

div#header ul li.last {
  margin-right:0px;
}

div#header ul li a {
  display:block;
  height:25px;
  text-indent:-2000px;
}

/* unselected tabs */
div#header ul li#tab_home {
  background-position:0px 25px;
}

div#header ul li#tab_vehicles {
  background-position:-62px 25px;
}

div#header ul li#tab_faq {
  background-position:-225px 25px;
}

div#header ul li#tab_team {
  background-position:-277px 25px;
}

div#header ul li#tab_disclaimer {
  background-position:-365px 25px;
}

/* selected tabs */
body#home div#header ul li#tab_home {
  background-position:0 0;
}

body#vehicles div#header ul li#tab_vehicles {
  background-position:-62px 0px;
}

body#faq div#header ul li#tab_faq {
  background-position:-225px 0px;
}

body#team div#header ul li#tab_team {
  background-position:-277px 0px;
}

body#disclaimer div#header ul li#tab_disclaimer {
  background-position:-365px 0px;
}

/* tab links */
div#header ul li#tab_home a {
  width:62px;
}

div#header ul li#tab_vehicles a {
  width:163px;
}

div#header ul li#tab_faq a {
  width:52px;
}

div#header ul li#tab_team a {
  width:88px;
}

div#header ul li#tab_disclaimer a {
  width:101px;
}

/*=========================================================================
## content
=========================================================================*/
div#content {
  background:#fff;
  margin:0px;
  overflow:hidden;
  padding:0 0 20px 0;
  width:850px;
}

div#content div#left {
  background:url(../images/bg_left_content.gif) top left no-repeat;
  display:inline; /* fixes double margin bug in IE 6 */
  float:left;
  margin:17px 0 0 11px;
  min-height:430px;
  padding:30px 29px 0 29px;
  width:460px;
}

/* for Internet Explorer */
/*\*/
* html div#content div#left {
height:430px;
}
/**/

div#content div#left h2.pagename {
  color:#365da7;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:150%;
  margin:0 0 15px 0;
  padding:0px;
}

div#content div#left h3 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:110%;
  margin:0 0 5px 0;
  padding:0px;
}

div#content div#left h3 a {
  color:#000;
  text-decoration:none;
}

div#content div#left p {
  margin:0 0 20px 0;
  padding:0px;
}

div#content div#left div.yourstory {
  margin:0 0 15px 0;
  overflow:hidden;
  padding:0px;
  width:100%;
}

div#content div#left div.yourstory img {
  border:1px solid #000;
  float:left;
  margin:0 10px 0 0;
}

div#content div#left div.vehicles {
	margin-top:20px;
	overflow:hidden;
	width:100%;
}

div#content div#left div.vehicles.top {
	margin-top:0px;
}

div#content div#left div.vehicles p {
	text-align:center;
	width:202px;
}

div#content div#left div.vehicles p.left {
	float:left;
}

div#content div#left div.vehicles p.right {
	float:right;
}

div#content div#left div.vehicles p img {
	border:1px solid #000;
	margin-top:5px;
}

div#content div#right {
  float:right;
  margin:26px 0 0 0;
  padding:0px;
  width:300px;
}

div#content div#right div.box {
	background:url(../images/right_box_bg.png) bottom left no-repeat;
	color:#fff;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

div#content div#right div.box h3 {
	background:url(../images/right_box_top.png) top left no-repeat;
	color:#fff;
	font-size:120%;
	margin:0 0 10px 0;
	padding:10px 0 0 22px;
}

div#content div#right div.box p {
	margin:0 22px 0 22px;
	padding:0px;
}

div#content div#right div.box ul {
	list-style:none;
	margin:0 22px 0 22px;
	padding:0px;
}

div#content div#right div.box ul li {
	margin-top:10px;
}

div#content div#right div.box ul li a, div#content div#right div.box a {
	color:#fff;
}

p.vehiclePhoto {
	overflow:hidden;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
}

p.vehiclePhoto img {
	border:1px solid #000;
	float:left;
	margin:0 15px 15px 0;
}

body#faq blockquote {
	margin-bottom:40px;
}

body#faq ul#questions li {
	margin-bottom:20px;
}

/*=========================================================================
## footer
=========================================================================*/
div#footer {
  border-top:1px solid #999;
  font-size:small;
  margin:0 0 0 20px;
  padding:0 0 20px 0;
  width:830px;
}

div#footer hr {
  display:none;
}

div#footer p {
  color:#666;
  margin:12px 0 0 0;
  padding:0px;
}

div#footer ul {
  list-style:none;
  margin:10px 0 0 0;
  overflow:hidden;
  padding:0px;
  width:800px;
}

div#footer ul li {
  display:inline; /* fixes double margin bug in IE 6 */
  float:left;
  margin:0 15px 0 0;
  padding:0px;
}

div#footer ul li a {
  color:#666;
}

div#footer ul li a:hover {
  color:#333;
}