﻿@charset "utf-8";
body {
	text-align:center;
	font-family:"Arial Narrow", sans-serif;
	font-size: 82%;
	background-image:url(img/background.gif);
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
}

/*Caja contenedora general*/
#container {
	background-color:#FFFFFF;
	width:650px;
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
	text-align:left;
	border: 2px outset #236BBB;
}
a{
	color: #236BBB;
	text-decoration: none;
}

a:hover{
	color: #91b6dd;
	text-decoration: none;
}

/*Encabezados*/
h1 {
	font-size:2.5em;
	line-height:0.5em;
	color:#194B83;
}
h2 {
	font-size:1,6;
	line-height:0.2em;
	color:#8CB9EA;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: -8px;
	margin-bottom: -17px;
}
h3 {
	font-size:1.5em;
	color:#236BBB;
}
h4 {
	font-size:1.0em;
	color:#194B83;
}
.destacado{
	font-size:18px;
	color:#424242;
	font-weight:lighter;
	line-height: 22px;
}
.glutathione{
	font-size:1.1em;
	color:#7c109a;
	font-weight:bold;
}
.nickelRR{
	font-size:1.1em;
	color:#009893;
	font-weight:bold;
}

/*Cabecera con logo y texto*/

#header {
z-index:1;
}

#header a:link {
	color:#236BBB;
	text-decoration:none;
}
#header a:hover {
	color:#91b6dd;
	text-decoration:underline;
}

/*Menu completo-horizontal*/
#menu {
	width: 650px;
	padding: 0px;
	margin-bottom: 10px;
	background-image:url(img/background.gif);	
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:1.8em;
	float:left;
	background-image:url(img/background.gif);
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	color: #194B83;
	text-decoration: none;
	float:left;
	padding:10px 20px;
	margin: 0px 3px;
	border:1px solid #91b6dd;
	text-align:center;
}
#menu ul li a:hover {
	background:#91b6dd;
	border:1px solid #194B83;
	color:#fff;
}
#menuhover {
	background:#FF9900;
	border:1px solid #cc6600;
	color:#fff;
	text-decoration: none;
	float:left;
	padding:10px 25px;
	margin: 0px 3px;
	text-align:center;
	font-weight:bold
}


/*Caja contenedora del destacado*/
#teaser {
	clear:both;
	padding-top:10px;
}

/*Barra lateral izquierda*/
#sidebar {
	width:180px;
	float:left;
	padding: 5px 5px 0px 0px;
	font-size:1.2em;
	line-height:1.2em;
	border-right: 2px dotted #91b6dd;
	font-weight: normal;
	height: 100%;
}


/*Contenido principal*/
#main {
	width:454px;
	float:right;
	margin-bottom: 10px;
	font-size: 1.3em;
}

/*#mainspecial {
	width: 620px;
	float:left;
	margin-bottom: 10px;
	font-size: 1.3em;
}*/

/*Pie de página*/
#footer {
	clear:both;
	margin-top: 20px;
	border-top: 1px solid #91b6dd;
	border-bottom: 1px solid #91b6dd;
	font-size:1.2em;
	color: #194B83;
	padding: 0px 10px;
	background-image:url(img/background.gif);
}

/*Products*/
#fotoactivated {
	position: static;
	float:right;
	left: 5px;
	margin: 10;
	padding-left: 20px;
	padding-bottom: 20px;
}

.category {
	font-size:1.1em;
	color:#FF9900;
	font-weight:bold;
}
.subcategory {
	font-size:1.2em;
	color:#194B83;
	font-weight:bold;
}
.seleccionado{
	color:#a0af00;
	font-weight:bold;
}

/*Testimonials*/
.quotes{
	font-size:0.9em;
}

.signature{
	font-size:0.9em;
	color:#236BBB;
	font-weight:bold;
}
.small{
	font-size:12px;
	color:#236BBB;
	line-height:14px;
	font-weight:300;
}

/*Suppliers*/
.table{
	font-size:0.85em;
	border-bottom:1px solid #236BBB;
	border-right:1px solid #EFEFEF;
 	padding-top: 4px;
	padding-bottom: 4px;
}

.tabletitle{
	font-size:0.75em;
	color:#FFFFFF;
	background-color:#236BBB;
	font-weight:bold;
}
#christmas {
	position:absolute;
	z-index:2;
	top: 95px;
	left: 492px;
}

/*orders*/

.orderbutton{
	font-size:0.9em;
	color:#FFF;
	font-weight:bold;
	padding: 4px;
	text-align:center;
	background-color:#236BBB;
	border: 1px solid #003366;
}
.orderbutton a{
	color:#FFF;
	text-decoration:none;
}
.usabutton{
	font-size:0.9em;
	color:#FFF;
	font-weight:bold;
	padding: 4px;
	text-align:center;
	background-color:#FF9900;
	border: 1px solid #003366;
}
.usabutton a{
	color:#FFF;
	text-decoration:none;
}






ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(menu/nav_home.png) no-repeat;
	width: 78px;
}
ul#topnav a.products {
	background: url(menu/nav_products.png) no-repeat;
	width: 118px;
}
ul#topnav a.sale {
	background: url(menu/nav_sale.png) no-repeat;
	width: 140px;
}
ul#topnav a.community {
	background: url(menu/nav_community.png) no-repeat;
	width: 101px;
}
ul#topnav a.store {
	background: url(menu/nav_store.png) no-repeat;
	width: 80px;
}
ul#topnav a.download{
	width: 133px;
	background-image: url(menu/nav_download.png);
	background-repeat: no-repeat;
}

ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #2869BE url(menu/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 177px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 14px;
	border-bottom: solid 1px #fff;
}
ul#topnav .sub ul li h2 a {
	padding: 4px 0;
	background-image: none;
	color: #FF9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: BOLD;
}
ul#topnav .sub ul li h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 12px;
}
ul#topnav .sub ul li h3 a {
	padding: 5px 0;
	background-image: none;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: BOLD;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0px; /*--Reset text indent--*/
	height: auto;
	background: url(menu/navlist_arrow.png) no-repeat 5px 8px;
	padding: 1px 5px 3px 17px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 8px;
}

