html {
	height: auto;
	min-height: 100%;
	background-image: url(../images/bkd_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

.separator {
        background-color: #3A723C;
        clear: both;
        height: 1px;
        font-size: 0px;
}

h3.c4 {text-align: center}
 div.c3 {text-align: center}
 h4.c2 {text-align: center}
 h1.c1 {text-align: center}
.style1 {color: #3A723C}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#header h1 {
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 2.5em;
}
#header h2 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
}

#wrapper {
	margin: auto;
	width: 950px;
}
.faqs {
	background-color: #FFFFFF;
	padding: 1em;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	border: 1px solid #666666;
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #3A723C;
}
#content h2 {
	color: #333333;
	font-weight: normal;
	font-size: 1.9em;
	margin: 0;
}
li {
	list-style-type: square;
	margin-top: 15px;
	margin-bottom: 15px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #666666;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	margin: 10px;
	text-align: right;
}
#nav {
	background-color: #4E9850;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bkd_navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #3A723C;
	border-left: 1px solid #3A723C;
	border-right: 1px solid #3A723C;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#content a {
	color: #3A723C;
	text-decoration: underline;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	background-color: #4E9850;
}


.price {
	font-size: 2em;
	color: #333333;
}
.delivery {
	font-size: smaller;
}
#content p, #content li {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
}
#content img {
	margin: 10px;
	border: 1px solid #666666;
}


#content h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkout_div{
	padding: 20px;
	border:solid #99ee99;
	background:#ddffdd;
}

form legend{
	font-size:1.5em;
}
