@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'DINCondBold';
    src: url('../fonts/dincond-bold-webfont.eot');
    src: url('../fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-bold-webfont.woff') format('woff'),
         url('../fonts/dincond-bold-webfont.ttf') format('truetype'),
         url('../fonts/dincond-bold-webfont.svg#DINCond-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINCondLight';
    src: url('../fonts/dincond-light-webfont.eot');
    src: url('../fonts/dincond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-light-webfont.woff') format('woff'),
         url('../fonts/dincond-light-webfont.ttf') format('truetype'),
         url('../fonts/dincond-light-webfont.svg#dincond-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINCond';
    src: url('../fonts/dincond-regular-webfont.eot');
    src: url('../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-regular-webfont.woff') format('woff'),
         url('../fonts/dincond-regular-webfont.ttf') format('truetype'),
         url('../fonts/dincond-regular-webfont.svg#dincond-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	position: relative;
	background: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#nav{
	list-style: none;
	position: fixed;
	right: 20px;
	top: 0px;
	z-index: 999;
}

#nav li{
	margin: 0 0 5px 0;	
}
#top {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 0 0 20px 0;
	background: url(../images/top_bg.jpg) repeat-x top #FFF;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#content {
	position: relative;
	z-index: 20;
	width: 100%;
	background:url(../images/Shampoo.jpg) center bottom no-repeat fixed #eee;
}
#content_below {
	position: relative;
	width: 100%;
	background: #111;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#content_info {
	background: #000;
}
#content_info_x {
	background: #FFF;
}
#top_center, #banner_center, #content_center, #content_info_center, #banner_info_center, #footer_center, #content_below_center, #banner_products_center_info {
	position: relative;
	width: 980px;
	padding-top: 20px;
	margin: 0 auto;
}
#logo_top {
	float: left;
	margin-top: 15px;
}
#nav_top {
	float: right;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
}
#upper_nav_top {
	position: absolute;
	top: 5px;
	right: 0px;
	list-style: none;
	font-size: 18px;
}
#upper_nav_top li{
	float: left;
}
#main_nav_top {
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
	font-size: 24px;
}
#main_nav_top li {
	float: left;
}
#main_nav_top a, #upper_nav_top a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 1px 20px;
	margin-left: 3px;
}
#main_nav_top a:hover, #upper_nav_top a:hover, .menu_over {
	color: #cb0000;
	background: #FFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
#banner {
	background:url(../images/bannerbg.jpg) center center no-repeat fixed #FFF;
	background-size: cover;
	width: 100%;
	border-bottom: 1px solid #555;
	z-index: 50;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#banner_info {
	background:url(../images/bannerbg.jpg) bottom no-repeat #FFF;
	width: 100%;
	height: 480px;
	border-bottom: 1px solid #555;
	z-index: 50;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#banner_products_info {
	width: 100%;
	height: 450px;
	border-bottom: 1px solid #555;
	z-index: 50;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#footer {
	position: relative;
	width: 100%;
	background: #000;
	color: #FFF;
}
#footer_center {
	padding: 20px 0;
}
#footer_title{
	font-family: 'DINCondLight', Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 0 0 5px 0;
}
#content_below_title {
	position: relative;
	z-index: 2;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFF;
	padding: 15px 0;
}
.banner1_con {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -205.5px;
}
.banner1_con2 {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -205.5px;
}
.footer1, .footer2 {
	float: left;
}
.footer1 ul, .footer2 ul {
	margin-left: -40px;
	list-style: none;
}
.footer1 li a, .footer2 li a {
	color: #AAA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footer1 li a:hover, .footer2 li a:hover {
	color: #FFF;
}
.footer2 {
	margin-left: 40px;
}
#footer_where_to_buy {
	padding: 20px 0;
}
.boxes, .boxes2 {
	position: relative;
	float: left;
	background: #000;
	width: 284px;
	z-index: 3;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}
.boxes2 {
	margin-left: 40px;
}
.boxes_text {
	color: #FFF;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.boxes_text a {
	display: block;
	padding: 10px 10px;
	height: 45px;
	color: #FFF;
	text-decoration: none;
}
.boxes_text a:hover {
	color: #FFF;
	background: #222;
}
.content_1 {
	position: absolute;
	top: 0px;
	z-index: 1;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #090909;
}
.content_2_full {
}
.content_2 {
	position: absolute;
	top: 50%;
	margin-top: -106px;
	width: 100%;
	text-align: center;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
	font-size: 60px;
	background: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	padding: 10px 0;
}
.product_view {
	position: relative;
	background: #111;
	color: #FFF;
	min-height: 200px;
	margin-bottom: 25px;
	padding: 15px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.product_view:hover {
	background: #222;
}
.product_name {
	padding: 8px 0;
	font-family: 'DINCond', Arial, Helvetica, sans-serif;
	font-size: 34px;
}
.product_type {
	font-family: 'DINCondLight', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 8px;
}
.product_desc {
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 8px;
}
.product_image {
	position: absolute;
	right: 230px;
	bottom: 10px;
}
.product_match {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.product_match_title {
	font-family: 'DINCondLight', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.product_match_product {
	font-family: 'DINCondBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.product_size {
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: 'DINCondLight', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
}
.product_size_size {
	font-family: 'DINCondBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 3px;
	background: #333;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	text-align: center;
}
.contact_info_title {
	font-family: 'DINCondBold', Arial, Helvetica, sans-serif;
	font-size: 30px;
}
#banner_products_info_title {
	font-family: 'DINCondBold', Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 980px;
	font-size: 220px;
	position: absolute;
	top: 170px;
	text-align: center;
}