/*

Title:      Youngblood styles
Author:     victor@mediacontour.com
Copyright:  2009, Media Contour.  All rights resevered.

*/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, form, input, address, img {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

body {
	padding: 17px 0 20px;
	font-size: small;
	font-family: 'Arial', 'Helvetica', sans-serif;
	background-color: #000	;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

table, tr, td {
	border: none;
}

a, a:link, a:visited {
	outline: none;
}

a:hover, a:visited:hover {
}

a img, a:link img, a:visited img {
	border: none;
}

#header_container {
	margin: 0 0 9px;
	padding: 0 0 6px;
	
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 479px;
	height: 35px;
	margin: 0 0 0 28px;
	text-indent: -9999px;
	background-image: url(../images2/logo_large.gif);
	background-repeat: no-repeat;
}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	display: block;
	width: 479x;
	height: 35px;
}

#nav {
	float: right;
	margin: 10px 0 0;
	list-style: none;
}

#nav li {
	float: left;
	font-size: 80%;
	text-transform: uppercase;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	float: left;
	padding: 0 9px;
	color: #b3b3b3;
	text-decoration: none;
	border-right: 1px solid #72706f;
}

#nav a:hover, #nav a:visited:hover, #sidenav a:hover, #sidenav a:visited:hover {
	color: #fff;
}

#nav li.last a, #nav li.last a:link, #nav li.last a:visited {
	padding-right: 0;
	border: none;
	color: #fff;
}

#container {
	width: 1005px;
	margin: 0 auto;
}

#free-shipping {
	position:absolute;
	left:50%;
	margin:30px 0 0 107px;
}

#mineral-cosmetics {text-align:center;padding:0 242px 5px 0;}

#content {
	clear: left;
	height: 499px;
	margin: 0 0 10px;
	background-image: url(../images2/bg-content2.gif);
	background-repeat: no-repeat;
}

#sidenav {
	float: left;
	width: 173px;
	margin: 45px 0 0;
	padding: 38px 0 45px;
	background-image: url(../images2/bg-sidenav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}

#sidenav li {
	margin: 0 0 38px 28px;
	font-size: 80%;
	text-transform: uppercase;
}

#sidenav li.last {
	margin-bottom: 0;
}

#sidenav a, #sidenav a:link, #sidenav a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

#main {
	float: right;
	width: 832px;
	height: 499px;
	background-image: url(../images2/bg-main7.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#mainimage {
	display:block;
	width:832px;
	height:499px;
}

#main h2, #main h3 {
	text-indent: -9999px;
	display: none;
}

#banners {
	list-style: none;
}

#banners li {
	float: left;
	margin: 0 12px 10px 0;
}

#banners li.last {
	margin-right: 0;
}

#banners img {
	display: block;
	width: 327px;
	height: 128px;
}

#banners li.big img {
	width: 1000px;
	height: 108px;
}

#sound {
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
	font-size: 75%;
	text-transform: uppercase;
}

#sound a, #sound a:link, #sound a:visited {
	color: #fff;
	text-decoration: none;
}

#sound a:hover, #sound a:visited:hover,
#sound a.selected {
	color: #939598;
}

#footer {
	float: left;
	margin:20px 0 0;
	color: #b3b3b3;
	font-size: 70%;
}

/* CLEAR */
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear {height: 1%;}
*:first-child+html .clear {min-height: 1px;}