/* -------------- T.O.C ------------------ */

/*
*		HTML STYLES
*		GENERAL STYLES
*		GENTEXT
*		HEADING STYLES
*		ABOVE SITE
*		TOP NAV
*		HEADER
*		PRIMARY NAV
*		CONTENT
*		RIGHTBAR
*		BOTTOMSTRIP
*		FOOTER
*		COPYRIGHT
*		PAGE SPECIFIC STYLES
*/

/* -------------- HTML STYLES ------------------ */

body {
		background-color: #F5F6F5; /* vlight grey */
		margin: 0;
		}

img {
		border: 0;
		}

form {
		margin: 0;
		}

h3 {
		color: #BF4B26; /* red */
		font-size: 16px;
		margin: 0 0 5px 0;
		font-family: verdana, sans-serif;
		}

/* -------------- GENERAL STYLES ------------------ */

div.hr {
		border-bottom: 1px dashed #B7B3B4;
		height: 5px;
		padding: 0;
		margin: 3px 0 15px 0;
		clear: both;
		}

.pad_top_lef {
		padding: 15px 0 0 10px;
		}

.pad_10 {
		padding: 10px;
		}

/* -------------- GENTEXT ------------------ */

td.gentext {
		vertical-align: top;
		}

.gentext {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		line-height: 15px;
		}

.gentext a:link,
.gentext a:visited,
.gentext a:active {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		font-weight: bold;
		text-decoration: underline;
		}

.gentext a:hover{
		text-decoration: none;
		}

.gentext p {
		margin: 5px 0;
		}

/* -------------- HEADING STYLES ------------------ */

h1,
.gentext h1 {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: none;		
		}

h1 a:link,
h1 a:visited,
h1 a:active,
.gentext h1 a:link,
.gentext h1 a:visited,
.gentext h1 a:active {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: none;		
		}

.gentext h1 a:hover,
h1 a:hover {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: underline;		
		}

h2,
.gentext h2 {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: none;		
		}

h2 a:link,
h2 a:visited,
h2 a:active,
.gentext h2 a:link,
.gentext h2 a:visited,
.gentext h2 a:active {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: none;		
		}

.gentext h2 a:hover,
h2 a:hover {
		color: #2E76B0; /* blue */
		font-family: arial, verdana, sans-serif;
		font-size: 18px;
		text-decoration: underline;		
		}
		
h4 {
	color: #2E76B0; /* blue */
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
	}

/* -------------- CONTAINER ------------------ */

#container {
		width: 740px;
		}

/* -------------- ABOVE SITE ------------------ */

#above_site {
		color: #4C4C4C; /* very dark grey */
		font-size: 11px;
		font-family: verdana, sans-serif;
		border: 0;
		padding: 5px;
		}

#above_site a:link,
#above_site a:visited{
		color: #4C4C4C; /* very dark grey */
		font-size: 11px;
		font-family: verdana, sans-serif;
		text-decoration: underline;
		font-weight: bold;
		}

#above_site a:active,
#above_site a:hover{
		text-decoration: none;
		}

/* -------------- TOP NAV ------------------ */

#top_nav {
		text-align: right;
		color: #FFFFFF; /* white */
		font-size: 10px;
		font-family: verdana, sans-serif;
		padding: 5px;
		background-color: #4C4C4C; /* very dark grey */
		border: 1px solid #4C4C4C; /* very dark grey */
		border-bottom: 1px solid #F5F6F5; /* v light grey */
		}

#top_nav a:link,
#top_nav a:visited,
#top_nav a:active{
		color: #FFFFFF; /* white */
		font-size: 10px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		font-weight: normal;
		}

#top_nav a:hover{
		text-decoration: underline;
		}

/* -------------- HEADER ------------------ */

#header {
		border-bottom: 1px solid #969696; /* grey */
		border-left: 1px solid #4C4C4C; /* very dark grey */
		border-right: 1px solid #4C4C4C; /* very dark grey */
		}

/* -------------- PRIMARY NAV ------------------ */

#primary_nav {
		border-left: 1px solid #4C4C4C; /* very dark grey */
		border-right: 1px solid #4C4C4C; /* very dark grey */
		margin: 0;
		padding: 0;
		background-color: #4C4C4C; /* very dark grey */
		text-align: center;
		}

/* -------------- CONTENT ------------------ */

#content {
		background-image: url('../pics/content_bg.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		border-top: 3px solid #969696; /* grey */
		border-bottom: 3px solid #969696; /* grey */
		border-left: 3px solid #969696; /* grey */
		background-color: #FFFFFF; /* white */
		padding: 15px 20px;
		vertical-align: top;
		width: 514px; /* 740 = (3 Lbdr + 20 Lpad + 514 + 20 Rpad) + (180 + 3 Rbdr) */
		}

/* -------------- RIGHTBAR ------------------ */

#rightbar {
		border-top: 3px solid #969696; /* grey */
		border-right: 3px solid #969696; /* grey */
		border-bottom: 3px solid #969696; /* grey */
		background-color: #F9F9F9; /* v light grey */
		width: 180px;
		vertical-align: top;
		}

/* -------------- BOTTOMSTRIP ------------------ */

#bottomstrip {
		border-left: 3px solid #4C4C4C; /* very dark grey */
		border-right: 3px solid #4C4C4C; /* very dark grey */
		height: 77px;
		}

/* -------------- FOOTER ------------------ */

#footer {
		font-size: 10px;
		font-family: verdana, sans-serif;
		padding: 4px 3px;
		text-align: center;
		color: #ffffff;
		background-color: #4C4C4C; /* very dark grey */
		border-top: 1px solid #666769; /* fairly dark grey */
		}

#footer a:link,
#footer a:visited,
#footer a:active {
		font-size: 10px;
		font-family: verdana, sans-serif;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		}

#footer a:hover{
		text-decoration: underline;
		}

/* -------------- COPYRIGHT ------------------ */

#copyright {
		padding: 4px;
		text-align: center;
		font-size: 11px;
		font-family: verdana, sans-serif;
		padding: 10px 3px;
		text-align: center;
		color: #4B4B4B; /* very dark grey */
		}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
		color: #4164A6; /* blue */
		font-size: 11px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		font-weight: bold;
		}

#copyright a:hover{
		text-decoration: underline;
		}

/* -------------- PAGE SPECIFIC STYLES ------------------ */

.info_top {
		background-image: url('../pics/info_top_bg.jpg');
		background-repeat: no-repeat;
		width: 499px; /* (506 - 7) */
		height: 31;
		color: #FFFFFF; /* white */
		font-family: verdana, sans-serif;
		font-weight: bold;
		font-size: 14px;
		padding: 7px 0 0 7px;
		}

.info_top a:link,
.info_top a:visited,
.info_top a:active {
		font-size: 14px;
		font-family: verdana, sans-serif;
		color: #FFFFFF; /* white */
		font-weight: bold;
		text-decoration: none;
		}

.info_top a:hover{
		text-decoration: underline;
		}

.info_pic {
		background-image: url('../pics/info_mid_bg.jpg');
		background-repeat: repeat-y;
		width: 240px; /* (254 - 7+7) */
		height: 80px;
		padding-top: 7px;
		text-align: center;
		}

.info_mid {
		background-image: url('../pics/info_mid_bg.jpg');
		background-repeat: repeat-y;
		width: 240px; /* (254 - 7+7) */
		height: 70px;
		padding: 7px;
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		font-weight: normal;
		}

.info_mid a:link,
.info_mid a:visited,
.info_mid a:active {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		font-weight: normal;
		text-decoration: none;
		}

.info_mid a:hover{
		text-decoration: underline;
		}

.info_bottom {
		background-image: url('../pics/info_bottom_bg.jpg');
		background-repeat: no-repeat;
		width: 499px; /* (506 - 7) */
		height: 33;
		text-align: right;
		padding: 0 7px 7px 0;
		}

.info_bottom a:link,
.info_bottom a:visited,
.info_bottom a:active {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		font-weight: bold;
		text-decoration: none;
		}

.info_bottom a:hover{
		text-decoration: underline;
		}

.bg_royal_blue {
		background-color: #4364A9; /* royal blue */
		}

.whitetext {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #FFFFFF; /* white */
		line-height: 15px;
		}

.whitetext a:link,
.whitetext a:visited,
.whitetext a:active {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #FFFFFF; /* white */
		font-weight: bold;
		text-decoration: underline;
		}

.whitetext a:hover{
		text-decoration: none;
		}

.pad_10 {
		padding: 10px;
}

.top_prod_heading,
.top_prod_heading a:link,
.top_prod_heading a:visited {
		background-color: #969696; /* darker than medium grey */
		color: #FFFFFF; /* white */
		padding: 3px 10px;
		font-size: 15px;
		font-family: verdana, sans-serif;
		color: #FFFFFF; /* white */
		font-weight: bold;
		border-top: 1px solid #FFFFFF; /* white */
		}
		
.top_prod_heading a:hover,
.top_prod_heading a:active {
		text-decoration: underline;
}


.top_prod_title {
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #4164A6; /* blue */
		font-weight: bold;
		}

.top_prod_title a:link,
.top_prod_title a:visited,
.top_prod_title a:active {
		color: #4164A6; /* blue */
		font-size: 11px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		font-weight: bold;
		}
		
.rangeSubTitle {
		font-size: 12px;
		font-family: verdana, sans-serif;
		color: #4164A6; /* blue */
		font-weight: bold;
		}

.rangeSubTitle a:link,
.rangeSubTitle a:visited,
.rangeSubTitle a:active {
		color: #4164A6; /* blue */
		font-size: 12px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		font-weight: bold;
		}
		
.top_prod_title a:hover{
		text-decoration: underline;
		}

.top_prod_morelink {
		height: 22px;
		text-align: right;
		background-image: url('../pics/top_prod_more_bg.gif');
		background-repeat: no-repeat;
		padding: 4px 5px 0 0;
		color: #636363; /* dark grey */
		}

.top_prod_morelink a:link,
.top_prod_morelink a:visited,
.top_prod_morelink a:active {
		color: #636363; /* dark grey */
		font-size: 11px;
		font-family: verdana, sans-serif;
		text-decoration: none;
		font-weight: bold;
		}

.top_prod_morelink a:hover{
		text-decoration: underline;
		}

td.range_box {
	background-image: url('../pics/range_bg.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 207px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-family: verdana, sans-serif;
}
td.range_box img{
	margin-top: 12px;
}
td.range_box div {
	text-align: center;
	width: 140px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	margin: 8px auto;
}
td.range_box div a:link,
td.range_box div a:visited,
td.range_box div a:active
{
	text-align: center;
	color: #4364A9; /* royal blue */
	font-size: 18px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}
td.range_box div a:hover{
	text-decoration: underline;
}





table.range_list tr th, 
table.range_list th a:link,
table.range_list th a:visited,
table.range_list th a:active {
	border-bottom: 1px dashed #dddddd;
	padding: 4px;
	font-size: 12px;
/*	text-align: center;*/
	font-family: verdana, sans-serif;
	text-decoration: none;
	vertical-align: bottom;
}

table.range_list th a:hover {
	text-decoration: underline;
}

table.range_list tr.odd td {
	background-color: #F7F8FB;
	border-bottom: 1px dashed #dddddd;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
table.range_list tr.even td {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #dddddd;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
table.range_list td.pic {
	width: 90px;
	padding: 10px;
}
table.range_list td.desc {
	text-align: left;
	color: #999999;
}
table.range_list td.desc a:link,
table.range_list td.desc a:visited,
table.range_list td.desc a:hover,
table.range_list td.desc a:active {
	line-height: 20px;
	color: #000000;
	font-size: 13px;
}
table.range_list tr td.price{
	color: #4364A9; /* royal blue */
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	text-align: center;
}
table.range_list tr td.size {
	text-align: center;
	width: 80px;
	font-size: 13px;
}
table.range_list tr td.stud {
	text-align: center;
	width: 80px;
	color: #999999;
}
/* -------------- SMALL FORM ------------------ */

form.sml {
		margin: 0;
		}

input.sml_i_txt {
		width: 160px; /* (180 - 10 Lpad - 10 Rpad) */
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		padding: 3px 3px 0 3px;
		height: 20px;
		margin-bottom: 5px;
		border: 1px solid #636363; /* dark grey */
		}

input.sml_i_pass {
		background-image: url('../pics/password_bg.gif');
		background-repeat: no-repeat;
		width: 160px;
		font-size: 11px;
		font-family: verdana, sans-serif;
		color: #636363; /* dark grey */
		padding: 3px 3px 0 3px;
		height: 20px;
		margin-bottom: 5px;
		border: 1px solid #636363; /* dark grey */
		}

input.sml_i_check {
		}

label.sml_i_check_text {
		position: relative;
		top: -4px;
		}

.sml_i_button {
		width: 80px;
		}

.pad_left_10 {
	padding-left: 10px;
}





/* Used on wheels/index.asp */
td.section_box {
	background-image: url('../pics/range_bg.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 207px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-family: verdana, sans-serif;
}
td.section_box img{
	margin-top: 12px;
}
td.section_box div,
td.section_box div a:link,
td.section_box div a:visited,
td.section_box div a:active {
	text-align: center;
	width: 140px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	margin: 8px auto;
	text-decoration: none;
}

td.section_box div a:hover{
	text-decoration: underline;
}



.racingPics {
	float: left;
	width: 128px;
	text-align: center;
}
.racingText {
	margin-top: 135px;
	float: left;
	width: 256px;
	text-align: right;
}



.error {
		margin           : 10px 0;
		color            : #ff0000;
		background-color : #ffeeee;
		border-top       : 1px solid #ff0000;
		border-bottom    : 1px solid #ff0000;
		padding          : 10px;
		}
.info {
		margin           : 10px 0;
		color            : #0000ff;
		background-color :	#eeeeff;
		border-bottom    : 1px solid #0000ff;
		border-top       : 1px solid #0000ff; 
		padding          : 10px;
		}
.success {
		margin           : 10px 0;
		color            : #009F62;
		background-color : #E6FFE6;
		border-top       : 1px solid #009F62;
		border-bottom    : 1px solid #009F62;
		padding          : 10px;
		}


.gallery {background-color:#fff;padding-bottom:10px;border:1px solid #ddd;margin-bottom:15px;width:240px;float:left;margin-right:15px;}
	.gallery h3 {margin-top:0;background-color:#969696;padding:5px 10px;}
		.gallery h3 a:link,
		.gallery h3 a:visited,
		.gallery h3 a:hover,
		.gallery h3 a:active {color:#fff;font-family:arial,verdana,sans-serif;font-size:14px;}
		.gallery img {margin-left:13px;}


#spiderscope {color:#4B4B4B;text-align:center;font-family:verdana,sans-serif;font-size:11px;}
#spiderscope p {margin:15px 0 0 0;}
#spiderscope a {color:#4B4B4B;text-decoration:none;font-weight:normal;}
#spiderscope a:hover {text-decoration:underline;}




/* -------------- EOF ------------------ */


