html, body {
	margin:0;
	padding:0;
	background:url(../images/bg2.jpg) no-repeat;
	font-family:Arial;
	font-size:13px;
	font-style:normal;
	color:#666;
	text-align:center;
	line-height: 22px;
	height:100%;
}
h5{
font-size:24px;
font-weight:bold;
}
h4{
	display: inline; font-size:22px;line-height:30px;}
#wrapper {
	position:relative;
	margin:0 auto;
	padding-top: 15px;
	width:900px;
	text-align:left;
}

.next{
	float:left;
	background-color:#999999;
	text-decoration:none;
	padding:2px;
}
.next a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}
.next a:hover{
	display:block;
	background-color:#99c20a;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}

.next2{
	float:right;
	text-decoration:none;
	padding:2px;
}
.next2 a{
background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}
.next2 a:hover{
	background-color:#99c20a;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}

.cost{
	color:#cc0000;
	font-size: 15px;
	font-weight: bold;
}

/* Header */

.header {
	background:url(../images/header-bg.jpg) repeat-x;
	margin:0 auto;
	width:900px;
	height:114px;
}

.header h1 {
	margin:30px 0 10px 30px;
	height:75px;
	width:181px;
	text-indent:-9999px;
}

.logo {
	float: left;
	padding: 25px 0 0 30px;
	height:71px;
	width:198px;
}

.gray {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:oblique;
	color: #333;
}

.orange {
	color: #ff6600;
}
.small {
	font-size:13px;
	line-height:21px;
	color: #333;
}

/* Ask Dan */

.ask {
float:right;
	width:223px;
	height:114px;
}

/* Content */

.content {
	float: left;
	background-color:#ffffff;
	width:900px;
	height:auto !important; /* real browsers */
	height:98%; /* IE6: treaded as min-height*/

	min-height:98%; /* real browsers */
}

/* Index Body */

.index-body{
	float: left;
	width:453px;
	height:720px;
}
.index-body2{
	float: left;
	width:453px;
	height: 1000px;
}

/* Index Body Flash */

.index-flash {
	float: left;
	height:340px;
	width:447px;
	margin:10px 0 0 0;
}

/* Index Body Intro */

.index-intro {
	float: left;
	width:413px;
	min-height:100%;
	padding: 10px 20px 5px 20px;
}
.index-intro h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	color: #669933;
}

.index-intro2 h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color: #669933;
}

.index-intro li{
	color: #666;
}

.index-intro2 {
	float: left;
	width:413px;
	height:750px;
	padding: 10px 20px 20px 20px;
}

/* Right */
	
.right{
	float: right;
	width: 226px;
	margin-top:10px;
}

/* Bottom Right */

.right-bottom{
	float:right;
	width:227px;
}

/* Left */
	
.left{
	float: left;
	width: 215px;
}

/* Bottom Left */
	
.bottom-left{
	float: left;
	width: 180px;
	padding-left:5px;
}

/* Sub Body */

.sub-body{
	float: left;
	width:670px;
}


/* Sub Intro */

.sub-intro {
	float: left;
	background:url(../images/sub-bg.jpg) 0 0 no-repeat ;
	width:643px;
	padding: 20px;
}

.sub-intro h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	line-height: 60px;
	font-style:italic;
	color: #ff6600;
	border-bottom: 1px solid #669966;
}
.sub-intro li{
	color: #666;
	font-size: 11px;
}
.sub-intro a{
	background-color:#666;
	color:#fff;
}
.sub-intro a:hover{
	background-color: #99c20a;
	color:#fff;
}

.sub-intro2 h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	line-height: 40px;
	font-style:italic;
	color: #ff6600;
	border-bottom: 1px solid #669966;
}
.sub-intro2 li{
	color: #666;
	font-size: 11px;
}

.sub-intro2 {
	float: left;
	background:url(../images/sub-bg2.jpg) 0 0 no-repeat ;
	width:413px;
	height:750px;
	padding: 10px 20px 70px 20px;
}

/* Products */

.prod{
	float: left;
	width:620px;
	padding-bottom:80px;
}

.prod-img{
	float:left;
	padding:20px;
	margin-top:50px;
	border: 1px solid #ccc;
}

.prod-info{
	float: right;
	margin-left:20px;
	width:460px;
	margin-top:50px;
}

.prod-name{
	float: left;
	width: 100%
}
.prod-name h2{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:19px;
	padding:10px;
}
.prod-info li{
	color: #666;
	font-size: 11px;
}




/* Menu */

.menu {
	float:left;
	background:url(../images/menu-bg.jpg) no-repeat;
	margin: 8px 5px 0 0px;
	width:175px;
	height:239px;
	/*background-color:#99c20a; */
	padding: 15px;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 11px;
	width:175px;
	height:239px;	
}

li {
	color:#fff;
	font-weight:bold;
}

ul a {
	display:block;
	width:175px;
	height:33px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	text-indent:20px;
	border-bottom: 1px solid #669966;
}

ul a:hover{
	display:block;
	background-color: #669900;
	color:#fff;
}

body#home a#homenav,
body#about a#aboutnav,
body#shop a#shopnav,
body#newsletter a#newsletternav,
body#preferred a#preferrednav,
body#mission a#missionnav,
body#contact a#contactnav {
	background-color:#fff;
	color: #999;
	font-weight: bold;
	cursor: default;
}

/* Footer */

#footer {
	float:left;
	width:820px;
	background-color:#ecf2ce;
	color:#666;
	margin:0 auto;
	padding:40px;
	text-align:center;
	font-size:11px;
}
#footer a{
	color:#99c20a;
}



.missionImage {
	float: left;
	margin: 0 30px 20px 0;
}

.missionImage2 {
	float: right;
	margin: 0 0 20px 20px;
}
.aboutflash{
	float:right;
	margin: 0 0 20px 40px;
}