/*PAGE LAYOUT*/
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.menu{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #596770;
	text-decoration:none;
}
.bodytext{
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

/*TEXT STYLES*/
.titletext {
	font: 17px Tahoma, sans-serif;
	color: #81b718;
	
	border-bottom: solid 5px #596770;
}
.titletext:hover {
	font: 17px Tahoma, sans-serif;
	color: #81b718;
	border-bottom: solid 5px orange;
	
}
.red {
	color: red;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
a.smallgraytext {	
	margin-left: 8px;
	padding-left: 7px;
	border-left: solid 5px #596770;
	text-decoration: none;
}

a.smallgraytext:hover{
	text-decoration: underline;
	border-left: solid 5px #81b718;
}
.smallredtext {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #035a01;
	text-decoration: none;
}
.product{
	font: 0.7em Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: solid 1px gray;
	background: #b7b7b7;
	padding: 5px;
	text-decoration: none;
}
.product:hover{
	color: #000000;
	background: #FFFFFF;
}

.smallred {
	font: 0.7em Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: darkblue;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}







#content2 {
	width: 98%; 
	margin:auto;
	border: 1px solid red;
	background: yellow;
}







.footertext{
	font: 0.7em Tahoma, sans-serif;
	color: #FFFFFF;
}















/* = Footer = */
#footer { background-color: #596770; text-align: center; font-size: 87%; margin: 3em 0 0 0; padding: 1em 3em 3em 3em; border-top: 1px solid #000; color: #FFF; clear: both; }
#footer a { color: #FFF; }