/* main css for theshinywheel.com */

.special1{
	color: #FF0000;
}
.special2{
	color: #008000;
}
.special3{
	color: #FF00FF;
}
.extrah{
	display: none;
}
label{
    font-weight: bold;
}
img{
	border: none;
}
table#wheeltable {
	margin-left: auto; 
	margin-right: auto;
	width: 880px;
	border-color: #CCCCCC;
	border: double;
}

table#wheeltable tr td{
	width: 110px;
	height: 90px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
table#wheeltable tr td h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 1px;
}

table#wheeltable tr td img{
	border: none;
	width: 100px;
	height: 89px;
}

#container{
    /* position: relative; */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
    width: 1000px;
    background: #FFFFFF;
	color: #000000;
    text-align: left;
	
}
#container #header {
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#container #header img{
	margin-left: auto;
	margin-right: auto;
}
#container #header ul{
	padding-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	font-stretch: expanded;
	text-align: center;
	clear:both;
}
#container #header li {
	padding-right: 20px;
	display:inline;
}

#container #header h1{
	padding-top: 15px;
	font-size: 18px;
	color: #FF0000;
	text-align: center;
	clear:both;
}

#container #header h2{
	font-size: 1.2em;
	font-stretch: expanded;
	text-align: center;
	clear:both;
}
#container #header h3{
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	clear:both;
}
#container #header #menu{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-top: 0px;
	padding-top: 10px;
}

#container #header #menu a{
  display: block;
  float: left;
  width: 100px;
  height: 20px;
}

#container #header #menu a:hover{ 
  background-position: 0 -20px;
}
#container #header #menu a:active{ 
  background-position: 0 -40px;
}
#container #header #menu a span{
  position: absolute;
  top: -999em;
}

#container #header .companyheading{
	clear:both;
	color:#000066;
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	padding-top: 10px;
	letter-spacing: .5em;
}
#container #header .note{
	clear:both;
	color:#0000FF;
	font-size:20px;
	font-weight:bold;
}

#menu-homepage{
  background: url(../../images/buttons/menu-homepage.gif) no-repeat 0 0;
}
#menu-shipping{
  background: url(../../images/buttons/menu-shipping.gif) no-repeat 0 0;
}
#menu-contactus{
  background: url(../../images/buttons/menu-contactus.gif) no-repeat 0 0;
}
#menu-policies{
  background: url(../../images/buttons/menu-policies.gif) no-repeat 0 0;
}
#menu-orderstatus{
  background: url(../../images/buttons/menu-orderstatus.gif) no-repeat 0 0;
}
#menu-cart{
  background: url(../../images/buttons/menu-cart.gif) no-repeat 0 0;
}
#menu-aboutus{
  background: url(../../images/buttons/menu-aboutus.gif) no-repeat 0 0;
}


#container #supportingtext{
	width: 1000px;
}
#container #supportingtext div{
	width: 870px;
	margin-left: auto;
	margin-right: auto;

}
#container #supportingtext div img{
	margin: 10px;
}
#container #supportingtext p
,#container #supportingtext p a
,#container #supportingtext p a:visited
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: .9em;
}
#container #supportingtext p span.companytext{
	color: #000080;
	font-weight: bold;
}
#container #supportingtext p.designcredit{
	color:#333333;
	font-size: .7em;
}

#container table.display{
	margin-left: auto;
	margin-right: auto;
	border: #666666 double thin;
	width: 800px;
}

#container table.display tr td{
	border: #666666 double thin;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	font-weight:bold;
	width: 200px;
}
#container table.display tr td h2{
	font-size:14px;
}
#container table.display tr td p{
	font-size:12px;
}
#container table.display tr td img{
	width: 175px;
	height: 131px;
}
#symanticseal{
float: left;
margin-top: 75px;
}

p.price{
	padding-bottom: 0;
	margin-bottom: 0;
}
.red{
	color: #FF0000;
}
span.hide {
  position: absolute;
  top: 10em;
}
