﻿body, td, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
h1{
    font-size:20px;
}
h3
{
	font-size: 16px;
}
img{
    border: none;
}
a{
    color:#000;
}
.cat_usp
{
    color: #a98152;
    font-size:12px;
    font-weight:bold;
}
#maintable
{
	width:980px;
	height:auto;
	border: 1px solid #ccc;
	margin: 10px auto;
}
#toptable
{
    width:100%;
}
.newsletter{
    width: 250px;
    height:36px;
	background-image:url(images/bg_newsletter.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-align:left;
    float:right;
}
.newsletter .newslettertext{
    border: none;
    width:150px;
    height:18px;
    background-color:transparent;
    margin: 9px 5px;
}

.footer{
	background-image:url(images/bg_footer.gif);
	height:44px;
	color: #000;
	text-align:center;
	background-repeat:repeat-x;
	line-height:22px;
}
.footer a{
    text-decoration:none;
    color: #000;
}
.menu
{
	background-color:#a98152;
	height: 30px;
	overflow:hidden;
}

.watermark {
	color: #999 !important;
}

span.noshow { display:none; }

.menu span, .menu strong { display:none; }
#menu-home {display:block; background:url('images/menu_home.gif') no-repeat 0 0; width:100px; height:30px; cursor:pointer;float:left;}
#menu-home:hover {background: url('images/menu_home.gif') no-repeat 0 -30px;}
#menu-products {display:block; background:url('images/menu_products.gif') no-repeat 0 0; width:135px; height:30px; cursor:pointer;float:left;}
#menu-products:hover {background: url('images/menu_products.gif') no-repeat 0 -30px;}
#menu-whyuse {display:block; background:url('images/menu_whyuse.gif') no-repeat 0 0; width:121px; height:30px; cursor:pointer;float:left;}
#menu-whyuse:hover {background: url('images/menu_whyuse.gif') no-repeat 0 -30px;}
#menu-wheretobuy {display:block; background:url('images/menu_wheretobuy.gif') no-repeat 0 0; width:164px; height:30px; cursor:pointer;float:left;}
#menu-wheretobuy:hover {background: url('images/menu_wheretobuy.gif') no-repeat 0 -30px;}
#menu-diversion {display:block; background:url('images/menu_diversion.gif') no-repeat 0 0; width:132px; height:30px; cursor:pointer;float:left;}
#menu-diversion:hover {background: url('images/menu_diversion.gif') no-repeat 0 -30px;}
#menu-contact {display:block; background:url('images/menu_contact.gif') no-repeat 0 0; width:124px; height:30px; cursor:pointer;float:left;}
#menu-contact:hover {background: url('images/menu_contact.gif') no-repeat 0 -30px;}
#menu-socialmedia {display:block; background:url('images/menu_socialmedia.gif') no-repeat 0 0; width:164px; height:30px; cursor:pointer;float:left;}
#menu-socialmedia:hover {background: url('images/menu_socialmedia.gif') no-repeat 0 -30px;}

.transbg{
    background:url('images/bg_transwhite.png');
    background-repeat:repeat;
}
.product
{
    padding:10px;
    margin:10px;
}
.productphoto{
    text-align:center;
 }
.atmo002{
    background:url('images/ag_atmosphere_002.jpg') no-repeat 0 0;
    width:320px; 
    height:650px;  
}
.submitboxStandard
{
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
  border: 1px solid #794400;
}
.textboxStandard
{
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
  border: 1px solid #794400;
  width: 150px;
  margin-bottom:3px;
  resize: none;
}
.textboxStandardUPPER
{
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
  border: 1px solid #794400;
  width: 150px;
  margin-bottom:3px;
}

.isNotValid
{
  background-color: #cc0033;
  color: white;
  font-weight: bold;
}
.isNotValidCenter
{
  background-color: #cc0033;
  color: white;
  font-weight: bold;
  text-align:center;
  padding:3px;
}
.isValid
{
  background-color: #669966;
  color: white;
  font-weight: bold;
  text-align:center;
  width:250px;
}
.holdon
{
  z-index:200;
  width: 300px;
  height: 200px;
  background-color: White;
  top: 200px;
  left: 350px;
  position: fixed;
  border: solid 1px #794400;
  color: #794400;
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
  filter: alpha(opacity=80);
  /* CSS3 standard */
  opacity: 0.8;
  /* for Mozilla */
  -moz-opacity: 0.8;
}