@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%;
	clear: both;
	float: left;
	visibility: visible;
	position: absolute;
	z-index: 4;
	padding: 0px;
	height: 23%;
	background-position: center;
	left: 1%;
	margin: 0%;
	margin-top: 1.5%;
}

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

#eightwheels {
	width: 90%;
	clear: both;
	float: left;
	z-index: 5;
	visibility: visible;
	position: absolute;
	height: 10%;
	margin: 0%;
	left: 5%;
	top: 23%;
}

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

#eightwheelscontact {
	width: 90%;
	clear: both;
	float: left;
	z-index: 5;
	visibility: visible;
	position: absolute;
	height: 10%;
	left: 5%;
	top: 23%;
}

#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;
} 

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

#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;
	position: static;
	float: left;
	margin-top: 22%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	padding: 2em;
	z-index: 3;
	clear: none;
	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;
	position: static;
	float: left;
	margin-top: 22%;
	margin-right: 0%;
	margin-bottom: 4%;
	margin-left: 1%;
	padding: 2em;
	z-index: 3;
	clear: none;
	text-align: 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;
	width: 85%;
	border: medium solid #000000;
	visibility: visible;
	position: static;
	float: none;
	margin-top: 22%;
	margin-right: 0%;
	margin-bottom: 4%;
	margin-left: 4%;
	padding: 2em;
	z-index: 3;
	clear: both;
	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: 22%;
	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;
	position: relative;
	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%;
	position: static;
	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;
}



/* LINK PROPERTIES FOR ALL ELEMENTS */

#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;}

#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;}



/* PHP STORE ELEMENTS */


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

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


span.extraimage{
display:none;
}
    

.detailname{
font-weight: bolder;
font-size: 30px;
text-align: left;
}

.detaildescription{
font-size: 12px;}


.prodname{
font-weight: bolder;
font-size: 16px;
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: 12px;
}


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

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

div.listprice {
text-align: center;
}

div.detaillistprice {
text-align: center;
}

