* {
	margin: 0px auto;
	padding: 0px;
}

body {
	background: url(../img/bg.gif) #835f45;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}


#wrapperbg {
	*min-height: 1px;
	_width: 850px;
	background-image: url(../img/content_bg.png);
	_background-image: url(../img/content_bg_ie.png);
	background-repeat: repeat-y;
	background-position: center;
}


.proddescription {
text-align:left;
}
#wrapper {
	width: 760px;
}

#wrapperbtm {
	height: 14px;
	_width: 850px;
	background-image: url(../img/content_btm.png);
	background-repeat: no-repeat;
	background-position: center;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/content_btm.png",sizingMethod="scale");
}

/* header stuff */

#header {
	height: 93px;
	background: url(../img/header_bg.gif) no-repeat;
}

#topnav {
	float: right;
	padding: 3px;
	font-size: 11px;
}

#logo {
	width: 196px;
	height: 89px;
	position: relative;
	top: 10px;
	left: 0;
	*left: 80px;
	background-image: url(../img/logo.png);
	background-repeat: none;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.png",sizingMethod="scale");
}

/* menu stuff */

#menu {
	position:relative;
	background: url(../img/menu_bg.gif) no-repeat;
	padding-top: 5px;
	height: 35px;
	text-align: center;
	z-index:98;
}

/* suckerfish menu */
#menu li {
	display:inline;
	margin:0;
	padding:0;
	
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li ul {
	position: absolute;
	width: 160px;
	top:35px;
	left: -999em;
	text-align:left;
	z-index:99;
	padding:3px 5px;
}

#menu li ul li {
	display:block;
}


#menu li:hover ul, #menu li.sfhover ul { /* needed for ie */
	background-color:#A28E69;
	left: 395px;
	line-height:1.6;
}
/* end of suckerfish menu */

.sep{
	margin: 0 8px 0 8px;
}
.sep2{
	margin: 0 0 0 10px;
}

#menu a:hover {
	border-bottom: 2px solid #641c15;
	text-decoration:none;
}

/* other stuff */

img {
	border: none;
}

hr {
	text-align: center;
	height: 0px;
	color: #fff;
	background: #fff;
	border: none;
	width: 100%;
	border-top: 1px dashed #9F8968;	
	margin: 10px 0;
}

td {
	padding: 3px;	
}

/* link stuff */

a {color: #521810; text-decoration: none;}
a:hover {color: #000;}
a:visited {}
a:active {}

/* container */
#container {
	text-align:left;
}
#box {
	border: 1px solid #a18b69;
	padding: 8px 8px 3px 8px;
	background: #fff;
	text-align: left;
	margin-top: 4px;
	height:auto;
}

#boxhead {
	background: #571811; 
	text-align: center; 
	font-weight: bold; 
	color: #fff; 
	padding: 3px;
}



#boxright {
	border: 1px solid #493511;
	padding: 8px;
	background: #fff;
	text-align: left;
	margin-top: 4px;
}

#footer {
	font-size: 10px;
	color: #fff;	
}

/* content */

#content_home {
	float: left;
	width: 550px;
	margin: 0px 0px 4px 4px;
	_margin: 0px 0px 4px 2px;
}

#content {
	float: left;
	width: 532px;
	_width: 523px;
	padding: 8px;
	background-color:#FFFFFF;
	
	border: 1px solid #a18b69;
	margin: 4px 0 4px 4px;
}

/* right column */

#rightcolumn {
	float: right;
	font-size: 11px;
	text-align: left;
	width: 197px;
	margin: 0px 4px 4px 4px;
	_margin: 0px 1px 4px 4px;
}

/* other stuff */

#register {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;	
}

#register td {
	padding: 5px;
}

input, textarea {
	border: 1px solid #ccc;	
	padding: 1px;
}

#btnn {
	border: none;	
}

#woodbg td {
	background: url(../img/menu_bg.gif);
	padding: 5px;	
}

#woodbg {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
#mainMenuItems li {
list-style-type:none;
}

.featured {
font-size:10px;
float:left;
width:125px;
margin-right:10px;
text-align:center;

}
.featured_right p,.featured p {
text-align:left;
margin:5px 0 0 0;
}

.featured_right {
font-size:10px;
float:left;
width:115px;
margin:0;

text-align:center;
}

p {
	font-size: 12px;
	font-weight: normal;	
}

