/* FEATURE HEADER STYLES */

#page-wrapper.feature #header-content {
    color: #FFFFFF;
    height: 440px;
    margin: 0 auto 40px;
    position: relative;
    top: 0;
    z-index: 900;
}



/* SLIDES STYLES */

div#feature {
    background: none repeat scroll 0 0 #002A41;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
}
div#feature section.slide {
    background-attachment: fixed;
    height: 480px;
    position: relative;
}




#page-wrapper.feature #header-body h1#title {
	color: #FFFFFF;
	font-family: GeometricSlab703BT-Bold;
	font-size: 292%;
	font-weight: normal;
	text-shadow: 0 0 10px #002B49;
	margin-bottom: 0.25em;
}

#page-wrapper.feature #header-body h2#subheading {
	color: #FFF799;
	font-family: GeometricSlab703BT-Bold;
	font-size: 216%;
	line-height: 95%;
	font-weight: normal;
	text-shadow: 0 0 10px #002B49;
	margin-bottom: 0.5em;
}

#page-wrapper.feature #header-body h3 {
	color: #FFFFFF;
	font-family: GeometricSlab703BT-Bold;
	font-size: 108%;
	line-height: 138.5%;
	font-weight: normal;
	text-shadow: 0 0 10px #002B49;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#page-wrapper.feature #header-body p {
		margin-bottom: 1.25em;
		font-size: 123.1%;
		line-height: 123.1%;
}

a#supplier-link {
	font-size: 108%;
}


a#supplier-link:link,
a#supplier-link:visited {
	color: #FFF799;
	font-family: RobotoBold;
	text-decoration: none;
}

a#supplier-link:hover {
	color: #FFF;
}


/* FEATURE PAGE STYLES */

#page-wrapper.feature #content.tabs {
    background-image: url(../../_images/template/content-navigation.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 0;
}

#page-wrapper.feature #content {
    background-image: none;
	margin-top: 2em;
}








#page-wrapper.feature #content ul#tab-navigation {
	height: 60px;
	margin-bottom: 0.75em;
}

#page-wrapper.feature #content ul#tab-navigation li {
	background-image: url("../../_images/tabs/tab_arrow-down.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    height: 52px;
    margin-bottom: 0.75em;
    padding: 0.5em 0.75em 0;
	text-align: center;
}


#page-wrapper.feature #content ul#tab-navigation a:link,
#page-wrapper.feature #content ul#tab-navigation a:visited {
	font-family: GeometricSlab703BT-Bold;
	font-size: 123.1%;
	line-height: 116%;
	color: #FFFFFF;
	text-shadow: 0 0 10px #002B49;
	text-decoration: none;
}

#page-wrapper.feature #content ul#tab-navigation a:hover {
	color: #FFF799;
}



#page-wrapper.feature #content ul#tab-navigation li.active {
	background-position: 0px -60px;
}


#page-wrapper.feature div#header-body a:link,
#page-wrapper.feature div#header-body a:visited {
	color: #8AB4E0;
}


#page-wrapper.feature div#header-body a:hover {
	color: #FFFFFF;
}



