
body {
	background: url('http://www.beanstreamcarts.com/stores/oakpark/images/bg.gif') repeat-x #A4A4A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	a, a:visited, a:active {
		color: #599D21;
	}
	
	a:hover {
		text-decoration: none;
	}

#c {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 700px;
}

.top_main_container {
	width: 700px;
	padding-top: 6px;
}

.tleft_top {
	background: url('images/tleft.gif') no-repeat top left;
	float: left;
	position: relative;
	height: 98px;
	width: 11px;
}

.tright_top {
	background: url('images/tright.gif') no-repeat top right;
	float: right;
	position: relative;
	height: 98px;
	width: 10px;
}

.tbg_top {
	background: url('images/tbg.gif') repeat-x;
	height: 98px;
}

.main_content {
	background: #eee;
}

.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	
	.nav_con {
		border: 1px solid #999;
		background: #fff;
		padding: 1px;
	}

	.nav li {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	.nav li.top {
		background-color: #999;
		padding: 6px;
		font-weight: bold;
	}
	
	.nav li a, .nav li a:visited, .nav li a:active {
		background: #ccc;
		padding: 5px;
		height: 16px;
		display: block;
		border-bottom: 1px solid #fff;
		color: #000;
		text-decoration: none;
	}
	
	.nav li a:hover {
		background: #eee;
		display: block;
		text-decoration: none;
	}
		
			.nav li#s a, .nav li#s a:visited, .nav li#s a:active {
				background: #ccc;
				padding: 5px;
				display: block;
				color: #000;
				border-bottom: none;
			}
			
			.nav li#s a:hover {
				background: #eee;
				display: block;
				text-decoration: none;
			}

.footer {
	background: #505050;
	color: #fff;
	padding: 8px;
	border-top: 1px solid #fff;
}
	
	.footer a, .footer a:visited, .footer a:active {
		color: #fff;
	}
	
	.footer a:hover {
		color: #fff;
		text-decoration: none;
	}

.top_contact {
	float: right;
	position: relative;
	width: 180px;
	padding-top: 13px;
	text-align: left;
}

.content_area {
	padding: 10px;
}

.feature_products {
	background: #fff;
	padding: 10px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
}

.text_right_foot {
	float: right;
	position: relative;
}

.red_txt {
	color: #CC0000;
	font-weight: bold;
}

.red_text {
	color: #CC0000;
	font-weight: bold;
}

.right_buy_now {
	float: left;
	position: absolute;
	margin-top: 87px;
	margin-left: 260px;
}
	
	.right_buy_now a, .right_buy_now a:visited, .right_buy_now a:active {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}