/* CSS Document */

body{ 
	color: #000000;
	background: #77b218 url(../images/background.jpg);
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	padding: 5px;
}

a:link, 
a:visited, 
a:active{ 
	color: #005221; 
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	background-color: transparent; 
	color: #FFFFFF; 
	text-decoration: underline;
}

#siteborder {
	background-color: #005221;
	border: 1px solid #DDFFDD;
	padding: 1px;
	width: 80%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#logo {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	height: 150px;
}

#content {
	background-color: #FFFFFF;
	border: 0px;
	padding: 5px;
	text-align: center;
	display: block;
}

ul#navtop {
	display: block;
	list-style:none;
	text-align:center;
	margin: 0px;
	padding:0px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

ul#navtop li {
	display: block;
	border: 0px;
	width: 12em;
	height: 2.4em;
	margin: 0px;
	padding:0px;
	display: block;
	float: left;
}

ul#navtop li a:link,
ul#navtop li a:active,
ul#navtop li a:visited {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right:2px;
	margin-right:0px;
	border: 0px;;
	text-decoration: none;
	font-size: 11px;
}

ul#navtop li a:hover {
	display: block;
	border:0px;
	text-decoration: none;
	font-size:11px;
}

ul#navleft {
	list-style-image:url(../images/arrow.gif);
	background-color: #FFFFF;
}

ul#navleft li {
	background-color: #FFFFF;
}

ul#navleft li a:link,
ul#navleft li a:active,
ul#navleft li a:visited {
	color: #005221;
}

ul#navleft li a:hover {
	color: #77b218;
	text-decoration: underline;
}

#content {
	text-align: left;	
	font-size: 14px;
	display: block;
}

#content .header {
	display: block;
	font-weight: bold;
	color: #005221;
	padding-top: 10px;
	fint-size: 18px;
}

#navstrip {
	background: #77b218 url(../images/cellback.gif);
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	color: #DDFFDD;
	height: 14px;
	display: block;
	text-align: left;
	padding: 8px 0px 8px 6px; 
}

#navstrip a:link, 
#navstrip  a:visited, 
#navstrip a:active{
	color: #005221; 
	text-decoration: none;
}

#navstrip a:hover{
	background-color: transparent; 
	color: #FFFFFF; 
	text-decoration: underline;
}

#navbox {
	display: inline;
	background: #FFFFFF;
	border: 1px solid #005221;
	font-size: 12px;
	font-weight: bold;
	color: #DDFFDD;
	text-align: left;
	padding: 5px; 
	margin: 5px;
	float: left;
}

#navbox #title {
	display: block;
	background: #77b218 url(../images/cellback.gif) repeat-x;
	text-align: left;
	padding: 10px; 
	margin: -5px;
}

.productlist {
	width: 80%;
}

.productlist .price {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

#copyright { 
	display: block;
	color: #DDFFDD;
	background-color: #005221;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center; 
	height: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}