body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	}
	td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }



ul {
	list-style-image: url(images/red_arrow.gif);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	
}
a { color: #666666; text-decoration: none; }
	a:hover{ color: #47a0e2; text-decoration: none; }
	
/* Classes */
.index_table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ebe9ea;
	border-bottom-color: #ebe9ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
}
.index_table2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebe9ea;
	padding: 7px;
}
.left_bg{
	background-image: url(images/content_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	
}
.ul_a {
		list-style-image: url(images/gary_arrow.gif);
		margin : 0 20px;	
	}


.content{ line-height: 16px; padding-right: 40px; }
.product_name {
	line-height: 16px;
	font-size: 14px;
	color: #2e4918;
	font-weight: bold;
}
	.product_content{
		background-image: url(images/content_productline.gif);
		background-repeat: no-repeat;
		background-position: right bottom;	
		
	}

.form{
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	background-color: #f3f3f3;
}
	.form input{ height: 20px; }


.footer{

	font-size: 10px;
	color: #6b6b6b;
	text-decoration: none;
	
}
.footer:hover{

	font-size: 10px;
	color: #8ac839;
	text-decoration: none;
	
}
.footer_bg{
	color: #7e7e7e;
	background-color: #f1f1f1;
	border: 1px solid #e8e8e8;
}
.footer_bord{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7e7e7e;
	padding-right: 8px;
}
.copyright{ color: #777; }