html {
	padding:0px;
	margin:0px;
	min-width:780px;
}
body {
	padding:0px;
	margin:0px;
	/*min-width:780px;
	background:#FFFF99;*/
	background:#8FAF85;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu {
	position:absolute;
	top:34px;
	left:50%;
	margin-left:-215px;
	background:url(images/menu_bg.jpg) left top no-repeat;
	width:582px;
	height:32px;
	z-index:10;
	padding:6px 0 0 23px;;
	word-spacing: 21px;
}

#right_column {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:211px;
	width:179px;
	/*background:url(images/left_bar_bg.jpg) left top repeat-y; */
	background:#CCCC99;
/*	height:100%;*/
	z-index:5;
}

#left_logo {
	position:relative;
	left:10px;
	top:10px;
}	
#left_column {
	position:absolute;
	left:50%;
	top:00px;
	margin-left:-390px;
	float:left;
/*	height:100%;*/
	clear:none;
	width:175px;
	background:url(images/left_bar_bg.jpg) left top repeat-y;
	padding-top:15px;
}

#left_content {
	text-align:center;
	position:relative;
	font-weight:bold;
	top:30px;
	width:150px;
	left:13px;
	
}

#text {
	padding:75px 20px 30px 20px;
}
#main {
	
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-215px;
	width:426px;
	background:#fff url(images/main_bg.jpg) top left no-repeat;
	
}
/*  -- FOOTER -- */
#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	background:#E7E6E0; /* E7E6E0 D3D2B8*/
	width:426px;
	height:18px;
	padding-top:2px;
	z-index:10;
}
/*#footer_right {
	position:absolute;
	bottom:0px;
	left:426px;
	height:20px;
	width:179px;
	background:#D3D2B8;
	z-index:25;
}*/
#footer_right {
	position:absolute;
	bottom:0px;

	height:20px;
	width:179px;
	background:#D3D2B8;
	z-index:25;
}
input {

}
#featured_product {
	background:url(images/featured_heading.jpg) top left no-repeat;
	/*position:absolute;
	top:335px;
	left:50%;
	margin-left:-89px;*/
	
	width:179px;
	padding-top:40px;
	text-align:center;
}
#featured_title {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#C79124;
}

#search_box {
/*	position:absolute;
	margin-left:100px;
	top:37px;
	left:50%;
	z-index:15;*/
}
#search_data {
	position:absolute;
	margin-left:220px;
	top:42px;
	left:50%;
	/*height:20px;*/
	width:120px;
	z-index:15;
	border:1px solid black;
}
#search_button {
	position:absolute;
	margin-left:350px;
	top:42px;
	left:50%;
	z-index:15;
}


/* ------------------------------- */

/* ------- Classes -----------------*/
.blue_link {
	text-decoration:none;
	color:#0000FF;
}
.brown_text {
	color:#C79124;
	text-decoration:none;
}
.main_menu {
	
	color:#422c02;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	position:relative;
	top:4px;
	left:-3px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	word-spacing:0px;
	
}
A.main_menu:hover {
	color:#CC9933;
}	
.green_bold {
	font-weight:bold;
	color:#5B9272;
}
.bold {
	font-weight:bold;
}
h1 {
	font-weight:bold;
	color:#5B9272;
	font-size:16px;
	line-height:normal;
	display:inline;
}
h2 {
	font-weight:bold;
	color:#5B9272;
	font-size:12px;
	line-height:normal;
	display:inline;
}
h2 a {
	font-weight:bold;
	color:#5B9272;
	font-size:12px;
	line-height:normal;
	display:inline;
}
h2 a:hover {
	font-weight:bold;
	color:#4F6951;
	font-size:12px;
	line-height:normal;
	display:inline;
}
hr {
	color:#4F6951;
}
.bold_green_link
{
	font-weight:bold;
	color:#5B9272;
	font-size:12px;
	line-height:normal;
	display:inline;
}
A.bold_green_link
{
	font-weight:bold;
	color:#5B9272;
	font-size:12px;
	line-height:normal;
	display:inline;
}
A.gold_bold
{
	color:#422c02;
	/*color:#CC9933;*/
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	position:relative;
	top:0px;
	left:-3px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	word-spacing:0px;
}