body{
	color: #333;
	font:normal 12px/22px Arial, Helvetica, sans-serif;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	
}

p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}

#wrapper{
	width: 575px;
}

.box{
	background: #fff;
}

.boxholder{
	clear: both;
	padding: 1px;
	background: #E4DFCB;
}

.tab{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: url(../images/bluetab.gif) no-repeat;
	
}

.tab:hover {
	background: url(../images/bluetab_ovr.gif) no-repeat;
}

.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 0 0;
}

#theading {
	font:bold 14px/22px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#6F8822;
	margin:10px 5px 5px 10px;
}


#sheading {
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#6F8822;
	margin:10px 5px 5px 10px;
}

p.blurb {
	margin:0px 5px 5px 10px;
}

.addcart {
	background: url(../images/add_cart.gif) no-repeat;
	float: left;
	margin:5px 0 20px 10px;
	width:115px;
	height:25px;
}

.addcart:hover {
	background: url(../images/add_cart_ovr.gif) no-repeat;
}

a.sheading {
	color:#6F8822;
	font-weight:bold;
}