@charset "utf-8";

/* CURVYCORNERS - SETS ROUNDED EDGES */

.curvy {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 


/* MAIN DESIGN ELEMENTS */


body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/bearing%20silver%20dark%20tiny.jpg);
	background-repeat: repeat;
	z-index: 1;
}

#logo {
	width: 98%;
	float: left;
	visibility: visible;	
	z-index: 4;
	height: 23%;
	background-position: center;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 0%;
	
}

/* Use this on Contact and other pages with logo height issues */
#logocontact {
	width: 98%;
	float: left;
	visibility: visible;
	z-index: 4;
	height: 23%;
	background-position: center;
	margin-left: 1%;
	margin-top: 2.5%;
	margin-bottom: 0%;
}

#eightwheels {
	width: 90%;	
	float: left;
	z-index: 5;
	visibility: visible;	
	height: 1%;
	margin-left: 5%;
	padding: 0%;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/* Use this on Contact and other pages with logo height issues */

#eightwheelscontact {
	width: 91%;
	clear: both;
	float: left;
	z-index: 5;
	visibility: visible;	
	height: 10%;
	margin-left: 5%;
	margin-bottom: 2%;
	padding: 0%;
	
}

#container {
	width: 90%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FF66FF;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	height: auto;
	padding: 0px;
	border: thick solid #000000;
	background-position: center;
	z-index: 2;
} 

/* This keeps sidebar and nimbit in line. IF YOU REMOVE THIS, RESET WIDTH ON THOSE DIVS */
#barholder {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
	width: 11%;	
	float: left;	
	z-index: 3;
		
}


#sidebar {
	width: 100%; 
	background-color: #FFCCFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	border: thin solid #000000;
	z-index: 3;
	padding-top: 1em;
	padding-bottom: 1em;
		
}

/* Use this for the Nimbit download link */
#nimbit {
	width: 80%; 
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	float: left;
	clear: left;
	margin-top: 20%;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
	border: thin solid #ffffff;
	z-index: 3;
	text-align: center;
	padding: 10%;
		
}

#barholder {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
	width: 13%;	
	float: left;	
	z-index: 4;
		
}

#mainContent {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 58%;
	border: medium solid #000000;
	visibility: visible;
	float: left;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	padding: 2em;
	z-index: 3;
	clear: none;
	text-align: left;
	}


	
#text {
	width: 100%;
	clear: both;}
	
/* This gets nested in text when you want a picture inside the text box*/
	#textpicture {
	width: 50%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-bottom: 2%;	
	margin-right: 2%;
	font-size: 10px;	
	text-align: left;
	}

/* Use this for Cart and other pages with larger content. */
#mainContent2 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 73%;
	border: medium solid #000000;
	visibility: visible;
	float: left;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 3%;
	margin-left: 1%;
	padding: 2em;
	z-index: 3;
	text-align: left;
	
	}
	
	/* Use these to make columns inside MainContent2 */
#columnleft {
	width: 19%;	
	padding: 1%;
	float: left;
	clear: left;
	
	}

#columnright {
	width: 79%;	
	float:left;	
	
	}
	



/* Use this for the Survey and other pages with no sidebars */
#mainContent3 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	width: 85%;
	border: medium solid #000000;
	visibility: visible;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 4%;
	margin-left: 4%;
	padding: 2em;
	z-index: 3;
	text-align: center;
}
	
#adspace {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFCCFF;
	float: right;
	width: 13%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
	border: thin solid #000000;
	padding: 1em;
	z-index: 3;
}

#shortcut {
	background-color: #000000;
	text-align: center;
	height: 5%;
	width: 40%;
	border: medium solid #FFFFFF;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom:3%;
	margin-left: 27%;
	float: left;
	z-index: 3;
	padding: 1em;
	
}

#banners {
	background-color: #FF66FF;
	text-align: center;
	height: 5%;
	width: 55%;
	border: none;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom:3%;
	margin-left: 20%;
	text-align: center;
	float: left;
	z-index: 3;
	position: relative;
	padding: 1em;
	
}
#footer {
	background-color: #FF00FF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	float: none;
	clear: both;
	z-index: 3;
	font-size: 10px;
	margin-top: 4%;
	margin-bottom: 4%;	
} 

#footer p {
	margin: 0; 
	padding: 0.5em; 
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: center;
}

/* This keeps the Video page nice and tidy */
#video {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 1%;
	margin-top: 1%;
	}
	
/* Use this to announce sales or other info at the top of Categories, Products, and Proddetail */
#saletext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-align: center;
}
	


/* LINK PROPERTIES FOR ALL ELEMENTS */

#eightwheels a:link {color:#003366; text-decoration: none;}
#eightwheels a:visited {color:#003366; text-decoration: none;}
#eightwheels a:hover {color:#CC00FF; text-decoration: underline;}
#eightwheels a:active {color:#cc00cc; text-decoration: none;}

#mainContent a:link {color:#990099; text-decoration: none;}
#mainContent a:visited {color:#CC00CC; text-decoration: none;}
#mainContent a:hover {color:#CC00FF; text-decoration: underline;}
#mainContent a:active {color:#999999; text-decoration: none;}

#mainContent2 a:link {color:#990099; text-decoration: none;}
#mainContent2 a:visited {color:#CC00CC; text-decoration: none;}
#mainContent2 a:hover {color:#CC00FF; text-decoration: underline;}
#mainContent2 a:active {color:#999999; text-decoration: none;}

#mainContent3 a:link {color:#990099; text-decoration: none;}
#mainContent3 a:visited {color:#CC00CC; text-decoration: none;}
#mainContent3 a:hover {color:#CC00FF; text-decoration: underline;}
#mainContent3 a:active {color:#999999; text-decoration: none;}

#sidebar a:link {color:#000000;  text-decoration: none;}
#sidebar a:visited {color:#000000; text-decoration: none;}
#sidebar a:hover {color:#CC00FF; text-decoration: underline;}
#sidebar a:active {color:#999999; text-decoration: none;}

#nimbit a:link {color:#FF66FF;  text-decoration: none;}
#nimbit a:visited {color:#FF66FF; text-decoration: none;}
#nimbit a:hover {color:#FFFFFF; text-decoration: underline;}
#nimbit a:active {color:#999999; text-decoration: none;}

#footer a:link {color:#FFFFFF; text-decoration: none;}
#footer a:visited {color:#000000; text-decoration: none;}
#footer a:hover {color:#CC00FF; text-decoration: underline;}
#footer a:active {color:#999999; text-decoration: none;}

#banners a:link {color:#000000; text-decoration: none;}
#banners a:visited {color:#CC00CC; text-decoration: none;}
#banners a:hover {color:#CC00FF; text-decoration: underline;}
#banners a:active {color:#999999; text-decoration: none;}

#adspace a:link {color:#000000; text-decoration: none;}
#adspace a:visited {color:#000000; text-decoration: none;}
#adspace a:hover {color:#CC00FF; text-decoration: underline;}
#adspace a:active {color:#999999; text-decoration: none;}

#shortcut a:link {color:#FFFFFF; text-decoration: none;}
#shortcut a:visited {color:#FFFFFF; text-decoration: none;}
#shortcut a:hover {color:#CC00FF; text-decoration: underline;}
#shortcut a:active {color:#999999; text-decoration: none;}



/* FORMATTING SETTING FOR PHP STORE ELEMENTS */

/* Categories */

P.catname {
font-size: 13px;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
vertical-align:top;
}

P.catdesc {
margin-top: 4px;
margin-bottom: 4px;
vertical-align: top;
text-align: center;
}

IMG.catimage {
border: 1px solid #000;
vertical-align:top;
text-align: center;
}

TD.catimage {
border: 1px solid #000;
vertical-align:top;
text-align: center;
}

TD.catname {
vertical-align:top;
text-align: center;
}

TD.catnavigation {
font-size: 12px;
vertical-align:top;
text-align: left;
}

/* Products */

TD.prodnavigation {
font-size: 12px;
vertical-align:top;
text-align: left;
}

.prodname{
font-weight: bolder;
font-size: 14px;
text-align: center;}

.prodoption{
font-size: 11px;
font-family : Verdana;
color : #000000;
text-align: center;}

.prodprice{
COLOR: #000000;
font-weight: bolder;
text-align: center;
font-size: 14px;
margin-top: 5px;
}

.proddescription{
font-size: 12px;
font-family : Verdana;
font-weight: normal;
color : #000000;
text-align: center;}



IMG.prodimage{border: 1px solid #000;}

/* Product Details */

.detailoptions{
font-size: 12px;
font-family : Verdana;
color : #000000;
}



.detailprice{
COLOR: #000000;
font-weight: bolder;
text-align: center;
font-size: 14px;
}

span.extraimage{
display:none;
}
   
.detailname{
font-weight: bolder;
font-size: 20px;
text-align: left;
}

.detaildescription{
font-size: 12px;
font-weight: normal;}



.detailimage {

vertical-align:top;

}

/* Cart */

img.cartimage {
width: 50px;
border: 1px solid #000;
}



