@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	margin:0px;
	padding:0px;
	/*background-image: url(../../../../../wp-content/themes/gravitydropper/images/gravity-background.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
	font-family: arial;
	font-size:12px;
	color:#fff;
}
img {
	border:0px;
}
a:link, a:visited, a:active{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#FFFF00;
}
h1{
	font-size: 20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:12px;
}
h1, h2, h3, h4, h5{	
	margin:0px;
	padding:0px;
}
#wrapper{
	
	padding:0px 0px 0px 50%;
	margin:0px 0px 0px -499px;
	
}
#page{
	width:1000px; /* total width */
	text-align:center;
	margin:10px 0px 0px 0px;
}
#banner{
	height:151px;
	width:1000px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image: url(../../../../../wp-content/themes/gravitydropper/images/header-banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#logo{
	height:121px;
	width:350px;
	margin:-10px 0px 0px 10px;
	float:left;
	
}
#mainInfo{
	float:right;
	width:625px;
	height:121px;
	margin: 1px 0px 0px 0px;
	padding:0px;
}
#mainSearch{
	width:250px;
	height:25px;
	margin:18px 10px 8px 0px;
	float:right;
}
label.searchlabel{
	font-size:14px;
	color:#999;
	padding-right:5px;
	display:none;
}
input.searchmain{
	font-size:12px;
	height:18px;
	width:150px;
	color:#fff;
	background-color:#000;
	border:2px solid #666666;
	padding-left:5px; padding-top:7px;
}
input.searchbutton{
}
#mainNav{
	width: 98%;
	height:25px;
	margin:32px 10px 10px 0px;
	float:right;
	clear:right;
	list-style:none;
}
#mainNav a:link, #mainNav a:active, #mainNav a:visited{
	color:#fff;
	text-decoration:none;
}
#mainNav a:hover{
	color:#FFFF00;
}
#mainNav ul{
	margin:0px;
	padding:0px;
}
#mainNav ul li{
	background-image: url(../../../../../wp-content/themes/gravitydropper/images/homedot.gif);
	background-repeat:no-repeat;
	background-position: .5em;
	display:inline;
	font-size:18px;
	color:#fff;
	padding-right:5px;
	padding-left:29px;
}
#mainContent{
	border:1px solid #333;
	width:100%;
	font-size:12px;
	min-height:400px;
	margin:0px;
	padding-bottom:10px;
	background-image: url(../../../../../wp-content/themes/gravitydropper/images/bike-background2.jpg);
}
#mainContent a:link, #mainContent a:active, #mainContent a:visited{
	color:#fff;
	text-decoration:none;
}
#mainContent a:hover{
	color:#FFFF00;
}
#mainContent img{
	max-width:300px;
	margin:0px 5px 0px 5px;
	padding:5px;
	border:1px solid #666;
	background-color:#111;
}
#mainContent h1{
	font-size:20px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#footer{
	width:100%;
	height:20px;
	padding:0px;
	margin:20px 0px 0px 0px;
}
#copyright{
	width:60%;
	float:left;
	margin:2px 0px 0px 5px;
	color:#fff;
	font-size:12px;
	text-align:left;
}
#copyright a:link, #copyright a:active, #copyright a:visited{
	color: #FFFF00;
	text-decoration:none;
}
#copyright a:hover{
	color:#fff;
}
#additionalLinks{
	width:30%;
	margin:2px 5px 0px 0px;
	float:right;
	color:#fff;
	font-size:12px;
	text-align:right;
}
#additionalLinks ul{
	margin:0px;
	padding:0px;
}
#additionalLinks ul li{
	list-style:none;
	padding:0px;
	display:inline;
	font-size:12px;
	color:#fff;
}	
#additionalLinks a:link, #additionalLinks a:active, #additionalLinks a:visited{
	color:#fff;
	text-decoration:none;
}
#additionalLinks a:hover{
	color:#FFFF00;
}

/* begin column layouts */
.column-full{
	width:960px;
	float:left;
}
.column-half{
	width:470px;
	float:left;
}
.column-third{
	width:305px;
	float:left;
}
.column-twothirds-left{
	width:630px;
	float:left;
}
.column-onethird-left{
	width:305px;
	float:left;
}
.column-onethird-right{
	width:305px;
	margin-right:10px !important;
	float:right;
}
.column-twothirds-right{
	width:630px;
	margin-right:10px !important;
	float:right;
}

#column3 img{
	max-width:283px;
}
/* common column styles */

.column-full, .column-onethird-left, .column-onethird-right, .column-twothirds-left, .column-twothirds-right, .column-third, .column-half {
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png)!important;
	background-repeat:repeat!important;
	border:1px solid #666;
	text-align:left;
	color:#fff;
	padding:7px;
	min-height:100px;
	margin:10px 0px 0px 10px;
}

/* end common column styles */

/* product page adds */

.productTitle, .productTitle h2 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.price-column {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	float:right;
}
.price-column img{
	margin:0px!important;
	padding:0px!important;
	border:0px!important;
}

.productTitle a:link, .productTitle a:active, .productTitle a:visited {
	color:#fff;
	text-decoration:none;
}
.productTitle a:hover{
	color:#FFFF00;
}

.main-link{
	color:#FFFF00;
}

.products_link{
	color:#ffffff;
	text-decoration:none;
}

.mainboxback2{
	background-image:url(images/backgrounds/grey-transparent.png);
	background-repeat:repeat;
	border:1px solid #333333;
	padding-bottom:10px;
}

.three-column {
	padding-top:10px;
	width:245px;
	margin:3px;
	float:left;
}
.three-column img.productimg{
	width:245px;
	height:200px;
	margin:0px!important;
	padding:0px!important;
	border:0px!important;
}
.three-column-narrow {
	padding-top:10px;
	width:190px;
	margin:3px;
	float:left;
}
.three-column-narrow img{
	margin:0px!important;
	padding:0px!important;
	border:0px!important;
}

.thumb-column {
	width:95%;
}
.thumb-column img{
	margin:0px!important;
	padding:0px!important;
	border:0px!important;
}
.large-column {
	width:95%;
	padding-left:5px;	
	min-height:150px;
}

.rowspacer{
	height:15px;
}

.half-column{
	width:100%;
}

.two-column{
	width:960px;
	float:left;
}

.half2-column{
	width:370px;
	float:left;
	vertical-align:top;
}

.parts-buttons{
	width:100%;
	text-align:center;
}
.parts-buttons img {
	margin-bottom:10px!important;
}


.additionalbox{
	border:1px solid #333333;
}
br.clear{
	clear:both;
	overflow:hidden;
}

.pageTitle, .pageTitle h1{
	font-size:22px;
	padding-bottom:10px;
	font-weight:normal;
}
.parts-buttons  a:link img.turbo, .parts-buttons a:active img.turbo, .parts-buttons a:visited img.turbo{
	border:1px solid #111!important;
}
.parts-buttons a:hover img.turbo{
	border:1px solid #ff0000!important;
}
.parts-buttons  a:link img.classic, .parts-buttons a:active img.classic, .parts-buttons a:visited img.classic{
	border:1px solid #111!important;
}
.parts-buttons a:hover img.classic{
	border:1px solid #0000FF!important;
}
.parts-buttons  a:link img.descender, .parts-buttons a:active img.descender, .parts-buttons a:visited img.descender{
	border:1px solid #111!important;
}
.parts-buttons a:hover img.descender{
	border:1px solid #009900!important;
}
ul.nexttoimage li{
	list-style:outside;
	margin-left:60px!important;
	padding-left:5px!important;
}
ol.cf-ol {
	
	list-style:none!important;
}
form.cform label{
	display:block!important;
	padding:0px;
}
form.cform fieldset.cf_hidden{
	display:none;
}
form.cform input.sendbutton{
	margin:0px 0px 0px 40px;padding:0px;
}
form.cform span.reqtxt, form.cform span.emailreqtxt{
	color:#ff0000;
	font-size:10px;
	padding-left:5px;
}
#usermessage2a{
	vertical-align:middle;
	padding-top:10px;
	color:#FFFF00; font-weight:bold;
	font-size:18px;
	text-align:center;
}
#productGallery{
	margin:10px 0px 20px 85px;
}
.postBox{
	width:98%;
	border:1px solid #222;
	margin:10px;
	padding-bottom:10px;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png)!important;
	background-repeat:repeat!important;
}
.post-list-row{
	clear:both;
	padding-top:5px; margin-bottom:5px;
}
.post-list-image{
	width:120px;
	min-height:50px;
	margin-right:20px;
	float:left;
}
.noImage{
	vertical-align:middle;
	margin-top:10px;
}
.post-list-image img{
	margin:0px 10px 0px 0px;
	padding:5px;
	background-color:#111;
	border:1px solid #222;
	float:left;
	width:100px;
}
.post-list-image a:link img, .post-list-image a:visited img, .post-list-image a:active img{
}
.post-list-image a:hover img{
	border:1px solid #FFFF00!important;
}
.post-list-title{
	text-align:left;
	font-size:14px;
}
.salesTitle {
	width:100%;	
	background-image: url(../../../../../wp-content/themes/gravitydropper/images/gravity-boxtop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:35px;
	font-size:22px;
	color: #FFFF00;
	border-bottom:1px solid #333;
}
.salesTitle h1, .salesTitle a h1{
	padding:7px 0px 7px 15px!important;
	font-size:22px;
	font-weight:normal;
}
.salesTitle span.white{
	color:#fff;
}
.salesTitle span.yellow{
	color:#FFFF00;
}
p.salesWhiteTitle{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p.salesWhiteTitle a:link, p.salesWhiteTitle a:active, p.salesWhiteTitle a:visited{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
select.tooWide{
	max-width:300px;
}