/* CSS Document */

body
	{
	background-image: url('../images/bg.jpg');
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464438;
	line-height: 14px;
	}

a, a:visited
	{
	color: #5a7c34;
	}
	
a:hover
	{
	color: #d89112;
	}
	
p
	{
	margin: 0px 0px 10px 0px;
	}	
	
.product_price
	{
	color: #a41313;
	font-size: 12px;
	font-weight: bold;
	}	
	
strong
	{
	font-weight: bold;
	}

.product_name
	{
	font-weight: bold;
	font-size: 14px;
	}

#minimenu
	{
	text-align: right;
	position: absolute;
	right: 43px;
	bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#minimenu a, #minimenu a:visited
	{
	color: #464438;
	text-decoration: none;
	}

#minimenu a:hover
	{
	text-decoration: underline;
	}

		
#container
	{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
	
#header
	{
	width: 580px;
	height: 118px;
	position: relative;
	background-image: url('../images/banner.jpg');
	}

#menu
	{
	width: 580px;
	height: 50px;
	position: relative;
	background-image: url('../images/menu_bg.jpg');
	}
	
.content_area
	{
	padding: 20px 50px 20px 50px;
	}

#splash
	{
	width: 500px;
	height: 284px;
	position: relative;
	padding: 0px 40px 0px 40px;
	}
	
#main_slider1
	{
	background-image: url('../images/main_bg.jpg');
	}
	
#main_slider2
	{
	background-image: url('../images/main_top_bg.png');
	background-repeat: no-repeat;
	min-height: 178px;
	}
	
#main_slider2a
	{
	background-image: url('../images/main_bg_style_a.jpg');
	background-repeat: no-repeat;
	min-height: 462px;
	}

#footer
	{
	width: 580px;
	height: 42px;
	padding: 18px 0px 0px 0px;
	position: relative;
	background-image: url('../images/footer_bg.jpg');
	}

#bottommenu
	{
	color: #fdfadf;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

#bottommenu a, #bottommenu a:visited
	{
	color: #fdfadf;
	text-decoration: none;
	}
	
#bottommenu a:hover
	{
	text-decoration: underline;
	}

#copyright
	{
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #afad9a;
	}
#copyright a, #copyright a:visited
	{
	color: #afad9a;
	text-deocration: none;
	}
#copyright a:hover
	{
	text-deocration: underline;
	}


	
.section
	{
	background-image: url('../images/section_bg.gif');
	background-repeat: repeat-x;
	margin: 0px 19px 0px 19px;
	min-height: 25px;
	}
	
#rizer_photo
	{
	float: right;
	width: 170px;
	background-image: url('../images/photo_bg.jpg');
	background-repeat: no-repeat;
	padding: 14px 22px 0px 19px;
	}

h2
	{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #5d7732;
	}
	
.indent
	{
	padding-left: 20px;
	}
	
ul
	{
	margin: 20px;
	}

li
	{
	list-style: circle;
	}

.purchase td
	{
	padding: 10px;
	vertical-align: top;
	}

.contact_table td
	{
	vertical-align: top;
	padding: 2px;
	}
	
input
	{
	font-size: 11px;
	}

.contact_label
	{
	text-align: right;
	color: #5d7732;
	font-weight: bold;
	}
	
.input1
	{
	width: 200px;
	border: 1px solid #5d7732;
	}

.input2
	{
	width: 300px;
	border: 1px solid #5d7732;
	}