@charset "UTF-8";

html {
text-align: center;
}

	body
	{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	a:link {
	color: #000000;
	text-decoration: none;
	}
	
	a:visited {
	text-decoration: none;
	color: #666666;
	}
	
	a:hover, active {
	text-decoration: underline;
	color: #FF0000;
	}
	
	.style2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
	
	.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
	
	.style5 {color:#FF0000}
	
	div.header
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 93px;
	}
	
	div.home_b
	{
    display: absolute;
    width: 73px;
    height: 32px;
    background: url("images/home_button.gif") no-repeat 0 0;
	}

	div.home_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.home_b span
	{
    display: none;
	}
	
	div.home_bo
	{
    display: absolute;
    width: 73px;
    height: 32px;
    background: url("images/home_button_o.gif") no-repeat 0 0;
	}

	div.home_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.home_bo span
	{
    display: none;
	}
	
	div.products_b
	{
    display: absolute;
    width: 95px;
    height: 32px;
    background: url("images/products_button.gif") no-repeat 0 0;
	}

	div.products_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.products_b span
	{
    display: none;
	}
	
	div.products_bo
	{
    display: absolute;
    width: 95px;
    height: 32px;
    background: url("images/products_button_o.gif") no-repeat 0 0;
	}

	div.products_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.products_bo span
	{
    display: none;
	}
	
	div.locations_b
	{
    display: absolute;
    width: 97px;
    height: 32px;
    background: url("images/locations_button.gif") no-repeat 0 0;
	}

	div.locations_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.locations_b span
	{
    display: none;
	}
	
	div.locations_bo
	{
    display: absolute;
    width: 97px;
    height: 32px;
    background: url("images/locations_button_o.gif") no-repeat 0 0;
	}

	div.locations_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.locations_bo span
	{
    display: none;
	}
	
	div.reviews_b
	{
	display: absolute;
	width: 151px;
	height: 32px;
	background: url("images/reviews_button.gif") no-repeat 0 0;
	}

	div.reviews_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.reviews_b span
	{
    display: none;
	}
	
	div.reviews_bo
	{
	display: absolute;
	width: 151px;
	height: 32px;
	background: url("images/reviews_button_o.gif") no-repeat 0 0;
	}

	div.reviews_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.reviews_bo span
	{
    display: none;
	}
	
	div.about_b
	{
    display: absolute;
    width: 92px;
    height: 32px;
    background: url("images/about_button.gif") no-repeat 0 0;
	}

	div.about_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.about_b span
	{
    display: none;
	}
	
	div.about_bo
	{
    display: absolute;
    width: 92px;
    height: 32px;
    background: url("images/about_button_o.gif") no-repeat 0 0;
	}

	div.about_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.about_bo span
	{
    display: none;
	}
	
	div.contact_b
	{
    display: relative;
    width: 98px;
    height: 32px;
    background: url("images/contact_button.gif") no-repeat 0 0;
	}

	div.contact_b:hover
	{ 
	background-position: 0 -32px;
	}

	div.contact_b span
	{
    display: none;
	}
	
	
	div.contact_bo
	{
    display: relative;
    width: 98px;
    height: 32px;
    background: url("images/contact_button_o.gif") no-repeat 0 0;
	}

	div.contact_bo:hover
	{ 
	background-position: 0 -32px;
	}

	div.contact_bo span
	{
    display: none;
	}
	
	div#copyright
	{
	position:absolute;
	right: 3px;
	bottom: -5px;
	width: 100%;
	height: 25px;
	color:#FFFFFF;
	font-size:10px;
	}
	
	div#footer
	{
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	color: #FFF;
	background-color:#F00;
	}
