@font-face {
font-family: FSLola;
    src: url('FSLola.eot?#iefix') format('embedded-opentype'), 
    url('FSLola.woff') format('woff'), 
	url('FSLola.ttf')  format('truetype');
}
@font-face {
font-family: fontFooter;
	src: url('font_footer.eot?#iefix') format('embedded-opentype'), 
    url('font_footer.woff') format('woff'), 
	url('font_footer.ttf')  format('truetype');
}

body{
	margin:0;
	padding:0;
}

#background{
	width: 100%;
	height:100%;
	position:fixed;
	margin:0;
	padding:0;
}

#wrapper{
	width: 1315px;
	height:1360px;
	left: 0;
	right: 0;
	margin: auto;
	z-index:100;
}

#content{
	width:100%;
	min-height:1100px;
	position:relative;
}

#left{
	height:750px;
	width:260px;
	float:left;
	position:relative;
	top:200px;
	margin:0 10px 0 50px;
	z-index:200;
	text-align:center;
	font-family:Helvetica;
}

#left_header{
	background-image:url('../resources/images/products_left_header.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	width:220px;
	height:50px;
	padding:30px 0 0 40px;
	float:left;
	border:1px solid #fefaca;`
	border-bottom:0;
	border-bottom:0;
	font-size:22px;
	text-transform:uppercase;
	color:#7c7c7c;
	text-align:left;
	vertical-align:bottom;
	line-height:50px;
	box-shadow: 2px 2px 2px #888888;
}

#left_menu{
	background-image:url('../resources/images/products_left_menu.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	width:220px;
	height:530px;
	float:left;
	border:1px solid #fefaca;
	border-top:0;
	padding:20px 0 0 40px;
	box-shadow: 2px 2px 2px #888888;
}

#left img{
	position:relative;
	left:0;
	right:0;
	margin:auto;
	top:30px;
}

#left ul{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	cursor:pointer;
	width:200px;
}

#left .category, #left .category_selected{
	color:#7c7c7c;
	margin:5px 0;
	padding:5px 0;
}


#left .subcategory, #left .subcategory_selected{
	color:#622e08;
	padding:5px 0 5px 20px;
}

#left .subcategory_selected{
	background:#c6a790;
	color:white;
}

#left .subcategory:hover{
	background:#c6a790;
	color:white;
}

#left .category img,#left .category_selected img{
	top:0;
	float:right;
	padding-top:5px;
}

#right{
	width:920px;
	height:750px;
	border:2px solid #f0e4c5;
	float:right;
	position:relative;
	top:200px;
	margin:0 50px 0 10px;
	z-index:200;
	background-image:url('../resources/images/products_right.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	box-shadow: 0px 1px 5px #888888;
	font-family:Helvetica;
}

.blur{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.notblur{
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
}

#right #carousel{
	width:600px;
	height:550px;
	overflow:hidden;
	position:relative;
	float:left;
}

#nav{
	height:50px;
	width:570px;
	position:relative;
	float:left;
	top:-80px;
	margin:0 2%;
	z-index:5;
}

#order{
	height:50px;
	width:100px;
	position:relative;
	float:left;
	left:-100px;
	top:-300px;
}

#nav #next{
	float:right;
}

#carousel img{
	height:420px;/*500px*/
	max-height:520px;
}

#right #info{
	width:240px;
	height:380px;
	position:relative;
	float:right;
	margin:90px 60px 0 0;
	color:#979693;
}

#right #tabs{
	height:190px;/*140*/
	width:860px;
	position:relative;
	margin:auto;
	overflow:hidden;
	top:-50px;
	color:#875e3b;
}

#right #tabs #ingredients{
	margin:0;
}

#right #tabs #spec ul{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccb294;
	font-family:Helvetica;
	width:100%;
	height:25px;
	margin-bottom:10px;
}
#right #tabs #spec ul li{
	float:left;
	color:#e2a94e;
}

#right #tabs #spec ul li a{
	text-decoration:none;
	padding:0 10px;
	color:#622e08;
}

#right #tabs #spec ul li a:hover{
	color:#e2a94e;
}
#right h1{
	color:#622e08;
	text-transform:uppercase;
	font-size: 1.3em;
	font-weight:normal;
	margin:0 0 0px 0;

}

#right #infoName{
	color:#622e08;
	font-size: 1.3em;
	margin:0 0 10px 0;
	height:40px;
}

.infoText{
	height:200px;
	overflow:auto;
	border-top:1px solid #a67b5a;
	padding:10px 10px 0 0px;
}

#ingredients, #instructions, #treatments{
	height:150px;/*90*/
	overflow-x:hidden;
	overflow-y:auto;
	min-height:150px;
	max-height:150px;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
	background:#a67b5a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #e2a94e;
	border-radius:10px;
}

#spf{
	height:80px;
	position:relative;
	color:#a67b5a;
	margin-top:30px;
	z-index:10;
}

#spf div{

	height:20px;
	border-bottom:1px solid #a67b5a;
	font-weight:bold;
	font-family:Helvetica;
	font-size:16px;
	padding-left:5px;
	margin:0 0 5px 0;
}

#spf img{
	margin:2px;
	cursor:pointer;
}

#idArticle{
color: #622E08;
text-transform: uppercase;
font-size: 1.3em;
font-weight: normal;
margin: 0px 0px 0px 0px;
}

