@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/gravity-boxtop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #666;
	filter:alpha(opacity=80);	/* IE */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;               /* newer Mozilla and CSS-3 */
	background-color:#000; 		/* column header styles */
	text-align:left;
	color:#fff;
	padding:7px;
	min-height:100px;
	margin:10px 0px 0px 10px;
}

/* end common column styles */

br.clear{
	clear:both;
	overflow:hidden;
}
.postrow{
	clear:both;
}
.title{
	height:44px;
}
.title a:link, .title a:active, .title a:visited {
	color:#fff;
	text-decoration:none;
}
.title a:hover{
	color:#FFFF00;
}
.alignleft{
	float:left;
	margin-right:10px;
}

/* Parts page */
.parts-column {
	width:650px;
	float:left;
	border:0px!important;
}

.parts-left {
	width:350px;
	min-height:600px;
	vertical-align:top;
	float:left;
	border:0px!important;
}
.parts-right {
	width:200px;
	vertical-align:middle;
	float:left;
}
.sideboxback{
	padding-bottom:20px;
	min-height:600px;
	vertical-align:middle;
}
.parts-info-column{
	width:300px;
	float:left;
	vertical-align:top;
}
.half-column-parts{
	width:470px;
	float:left;
}
.half-column-parts{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-position:top;
	background-repeat:repeat;
	border:1px solid #666;
	text-align:left;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 10px;
	position:relative;
	z-index:10px;
}
.half-column-parts-right{
	width:470px;
	float:right;
}
.half-column-parts-right{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-position:top;
	background-repeat:repeat;
	border:1px solid #666;
	text-align:left;
	color:#fff;
	padding:0px 0px 0px 0px;
	margin:10px 10px 0px 10px;
	position:relative;
	z-index:10px;
}
.half-column-parts-right ul li{
	list-style:outside;
	list-style-type:none;
	padding:5px 0px 5px 0px;
	font-size:14px;
}
.half-column-parts-right ul li img{
	border:0px!important;
	background-color:transparent!important;
	height:20px;
	vertical-align:middle;
}
.contactparts{
	width:470px;
	float:right;
	margin-top:25px;
}
.contactparts img {
	border:0px!important;
	background-color:transparent!important;
	float:left;
}
.contactparts #cforms2form{
	width:320px;
	margin:0;padding:5px 0px 5px 0px;
	float:right;
	border:1px solid #222;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-position:top;
	background-repeat:repeat;
}
.contactparts #cforms2form ol, .contactparts #cforms2form ol li{
	list-style:outside;
	list-style-type:none;
	padding:0;margin:0;
}
.contactparts #cforms2form ol li label{
	width:85px;
	margin-left:0px; padding-left:0px;
}
.contactparts #cforms2form textarea{
	height:40px;
}
.contactparts #cforms2form ol li input{
	height:18px;
	width: 130px;
	margin:0;padding:2px;
}
.contactparts #cforms2form span.reqtxt, .contactparts #cforms2form span.emailreqtxt{
	color:#ff0000; text-align:right;
	font-size:8px;
}
.contactparts #cforms2form input.sendbutton{
	margin:0px 70px 0px 0px; padding:0px;
}
	
.full-column-parts{	
	width:99%;
	padding:0px;margin:5px;
	float:left;
}
.inside-full-column-parts{
	width:99%;
	border:1px solid #222;
	padding:0px; margin:5px;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-position:top;
	background-repeat:repeat;
}
.inside-full-column-parts .partsTitle{
	background-image:none;
	margin-left:130px;
	border:0px!important;
}
.half-column-parts-right .partsTitle a:link, .half-column-parts-right .partsTitle a:active, .half-column-parts-right .partsTitle a:visited{
	color:#fff;
}
.half-column-parts-right .partsTitle a:hover{
	color:#FFFF00;
}
.contactnotice{
	color:#ffffff;
	font-size:14px;
}

.boxyellowlink{
	color:#FFFF00;
	font-size:14px;
}


.parts-column-full{
	width:960px;
}

.box-transparent{
	margin:0px;
	width:100%;
	float:left;
	padding-left:8px;
}

.partsMidTitles {
	font-size:19px;
}

.box3-transparent{
	border:0px;
	max-width:450px;
	width:450px;
	float:left;
}
.box3-transparent p img{
	border:0px!important;
	background-color:transparent!important;
}

.partsTitle {
	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;
}
.partsTitle h1, .partsTitle a h1{
	padding:7px 0px 7px 15px!important;
	font-size:22px;
	font-weight:normal;
}
.partsTitle span.white{
	color:#fff;
}
.partsTitle span.yellow{
	color:#FFFF00;
}
p.partsWhiteTitle{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p.partsWhiteTitle a:link, p.partsWhiteTitle a:active, p.partsWhiteTitle a:visited{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
p.partsWhiteTitle a:hover{
	color:#FFFF00;
}
p.partsWhiteTitle img{
	width:50px;
}
.productBox{
	width:150px;
	float:left;
	margin:8px 0px 8px 0px;
}
.productBox a:link, .productBox a:active, .productBox a:visited, .productBox-2 a:link, .productBox-2 a:active, .productBox-2 a:visited, .productBox-3 a:link, .productBox-3 a:active, .productBox-3 a:visited{
	color:#fff;
	text-decoration:none;
}
.productBox a:link img, .productBoxa:active img , .productBox a:visited img, .productBox-2 a:link img, .productBox-2 a:active img, .productBox-2 a:visited img, .productBox-3 a:link img, .productBox-3 a:active img, .productBox-3 a:visited img{
	border:1px solid #222!important;
}
.productBox a:hover, .productBox-2 a:hover, .productBox-3 a:hover{
	color:#FFFF00;
}
.productBox a:hover img, .productBox-2 a:hover img, .productBox-3 a:hover img{
	border:1px solid #FFFF00!important;
}
.productBox-2{
	width:230px;
	float:left;
	margin:5px 0px 5px 0px;
}
.productBox-2 img{
	clear:both;
	display:block;
}
.productBox-3{
	width:460px;
	float:left;
	margin:5px 0px 5px 0px;
}
.productBox-3 img{
	background-color:transparent!important;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.half-column-right{
	width:430px;
	float:right;
	padding-left:20px;
	border-left: 1px solid #333;
}
.box-transparent img{
}

.column-left-box {
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim1.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #666;
	background-color:#000; 		/* column header styles */
	text-align:left;
	color:#fff;
	padding:7px;
	min-height:100px;
	margin:10px 0px 0px 10px;
	position:relative;
	z-index:10px;
}
.pageNavLeft{
	float:left;
	width:220px;
	height:18px;
	padding:7px;
	vertical-align:middle;
	position:absolute;
	top:15px;left:15px;
	text-align:left;
	border:1px solid #ccc;
	background-color:#222;
	z-index:4;
}
.pageNavRight{
	float:right;
	width:220px;
	height:18px;
	padding:7px;
	vertical-align:middle;
	position:absolute;
	top:15px;left:730px;
	text-align:right;
	border:1px solid #ccc;
	background-color:#222;
	z-index:4;
}
.parts-column-full{
	width:98%;
	border:1px solid #222;	
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-repeat:repeat;
	position:relative;
	z-index:1;
	top:10px;left:0px;
	margin:0;padding:0;
}
.parts-content{
	margin:10px;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png)!important;
	background-repeat:repeat!important;
	position:relative;
	left:0px;top:0px;
	z-index:3;	
}
.parts-content img{
	border:0px!important;
	background-color:transparent!important;
	margin:0px!important;
	padding:0px!important;	
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png)!important;
	background-repeat:repeat!important;
}
.pageTitle {
	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;
}
.pageTitle h1, .pageTitle a h1{
	padding:7px 0px 7px 15px!important;
	font-size:22px;
	font-weight:normal;
}
.pageTitle span.white{
	color:#fff;
}
.pageTitle span.yellow{
	color:#FFFF00;
}
.turbopartsimage{
	position:absolute;
	top:500px;left:750px;
	width:161px;height:148px;
	margin:0px;
	background-image: url(../../../../../wp-content/uploads/2008/12/gravitydropper-turbo-replacement-part-button1.png);
	background-repeat:no-repeat;
	z-index:5;
}
.descenderpartsimage{
	position:absolute;
	top:500px;left:750px;
	width:161px;height:148px;
	margin:0px;
	background-image: url(../../../../../wp-content/uploads/2008/12/descender-replacement-part-button.png);
	background-repeat:no-repeat;
	z-index:5;
}
.classicpartsimage{
	position:absolute;
	top:500px;left:750px;
	width:161px;height:148px;
	margin:0px;
	background-image: url(../../../../../wp-content/uploads/2008/12/gravitydropper-classic-replacement-part-button.png);
	background-repeat:no-repeat;
	z-index:5;
}

	


