/* main css for hubcapsandcentercaps.com */
/*
company colours:
brown:  BA772E
*/



* {	margin: 0 0 0 0;
	padding: 0; 
}

body{
    color: #000000;
    font-size: 1em;
	font-family: CartoGothicStdBook,"Lucida Grande",Helvetica,Arial,FreeSans,sans-serif;
	letter-spacing: .1em;
	line-height: 1.4em;
    text-align: left;
	background: #CCCCCC;
}

a{
    color: #307082;
}

a:hover{
    color: #D60808;
}

#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;
	height: 225px;
	background: url(../images/header.jpg) no-repeat 0px top;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#container #header #menu{
	margin-left: 250px;
	margin-top: 0px;
	padding-top: 160px;
}

#container #header #menu a{
  display: block;
  float: left;
  width: 150px;
  height: 25px;
}

#container #header #menu a:hover{ 
  background-position: 0 -25px;
}
#container #header #menu a span{
  position: absolute;
  top: -999em;
}

#menu-homepage{
  background: url(../images/menu-homepage.gif) no-repeat 0 0;
}
#menu-aboutus{
  background: url(../images/menu-aboutus.gif) no-repeat 0 0;
}
#menu-faq{
  background: url(../images/menu-faq.gif) no-repeat 0 0;
}
#menu-contactus{
  background: url(../images/menu-contactus.gif) no-repeat 0 0;
}
#menu-orderstatus{
  background: url(../images/menu-orderstatus.gif) no-repeat 0 0;
}
#menu-shoppingcart{
  background: url(../images/menu-shoppingcart.gif) no-repeat 0 0;
}
#menu-shipping{
  background: url(../images/menu-shipping.gif) no-repeat 0 0;
}

#container #header #contact {
	font-family: Helvetica, Arial;
	float:right;
	display: block;
	width: 230px;
	height: 100px;
	padding-top: 1px;
	font-size: 1em;
	line-height: 1em;
	margin-right: 5px; 
	background-color: #BA772E;
	border: #000066 1px solid;

}
#container #header #contact p{
margin: 5px;
}

#container #content {
	width: 1000px;
    margin: 20px 0 0 0px; 
	border-top: #CCCCCC ridge;
	border-bottom: #CCCCCC ridge;
	min-height:300px;
}


#container #content #main{
	width: 700px;
	margin: 5px 5px 5px 262px;
}

#container #content #main h1{
	font-family: "Times New Roman",Times,serif;
	font-size: 26px;
	font-weight: bold;
	color: #3C1E00;
	padding: 0 0 10px 0;
	margin-top: 10px;
	margin-left: 10px;
	
}
#container #content #main h2{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 5px 0 0 0;
	margin-top: 5px;
	margin-left: 10px;
	
}

#container #content #main h3{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 5px 0;
	margin-top: 0px;
	margin-left: 10px;
	
}

#container #content #main p{
	margin: 10px 0 0 10px;
	
}
#container #content #main p img{
	margin: 0 0 10px 10px;
	
}
#container #content #main p.small{
	font-size: 9px;
	background-color:#CCCCCC;
}

#container #content #main ul{
   list-style:circle;
   margin-left: 40px;
}

#container #content #main #faqs{
	min-height: 500px;
}
#container #content #main #faqs h2{
	margin-top: 15px;
}
#container #content #main #faqs div{
	padding-left: 50px;
}

#container #content #main table tr td{
	vertical-align: top;
}

#container #content #main table#hc{
   margin-top: 0px;
   width: 680px;
   font-size: 9px;
}

#container #content #main table#hc tr td a{
	color:#000000;
}

#container #content #main table#hc tr td a:hover{
	color:#AA0000;
}


#container #content #main table#hc tr td{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	height:80px;
	background:url(../images/button1.gif) left no-repeat;
}
#container #content #main table#hc tr td.noback{
	background:url(../images/a.gif) no-repeat;
}

#container #content #main table#hc tr td img{
   vertical-align: top;
   margin-left: 4px;
   margin-top: 8px;
   border: none;
}

#container #content #main table#hc tr td p{
   padding: 0px;
   margin: 0px;
}

#container #content #main table#hc2 tr td{
	border: solid thin #999999;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}

#container #content #sub{
    float: left;	
    margin: 5px;
	width: 235px;
   border: #2F1700 ridge medium;
   background-color:#BA772E;
}
#container #content #sub h1{
	font-size: 14px;
	font-weight: bold;
	color: #2B1500
	padding: 0 0 5px 0;
	margin-top: 5px;
	margin-left: 10px;
}

#container #content #sub p
, #container #content #sub table tr td{
	line-height: 1.5em;
	font-size: 10px;
	color: #333333;
	padding: 0 0 5px 0;
}
table.browsebymake tr td{
	width: 50%;
	text-align: center;
}
table.browsebymake tr td a{
	color: #333333;
}

#container #content #sub form{
	line-height: 1.5em;
	font-size: 10px;
	color: #333333;
	padding: 0 0 5px 0;
}
#container #content #sub ul{
	line-height: 1.5em;
	font-size: 11px;
	color: #333333;
	padding: 0 0 5px 10px;
}

#container #content #sub div.links{
	margin: 5px;
	padding: 5px;
	border: #000066 1px solid;
	background-color: #CCCC99;
	font-size: 9px;
	line-height: 15px;
}
#container #content #sub div.links p{
	margin: 0;
}
#container #content #sub div.links h1{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
#container #content #sub div.links ul{
	margin: 0 0 0 5px;
	list-style: none;
}

#container #footer{
   text-align: center;    
   margin-left: auto;
   margin-right: auto;
   font-size: 9px;

}

#extraDiv1 {
	background: transparent url(../images/bodybackground.gif) top left; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	width: 500px;
	height: 600px;
	z-index: -10;
	}
#extraDiv2 {
	background: transparent url(../images/bodybackground2.gif) top left; 
	position: absolute; 
	top: 150px; 
	left: 850px; 
	width: 938px;
	height: 494px;
	z-index: -10;
	}	

#faqs { position:relative; }
#faqs h2  { cursor:pointer; }
#faqs h2.active { color:#d74646; }
#faqs div   { position:relative; }
#faqs div p { padding:0; margin-bottom:15px; }


