html {
}

body {
	background-image: url(../images/splash.background.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/** styles for text **/

td, th, p, div, ul {
	font-family: "Arial","Verdana",sans-serif;
	font-size: 12px;
	color: #653600;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "Arial","Verdana",sans-serif;
	color: #AFBD21;
	margin-top: 0;
}

img {
	border: 0;
}

.boldText {
	font-weight: bold;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.orangeText {
	color: #F58026;	
}

.greenText {
	color: #AFBD21;	
}

.darkGreenText {
	color: #5c8127;	
}

.brownText {
	color: #653600;	
}

.redText {
	color: #ac1f25;	
}

.whiteText {
	color: #fff;
}

.centerText {
	text-align: center;
}

.justifyText {
	text-align: justify;	
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.green {
	background-color: #AFBD21;
}

.orange {
	background-color: #F58026;	
}

.yellow {
	background-color: #ffc20e;	
}

.medLineHeight {
	line-height: 17px;	
}


.largeLineHeight {
	line-height: 27px;	
}

.smallText {
	font-size: 11px;	
}

.bittyText {
	font-size: 10px;	
}

.largeText {
	font-size: 14px;
}

.noMarginList {
	margin-left: -25px;	
}

hr {
	color: #653600;	
}

/** styles for links **/

a:link, a:active, a:visited, a:hover {
	color: #F58026;
}

a:hover {
	text-decoration: none;
}

/** styles for layout **/

#wrapper {
	margin: 40px auto;
	padding: 10px;
	width: 900px;
	text-align: center;
	background-color: #fff;
	overflow: auto;
}

#wrapperProducts {
	margin: 40px auto;
	width: 1140px;
	text-align: center;
	overflow: auto;
}

#productsBackground {
	padding: 10px;
	width: 900px;
	text-align: center;
	background-color: #fff;
	overflow: auto;	
	float: left;
}

#splash {
	width: 900px;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

#header {
	width: 100%;	
	height: 149px;
	margin-bottom: 10px;
}

#navigation {	
	margin-left: 335px;
	margin-top: 27px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#navigation ul li {
	display: inline;
	margin-right: 30px;
}

#navigation ul li:last-child {
	margin-right: 0;
}

#navigationMulchBorder {
	border: 3px solid #ffc20e; 
	padding: 8px;
	width: 560px;
	margin-left: 316px;
	margin-top: 11px;
}	

#navigationMulchBorder ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#navigationMulchBorder ul li {
	display: inline;
	margin-right: 30px;
}

#navigationMulchBorder ul li:last-child {
	margin-right: 0;
}

#content {
	height: 100%;
}

#contentLeft {
	width: 285px;
	min-height: 455px;
	padding: 20px 5px 0 15px;
	overflow: auto;
}

#contentLeft.noPadding {
	width: 305px;
	padding: 0;
}

#contentRight {
	width: 564px;
	margin-left: 11px;
}

#contentRight.noPadding {
	padding: 0;	
}

#contentFull {
	min-height: 500px;
	padding-top: 50px;
	text-align: left;
}

#orderButton {
	height: 0;
	margin-left: 400px;
	position: relative;
	top: 50px;
}

.mulchList {
	list-style-type: image;
	list-style-image: url(../images/mulch101.listButton.png);	
}

#productList {
	 float: left; 
	 width: 211px; 
	 margin-top: 169px; 
	 background-color: #fff; 
	 padding: 12px 0 12px 0;
}

#productText {
	line-height: 23px;
	text-align: justify;	
	color: #5c8127;
	font-weight: bold;
}

#cart {
	width: 100%;
}

.cartList {
	height: 65px;
	padding: 10px;	
}

#footer {
	width: 880px;
	clear: both;
	margin-top: 10px;
	padding: 10px;
	background-color: #F58026;
	text-align: center;
}

#copyright {
	text-align: center;
	width: 880px;
	clear: both;
	color: #fff;
	margin: -30px auto 0 auto;
}

.dayHeader {
	width: 18px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 2px;
}

.calendarDay {
	width: 17px;
	height: 11px;
	padding: 2px 0 2px 0;
	text-align: center;
	margin-right: 1px;
}

/** styles for forms **/


form {
	width: 750px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Arial","Verdana",sans-serif;
	font-size: 11px;
	color: #999999;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	text-align: left;
	border: 0;
}

form legend {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

form label { 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

form label.requiredLabel {
	font-weight: bold;
	color: #000033;
}

form label.shortLabel {
	width: 75px;
}

form input {
	width: 100%;
	height: 17px;
	background-color: #E6D6C4;
	border: 0;
	padding-top: 3px;
}

form input.shortInput {
	width: 25%;
}

form input.tinyInput {
	width: 40px;
	text-align: center;
}

form select {
	background-color: #E6D6C4;
	border: 0;
}

form input.checkbox {
	width: auto;
}

form br {
	clear: left;
}

form small { /* form instructions/comments will appear below input elements */
	padding: 1px 3px;
	font-size: 88%;
}

form input.button, input.longbutton {
    border: 1px solid #FBD1B1;
    background-image: url(../images/site.button2.png);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 27px;
	width: 90px;
	padding: 5px 7px 6px 7px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

form input.orangebutton, input.orangelongbutton {
    border: 1px solid #FBD1B1;    
	background-color: #F58026;
	height: 27px;
	width: 90px;
	padding: 5px 7px 6px 7px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.longbutton {
	background-image: url(../images/site.longButton.png);
	background-repeat: no-repeat;
	width: 175px;
}

form input.orangelongbutton {

	width: 175px;
}

#addToCartForm {
	width: 250px;	
}

#addToCartForm label {
	text-transform: uppercase;
	text-align: center;
	color: #705639;
	font-weight: bold;	
}

#addToCartForm input {
	border: 1px solid #705639;
	height: 35px;
	width: 45px;
	background-color: #fff;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;	
}

#addToCartForm .addToCartButton {
	border: 0;
	padding: 0;
    background-image: url(../images/products.addToCart.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
	width: 116px;
	height: 30px;
	margin-left: 34px;
	margin-top: 15px;
}

#checkoutForm {
	float: right;
	width: 135px;	
}

#loginForm input.button, input.longbutton {
    border: 1px solid #FBD1B1;
	background-color: #F58026;
	height: 27px;
	width: 90px;
	padding: 5px 7px 6px 7px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

#loginForm .longbutton {
	width: 175px;
}



