body
{
	margin: 0px;
	background-color: #433826;
}
.coreproduct
{
	font-weight: bold;
	text-decoration: none;
	/*color: blue;*/
}
.accent
{
	background-color: #ccbda3;
}
.green {
	color: #0FA504;
}
.galleryrows
{
	background-color: #A89C86;
	color: #37291F;
}
.big
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.small
{
	font-family: Arial;
	font-size: 10px;
}
.maintable{
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	
}
.producttable
{
	border: 2px solid #1d1810;
	background-color: #69573a;
	font-family: Arial;
	font-size: 11px;
	color: #efddbb;	
}
.tableheader
{
	border-left: 1px flat;
	border-right: 1px flat;
}
.productview
{
	border: 1px solid #1d1810;
	background-color: #69573a;
	font-family: Arial;
	font-size: 11px;
	color: #efddbb;	
}
.imageproduct
{
	border: 2px solid #efddbb;
	margin: 3px;
}
.mheader
{
	font-size: 18px;
	font-weight: bold;
	background-color: #69573a;
	color: #FFFFFF;
}
.productheader
{
	font-family: Helvetica;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;	
}
.error
{
	font-weight: bold;
	color: red;
}
.hotproduct
{
	font-weight: bold;
	text-decoration: none;
	/*color: yellow;*/
}
.productheadersub
{
	background-color: #69573a;
	font-family: Arial;
	font-size: 11px;
	color: #efddbb;	
	font-weight: bold;
}
.newscontent
{
	background-color: #A9967B;
	font-family: Helvetica;
	font-size: 12px;
}
.newstitle
{
	background-color: #86775A;
	font-family: Helvetica;
	font-size: 26px;
	color: white;
}
.pageheader
{
	font-family: Helvetica;
	font-size: 26px;
	color:#433826;
	font-weight: bold;
	margin-bottom:6px;
}
.pagesubheader {
	font-size:16px;
	font-weight:bold;
	color:#336633; /*#996600;*/
	margin-bottom:.5em;
}
a.pageheader
{
	color:#433826;
	text-decoration:none;
}
a.pageheader:hover
{
	color:#433826;
	text-decoration:underline;
}
a.pageheaderSelected
{
	color:#336633;
	text-decoration:none;
}
a.pageheaderSelected:hover
{
	color:#336633;
	text-decoration:underline;
}
.menu{
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	background: url(../images/menubg.gif) top left repeat-x;
	font-family: Helvetica;
	height: 67px;
	font-size: 12px;
	color: #ffffff;
}
.sidebarleft{
	background: url(../images/sidebarleft_16.jpg) top left repeat-y;
	width: 3px;
}
.sidebarright{
	background: url(../images/sidebarright_16.gif) top right repeat-y;
	width: 11px;
}
.sidebarbg{
	background: url(../images/sidebarbg_16.jpg) top left repeat-y;
	width: 261px;
}
.white{
	color: #FFFFFF;
}
.menuitems{
	background-color: #1d1810;
	font-family: Helvetica;
	font-size: 12px;
	color: #ffffff;
}
.footer{
	border: 0px solid #ffffff;
	background-color: #1d1810;
	font-family: Helvetica;
	font-size: 12px;
	color: #ffffff;
}
.content{
	background: #DFD1B6;
	font-family: Arial;
	font-size: 11px;	
}
#contactus
{
	font-family: Helvetica;
	font-size: 12px;
	padding:0 20px 20px 20px;
}
#contactus td
{
	font-family: Helvetica;
	font-size: 12px;
}
#contactus td.label
{
	font-weight:bold;
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}
a.menuitems
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #95825c;
}
a.menuitems:hover
{
	font-family: arial;
	font-size: 11px;
	color: #e6e6e6;
	text-decoration: none;
	background-color: #95825c;
}

a.menulink
{
	font-family: Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.menulink:hover
{
	font-family: Helvetica;
	font-size: 12px;
	color: #e6e6e6;
	text-decoration: none;
}
a.productheader{
	text-decoration:none;
}
a.productheader:hover{
	text-decoration:underline;
}
ul { /* all lists */
	padding: 4px;
	margin: 4px;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	border: 1px solid #ffffff;
	padding: 5px;
	background-color: #95825c;
	width: 10em;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
input
{
	font-family: Helvetica;
	font-size: 10px;
	text-decoration: none;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
hr
{
	background-color: #433826;		
}
.i{
	width:300px;font-size:11px;font-family:Arial, Helvetica, sans-serif;
}
.i2{
	width:400px;font-size:11px;font-family:Arial, Helvetica, sans-serif;
}
.t{
	color:#996633;
}