@charset "utf-8";
body {
	background: #333333 url(images/main-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;	
}

productstext {
	color: #7F7F7F;
	text-align: center;
}

img {
	border: 0px;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: underline;
}

#footer {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 33px;
	padding-top: 7px;
	text-align: center;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #4b4b4b;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu a:link { 
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited { 
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.products {
	background-color: #1E1E1E;
	border: medium solid #531616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
.products a:link { 
	color: #999999;	
	text-decoration: none;
}
.products a:visited { 
	color: #999999;	
	text-decoration: none;
}
.products a:hover { 
	color: #ffffff;	
	text-decoration: none;
}

.events {
	border: medium solid #531616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: left;
}
.events a:link { 
	color: #CC0000;	
	text-decoration: none;
}
.events a:visited { 
	color: #CC0000;	
	text-decoration: none;
}
.events a:hover { 
	color: #CC0000;	
	text-decoration: underline;
}
.eventsheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.eventssubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.banding {
	background-color: #FFFFCC;
}

