* {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #8C8C8C;
	background-color: #62471c;
	font-family: helvetica, arial, sans-serif;
}


#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: #c2bba9;
	background-image: url(../images/wrapper-bg.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}

#header {
	width: 850px;
	height: 284px;
	background-image: url(../images/grass-header.png);
	background-repeat: no-repeat;
}

#content {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 0;
}

/** START MENU **/

#menu {
	float: right;
	width: 350px;
	margin-top: 25px;
}

#menu a{
	color: #7a2220;
	font-size: 22px;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}

#menu li {
	margin-left: 10px;
}

#menu ul {
	width: 350px;
}
#menu ul li {
	display: inline;
}


#products {
	width: 500px;
	margin: 0 auto;
	padding-top: 55px;
}

.product-buy {
	float: left;
	width: 200px;
}

.product-info {
	float: left; 
	width: 250px;
	margin-top: 10px;
	color: #222;
	font-size: 1.2em;
	padding-bottom: 10px;
}




#footer {
	width: 850px;
	height: 30px;
	margin-top: 0px;
	margin: 0 auto;
	background-image: url(../images/footer.png);
	margin-bottom: 25px;
	position: relative;
	padding-top: 70px;
	text-align: center;
}

.footertext {
	color: #4f4f4f;
}

.footertext a {
	text-decoration: none;
	color: #ccc;
}


		fieldset{margin:0;padding:0;border:0;}
		label{width:250px; display:block;}
		.txt_input{width:250px; display:block;}
		textarea{height:80px; width:250px;}
		input{display:block;}
		.req{color:#f00;font-size:90%;}
		#form_errors{color:#f00; display:none;}
		#form_thanks{color:#000; display:none;}
