/* CSS Document */
/* Body Styles-----------------------------------------------------------------------------------------------*/
body{
	background-color:#02007b
	}

/*-----------------------------------------------------------------------------------------------------------*/
table.Design7 {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #FFFFFF;
    border: 3px solid #FF0000;
}

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style6 {color: #02007B;
	font-weight: bold;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #02007B;
}
.style22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #02007B;
}
.disclaimer {	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.disclaimerBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}
.scrollFont{
	color:#02007B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

/*-------------------------------------
NAVIGATION
------------------------------------------*/

#nav {
	position: relative;
	width: 484px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 0;
	z-index: 999;	
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#home {
	display: block;
	width: 70px;
	height: 40px;
	background-image: url("../images/home.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#home:hover {
	background-position: left bottom;
}

#home span {
	display: none;
}

#products {
	display: block;
	width: 91px;
	height: 40px;
	background-image: url("../images/products.jpg");
	background-position: top left;
	background-repeat: no-repeat;
   }

#products:hover {
	background-position: left bottom;
}

#products span {
	display: none;
}


#shipping {
	display: block;
	width: 152px;
	height: 40px;
	background-image: url("../images/shipping.jpg");
	background-position: top left;
	background-repeat: no-repeat;
   }

#shipping:hover {
	background-position: left bottom;
}

#shipping span {
	display: none;
}

#about {
	display: block;
	width: 88px;
	height: 40px;
	background-image: url("../images/about.jpg");
	background-position: top left;
	background-repeat: no-repeat;
   }

#about:hover {
	background-position: left bottom;
}

#about span {
	display: none;
}

#contact {
	display: block;
	width: 83px;
	height: 40px;
	background-image: url("../images/contact.jpg");
	background-position: top left;
	background-repeat: no-repeat;
   }

#contact:hover {
	background-position: left bottom;
}

#contact span {
	display: none;
}
