/* Companion Custom CSS over-rides for [ Hood Vents For Your Vehicle - RunCool Hood Louvers ]:  -  */
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background-color: #000;
}
/* =Custom Classes for RunCool
-------------------------------------------------------------- */

.odd {
	background: #fff url(images/quote.gif) 10% 10% no-repeat;
}

.even {
	background: #eee url(images/quote.gif) 10% 10% no-repeat;
}

.pictures img {
	border: none;
	padding: 5px;
}

#tagline {
	clear: both;
}
	#tagline h1 {
		font-size: 14px;
		line-height: 16px;
		font-style: italic;
		font-weight: normal;
		color: #444;
	}

.hero_box {
	background: url(/wp-content/themes/runcool/images/hero_box.jpg) top left no-repeat;
	height: 250px;
	width: 940px;
}
	.hero_box h2 {
		color: #999;
		font: normal 20px/36px sans-serif;
		text-transform: uppercase;
		padding: 20px 0 0 225px;
		width: 475px;
	}

.clear {
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
.productList {
	text-align: center;
}
.productList h2 {
	font: 18px/24px Arial, Helvetica, sans-serif;
}
.productList h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
}
.productList h4 {
	font: 14px/20px Arial, Helvetica, sans-serif;
}