/*******************************************/
/*   CSS Main Style Sheet For Ecobelleza   */
/*   Website Developed By SkyDesigns       */
/*   For More Informacion, visit us        */
/*   http://www.skydesigns.com.mx          */
/*******************************************/

/* Start Menu Format */
body {
	margin: 0;
	padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #3B2317 url(../images/body_bg.jpg) repeat-x;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header.jpg) no-repeat center top;
	padding-top: 120px;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.jpg) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #FFF;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #81A20F;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #81A20F /*--Create bevel effect--*/
	border-bottom: 1px solid #81A20F; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #81A20F url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #A5CA25 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}

/* Start Body Format */
#banner_flash {
	margin: 30px auto 0 auto;
	width: 1000px;
	height: 200px;
}

#center {
	width: 970px;
	margin: 0px auto;
	font-size: 12px;
	background-color: #FFF;
	overflow: auto;
	padding: 15px 15px;
}

.footer {
	color: #000;
	font-size: 12px;
	height: 230px;
	width: 1000px;
	background-image: url(../images/body_lower.png);
	margin: 0 auto 20px auto;
}

/* Start Body Extra Elements Format */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.argan {
	font-size: 15px;
	font-weight: bold;
	color: #3B2317;
}

h1 {
	color: #3B2317;
	font-size: 16px;
	font-weight: bold;
}

img {
	border: 0;
}

.separadorbannerflash {
	color: #B9D608;
	font-weight: bold;
	font-size: 14px;
}

.beneficios {
	border: 0;
	width: 300px;
	margin: 5px 10px 5px 10px;
	height: auto;
}

.beneficiostitle {
	font-weight: bold;
}

.beneficioscontenido {
	color: #660000;
}

.separamemedios {
	margin: 0 20px;
}

/* Format Products View */
.productimage {
	padding: 5px 5px 5px 5px;
}

.details {
	color: #3B2317;
	font-weight: bold;
}

.productname {
	color: #3B2317;
	font-size: 16px;
	font-weight: bold;
}

.productcontent {
	color: #B9D608;
	font-weight: bold;
}

.productskin {
	color: #F00;
	font-weight: bold;
}

select {
	width: 160px;
	font-size: 12px;
	border: 1px solid #FFF; 
	background-color: #3B2317;
	color: #FFF;
}

/* Format Testimonials View */
.nombre {
	color: #C5D608;
	font-weight: bold;
	font-size: 13px;
}

.testimonio {
	color: #602417;
	font-weight: bold;
	font-size: 13px;
}
