 /* CSS Thruxton 0607 - 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;
}

#threeColLayout {
background: #FFFFFF;
}

#twoColLayout {
background: #FFFFFF;
}

#oneColLayout {
background: #FFFFFF;
}

/* 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;
}

/* 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;
}


/* headers */

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

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

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

#sideContent h2 {
	margin: 0 0 0 0;
	padding: 7px 2px 2px 2px;
	font-size: 130%;
	color: #666666;
}

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: 5px 0 -5px 0;
	padding: 3px;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
}

#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;
	line-height: 18px;
	color: #666666;
}

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

/* main wrapper that holds it all centrally */

#wrapper {
width:940px;
margin:0 auto;
background-color: #FFFFFF;
padding: 0px 0px 0px 0px;
}

/* default masthead holding the banner and mainNav */

#header {
width: 940px;
height: 120px;
background:url(images/header.jpg);
background-color:#FFFFFF;
}

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

#primaryContent {
float:left;
width:940px;
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:240px;
margin: 0 0 10px 170px;
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:750px;
margin: 0 0 10px 170px;
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:910px;
margin: 0 0 10px 10px;
padding-left: 10px;
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:495px;
margin: 0 0 10px 15px;
padding-top: 6px;
background-color: #FFFFFF;
}

#sideContent{
float:left;
width:140px;
margin: 0 0 0 -910px;
padding-left: 10px;
background-color: #FFFFFF;
}

#twoColLayout #sideContent{
float:left;
width:140px;
margin: 0 0 0 -910px;
padding-left: 10px;
background-color: #FFFFFF;
}

#threeColLayout #sideContent{
float:left;
width:140px;
margin: 0 0 0 -910px;
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 or three column settings */

#primaryTitle {
	float:left;
	display:inline;
	width:595px;
	height: 22px;
	margin: 0 0 0 170px;
	background-color: #FFFFFF;
}

#secondaryTitle {
	float:left;
	display:inline;
	width:150px;
	height: 22px;
	margin: 0 0 0 15px;
	background-color: #FFFFFF;
	text-align: right;
}

#sideTitle {
	float:left;
	display: inline;
	width:150px;
	height: 22px;
	margin: 0 0 0 -920px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

/* Title divs - for one column settings */

#oneColLayout #primaryTitle {
	float:left;
	display:inline;
	width:745px;
	height: 22px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#oneColLayout #sideTitle {
	display: none;
}


/* 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: 940px;
	height: 60px;
	background: transparent url(images/footer.jpg);
	padding: 0px;
}

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

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

#footer a:hover {
	color: #000;
	background: #D7D493;
}

/* image and flash control */

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

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

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

#flashMain {
margin-top: 10px;
margin-left: 0px;
border: 0;
}

/* 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 0 0 0;
	position: relative;
	left: 160px;
	top: 91px;
	padding: 0;
	width: 600;
	height: 19px;
	font-size: 10px;
	text-transform: uppercase;
}

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

#mainNav li {
	display: block;
	height:19px;
	margin: 0;
	float: left;
	width: auto;
}

#mainNav li a:link {
	color: #666666;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	line-height: 18px;
	margin: 0;
}

#mainNav li a:visited {
	color: #666666;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	line-height: 18px;
	margin: 0;
}

#mainNav li a:hover {
	color: #CC6666;
}


/* buy buttons  */

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

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

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

#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: 18px;
	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: 18px;
	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;
}