/* CSS Document */

body {
 margin: 0 auto;
 text-align: center;
 background:url(../images/background.gif) repeat;
 }
body div
{
 margin: auto;
 }
 

.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 	green;
}


.product_header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;	
	color: #3399FF;
	font-weight: bold;
}

.cssnav
{
position: relative;
float: right;
font-family: arial, helvetica, sans-serif;
background: url(../images/btnNav_on.gif) no-repeat;
white-space: nowrap;
display: block;
width: 144px;
height: 35px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 144px;
height: 35px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 144px;
height: 35px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 34px;
top: 9px;
margin: 0px;
padding: 0px;
cursor: pointer;
color: white;
font-size: 17px;
} 
