/*
	-------------------------------------------------
	- General Layout Styles -
	Anything common to all pages and isn't "content."
	-------------------------------------------------
body#ctl00_bg_0 #wrapper {
	background: url(../../images/bg_01.jpg) center top no-repeat;
}


body#bg_02 #wrapper {
	background: url(../../images/bg_02.jpg) center top no-repeat;
}

body#bg_03 #wrapper {
	background: url(../images/bg_03.jpg) center top no-repeat;
}

body#bg_04 #wrapper {
	background: url(../images/bg_04.jpg) center top no-repeat;
}

body#bg_05 #wrapper {
	background: url(../images/bg_05.jpg) center top no-repeat;
}

body#bg_06 #wrapper {
	background: url(../images/bg_06.jpg) center top no-repeat;
}

body#bg_07 #wrapper {
	background: url(../images/bg_07.jpg) center top no-repeat;
}

*/

/* !WRAPPER */
#wrapper {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	min-height: 900px;
}


/* !HEADER */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	vertical-align: top;
}

/* !LOGO */
#logoContainer {
	position: relative;
	z-index: 1999;
	width: 280px;
	height: 135px;
	margin: -30px 0 0 0;
	padding: 0;
}

#logo {
	position: absolute;
	z-index: 2999;
	margin: 8px 0 0 48px;
	padding: 0;
}

#logoBG {
	width: 280px;
	height: 135px;
	background: #fff;
	text-align: center;
	
	/* -- Transparency -- */
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(opacity=30);
}

/* !MAIN NAV */
#mainNav {
	float: right;
	margin: 0;
	padding: 52px 0 0 0;
	list-style: none;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
}

#mainNav a:hover {
	color: #fc3;
}

#mainNav li {
	display: block;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}

#mainNav .divider {
	float: left;
	margin-left: 18px;

	/* -- Transparency -- */
	opacity: 0.15;
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	filter: alpha(opacity=15);
}

/* !SUCKERFISH */
#mainNav ul a:link, #mainNav ul a:active, #mainNav ul a:visited {
	display: block;
	float: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	line-height: 16px;
}

#mainNav ul a:hover {
	background: #fc3;
}

#mainNav ul a.last:link {
	border-bottom: 1px solid #000;
}

#mainNav ul {
	clear: left;
	background: #fff;
	margin: 30px 0 0 0;
	padding: 0;
	border: 1px solid #fc3;
	list-style: none;

	/* -- Transparency -- */
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
}

#mainNav ul li {
	clear: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

#mainNav li ul {
	position: absolute;
	left: -999em;
	width: 190px;
	z-index: 5999;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

/* !GENERAL CONTENT */
#content {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#tagline
{
	padding-bottom: 5px;
	margin-left: 8px;
}

/* !TOP LINKS */
/* !BOTTOM LINKS */
#topLinks, #bottomLinks 
{
	position: relative;
	clear: both;
	font-size: 11px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	border-top: 1px solid #262626;
	text-align: center;
}

#bottomLinks
{
	border-bottom: 1px solid #262626;
}

#topLinks {
	position: relative;
	z-index: 999;
}

#topLinks ul, #bottomLinks ul {
	margin: 0 auto;
	padding: 0;
}

#topLinks ul {
	width: 960px;
	text-align: right;
}

#topLinks ul li, #bottomLinks ul li {
	display: inline;
	margin: 0;
	padding: 0 12px 0 5px;
}

#topLinks ul li {
	background: url(../../images/divider_topLinks.gif) right 3px no-repeat;
}

#bottomLinks ul li {
	background: url(../../images/divider_bottomLinks.gif) right 3px no-repeat;
}

#topLinks ul li.last, #bottomLinks ul li.last {
	background: none;
	padding-right: 0;
}

#topLinks a:link, #topLinks a:visited, #topLinks a:active, #bottomLinks a:link, #bottomLinks a:visited, #bottomLinks a:active {
	text-decoration: none;
}

#topLinks a:hover, #bottomLinks a:hover {
	text-decoration: underline;
}

#topLinks a:link, #topLinks a:active, #topLinks a:visited {
	color: #fc3;
}

#bottomLinks a:link, #bottomLinks a:active, #bottomLinks a:visited {
	color: #ccc;
}

/* !FOOTER */
#footer {
	clear: both;
	color: #999;
	width: 960px;
	font-size: 10px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	text-align: center;
	line-height: 13px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #999;
	width: 810px;
	margin: 0 auto;
}

#footer ul {
	font-size: 11px;
	width: 960px;
	height: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #999;
}

#footer ul li#last {
	border: 0;
}

/* !HELMET SEARCH */
#helmetSearch {
	float: left;
	width: 265px;
	margin: 0 0 35px 15px;
}

#helmetSearch label {
	width: 45px;
}

#helmetSearch select {
	width: 150px;
	margin-bottom: 5px;
}

#helmetSearch input {
	float: left;
	margin: 10px 0 0 0;
}

#helmetSearch p {
	color: #fff;
	font-size: 13px;
	margin: 11px 0 28px 0;
	padding: 0;
}

#helmetSearch a#modelLink {
	clear: left;
	float: left;
	display: block;
	color: #ccc;
	font-size: 10px;
	margin: 15px 10px 0 0;
	text-decoration: none;
}

#helmetSearch a#modelLink:hover {
	text-decoration: underline;
}

/* !FEATURE BOX */
#boxContainer {
	clear: both;
}

.featureBox, .featureBoxLast {
	float: left;
	width: 305px;
	margin: 0 20px 35px 0;
	font-weight: bold;
}

.featureBoxLast {
	margin-right: 0;
}

.featureContent {
	position: absolute;
	z-index: 1999
}

.featureBox .featureBG, .featureBoxLast .featureBG {
	position: relative;
	width: 305px;
	height: 176px;
	background: #fff;
	z-index: 999;
	
	/* -- Transparency -- */
	opacity: 0.15;
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	filter: alpha(opacity=15);
}

.featureBox h2, .featureBoxLast h2 {
	color: #000;
	font-size: 14px;
	width: 289px;
	background: #fc3;
	margin: 0;
	padding-left: 16px;
	border-bottom: 1px solid #000;
	line-height: 30px;

	/* -- Transparency -- */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

.featureBox p, .featureBoxLast p {
	float: left;
	color: #fff;
	width: 270px;
	margin: 0;
	padding: 16px 16px 0 16px;
}

.featureBox p img#helmet3D {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.featureBox p img#stateMap {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.featureBox ul {
	float: left;
	margin: 35px 5px 5px 10px;
	padding: 0;
	list-style: none;
}

.featureBox ul li {
	margin: 0 0 8px 0;
	padding: 0;
}

.featureBox ul li a {
	display: block;
	width: 120px;
	background: url(../../images/bg_bullet.gif) top left no-repeat;
	padding: 0 0 5px 25px;
	text-decoration: none;
	line-height: 15px;
}

.featureBox ul li a:hover {
	color: #fc3;
	text-decoration: underline;
}

.featureBox .forceLft {
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
}

.featureBox .btnGo, .featureBoxLast .btnGo {
	position: absolute;
	top: 135px;
	left: 240px;
	z-index: 2999;
}


.comingSoon
{
	position: absolute;
	top: 135px;
	left: 200px;
	z-index: 2999;
	padding: 10px;
}



/* !CHILD NAV */
#childNav {
	float: right;
	margin: 0;
	padding: 52px 0 0 0;
	list-style: none;
}

#childNav a:link, #childNav a:visited, #childNav a:active {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
}

#childNav a:hover {
	color: #000;
}

#childNav li {
	display: block;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}

#childNav .divider {
	float: left;
	margin-left: 18px;

	/* -- Transparency -- */
	opacity: 0.15;
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	filter: alpha(opacity=15);
}

/* !SUCKERFISH */
#childNav ul a:link, #childNav ul a:active, #childNav ul a:visited {
	display: block;
	float: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	line-height: 16px;
}

#childNav ul a:hover {
	background: #fc3;
}

#childNav ul a.last:link {
	border-bottom: 1px solid #000;
}

#childNav ul {
	clear: left;
	background: #fff;
	margin: 30px 0 0 0;
	padding: 0;
	border: 1px solid #fc3;
	list-style: none;

	/* -- Transparency -- */
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
}

#childNav ul li {
	clear: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

#childNav li ul {
	position: absolute;
	left: -999em;
	width: 190px;
	z-index: 5999;
}

#childNav li:hover ul, #childNav li.sfhover ul {
	left: auto;
}