
body {
	background-color: #497423;
}

p {
margin:5px 0;
padding:0 5px;
}
#body p, #footer p {
margin:0;
padding:0;
}

ul.organic-nav { 
	display:block;
}
ul.organic-nav li{ 
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 4px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
ul.organic-nav li a{ 
	color: #333;
	text-decoration:none;
	border:0px none;
}

.content-products {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	height: 410px;
	overflow: auto;
	padding:4px;
}
.selected {
	background-color: #EEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #EEE;
	border-left-color: #999;
}


h3 {
	margin:0 0 10px;
}
a:link, a:visited {
	text-decoration:none;
	color:#497423;
	border-bottom:1px dotted #497423;
}
a:hover, a:active {
	text-decoration:none;
	color:black;
	border-bottom:1px dotted black;
}

ul#tips {
	list-style:disc;
	margin:20px 0;
	padding:0 0 0 20px;
	font-family:arial;
	font-size:9px;
	color:white;
}
ul#tips li{
	padding:0 0 0 0px;
	margin:0px;
}
ul#tips li a{
	color:white;
	border:0px none;
}

a.special-offer {
	background: url('../images/special-offer.jpg') top left;
	width:124px;
	height:124px;
	display:block;
	margin:20px 0 0 0;
	border:0 none;
}
a.special-offer:hover {
	background: url('../images/special-offer.jpg') 0 -124px;
	border:0 none;
}

#special-offer {
	font-family:Arial, sans-serif;
	background:#497423;
	color:white;
	padding:20px;
}
#special-offer table{
	width:300px;
	margin:10px auto;
	font-size:12px;
}
#special-offer table b{
	margin:10px 0 0;
	font-size:13px;
	display:block;
}
#special-offer table textarea{
	width:300px;
	height:100px;
}
#special-offer table #submit{
	border:1px solid black;
	background:#497423;
	color:white;
	margin:5px 0 0;
	cursor:hand;
	font-size:14px;
}
