body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #8e8e8e;
	background:url(../grfx/backgrounds/bg.jpg) repeat-x #f7f6f5;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shadow_top {
	background:url(../grfx/shadow_top.jpg) no-repeat;
	background-position: 0px 0;
	width: 967px;
	margin-left: auto;
	margin-right: auto;
	
	
}

#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	width: 967px;
	margin-left: auto;
	margin-right: auto;

}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 951px;
}

#header {
	background-color: #fff;
}


#content_wrapper {
	width: 951px;
	background:url(../grfx/backgrounds/content_bg.jpg) repeat-y #fff;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}



#content_wrapper2 {
	background:url(../grfx/backgrounds/content2_bg.jpg) no-repeat;
	background-position: bottom left;
	float: left;
	width: 951px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

	#left_panel {
		width: 260px;
		float: left;
	}
	
	#content {
		width: 651px;
		float: left;
		padding: 20px;
		line-height: 160%;
		
	}
	
		#bottom_content {
		float: right;
		width: 300px;
		
		
		}
		
		#order_table {
			width: 640px;
			border: 1px solid #4a9919;
		}
		
			#order_table th {
				background-color: #a7e14d;
				color: #fff;
			}
	
			.second_header {
				background-color: #e6fbc5;
				text-align: center;
			}
			
			#submit {
				background-color: #a7e14d;
				color: #4a9919;
			}
			
			#reset {
				background-color: #a7e14d;
				color: #4a9919;
			}
		
		#stockists_table {
			width:650px;
			border: 1px solid #4a9919;
		}
		
			#stockists_table .row {
				background-color: #a7e14d;
				color: #fff;
			}
		
#footer {
	clear: both;
	width: 974px;
	background:url(../grfx/backgrounds/footer_bg.jpg) no-repeat #f6f4f5;
	margin-left: -2px;
	padding-top: 25px;
	
	
}


	
	

	#footer .ftcopy {
		color: #4a9919;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-left: 50px;
		
	}
	
	#footer .ftcopy a {
		color: #4a9919;
		text-decoration: none;
	}
	
		#footer .ftcopy a:hover {
			color: #ff6418;
		}
	
	#footer .ftlink {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #818181;
		padding-left: 50px;
	}
	
		#footer .ftlink a {
			color: #818181;
		}
		
		#footer .ftlink a:hover {
			color: #ff6418;
		}
		
		
		