/* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}*/

html,body{
	background-color: #000000;
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

/******CONTAINER DIV******/
#container {
	width: 780px;
	background: #000000;
	margin: 10px auto;
	border: 0px solid #333333;
	text-align: left;
}
a img {
	border: none;
}
/******TOP NAV BAR DIV******/
#topNavbar {
	background: url(images/nav_bg.gif) repeat-x;
	width: 780px;
	height: 30px;
	font-size: 11px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a.inline {
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/******CONTENT DIV******/
#contentArea {
	
}
#contentArea td {
	vertical-align: top;
}

.productThumb {
	padding-left: 6px;
	width:144px;
	float:left;
	font-size:10px;
	text-align:center;
}

.productThumb p{
	color:#EEEEEE;
	margin:2px 0px;
	padding:0;
	}

p {
	color: #eeeeee;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dashed #666666;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 4px;
	margin-bottom: 0px;
	color: #66CCFF;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: 1px dashed #666666;
	margin-bottom: 0px;
}


/******FOOTER DIV******/
#footer {
	background: url(../images/footer.gif) no-repeat;
	width: 780px;
	height: 50px;
	text-align: right;
}
#footer p {
	padding: 17px 8px 0 0px;
	font-size: 10px;
	color: #999999;
}


/** Main menu using sucker fish style list menu **/
#mainMenu{
	background: url(../images/nav_bg.gif) repeat-x;
	height:30px;
	font-size:11px;
	margin-top: 0px;
}

#mainMenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#categoryMenu {
	  float:left;
	  position:relative;
      display:block;
      margin:0;
      padding:0px;
	  width: 20px;
	  text-align: center;
	}

#mainMenu li{
	  float:left;
	  position:relative;
      display:block;
      margin:0;
      padding:0;
	  width: 110px;
	  text-align: center;
	}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:30px;
	left:0;
	background-color:#000000;
	padding:0px 5px;
	}

#mainMenu li ul li{
	width:110px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li {
	float:left;
	margin:0;
	text-decoration:none;
	display: block;
	color: #036C90;
	white-space:nowrap;
	border-right: 1px solid #000000;
    }
	  
#mainMenu li:hover, #mainMenu li.over {
	color: #FFFFFF;
	background-repeat: repeat-x;
}


#mainMenu a{
	display:block;
	height: 30px;
	line-height:30px;
	}

#mainMenu a:hover{
	color: #666666;
}

#mainMenu li.activeMenu{
	background-color:#000000;
	}

#mainMenu li.lastMenu{
	border-right:none;
	}
	
/*store section*/
#col-left{
	width:604px;
	float:left;
	border-right: 1px solid #333333;
}

#col-right{
	width:175px;
	text-align:left;
	float:left;
}

.spacer{
	clear:both;
	height:1px;
	font-size:2px;
	background-color:#000000;
	}

.brands-wheels{
	background:url(../images/blank.gif) repeat;
	}

.brands-tyres{
	background:url(../images/tyre_blank.gif) repeat;
	}
	
.brands-wheels a, .brands-tyres a{
	display: block;
	float:left;
	width: 150px;
	height: 82px;
	text-decoration: none;
	border-right: 1px solid #000000;
}

.featureListing{
	text-align:center;
	}

.featureListing p{
	display:block;
	border-bottom:2px solid #333333;
	padding:5px;
	color:#EEEEEE;
	}

.box-inner{
	padding:20px;
	}

.make-list{
	padding:20px 0px 0px 0px;
	height:400px;
	overflow:visible;
	}
	
.make-list a{
	display:block;
	width:120px;
	float:left;
	margin:0px 10px 10px 0px;
	}

.model-list{
	padding:5px 0px;
	}

.model-list a{
	margin-right:10px;
	}

.model-detail{
	
	}

.model-detail table{
	width:100%;
	border:1px solid #222222;
	}

.model-detail th, .model-detail td{
	padding:5px;
	}

.model-detail th{
	background-color:#666666;
	}
