body {
	background-color: 		#3D8ECF;
	margin:					0px;
	font-size:				12px;
	font-family:			Arial, Helvetica, sans-serif;
}
#wrapper {
	width:					1000px;
	margin:					0 auto;
}
#header { 
	width: 					1000px;
	height:					399px;
}
.ProductHeading {
	font-size:				18px;	
}
#main_wrap {
	width:					1000px;
	background-image:		url('../images/content_back.gif');
}
#main_left {
	width:					205px;
	float:					left;
}
#main_middle {
	width:					603px;
	float:					left;
}
#main_right {
	width:					192px;
	float:					right;
	color:					#294d00;
}
#main_backfix {
	width:					1000px;
	text-align:				center;
	color:					#ffffff;
	clear:					both;
	font-size:				9px;
	padding-top:			10px;
	padding-bottom:			10px;
}
#main_menu {
	width:					603px;
	height:					59px;
}
#content {
	width:					594px;
	margin-top:				10px;
	padding-left:			3px;
	padding-right:			3px;
}
#main_right_shoppingcart {
	width:					186px;
	margin-top:				5px;
	padding-left:			3px;
	padding-right:			3px;
}
.main_right_textbox {
	width:					186px;
	margin-top:				10px;
	padding-top:			10px;
	padding-left:			3px;
	padding-right:			3px;
	border-top:				1px dashed #294d00;
}
a:link {						
	color: 					#000000;
}								
a:visited {
	color: 					#000000;
}
a:active {
	color: 					#000000;
}
a:hover {
	color: 					#000000;
	text-decoration:		none;
}
.ImgSml { 
	width:					50px;
	height:					50px;
	background-color:		#fff;
	border:					solid 1px #8cc63e;
	margin-left:			15px;
	margin-bottom:			5px;
	float:					left;
	text-align:				center;
	line-height:			50px;
}
.ShopHR {
	color: 					#8cc63e; 
	height: 				1px; 
	border: 				0; 
	width: 					100%; 
	background-color: 		#8cc63e;	
}
#ShopLeft {
	float:					left;
	width:					70%;
}
#ShopRight {
	float:					right;
	margin-right:			2%;
	width:					27%;
	color:					#ffffff
}
.ShopContainer {
	width:					100%;
	background:				#35650f;
	border:					1px solid #72b42d;
}
.PriceText {
	color:					#ffffff;
	font-size:				20px;
}
.SmallText {
	font-size:				0.8em;
}

/* CSS for menu */
.mouseover_hidden {
	visibility:				hidden;
	position:				absolute;
}
.mouseover_visible {
	position:				absolute; 
	top:					500px;
	left:					300px;
	width:					200px; 
	visibility:				visible;
	background-color:		#FF0000;
	color:					#FFFFFF;
	padding:				3px;
	border:					1px #FFFFFF dashed;
}
