html{
	background: url(../img/bg_back.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body{
	margin:0;
	padding:0;
    border:0;			
    width:100%;
	height:100%;
	font-size:90%;
	font-family: Arial, sans-serif;
	font-size: 13px;
}


img{
	border:none;
}

a{
	text-decoration:none;
	color:black;
}

h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}

.wrapper{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	min-height:100%;
	position:relative;
}

.wrapper td{
	vertical-align:top;
}

.logo:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
/***************HEADER**************/
#header{
	background:none;
	overflow:hidden;
	line-height:11pt;
	margin-bottom:70px;
	width:547px;
	height:50px;
}
#header a{
	color:#828841;
	font-size:14pt;
	margin-right:50px;
	padding:10px 0;
}

#header a .last{
	margin-right:0;
}

#header a:hover{
	border-bottom:6px solid #BAB53D;
}

.current{
	border-bottom:6px solid #BAB53D;
}
/************END HEADER*****************/

/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
  text-align:justify;
  line-height:15pt;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}

.textbox{
	color:#828841;
	font-size:13pt;
	font-weight:normal;
	margin-bottom:50px;
}
.textbox h4{
	font-size:14pt;
}
.textbox a{
	 color:#7C8921;
}

.textbox a:hover{
	color:#B1C42F;
}

.bottle-container{
	width:547px;
	height:160px;
}
.oilbox{
	width:260px;
	height:160px;
	overflow:hidden;
	float:left;
}

fieldset{
	border:none;
	padding:0;
	margin:0;
}

.recipe-box{
	width:100%;
	height:40px;
	
}

.recipe-box h4{
	font-weight:normal;
	margin-bottom:0px;
	font-size:14pt;
}

.recipe-box span{
	font-size:12px;
	font-weight:bolder;
	color:#B7BC76;
}

/**********COTINOS HEADER***********/

#cotinosheader{
	width:547px;
	height:50px;
	background:none;
	overflow:hidden;
	line-height:10pt;
	margin-top:-65px;
	margin-bottom:18px;
	float:left;
}
#cotinosheader a{
	color:#828841;
	font-weight:bolder;
	font-size:11pt;
	padding:10px 0;
}

#cotinosheader ul{
	float:left;
	list-style:none;
	padding-left:0;
}

#cotinosheader li{
	display:inline;
	color:#828841;
}

#cotinosheader a:hover{
	color:#B7BC76;
}

#productheader{
	width:547px;
	height:70px;
	background:none;
	overflow:hidden;
	line-height:12pt;
	margin-top:-65px;
	margin-bottom:18px;
}
#productheader a{
	color:#828841;
	font-size:1.1em;
	font-weight:bolder;
	padding:10px 0;
}

#productheader ul{
	float:left;
	list-style:none;
	padding:0;
}

#productheader li{
	display:inline;
	color:#828841;
	list-style-position:inside;
}

#productheader a:hover{
	color:#B7BC76;
}

#productheader a.current2{
	color:#B7BC76;
}

#cotinosheader a.current2{
	color:#B7BC76;
}
/***********END COTINOS HEADER******/
/*********FOOTER********************/

#footer{
	background:#828841;
	line-height:5pt;
	overflow:hidden;
	min-width:1280px;
	margin-top:-23px;
}

#footer  a{
	color:#F1F5D6;
	font-size:11pt;
}

#footer a:hover{
	color:#C6D656;
}

#footer ul{
	float:left;
	list-style:none;
	padding-left:0;
	margin:8px 5px 5px 5px;
	
}

#footer li{
	display:inline;
	padding-right:25px;
}

#footer span{
	font-size:8pt;
}
/***********END FOOTER**************/
















