@charset "UTF-8";
/* CSS Document */
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
}

/* TinyMCE specific rules */ 
body.mceContentBody { 
	background: #000; 
	color:#FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
} 

#container { 
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height:200px;
	background:url(../images/header.png) top left #FFF;
}

#leftColumn {
	color:#FFF;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 11px; /* padding keeps the content of the div away from the edges */
}
#rightColumn {
	color:#FFF;
	float: right; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 14px 15px 0; /* padding keeps the content of the div away from the edges */
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:120%;
}

#rightColumn img { 
	margin:0 0 10px 0;
} 

.floatleft { 
	float: left;
} 

.floatlefthillpoints { 
	float: left;
	margin-right: 40px;
} 

#brandsflash { 
	margin:0 0 10px 0;
} 

#mainContent { 
	margin: 15px 250px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	display:block;
} 

#cartMainContent { 
	margin: 15px 280px 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	display:block;
} 

#mainContent img { 
	margin: 0 0 10px 0;
} 

#intro { 
		background-color:#000;
	padding: 0 10px 15px 10px;
	color:#7AB51D;
} 

#aboutUs { 
	background-color:#000;
	padding: 0 10px 15px 10px;
	color:#7AB51D;
} 

#submit { 
	margin:10px 12px 50px 50px; 
	float:right;
} 

#hillPoints { 
	background-color:#C92934;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
	height:875px;
} 

#submit img { 
	margin: 10px 0 0 0;
} 

#sectionsPanel { 
	background-color:#FFF;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
} 

#sectionsPanel img { 
	margin: 0;
} 

#video{
	margin:0 0 0 250px;
}

#latestoffersPanel { 
	background-color:#FFF;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
} 

#cycleAid { 
	background-color:#63AE24;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
} 

#cycleAid a:link {
	color:#FCFF00;
}

#cycleAid a:hover {
	color:#FFF;
	}

#ladiesnight { 
	background-color:#FF99CC;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
	display:block;
	color:#000;
	font-size:13px;
} 

img.thumbnail {
	float:left;
}

#workshop { 
	background-color:#FFF;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
	display:block;
	color:#000;
	font-size:13px;
} 

#bgfit { 
	background-color:#FFF;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
	display:block;
	color:#000;
	font-size:13px;
} 

#address{
	margin: 0 0 10px 0;
}

#leftColumn img { 
	margin: 0 0 10px 0;
} 

#footer { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-bottom: 18px;
	background: #000;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left: 10px;
	padding-right: 10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a.footerNav {
	margin-right: 20px;
	text-decoration: none;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#leftNav {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
}

#leftNav ul {
	padding:0;
	list-style:none;
	margin:0;
	/*margin:auto;*/
}
#leftNav li {
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
}

#leftNav ul li {
	text-align:left;
	margin:0;
	padding:0;
}
#leftNav li ul {
	display: block;
	margin:0;
	padding:0;
}


#leftNav li ul li a {
	border:0;
	line-height:1.5em;
	margin:0;
	display:block;
	padding:2px 6px 2px 6px;
	color:#ffffff;
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

#leftNav ul li a {
	background-color:#000;
	border:0;
	line-height:2em;
	margin:0;
	display:block;
	padding:1px 6px 1px 6px;
	color:#FFF;
	font-weight:normal;
	font-size: 14px;
	text-decoration: none;
	text-align:left;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

#leftNav ul li ul li a {
	background-color:#000;
	border:0;
	line-height:2em;
	margin:0;
	display:block;
	padding:1px 6px 1px 20px;
	color:#FFF;
	font-weight:normal;
	font-size: 14px;
	text-decoration: none;
	text-align:left;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

#leftNav li a:hover {
	color: #000;
	background-color:#FFF;
	border:0;
	margin:0;
}
#leftNav ul li .selected {
	background-color:#9999FF;
	border:0;
	margin:0;
}

#leftNav li:hover ul, li.over ul { display: block; }

#leftNav ul li.width {
	width: 200px;
}

#leftColumn h3{
	font:Impact, Verdana, sans-serif;
	font-size:38px;
	background-color:#C92934;
	padding:4px 0 4px 5px;
	letter-spacing:1px;
}

#rightColumn h3{
	font:Impact, Verdana, sans-serif;
	font-size:38px;
	background-color:#000;
	color:#7AB51D;
	padding:4px 0 4px 5px;
	letter-spacing:1px;
}



img{
	padding:0;
	border:0;
}

a:link {
	text-decoration: none;
	color: #7AB51D;
}
a:visited {
	text-decoration: none;
	color: #7AB51D;
}
a:hover {
	text-decoration: underline;
	color: #7AB51D;
}
a:active {
	text-decoration: none;
	color: #7AB51D;
}

/*h1 {
	padding: 10px 0;
	font-family: Impact, sans-serif;
	font-size:38px;
	letter-spacing:2px;
}*/

.browseResult{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:120%;
	color:#FFF;
	text-align:left;
	display: inline;
}

.browseResult h1{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}


td {
	vertical-align:top;
}

td .browseRight {
	background-color:#000;
	color:#FFF;
	margin:0 20px;
	padding-left:  0.6em;
}

.browseLeft{
	margin:0 10px;
}

.browsetxt{
	margin:0 10px;
}

.partNo{
	font-size:10px;
	margin:0 10px;
}

.price{
	position:relative;
	font-size:20px;
	color:#fff;
	margin:5px 10px;
	font-weight:bold;
}

.pricered{
	position:relative;
	font-size:14px;
	color:#F00;
	margin:10px 0;
	font-weight:bold;
}

.shopcartdetail {  font-family: Verdana;  font-size: 13px;  color: #FFF;   }
.shopcarttotal {  font-family: Verdana;  font-size: 13px;  color: #000000; background-color:#FFF; }

.buttontext3 {  font-family: Verdana;  font-size: 8px;  font-weight: bold;  color: #FFF;  }



.lo_title{
	font-size:15px;
	color:#000;
	line-height:120%;
	font-weight:bold;
}

#dealOverCont{
	margin: 0 0 0 20px;
	display:inline;
}

#cartOverCont{
	display:inline;
	width:480px;
}


.dealContainer{
	float:left;
	width:240px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:120%;
	color:#000;
	margin:0;
}

.dealContainer td{
	margin:5px;
	}

.dealText{
margin:0;
}

.rossette{
	background:url(../images/rossette.png) top left;
	height:51px;
	width:71px;
	padding:20px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:120%;
	color:#FFF;
	text-align:center;
}

#welcome { 
	background-color:#C92934;
	padding: 5px 10px 15px 10px;
	margin: 10px 0;
} 


.dealThumb{
	height:128px;
	width:200px;
	z-index:1;
}

h1.breadcrumbs{
	font-size: 16px;
}

.greentext{
	color: #7AB51D;
	font-weight: bold;
}

.detailprice{
	position:relative;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}

.loginLabel{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	float: left;
	margin-top: 4px;
	width: 6em;
}

.formLabel{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	float: left;
	margin-top: 4px;
	width: 9em;
}

.orderEntryElement{
	margin-top: 4px;
}

.orderTextEntryElement{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#013669;
	border: 1px solid #A8BCCE; 
	width: 100%;
	margin-right:6px;
}

td.checkouttabletext{
	padding-top: 10px;
	color: red;
}

.priceChoice{
	display: inline;
	margin:	0;
	padding: 0;
}


table.about tr.light {
	background-color:#f1f1f1;
}
table.about tr.dark {
	background-color:#CCC;
}

table.about tr.lightleftpadding {
	background-color:#f1f1f1;
	padding:0 0 0 15px;
}
table.about tr.darkleftpadding {
	background-color:#e4e4e4;
	padding:0 0 0 15px;
}




table.about td {
	vertical-align:middle;
	align:middle;
	padding:  0.6em 0.6em 0.6em 0.6em;
	border-bottom: 4px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
table.artists {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


td {
	vertical-align:top;
}

td .browseRight {
	background-color:#000;
	color:#FFF;
	margin:0 20px;
	padding-left:  0.6em;
}
img, div { behavior: url(iepngfix.htc) }

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

