@charset "utf-8";
/* Site Colors
Maroon #5C2232
Green #587D4F
Blue #336691
Purple #885B8F
*/

body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
img { border: none; }
table, tr, td {
	vertical-align: top;
	border-collapse:collapse; 	
}
a{color:#5C2232;}
a:visited{color:#5C2232;}
#container{
	background-color:#FFFFFF;
	width: 850px;
	/*height: 600px;*/
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	border:0px;
}
#welcome{
	padding-top:25px;
	float: left;
	width: 460px;
	/*height: 305px;*/
	text-align:justify;
	color:#5C2232;
}
#aboutus{
	padding-top:25px;
	float: left;
	width: 460px;
	/*height: 305px;*/
	text-align:justify;
	color:#336691;
}
#imagerotator{
	float:right;
	width:350px;
	/*height: 305px;*/
}


#products{
	padding-top:10px;
	padding-left:0px;
	vertical-align:top;
	font-size:10px;	
}
#products p{ margin-bottom:10px; margin-top: 0px;}
#products li{list-style:disc; margin-bottom:10px;}

#staff{
	float:right;
	width:350px;
	height:490px;
	overflow:auto;
	font-size:10px;
}
#staff p{ margin-bottom: 10px; margin-top: 0px;}
#staff li{list-style:disc; margin-bottom:10px;}
#contactus{
	padding-top:25px;
	float: left;
	text-align:justify;
}
#contactus .purple{color:#885B8F;}
#contactus a{color:#885B8F;}
#contactus a:hover{color:#885B8F;}
#contactus a:active{color:#885B8F;}

#footerhome{clear:both; text-align:right; width:850px; height:80px; background-image:url(../images/footer_home.png);}
#footeraboutus{clear:both; text-align:right; width:850px; height:80px; background-image:url(../images/footer_aboutus.png);}
#footerproducts{clear:both; text-align:right; width:850px; height:80px; background-image:url(../images/footer_products.png);}
#footercontactus{clear:both; text-align:right; width:850px; height:80px; background-image:url(../images/footer_contactus.png);}

#footertext{ padding-top:65px; padding-right:10px;}
#footertext a{font-size: 7px; color:#CCCCCC; text-decoration:none;}
#footertext a:hover{text-decoration:underline;}


.green{color: #587D4F;}
.blue{color: #336691;}

/*
.header1_BK {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.header1_BL {
	font-size: 12px;
	color: #336691;
	font-weight:bold;
}
.header1_GR {
	font-size: 12px;
	color: #587D4F;
	font-weight:bold;
}
.header2_BK {
	font-size: 8px;
	color: #000000;
	font-weight:bold;
}
.header2_BL {
	font-size: 8px;
	color: #336691;
	font-weight:bold;
}
.header2_GR{
	font-size: 8px;
	color: #587D4F;
	font-weight:bold;
}
.header1_PR {
	font-size: 12px;
	color: #885B8F;
	font-weight:bold;
}
*/