/*
 *	Green: #94bb3e
 */

body, div, ul, ol, h1, h2, h3, h4, h5, h6 {
		padding: 0;
		margin: 0;
	}
	
	a {
		color: #629526;
		text-decoration: none;
	}
	
	a:hover, #navigation li a:hover {
		color: #334b22;
	}
	
	a img {
		border: none;
	}
	
	h4 {
		font-size: 16px;
	}
	
	body {
		/*background-color: #d3dfb9;*/
		background: #d6e5b6 url(../images/body-background.jpg) repeat-x;
		color: #666;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#header {
		background: url(../images/top.jpg);
		height: 133px;
		padding: 23px 23px 0;
		width: 934px;
	}
	
	#logo {
		margin: 25px 0 0 20px;
}

#content_container {
	background: #FFF url(../images/bottom-bg.jpg) no-repeat bottom right;
	border: 25px solid #94bb3e;
	border-top: none;
	border-right-width: 24px;
	padding-bottom: 30px;
	position: relative;
	width: 931px;
}

#navigation {
		float: left;
		text-align: center;
		width: 250px;
	}
	
	#navigation ul {
		list-style: none;
		margin: 0 auto 30px;
		width: 159px;
	}
	
	#navigation li {
		list-style: none;
		background: url(../images/seperator.jpg) no-repeat bottom center;
		padding-bottom: 10px;
		margin-top: 10px;
		text-align: center;
		width: 159px;
	}
	
	#navigation li a {
		color: #94bb3e;
		font-size: 14px;
		font-weight: bold;
}

#wha_text {
	margin-top: 80px;
	color: #94bb3e;
	font-size: 10px;
}

#nav_seperator {
	height: 407px;
	left: 250px;
	margin-top: -203px;
	position: absolute;
	top: 50%;
	width: 4px;
}

#content {
	float: left;
	padding: 20px;
	width: 641px;
}

ul.indent {
		margin: 10px 20px;
	}
	
	ul.indent li {
		margin-bottom: 8px;
	}
	
	ul.indent {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	ul.indent.spaced li {
		margin-bottom: 15px;
		margin-left: 15px;
}

.product_pic {
		float: left;
		width: 220px;
	}
	
	.product_info {
		float: left;
		width: 400px;
}

.question {
		margin: 1.5em 0 0 0;
		font-weight: bold;
		font-size: 14px;
	}
	
	.answer {
		margin: 0 0 0 1.5em;
	}
	
	.answer.indent {
		margin-left: 40px;
}

#sub_nav {
	font-size: 14px;
	margin-bottom: 15px;
	word-spacing: 10px;
}

.retailer_logo {
	float: left;
	height: 74px;
	margin: 10px 0 0 10px;
	text-align: center;
	width: 124px;
}

#footer {
	text-align: center;
	margin-top: 5px;
	width: 100%;
}

.important_link {
	font-size: 14px;
}