/* Global Styles */

body {
	background: url(gradient.jpg) 0% 0% repeat-x;
	margin:0px;
	background-color:#000000;
	}
	
td {
	}
	
a {
	}
	
a:hover {
	}

/* Images */

#imageContainer { height:350px; }  
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:350px;
	width:779px;
	opacity: -0.01;
}


/* ID Styles */

#navigation_products td {
	border-bottom: 2px solid #333333;
	}

#navigation_products a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:10px 17px 10px 17px;
	}
	
#navigation_products a:hover {
	background: #333333;
	color:#000000;
	}

#navigation td {
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
	}

#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:10px 17px 10px 17px;
	}
	
#navigation a:hover {
	background: #333333;
	color:#000000;
	}
	
#line td {	
	border-top: 2px solid #333333;
	}

/* Class Styles */
	
.navText {
	font: 18px Bauhaus 93;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
