body {
	margin: 0px;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 95px;
 }

ul{
  margin:0;
  padding:0;
}
ul li{
  margin:0;
  padding:0;
  /*This code here is to removed the bullets of your unordered list.*/
  list-style:none;
}
 

#wrapper {
	width: 989px;
	margin: auto;
	background-color: #FFF;
 }
 
#header {
	width: 989px;
	height: 95px;
	background-color: #FFF;
 }
#header .logo {
	float: left;
	margin-left: 20px;
}
#header .contact {
	float: right;
	margin-top: 50px;
	height: 18px;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}
#header .contact a:hover {
	color: #360;
}
#header .contact a {
	color: #999;
	text-decoration: none;
}

#header .flagimg {
	margin-bottom: 20px;
	margin-right: 10px;
}
#navbody {
	margin-right: 10px;
	margin-left: 10px;
}
 
 
 #nav {
	width: 966px;
	height: 27px;
	background-image: url(../images/nav-bg.gif);
 }




#nav ul li{
	/*As you can see guys; I defined float to left for <li></li> so it will be compatible in IE6*/
  float:left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a{
  /*Same goes here. Define float to left.*/
  float:left;
}


#banner {
	width: 989px;
	background-color:#FFF;
	height: 329px;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
 } 
#banner #slide {
	float: left;
	width: 254px;
	height: 329px;
	margin-left: 10px;
}

#banner #left {
	width: 340px;
	float: left;
	margin-left: 0px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #888851;
	text-align: left;
}
#banner #left p {
	padding-left: 20px;
}

#banner #right {
	width: 300px;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
#banner #right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #909090;
}


 
#promo {
	width: 989px;
	background-color:#FFF;
	height: 200px;
	background-image: url(../images/h-contentop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
 } 
 
#promobox {
	width: 305px;
	height: 177px;
	background-image: url(../images/h-contentop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	border: 1px solid #999;
	margin-left: 16px;
 }
#welcomecontent {
	background-color:#FFF;
	height: 100%;
	width: 969px;
	float: left;
	margin: 0px 5px 0px 5px;
	text-align: left;
 }
html>body #welcomecontent {
	margin: 0px 10px 0px 10px;
}
#content {
background:#FFFFFF url(../images/contentbg.gif) left top repeat-y;
	height: 100%;
	width: 969px;
	float: left;
	margin: 0px 5px 0px 5px;
	text-align: left;
 }
html>body #content {
	margin: 0px 10px 0px 10px;
 }
#welcomecontent #btt, #content #btt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #F90;
	font-weight: normal;
}

#welcomecontent #divider, #content #divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	height: 10px;
}

#content #productshot {
	width: 320px;
	position: absolute;
	left: 800px;
	top: 175px;
	height: 280px;
	background-image: url(../images/img-bottle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #inside #productshot-price {
	width: 153px;
	margin-top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #69894e;
	text-indent: 15px;
	line-height: 2em;
}
#content #inside #productshot-price p {
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
}



#content #inside ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	text-indent: 30px;
	list-style-position: inside;
	list-style-image: url(../images/ico-ul.gif);
	list-style-type: none;
	line-height: 2.0em;
}

#content #inside {
	width: 720px;
	float: left;
	margin-left: 18px;
	margin-right: 8px;
}

#welcomecontent hr, #content hr {
	color: #F3F3F3;
}

#welcomecontent p, #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	font-weight: normal;
	line-height: 18px;
}

#welcomecontent p a, #content p a {
	color: #69894e;
	text-decoration: none;
	font-weight: normal;
}
#welcomecontent p a:hover,#content p a:hover {
	color: #095284;
	text-decoration: underline;
}


#welcomecontent h1, #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#welcomecontent h2, #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
}
#welcomecontent h3, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	line-height: 1.3em;
}
#welcomecontent h4, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	line-height: normal;
}
#welcomecontent h5, #content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #69894e;
	line-height: normal;

}
#welcomecontent h6, #content h6 {
	color: #69894e;
}

#welcomecontent .p2, #content .p2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
	line-height: 18px;
}
#welcomecontent .p3, #content .p3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
}
#leftnav {
	float: left;
	width: 219px;
/*	background-color: #65864a;
*/	height: 100%;
	margin:0;
	padding:0;
}


#footer {
	width: 959px;
	clear: both;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
 }
#footer #fright {
	float: left;
	width: 290px;
	padding: 10px;
}
#footer #fleft {
	width: 575px;
	float: left;
	margin-right: 54px;
	padding: 10px;
}

#footer a:hover {
	color: #030;
	text-decoration: underline;
}

#footer a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	font-weight: normal;
}

.country {
	width: 130px;
}

.bordergray {
	background-image: url(../images/border/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
}

.bordergray .brd_frm_r{
	background-image: url(../images/border/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

.bordergray div.top{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 30px;
}

.bordergray div.top div.topdiv{
	height: 30px;
}

.bordergray div.top div.title{
	color:#000000;
	font-weight:normal;
	font-size: 12px;
	padding:10px 0px 0px 10px;
	float:left;
}

.bordergray div.top div.brd_frm_ul{
	background-image: url(../images/border/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 30px;
	float:left;
}

.bordergray div.top div.brd_frm_ur{
	background-image: url(../images/border/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 30px;
	float:right;
}

.bordergray .bodycontent {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.bordergray div.bottom{
	background-image: url(../images/border/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_ll{
	background-image: url(../images/border/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_lr{
	background-image: url(../images/border/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}
.bullets {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	margin-right: 10px;
	list-style-image: url(../images/ico-list.gif);
}
.subList {
	list-style-type: lower-alpha;
}
#right p a:hover {
	color: #09F;
}
#right p a:visited {
	color: #0069A0;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ---------------
	tables td
------------------*/
table {
	border-collapse: collapse;
	margin: 0px;
	color: #CCC;
}
th strong {
	color: #FFF;
}
th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	height: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	padding: 5px;
}
/* end - table */

/* ---------------
	buy now page
------------------*/

#buyNow h2 {
	margin:0;
	padding:0;
}
#buyNow h5 {
	margin-top:0;
	padding:0;
}
#buyNow .search {
	border:#CCCCCC 1px solid;
	margin:0;
	padding:10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #69894e;
	font-family: Arial, Helvetica, sans-serif;
}
#buyNow .search form{
margin:0;
padding:0;
}
#buyNow .search select {
	font-size: 0.8em;	
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
}
#buyNow .product{
	font-size: 0.7em;	
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	margin:10px;
	width:250px;
	float:left;
	padding:10px;
	font-weight:normal;
}
#buyNow .product img{
float:left;
padding:0 10px;

}
#buyNow .product a, #buyNow .product a:visited{
	font-size: 0.9em;	
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#buyNow .product a:hover{
	font-size: 0.9em;	
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;

}
.style6 {
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
