/* CSS Document */

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #175005;
}
body, html {
	background-color: #FFFFFF;
	margin:0px; 
    padding:0px;
	height:100%;
	display:block;
}
a:link {
	color: #175005;
}
a:hover {
	color: #175005;
}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
}
a:visited {
	color: #175005;
}
a:active {
	color: #175005;
}

/* --------------------------------------------------- Main Layout --------------------------------------------------- */

#content {
	position:relative;
	width:700px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:8px;
	padding-right:8px;
	background-image:url(../images/template/content_tile.jpg);
	background-repeat:repeat-y;
}
* html #content {
	height: 100%;
}
#middle {
	width:700px;
}
#header {
	width:700px;
	height:120px;
}
#nav {
	margin-top:1px;
	width:700px;
	height:35px;
}
#bod {
	width:640px;
	padding:30px 30px 80px 30px;
}
#footer {
	position:relative;
	background-color:#006600;
	margin:-50px auto 0px auto;
	width:700px;
	height:30px;
	color:#FFFFFF;
	font-size:12px;
	padding: 20px 0px 0px 0px;
	text-align:center;
}
#footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer a:link a:hover a:active {
	text-decoration:none;
	color:#97C289;
}
#footer form {
	display:inline;
}
#footer input[type=text] {
	width:100px;
}
#footer input[type=submit] {
	width:60px;
}
.clearer {
	clear: both;
	display: block;
	margin-bottom: -1px;
	font-size: 1px;
}


/* --------------------------------------------------- Navigation --------------------------------------------------- */
#nav a:hover {
	color:#FFFFFF;
}
#nav a:link {
	
}
#nav a:hover {
	
}
#nav a:visited {
	
}
#nav a:active {
	
}

#products {
	width:98px;
}
#specials {
	width:137px;
}
#tips {
	width:72px;
}
#letters {
	width:101px;
}
#about {
	width:100px;
}
#articles {
	width:93px;
}
#contact {
	width:99px;
}

.navitem {
	background-color:#97C289;
	padding-top:10px;
	height:25px;
	text-align:center;
	float:left;
}


/* --------------------------------------------------- Navigation --------------------------------------------------- */


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {
	display: inline-table;
}   /* a fix for IE Mac */

* html .clearfix {	/* next a fix for the dreaded Guillotine bug in IE6 Hides from IE-mac*/
	height: 1%;
}
.clearfix {
	display: block;
}
* {
	margin:0px; 
	padding:0px;
}


/* --------------------------------------------------- Cart --------------------------------------------------- */

#subnav {
	width:180px;
	border-right-color:#8CBC7D;
	border-right:thin;
	border-right-style:solid;
	border-right-width:thin;
	float:left;
}

.sublist {
	list-style:none;
	list-style-type:none;
	line-height:24px;
}
.sublist li {
	background-image:url(../images/template/subbg.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
}
.sublist li a{
	font-size:12px;
}
.sublist li a:hover{
	color:#000000;
}
#cart {
	width:420px;
	height:auto;
	float:right;
}
#cart div {
	padding-top:20px;
}
#cart img {
	padding-right:100%;
	float:none;
}
#cart a {
	line-height:40px;
	font-size:14px;
}
#cart select {
	width:150px;
}
#cart input[type=text] {
	width:50px;
}
#cart input[name=terms] {
	width:120px;
}
#cart input[type=submit]{
	width:140px;
}
#cart td {
	height:40px;
}
#cart table {
	border:1px;
}