/* CSS Thruxton 2009 - Zap Factor */

/* the appropriate background class will be applied based on class attached to the body */

body {
margin: 0;
padding: 0;
font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
background-image: url(../images/chequered_backing.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
}

#threeColLayout {
}

#twoColLayout {
}

#oneColLayout {
}

/* default links */

a:link {
background-color: transparent;
text-decoration: none;
color: #FF0000;
}

a:visited {
background-color: transparent;
text-decoration: none;
color: #FF0000;
}

a:hover {
background-color: transparent;
text-decoration: none;
color: #FF0000;
}

/* sideContent default links */

#sideContent a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #666666;
}

#sideContent a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #666666;
}

#sideContent a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #FF0000;
}

#sideContent h4 a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #000000;
}

#sideContent h4 a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #000000;
}

#sideContent h4 a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #FF0000;
}

#sideContent h5 a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #000000;
}

#sideContent h5 a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #000000;
}

#sideContent h5 a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #FF0000;
}


/* primaryContent default links */

#primaryContent a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #333333;
}

#primaryContent a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #333333;
}

#primaryContent a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #FF0000;
}

/* primaryContent #flashPreview  */

#primaryContent #flashPreview a:link {
background-color: transparent;
text-decoration: none;
color: #333333;
}

#primaryContent #flashPreview a:visited {
background-color: transparent;
text-decoration: none;
color: #333333;
}

#primaryContent #flashPreview a:hover {
background-color: transparent;
text-decoration: none;
color: #FF0000;
}


/* secondaryContent default links */

#secondaryContent a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #333333;
}

#secondaryContent a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #333333;
}

#secondaryContent a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
color: #FF0000;
}


/* secondaryContent #buyLink */

#secondaryContent #buyLink h2 a:link {
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #CCCCCC;
color: #333333;
}

#secondaryContent #buyLink h2 a:visited {
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #CCCCCC;
color: #333333;
}

#secondaryContent #buyLink h2 a:hover {
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #CCCCCC;
color: #FF0000;
}


/* headers */

h1 {
margin: 0 0 0 0;
padding: 2px 3px 2px 2px;
font-size: 180%;
color: #333333;
}

h2 {
margin: 0 0 0 0;
padding: 2px 3px 2px 2px;
font-size: 130%;
color: #000000;
}

#sideTitle h2 {
	display: block;
	width: 213px;
	height: 29px;
	background-image: url(../images/panel_header_grey.jpg);
	margin: 0 0 0 0;
	padding: 4px 2px 1px 10px;
	font-size: 130%;
	color: #ffffff;
}

h3 {
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 3px;
	color: #FF0000;
}

h4 {
font-size: 92%;
margin: 0 0 0 0;
padding: 3px;
font-weight: bold;
}

#sideContent h4 {
	font-size: 92%;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #F3F3F3;
	font-weight: bold;
	background-color: #d5d5d5;

}

#sideContent h5 {
	font-size: 92%;
	margin: 5px 0 -5px 0;
	padding: 3px;
	border-top: 1px hidden;
	color: #000000;
	font-weight: bold;
}

/* Text content styles */

p {
	margin: 0 0 0 0;
	padding: 3px;
}

#sideContent p {
	margin: 0 0 0 0;
	padding: 3px;
	font-size: 97%;
	color: #999999;
}

/* main wrapper that holds it all centrally */

#wrapper {
width:1000px;
margin:0 auto;
padding: 0px;
background-image: url(../images/page_backing.png);
background-repeat: repeat-y;
}

/* default masthead holding the banner and mainNav */

#header {
	width: 950px;
	margin: 0px 25px 0px 25px;
	padding: 0;
	border: none;
	height: 130px;
	background:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#logo {
	position: relative;
	left: 25px;
	top: 0px;
}


/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:950px;
display:inline;
margin: 0 0 10px 0;
background-color: #FFFFFF;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float:left;
width:190px;
margin: 0px 0px 10px 300px;
background-color: #FFFFFF;
}

#homeColLayout #primaryContent {
float:left;
width:440px;
margin: 0px 0px 10px 300px;
background-color: #ffffff;
}

/* This addes the preview space full width of the content area */

#threeColLayout #preview {
float:left;
width:650px;
padding-left: 0px;
margin: 5px 0 10px 275px;
background-color: #ffffff;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
float:left;
width:650px;
margin: 0 0 10px 300px;
background-color:#FFFFFF;
}

/* note here that specifying oneColLayout in the body will activate the following div instead of the default primaryContent */

#oneColLayout #primaryContent {
float:left;
width:950px;
margin: 0 0 10px 0px;
background-color:#FFFFFF;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}


/* just incase oneColLayout is specified in body, and secondaryContent and sideCOntent are left in, we turn it off - not ideal, but it works */

#oneColLayout #secondaryContent {
display: none;
}

#oneColLayout #sideContent {
display: none;
}


#secondaryContent{
float:left;
width:440px;
margin: 0 0 10px 20px;
background-color: #FFFFFF;
}

#homeColLayout #secondaryContent{
float:left;
width:190px;
margin: 0 0 10px 20px;
background-color: #FFFFFF;
}

#homeColLayout #secondaryContent img{
	padding-bottom: 10px;
}

#sideContent{
float:left;
width:225px;
margin: 0 0 0 -900px;
background-color: #ffffff;
}

#twoColLayout #sideContent{
float:left;
width:225px;
margin: 0 0 0 -900px;
background-color: #ffffff;
}

#threeColLayout #sideContent{
float:left;
width:225px;
margin: 0 0 0 -900px;
background-color: #ffffff;
}




/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */



/* Title divs - for two and three column settings */

#primaryTitle {
	float:left;
	display:inline;
	width:470px;
	height: 34px;
	margin: 0 0 0 300px;
	background-color: #ffffff;
}

#twoColLayout #primaryTitle {
	float:left;
	display:inline;
	width:570px;
	height: 34px;
	margin: 0 0 0 300px;
	background-color: #ffffff;
}

#secondaryTitle {
	float:left;
	display:inline;
	width:180px;
	height: 34px;
	margin: 0;
	background-color: #ffffff;
	text-align: right;
}

#twoColLayout #secondaryTitle {
	float:left;
	display:inline;
	width:80px;
	height: 34px;
	margin: 0;
	background-color: #ffffff;
	text-align: right;
}

#sideTitle {
	float:left;
	display: inline;
	width:225px;
	padding: 0px;
	height: 34px;
	margin: 0 0 0 -900px;
	background-color: #ffffff;
}


/* Title divs - for one column settings */

#oneColLayout #primaryTitle {
	float:left;
	display:inline;
	width:500px;
	height: 26px;
	margin: 0 0 0 0px;
	background-color: #FFFFFF;
}

/* page links block */
#pagelinks {
	border-top: thin;
	border-top-color: #666666;
}

#pagelinks p {
	font-size: 9px;
	color: #CCCCCC;
}

#pagelinks a:link, #pagelinks a:visited {
	font-size: 9px;
	color: #666666;
}

#pagelinks a:hover {
	font-size: 9px;
	color: #CC0000;
	
}



/* footer */

#footer {
	clear:both;
	width:1000px;
	margin:0 auto;
	height: 275px;
	background: transparent url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 0px;
}

#footer #flink {
	float: left;
	margin: 20px 45px 20px 60px;
	width: 210px;
	display:inline;
}

#footer #flink_cars {
	float: left;
	margin: 20px 45px 20px 0px;
	width: 600px;
	display:inline;
}

#footer p {
	margin: 10px 10px 0 0;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #666666;
}

#footer h4 {
	margin: 8px 0 0 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666666;
}

#footer h5 {
	margin: 8px 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 2.0em;
	font-weight: normal;
	color: #666666;
}

#footer h2 {
	display: block;
	width: 213px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 4px 0px 0px 0px;
	font-size: 130%;
	color: #ffffff;
}

#footer #flink_cars h2 {
	display: block;
	width: 460px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 4px 0px 0px 0px;
	font-size: 130%;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #FF0000;
}

/* image and flash control */

img {
margin: 0 0 0 0;
border: 0;
}

.mainImage {
display: inline;
margin-top: 20px;
border: 0;
}

.formatImage {
display: inline;
margin: 0 0 0 4px;
border: 0;
}

.wideImage {
display: inline;
margin-top: 0px;
margin-left: 0px;
border: 0;
}

#flashMain {
float:right;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 6px;
border: 0;
}

#flashPreview {
width: 190px;
float:left;
margin-top: 5px;
margin-left: 4px;
margin-bottom: 7px;
padding-right: 0px;
padding: 0px;
border: 0;
background-color: #000000;
}

#buyLink {
	background-color: #ffffff;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
	clear: both;
}


/* horizontal main menu navigation */

#mainNav {
	margin: 0;
	padding: 0;
	position: relative;
	left: 265px;
	top: -21px;
	width: 670px;
	height: 62px;
	font-size: 12px;
	text-transform: uppercase;
}

#mainNav ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li {
	display: block;
	width: 126px;
	height:62px;
	margin: 0px 2px 0px 2px;
	float: right;
	display:inline;
	
}

#mainNav li a:link {
	color: #FFFFFF;
	display: block;
	width: 126px;
	height: 62px;
	background-image:url(../images/nav_backing.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align:center;
	padding: 6px 2px 0px 2px;
	margin: 0;
}

#mainNav li a:visited {
	color: #FFFFFF;
	display: block;
	width: 126px;
	height: 62px;
	background-image:url(../images/nav_backing.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align:center;
	padding: 6px 2px 0px 2px;
	margin: 0;
}

#mainNav li a:hover, #mainNav li.selected a:link, #mainNav li.selected a:visited {
	background-image:url(../images/nav_highlight.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color: #000000;
}



/* buy buttons  */

#buyNav {
	margin: 0 0 0 0;
	position: relative;
	float: right;
	padding: 0;
	height: 34px;
	font-size: 10px;
	text-transform: uppercase;
}

#buyNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#buyNav li {
	display: block;
	height:34px;
	margin: 0;
	float: left;
	width: 172px;
}

#buyNav li a:link {
	color: #FFFFFF;
	display: block;
	width: auto;
	background-image:url(../images/buy_backing.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	line-height: 34px;
	margin: 0;
}

#buyNav li a:visited {
	color: #FFFFFF;
	display: block;
	width: auto;
	background-image:url(../images/buy_backing.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	line-height: 34px;
	margin: 0;
}

#buyNav li a:hover {
	background-image:url(../images/buy_highlight.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}




table {
	border-collapse: collapse;
	border: 0;
}

th, td {
	padding: 3px;
	font-size: 10px; 
}

td h2 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 130%;
color: #000000;
}

td h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 100%;
color: #FF0000;
}

td h4 {
margin: 0 0 0 0;
padding: 0 0 5px 0;
font-size: 150%;
color: #ffffff;
}


.float-right {
  float: right;
  margin: 0 0.2em 0 0.2em;
  padding-left: 0.2em;
}

/* Side columm panels */

#panel01 {
	background-color: #ffffff;
	width: 225px;
	padding: 0;
	margin: 0;
}

#sideContent h2 {
	display: block;
	width: 213px;
	height: 29px;
	background-image: url(../images/panel_header_red.jpg);
	margin: 0 0 0 0;
	padding: 4px 2px 1px 10px;
	font-size: 130%;
	color: #ffffff;
}

#sideContent h3 {
	display: block;
	width: 213px;
	height: 29px;
	background-image: url(../images/panel_header_grey.jpg);
	margin: 0 0 0 0;
	padding: 4px 2px 1px 10px;
	font-size: 130%;
	color: #ffffff;
}

/* Side columm panels */
.specTable {
	border:none;
	color: #FFFFFF;
}

.specTable td {
	padding: 2px 10px 0px 0px;
}

.specTitle {
	font-weight: bold;
	font-size:12px;
	padding: 13px 0 0 0;
}


.specLabel{
	font-weight: normal;
	font-size:10px;
	color:#CCCCCC;
}

.specData {
	font-weight: bold;
	font-size:10px;
	color:#CC0000;
}

