@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);
	background-repeat:repeat;
	border:1px solid #222;
	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;
}
.pubthumb{
	width:60px;
	height:80px;
	float:left;
	margin:13px !important;
}
.newsthumb{
	float:left;
	margin-right:10px !important;
}
#buynowform p{
	margin:0px;padding:0px;
}
#buynowform{
	margin:0px 0px 20px 0px;
}
#buynowform h1{
	color:#FFFF00;
}
#buynowform img{
	background-color:transparent;
}
#productGallery{
	margin:10px 0px 20px 85px;
}
 
 .entry{
	color:#fff;
}	
/* technical support page */

#troubleshooting{
	width:100%;
}
#maintenance{
	width:100%;
}
#warranty{
	width:100%;
}


.boxTitle{
	font-size:18px;
	color:#ffffff;
	padding-left:10px;
}
.boxContent{
	font-size:12px;
	color:#ffffff;
	padding-left:10px;
}

.smallGrey{
	color:#999999;
}

.supportTitle{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-left:20px;
	vertical-align:text-top;
}
.mainboxtextback{
	background-image:url(images/backgrounds/grey-transparent.png);
	background-repeat:repeat;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:5px;
}
.boxwhitelink{
	color:#ffffff;
	font-size:14px;
}
.boxinsidelink{
	font-size:12px;
	padding-right:10px;
	padding-left:70px;
	width:500px;
}
div.boxinsidelink ul li{
	margin: 0 0 0 -25px;;
	padding:0 0 0 0;
	list-style: outside ;
	list-style-type: square;
	color:#fff;
}
div.boxinsidelink ul li a:link, div.boxinsidelink ul li a:active, div.boxinsidelink ul li a:visited{
	color:#fff;
	text-decoration:none;
}
div.boxinsidelink ul li a:hover{
	color: #FFFF00;
	text-decoration:underline;
}
.video-list {
	width:550px;
	float:left;
	min-height:60px;
}
.video-buttons {
	width:50px;
	float:left;
}

.support-column {
	width:370px;
	float:left;
}
.half-column-1{
	width:570px;
	float:left;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-repeat:repeat;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}
.half-column-2{
	width:370px;
	float:right;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-repeat:repeat;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

.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;
}
.boxItem{
	width:100%;
	min-height:36px;
	margin:10px 0px 10px 0px;
	border:1px solid #222;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim2.png);
	background-repeat:repeat;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}
.BoxContent{
	padding:7px;
}
.BoxContent .keyhead{
	height:20px;
	padding-top:5px;
	verical-align:middle;
	text-align:left;
	font-size:12px;
	color:#ccc;
}
.BoxContent .keyhead .videoColumn{
	width:60px;
	min-width:60px;
	text-align:center;
	border-right: 1px solid #ccc;
	float:left;
	color:#FFFF00;
}
.BoxContent .keyhead .contentColumn{
	width:480px;
	min-width:480px;
	text-align:left;
	padding-left:10px;
	float:left;
}
.BoxContent .key{
	font-size:12px;
	height:40px;
	margin:0px;
	text-align:left;
	margin:1px 0px 1px 0px;
}
.BoxContent .key .videoColumn{
	width:60px;
	min-width:60px;
	height:40px;
	min-height:40px;
	float:left;
	text-align:center;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim1.png);
	background-repeat: no-repeat;
}
.BoxContent .key .videoColumn img{
	background-color:transparent!important;
	border:0px!important;
	margin-left:0px!important;
}
.BoxContent .key .columnContent{
	width:480px;
	min-width:480px;
	min-height:40px;
	float:left;
	text-align:center;
	margin-left:10px;
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/dim1.png);
	background-repeat: repeat-x;
	background-position:top;
}
.BoxContent .key .columnContent li {
	margin:0px 0px 0px 10px;
	padding:9px 0px 0px 10px;
	list-style:outside;
	list-style-type:none;
	text-align:left;
}
.catTitle{
	font-size:14px;
	padding: 5px 0px 5px 0px;
}
.catTitle a:link, .catTitle a:visited{
	color:#fff;
}
.catTitle a:active, .catTitle a:hover{
	color:#FFFF00;
}
.support-column-full{
	width:960px;
	float:center;
}
.contactnotice{
	color:#ffffff;
	font-size:14px;
}
.support-column-full .contactnotice a{
	color:#FFFF00!important;
}
.turbo-troubleshooting, .classic-troubleshooting, .descender-troubleshooting{
}
.turbo-troubleshooting{	
}
.classic-troubleshooting{	
}
.descender-troubleshooting{	
}

.turbo-maintenance, .classic-maintenance, .descender-maintenance{
}
.turbo-maintenance{	
}
.classic-maintenance{	
}
.descender-maintenance{	
}

.troubleshooting-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/troubleshooting.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:0px;left:480px;
}
.maintenance-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/maintenance.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:0px;left:480px;
}
.warranty-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/warranty.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:0px;left:480px;
}
.installvideo-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/installation.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:5px;left:308px;
}
.installmanual-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/manuals.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:5px;left:308px;
}
.support-image{
	background-image:  url(../../../../../wp-content/themes/gravitydropper/images/support.png);
	background-repeat: no-repeat;
	position:absolute;
	height:90px;
	width:92px;
	margin:0px;
	padding:0px;
	z-index:2;
	top:5px;left:308px;
}
.two-columns{
	position:relative;
	z-index:1;
	top:0px;
	left:0px;
}
.boxItem{
	position:relative;
	left:0px;top:0px;
	z-index:1;
}
.boxItem form#cforms2form{
	margin:0px;
	padding:0px;
	width:370px;
}
.boxItem form#cforms2form input.sendbutton{
	margin:0px 0px 0px 160px!important;
	padding:0px!important;
	float:left!important;
}
.boxItem form#cforms2form span.reqtxt, .boxItem form#cforms2form span.emailreqtxt{
	color:#990000;
	font-size:8px;
}
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;
}
