html {
	width: 100%;
	background-color: #B5B6B1;
	margin: 0px auto;
	padding: 0px;
	color: #5C5954;
	font-family: Trebuchet, Verdana, Helvetica,  Serif;
	font-size: 12px;
}

body {
	margin: 0px auto;
	padding: 0px;
	width: 778px;
		
}

img {
	display: block;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

a img {
	border-style: none;
}

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

a:hover {
	text-decoration: underline;

}

#border_left {
	width: 4px;
	display: block;
	background-image: url(../images/border_left.gif);
	float: left;
	height: 100px;
}

#border_right {
	width: 4px;
	display: block;
	background-image: url(../images/border_right.gif);
	float: left;
	height: 100px;
}

#navbar {
	width: 769px;
	border-width: 0px 0px 3px 1px;
	border-color: #284026;
	border-style: solid;
	height: 18px;
	background-color: #284026;
}

#homepage_bg {
	width: 770px;
	background-image: url(../images/homepage_bg.gif);
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E6E3DC;
}


#nostripe_bg {
	width: 770px;
	background-color: #E6E1DB;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E6E3DC;
}

.navitem {
	height: 16px;
	background-color: #7698a2;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 2px 0px 0px 0px;
	float: left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #284026;
	text-align: center;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.navitem a {
	color: white;
}


.evotext {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	
}

.infobox {
	margin: 12px 18px 6px 10px;
	padding: 8px 13px 12px 18px;
	float: right;
	width: 180px;
	background-color: #BFBCB7;
	color: #294328;
}

tr.productsgroup {
	font-weight: bold; 
	background-color: #C7C0B0;
}

tr.product {
	background-color: #DAD3C9;
}

tr.product_1 {

	background-color: #D3CBBE;
}

td.prodfirst {
	padding: 0px 0px 0px 2px; 
	
}
	
#prodtable tr {
	height: 24px;
}
