/* CSS Document */

body, div, p, li, td, th, span, h1, h2, h3, h4, h5, h6, input, select {
	color: #874D2F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.clear { clear:both }

p, li, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.alignleft {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
	
.alignright {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
	
.rule {
	margin: 10px 0 15px;
	border-bottom: 1px dashed #666;
	clear: both;
	}


/* h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
} */

h1 {
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 31px;
	padding: 23px 20px 20px 20px;
	margin: 0;
}
	
h2 {
	font-size: 18px;
	line-height: 18px;
}

h3 {
	font-size: 18px;
	line-height: 125%;
}	

a {
	color: #874D2F;
	text-decoration: underline;
}

a:hover {
	color: #874D2F;
	text-decoration: none;
}

input,  textarea{
	font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 100%;
	font-weight: normal; 
}

img {
border: 0px none;
}

#wrapper {
	width: 750px;
	position: relative;
	left: 50%;
	margin: 5px 0px 0px -375px;
	background-color:#FFFFFF;
}

/* --------- BEGIN header -------------*/
#header  {
background: url(../images1/header-background.jpg) no-repeat top;
height: 119px;
width:750px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
	
/* --------- END header -------------*/

/* --------- BEGIN top nav -------------*/
#nav {
	background: #874D2F url(../images1/grass.jpg) repeat top;
	font-size: 20px;
	color : #FFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:center;
	font-weight:normal;
}

#nav  a{
	color : #FFF;
	padding : 0px 5px 0px 9px ;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing: -1px;
}
#nav  a:hover{
	color : #DFC9AA;
	text-decoration:none;
}
/* --------- END top nav -------------*/

/* --------- BEGIN content area -------------*/
#content {
	background: #ffffff;
	padding: 20px 0px 5px 10px;
	margin: 0px;
	}

#leftcolumn {
	float: left;
	width: 360px;
	padding: 0px;
	}
	
#promotext {
	color: #ffffff;
	}
	
img.feature {
  float: right;
  margin: 12px;
  margin-top: -5px;
}

/*------ BEGIN table------*/

table.specs {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}	
	
table.specs th,
table.specs td {
	vertical-align: middle;
	padding: 4px 8px;
	border-bottom: 1px dotted #a2a19d;
	vertical-align: top;
	font-size: 13px;
	line-height: 14px;
	}	

.req {
	color: #FFA600;
	font-weight: bold;
}

table.calc {
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
	border: 1px dotted #a2a19d;
	}	
	
table.calc th, table.calc td {
	vertical-align: middle;
	padding: 4px 8px;	
	font-size: 13px;
	line-height: 14px;
	}
	
	table.calc th {
		font-size: 16px;
		padding: 6px;
		background-color:#e5dad4}
	
table.calc.input {
	font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 13px;
	border: 0;
	font-weight: normal; 
}

hr.hr1 {
      border: none;
	  background-color: #ccc;
	  height: 1px;
	  color: #ccc;
	  width: 90%;
	  margin: 10px auto;
	  
    }
	
	
	
table.feature {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}	
	
table.feature th,
table.feature td {
	vertical-align: middle;
	text-align:center;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 14px;
	}
	
	table.feature th {
		font-size: 16px;}
/*------ END table ------*/
	
#rightcolumn {
	float: right;
	width: 360px;
	padding: 0px;
	margin-bottom: 20px
	}


/* --------- END content area -------------*/

/*------ BEGIN footer ------*/
#footer{
	border-top: 1px solid #874D2F;
	text-align: center;
	margin: 10px 0px 20px 0px;
	padding: 5px;
	clear:both;
}

#footer a{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	clear:both;

#AuthorizeNetSeal {
	text-align: center;
	text-decoration: none;
}
/*------ END footer ------*/


