body {
	width:100%;
	background-image:url(imagenes/fondo.png);
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body.popup {
	background-image:url(imagenes/fondo.png);
}
body.flavored {
	background-image: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
h1{
	width:500px;
	color: #88bf42;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 1000px;
	line-height: 16px;
	text-align: left;
}
.row2{
	margin:0 0 0 245px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.nav {
	clear: both;
	display: table;
	height: 34px;	
	line-height: 25px;
	margin-bottom: 5px;
}
#menu {
	list-style: none;
	margin: 4px auto;
	margin-left: 104px;
	padding: 0;
	height: 25px;
	border-left: 1px #c0e5f1 solid;
	border-right: 1px #c0e5f1 solid;
}
#menu li {
	float:left;
	border-left: 1px #c0e5f1 solid;
	border-right: 1px #c0e5f1 solid;
	padding: 0 2px;
	height: 25px;
	position: relative;
}
#menu li a {
	color: white;
	padding: 5px;
	font-weight: bold;
}
#menu li:hover a,
#menu li.on a {
	background-color: #0e4165;
}
#menu li:hover ul {
	display: block;
}
#menu ul {
	list-style: none;	
	position: absolute;
	top: 26px;
	display: none;
	left: -1px;
	margin: 0;
	padding: 0;
	border: none;	
	font-size: 9px;
	padding-top: 7px;
}
#menu ul li {
	background-color: #2a5465;
	border-bottom: 1px #5f7e8b solid;
	line-height: 21px;
	height: 21px;
	text-align: center;
	padding: 0;
	width: 73px;
	border-left: none;
	border-right: none;
}
#menu li:hover li a {
	background-color: #2a5465;
}
#menu ul li a {
	padding: 0;
	display: block;
}
#menu ul li a:hover {
	color: #c0e5f1;
}
div.sidebar-left,
div.content,
div.sidebar-right {
	float: left;
	padding-top: 35px;
}
div.content {
	margin-left: 16px;
	margin-right: 36px;
	width: 436px;
}
div.footer {
	clear: both;
	padding: 40px 0;
	width: 962px;
	height: 40px;
	position: relative;
}
div.coming-soon {
	clear: both;
	margin-top: 21px;
	margin-left: 28px;
	display: table;
}
div.coming-soon-bg {
	background-color: #f5f5f5;
	display: table;
	width: 192px;
	height: 409px;
	background-image: url(images/news_bg.gif);
	background-repeat: no-repeat;
}
div.home-content-txt,
div.news-content-txt,
div.product-content-txt {
	clear: both;
	background-color: #bddbec;
	display: table;
	width: 436px;
	margin-top: 20px;
}
div.news-content-txt {
	padding: 80px 0;
	margin-top: 0px;
}
div.product-content-txt {
	margin-top: 0;
}
div.home-content-txt p {
	padding-top: 47px;
	padding-left: 23px;
	padding-bottom: 47px;
	width: 390px;
	margin-top: 12px;
}
div.product-content-txt p {
	padding: 0;
	padding-left: 23px;
	width: 396px;
	margin: 0;
}
div.home-content-txt span {
	font-size: 18px;
	font-weight: bold;
}
div.home-content-txt a {
	color: #3b3b3d;
}
div.product-content-txt ol {
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}
div.locations-bg {
	clear: both;
	background-image: url(images/findlocations-bg.gif);
	background-repeat: no-repeat;
	width: 248px;
	height: 38px;
	position: relative;
}
div.locations-bg select {
	position: absolute;
	top: 8px;
	left: 6px;
	border: 1px #bbd4e5 solid;
	width: 118px;
	height: 18px;
	font-size: 10px;
}
div.icons {
	clear: both;
	display: table;
	padding: 11px 0;
	width: 250px;
}
div.icons a {
	margin-right: 11px;
}
#search {
	margin: 12px 0;
	padding: 0;
	display: table;
}
#search input {
	width: 211px;
	padding: 3px;
	float: left;
	border: 1px #bbd4e5 solid;
	background-color: #f5f5f5;
}
#search input[type=submit]{
	background-image: url(images/go-btn.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	margin-left: 8px;
	margin-top: 3px;
}
div.search-box {
	clear: both;
	width: 238px;
	height: 200px;
	background-color: #f5f5f5;
	display: table;
}
div.copy {
	float: left;
	background-image: url(images/copy-bg.gif);
	background-repeat: no-repeat;
	background-color: #6f7072;
	padding-left: 74px;
	line-height: 38px;
	color: white;
	font-size: 10px;
	margin-left: 3px;
	width: 313px;
}
div.copy a {
	color: white;
}
div.copy a:hover {
	text-decoration: underline;
}
div.flavored {
	float: left;
	background-color: #868789;
	display: table;
	width: 157px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 3px;
	font-weight: bold;
	font-size: 13px;
}
div.flavored a {
	color: white;
	display: block;
}
div.flavored a:hover {
	text-decoration: underline;
}
div.topselling {
	float: left;
	background-color: #b0b2b3;
	background-image: url(images/topselling-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 34px;
	text-align: center;
	font-weight: bold;
	width: 150px;
	line-height: 38px;
	font-size: 13px;
	height: 38px;
	margin-left: 3px;
}
div.topselling a {
	color: white;
	display: block;
}
div.topselling a:hover {
	text-decoration: underline;
}
div.askaquestion {
	position: absolute;
	bottom: 40px;
	right: 5px;
}
div.contact-box {
	clear: both;
	background-color: #f5f5f5;
	width: 436px;
}
div.contact-box p {
	width: 368px;
	font-size: 12px;
	margin-left: 21px;
	padding: 10px 0 30px 0;
}
div.contact-box p span {
	font-size: 18px;
	font-weight: bold;
}
#contact {
	margin: 0;
	padding: 0;
	display: table;
}
#contact label {
	float: left;
	width: 74px;
	text-align: right;
	margin:0 0 0 100px;
	font-weight: bold;
	line-height: 15px;
}
#contact input,
#contact textarea {
	float: left;
	border: 1px #f1f1f1 solid;
	width: 122px;
	font-size: 11px;
	margin-bottom: 12px;
}
#contact textarea {
	width: 324px;
	height: 144px;
	font-family: Tahoma;
}
#contact input[type=submit],
#popupcontact input[type=submit] {
	background-image: url(imagenes/submit-btn.png);
	background-repeat: no-repeat;
	border: none;
	width: 123px;
	height: 19px;
	cursor: pointer;
	margin-left: 281px;
}
#popupcontact input[type=submit] {
	float: left;
	clear: none;
	margin-left: 0px;
	margin-top: 104px;
}
#contact div.fValidator-msg {
	font-size: 10px;
	clear: both;
	line-height: 10px;
	position: relative;
	top: -7px;
	width: 203px;
	text-align: right;
}
div.contact-col01 {
	float: left;
	width: 122px;
	margin-left: 68px;
	padding-top: 50px;
	padding-bottom: 15px;
}
div.contact-col02 {
	float: left;
	margin-left: 34px;
	width: 150px;
	padding-top: 50px;
	padding-bottom: 15px;
}
div.contact-col02 a {
	color: #3b3b3d;
}
div.contact-col02 strong {
	font-size: 11px;
}
div.news-link {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 10px auto;
	display: table;
}
div.news-link a {
	text-decoration: underline;
	color: #77787a;
	float: left;
}
div.news-link img {
	float: left;
	margin: 15px;
}
div.agency {
	clear: both;
	width: 305px;
	margin-left: 70px;
	text-align: right;
	display: table;
	padding: 10px 0;
}
div.agency img {
	float: left;
}
div.agency span {
	text-align: left;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}
div.agency span em {
	text-align: center;
	display: block;
}
div.popup {
	clear: both;
	background-color: #666666;
	display: table;
	padding: 0px;
	width: 906px;
	margin:0 auto;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.popup { width: 952px; }
}
div.form {
	background-image:url(imagenes/fondo_contacto.jpg);
	background-repeat:no-repeat;
	background-color: #2B2B36;
	width: 1000px;
	display: table;
	margin:0 auto;
}
#popupcontact {
	margin: 35px 0 0 0;
	padding: 0;
}
#popupcontact input,
#popupcontact textarea {
	border: 1px #ededed solid;
	width: 139px;
	clear: both;
	font-size: 11px;
	padding: 2px;
	display: block;
}
#popupcontact textarea {
	width: 395px;
	height: 120px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	float: left;
	margin-right: 13px;
}
#popupcontact label {
	color: #999;
	font-family: Tahoma;
	font-size: 12px;
	clear: both;
	width: 143px;
	float: left;
	text-align: left;
	line-height: 21px;
	margin-right: 91px;
	margin-top: 5px;
}
#popupcontact .fValidator-msg {
	font-size: 10px;
	line-height: 11px;
	text-align: left;
}