/* ------------------------------------------------------------------------
CSS sheet for Coleman Racing Products, Inc.
Author: Tim Kadec
Date Created: 4/24/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Gray for Background - #B8B8B6
Navigation Bar - #67675D;
Navigation Links not active - #40403A;
Light Gray for borders - #E6E6E6;
Red - #DE0A01;
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: #B8B8B6;
	text-align: center;
	font: 12px/1.5em Myriad, Arial, sans-serif;
}
#wrap{
	width: 779px;
	margin: auto;
	text-align: left;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	background: #000;
	color: #fff;
	padding: 10px;
	position: relative;
	border: 1px solid #000;
}
h1{
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 300px;
	height: 109px;
	display: block;
}
#header ul{
	list-style-type: none;
	display: block;
	position: absolute;
	left: 49%;
	top: 0px;
	font-size: 95%;
}
#header li{
	display: inline;
	border-left: 1px solid #fff;
	padding: .5em .6em .5em .3em;
}
#header a{
	color: #fff;
	text-decoration: none;
}
#search{
	position: absolute;
	top: 50px;
	left: 50%;
}
#search input{
	float: left;
	margin-left: 20px;
}
/* ----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation{
	display: block;
	float: left;
	width: 100%;
	background: #67675D;
	margin-top: 3px;
	padding-top: 5px;
	border: 1px solid #B0B0AE;
	border-width: 0 1px;
}
ul.navigation li{
	display: block;
	float: left;
}
ul.navigation li.first{
	margin-left: 20px;
}
ul.navigation li a{
	display: block;
	float: left;
	width: 125px;
	text-align: center;
	background: #40403A;
	color: #B2B2AD;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5em 0;
	margin-right: 9px;
}
ul.navigation li a:hover{
	background: #000;
}
ul.navigation li a.active{
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
ul.navigation li a.active:hover{
	background: #fff;
	color: #000;
}
/* ----------------------------------------------------------------------
MAIN IMAGE ELEMENTS
-------------------------------------------------------------------------*/
#frame{
	clear: both;
	width: 100%;
	background: #fff;
	height: 203px;
	position: relative;
	border: 1px solid #B0B0AE;
	border-top: 0px;
	border-bottom: 2px solid #B0B0AE;
}
#mainimage{
	width: 741px;
	height: 163px;
	display: block;
	overflow: hidden;
	z-index: 600;
	position: absolute;
	top: 20px;
	left: 20px;
}
#mainimage img{
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	clear: both;
	margin-top: 3px;
	background: #fff;
	border: 1px solid #B0B0AE;
	border-bottom: 2px solid #B0B0AE;
	color: #40403A;
	width: 100%;
}
#content p{
	margin: 1.5em 325px 0 20px;
	}
#storefixcontent{
	clear: both;
	margin-top: 3px;
	background: #fff;
	border: 1px solid #B0B0AE;
	border-bottom: 2px solid #B0B0AE;
	color: #40403A;
	width: 100%;
}
#storefixcontent p{
	margin: 1.5em 0px 0 20px;
}
.bottomfix{
	clear: both;
}
.featured{
	float: right;
	width: 309px;
	display: block;
	margin-bottom: 0;
}
.featured img.car{
	border: 3px ridge #B8B8B6;
	margin-top: 5px;
}
dl.featured{
	border: 1px solid #E6E6E6;
	border-width: 0 0 1px 1px;
}
dl.featured dt{
	color: #000;
	font-size: 130%;
	line-height: 1.5em;
	text-transform: uppercase;
	float: left;
	padding: .2em 3px;
}
dl.featured dd{
	font-size: 95%;
	line-height: 1.5em;
	margin-right: 103px;
	clear: left;
	padding-left: 3px;
}
dl.featured dd.img{
	float: right;
	margin-right: 4px;
	margin-top: 2px;
	width: 102px;
	clear: none;
	padding: 0;
	border: none;
}
dl.featured dd a{
	margin-top: .3em;
	display: block;
	color: #AD2401;
}
p.bold{
	font-weight: bold;
	text-transform: uppercase;
}
/* ----------------------------------------------------------------------
CATEGORIES ELEMENTS
-------------------------------------------------------------------------*/
#categories{
	clear: both;
	display: block;
	width: 100%;
	margin-top: 5px;
	background: #fff;
	color: #40403A;
	border: 1px solid #B0B0AE;
	border-bottom: 2px solid #B0B0AE;
}
#categories h2{
	display: block;
	width: 100%;
	background: #DE0A01;
	color: #fff;
	text-indent: 20px;
	font-size: 130%;
	text-transform: uppercase;
	padding: .3em 0;
}
#categories ul{
	list-style-type: none;
	margin: 10px 1%;
	border-right: 1px dotted #40403A;
	display: block;
	width: 17%;
	float: left;
}
#categories > ul.first{
	margin-left: 2.5%;
}
#categories ul.last{
	border: 0px;
}
#categories a{
	color: #40403A;;
	text-decoration: none;
}
#categories a.more{
	text-decoration: underline;
	color: blue;
}
/* ----------------------------------------------------------------------
CONTACT PAGE ELEMENTS
-------------------------------------------------------------------------*/
table.contact{
	text-indent: 10px;
	width: 300px;
	margin-left: 20px;
}
table.contact tr.title{
	color: #fff;
	font-weight: bold;
	text-indent: 5px;
	background: #000;
}
table.contact tr.person td{
	border-bottom: 1px dashed black;
	border-left: 1px dashed black;
}
table.contact tr.person td.ext{
	border-right: 1px dashed black;
}
form.contactform{
	width: 500px;
	margin-left: 20px;
	margin-bottom: 20px;
}
form.contactform label{
	display: block;
	clear: both;
	padding-bottom: 5px;
}
form.contactform .labeltext{
	display: block;
	float: left;
	width: 200px;
}
fieldset{
	border: 0px;
}
legend{
	margin-bottom: 10px;
}
.legendtext{
	display: block;
	width: 340px; 
	font-weight: bold;
	border-bottom: 1px dashed black;
}
form.contactform strong{
	display: block;
	font-size: 85%;
	text-indent: 10px;
	font-weight: normal;
	font-family: arial;
}
/* ----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	display: block;
	border-top: 1px solid #767676;
	margin-top: 5px;
	color: #515151;
	font-size: 95%;
	padding: .3em 0;
}
#footer ul{
	list-style-type: none;
}
#footer li{
	display: inline;
	padding: 0 1em 0 .5em;
	border-right: 1px solid #767676;
}
#footer a{
	color: #515151;
}