/* CSS Document */

@charset "utf-8";

/* ----- GENERAL STYLES ----- */

html {
	height:100%;
}

body {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	background-image:url(../images/mainBG.jpg);
	background-repeat:repeat-x;
	background-color:#5d5d5d;
	font-size:12px;
	color:#1c2043;
	font-family:Arial, Helvetica, sans-serif;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	text-align:left;
	border-left:#CCCCCC thin solid;
	border-top:#CCCCCC thin solid;
	border-bottom:#CCCCCC thin solid;
}

table a, table a:link, table a:visited, table a:active {
	color:#a10713;
	text-decoration:none;
}

table a:hover {
	color:#777777;
	text-decoration:underline;
}

table td {
	padding:3px 3px 3px 3px;
	border-top:#CCCCCC thin solid;
	border-right:#CCCCCC thin solid;
}

table  th {
	font-size:13px;
	height:25px;
	padding:3px 3px 3px 3px;
	vertical-align:middle;
	background-color:#f2f2f5;
	border-right:#CCCCCC thin solid;
}

img {
	border:none;
}

a, a:active, a:visited, a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
	color:#00002f;
	font-size:13px;
	line-height:16px;
	padding:4px 0px 3px 0px;
}

p a, p a:link, p a:visited, p a:active {
	color:#a10713;
	text-decoration:none;
}

p a:hover {
	color:#777777;
	text-decoration:underline;
}

h1 {
	margin:0;
	padding:5px 0px 5px 0px;
	color:#a10713;
	font-size:20px;
	line-height:20px;
}

h2 {
	margin:0;
	padding:8px 0px 5px 0px;
	color:#00002f;
	font-size:16px;
	line-height:16px;
}

h2 a {
	color: #00002f;
}

h2 a:hover {
	color: #54618f;
}

h3 {
	margin:0;
	padding:0px 0px 5px 0px;
	color:#00002f;
	font-size:12px;
}

#breadcrumbs {
	left:3px;
	bottom:5px;
	height:12px;
	position:relative;
	text-transform:uppercase;
	font-size:10px;
	color:#d5d5d5;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color:#d5d5d5;
}

#breadcrumbs a:hover {
	color:#333333;
}

#breadcrumbs span {
	font-size:10px;
	color:#000000;
}

#container {
	top:0px;
	margin:auto;
	width:780px;
	height:100%;
}

#innerContainer {
	top:0px;
	margin:0px 0px 0px 0px;
	width:780px;
	position:relative;
	height:100%;
	background-color:#00002f;
}

#content {
	float:left;
	width:100%;
	position:relative;
	background-color:#00002f;
}

/* ----- HEADER STYLES ----- */

#header {
	top:0px;
	height:118px;
	position:relative;
	background-image:url(../images/topnav_bkgr.gif);
	background-repeat:repeat-x;
	background-color:#00002f;
}

#logo {
	position:relative;
	float: left;
	background-image: url(../images/logo.jpg);
	width: 157px;
	height: 118px;
	margin: 0px 0px 0px 0px;
	background-color:#00002f;
}

#logo h1, #logo h2 {
	display:none;
}

#driver1 {
	position:relative;
	float: left;
	background-image: url(../images/header_gord.jpg);
	width: 623px;
	height: 118px;
	margin: 0px 0px 0px 0px;
	background-color:#00002f;
}

#driver1 h1 {
	display:none;
}

#driver2 {
	position:relative;
	float: left;
	background-image: url(../images/header_jeff.jpg);
	width: 623px;
	height: 118px;
	margin: 0px 0px 0px 0px;
	background-color:#00002f;
}

#driver2 h1 {
	display:none;
}

#driver3 {
	position:relative;
	float: left;
	background-image: url(../images/header_phil.jpg);
	width: 623px;
	height: 118px;
	margin: 0px 0px 0px 0px;
	background-color:#00002f;
}

#driver3 h1 {
	display:none;
}

/* ----- LEFT NAV STYLES ----- */

#leftnavContainer {
	padding:10px 10px 0px 10px;
	width:147px;
	height:100%;
	float:left;
	background-color:#00002f;
}

#leftnav {
	height:482px;
	background-image: url(../images/leftnavBG.gif);
}

#leftnav a, #leftnav a:visited, #leftnav a:active, #leftnav a:link {
	color:#FFFFFF;
}

#leftnav a:hover {
	color:#54618f;
	text-decoration:none;
}

#leftnav ul {
	font-size:15px;
	line-height:24px;
	list-style-type:none;
	margin:0px;
	padding:6px 3px 0px 3px;
}

#leftnav li {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#54618f;
	padding:0px 12px 0px 12px;
}

#secondaryNav ul {
	font-size:13px;
	line-height:16px;
	list-style-type:none;
	margin:0px;
	padding:0px 3px 0px 3px;
}

#secondaryNav li {
	background-color:#1c2043;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#54618f;
	margin:0px;
	padding:4px 2px 4px 18px;
}

#secondaryNav a, #secondaryNav a:visited, #secondaryNav a:active, #secondaryNav a:link {
	color:#d5d5d5;
}

#secondaryNav a:hover {
	color:#54618f;
	text-decoration:none;
}

#secondaryCurrent li {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	list-style-type:none;
	background-color:#373a57;
}

#secondaryCurrent a, #secondaryCurrent a:visited, #secondaryCurrent a:active, #secondaryCurrent a:link {
	color:#FFFFFF;
}

#secondaryCurrent a:hover {
	color:#54618f;
	text-decoration:none;
}

/* ----- HOMEPAGE STYLES ----- */

#middle {
	float:left;
	width:446px;
	position:relative;
	background-color:#00002f;
}

#mainFeature {
	margin:10px 0px 0px 0px;
	width:100%;
	height:342px;
	position:relative;
	background-color:#00002f;
	background-image: url(../images/featureBG.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#featureTitle {
	top:5px;
	left:5px;
	position:relative;
	width:300px;
	height:95px;
	background-image:url(../images/featuredProductTitle.gif);
	background-repeat:no-repeat;
}

#featureTitle h1 {
	display:none;
}

#featureInfo {
	top:-320px;
	left:12px;
	width:265px;
	height:230px;
	overflow:auto;
	position:relative;
}

#featureProduct {
	top:-85px;
	left:280px;
	position:relative;
}

#featureMore {
	top:-305px;
	left:300px;
	position:relative;
}

#homeBanner {
	position:relative;
	margin:10px 0px 0px 0px;
	width:100%;
	height:130px;
	background-color:#00002f;
	background-image: url(../images/banner.jpg);
}

#homeBanner h1, #homeBanner h2{
	display:none;
}

/* ----- WIDGET STYLES ----- */

#widget {
	float:left;
	padding:10px 10px 0px 10px;
	width:147px;
	background-color:#00002f;
}

#widgetDriver {
	height:176px;
	background-color:#00002f;
}

#widgetDriver h2 {
	display:none;
}

#driverName {
	position:absolute;
	top:45px;
	right:8px;
	width:140px;
	z-index:1;
	font-size:18px;
	color:#6699cc;
}

#driverName a, #driverName a:visited, #driverName a:active, #driverName a:link {
	color:#6699cc;
	text-decoration:none;
}

#driverName a:hover {
	color:#54618f;
	text-decoration:none;
}

#widgetEvents {
	height:306px;
	background-image: url(../images/eventsBG.gif);
	color:#FFFFFF;
}

#widgetEvents h2 {
	display:none;
}

#widgetEventsList {
	top:40px;
	position:relative;
	height:266px;
	overflow:auto;
	scrollbar-base-color: #303D78;
	scrollbar-arrow-color: #ffffff;
}

#widgetEvents a, #widgetEvents a:visited, #widgetEvents a:active, #widgetEvents a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#widgetEvents a:hover {
	color:#54618f;
	text-decoration:none;
}

#widgetEvents ul {
	font-size:12px;
	line-height:15px;
	list-style-type:none;
	margin:0px;
	padding:6px 12px 12px 12px;
}

#widgetEvents ul li {
	padding:4px 0px 3px 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#54618f;
}

/* ----- PRODUCT PAGE STYLES ----- */

#mainContent {
	width:603px;
	min-height:482px;
	display:block;
	float:left;
	margin:10px 0px 0px 0px;
	background-image:url(../images/rightColBG.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#leftColumn {
	padding:0px 10px 0px 10px;
	width:443px;
	float:left;
	height:auto !important; /* for modern browsers */
	height:466px; /* for IE5.x and IE6 */
	min-height:474px; /* for modern browsers */
}

#rightColumn {
	padding:0px 10px 0px 10px;
	width:120px;
	float:left;
}

#rightColumn a, #rightColumn a:visited, #rightColumn a:active, #rightColumn a:link {
	color:#a10713;
	text-decoration:underline;
}

#rightColumn a:hover {
	color:#777777;
	text-decoration:underline;
}

#rightColumn ul {
	font-size:12px;
	line-height:15px;
	list-style-type:none;
	margin:0px;
	padding:3px 3px 6px 3px;
}

#rightColumn ul li {
	padding:5px 0px 5px 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#dedee2;
}

#contentBottom {
	width:603px;
	height:8px;
	float:left;
	background-image:url(../images/contentBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#productImage {
	float:right;
	vertical-align:top;
}

#column1 {
	width:280px;
	float:left;
	/*border-bottom:#dedee2 thin dotted;*/
	padding:5px 5px 5px 0px;
}

#column2 {
	width:280px;
	float:left;
	/*border-left:#dedee2 thin dotted;*/
	/*border-bottom:#dedee2 thin dotted;*/
	padding:5px 5px 5px 10px;
}

.altrow1 {
	background-color:#f2f2f5;
}

.altrow2 {
	background-color:#ffffff;	
}

/* ----- 1 COLUMN PAGE STYLES ----- */

#mainContent2 {
	width:603px;
	min-height:482px;
	display:block;
	float:left;
	margin:10px 0px 0px 0px;
	background-image:url(../images/oneColBG.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#mainColumn {
	padding:0px 10px 0px 10px;
	width:583px;
	float:left;
	height:auto !important; /* for modern browsers */
	height:466px; /* for IE5.x and IE6 */
	min-height:474px; /* for modern browsers */
}

/* ----- FOOTER STYLES ----- */

#footer {
	float:left;
	padding:10px 0px 0px 0px;
	position:relative;
	background-image:url(../images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#00002f;
	width:780px;
	height:32px;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:middle;
}

#footerCopyright {
	float:left;
	padding:8px 0px 0px 22px;
}

#footerLinks {
	float:right;
	padding:8px 22px 0px 0px;
}

#footerLinks a, #footerLinks a:visited, #footerLinks a:active, #footerLinks a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#footerLinks a:hover {
	color:#999999;
	text-decoration:underline;
}