.MenuMainItems {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: capitalize;
	font-size: 16px;
	color: #999999;
	}
.MenuSubItems {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: capitalize;
	font-size: 16px;
	color: #999999;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
}

#nav a {
	display: block;
	width: 10em; *This was causing image-based links to be horizontally resized 
	text-decoration: none;
}


#nav li { /* all list items */
	float: left;
	width: 200pm; /* width needed or else Opera goes nuts */
	line-height: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 0em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#Container {
	top:0px;
	z-index:1;
	text-align: center;
	position: absolute;
	left: 50%;
	background-position: center;
}
#Layer1 {
       position:     absolute;
       top:          0px;
       left:         50%;
       width:        1030px;
       margin-left:  -500px;
}
body {
	text-align: center; 
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.BodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.ProductTextBold {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {font-family: "Times New Roman", Times, serif; font-size: 12px; }
.ProductText {
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}
.ProductTextSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}

img.preload { 
	display: none; 
}

