/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

#content-wrapper {
	position:relative;
	margin:auto;
	width:800px;
	height:100%;
	z-index:1;
	top: 0px;
}

#header {
	position:relative;
	margin:auto;
	height:80px;
	background-color: #808080;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav {
	position:relative;
	margin:auto;
	z-index: 5;
}

#content {
	position:static;
	height:100%;
	background-color: #FFFFFF;
	display: block;
	margin-top: 75px;
	width: 800px;
	left: 0px;
	top: 100px;
	z-index: 6;
}

#mainNav {
	position:absolute;
	width:800px;
	background-color: #808080;
	height:16px;
	z-index:10;
	top: 0px;
	border: 0;
	left: 0px;
}
#dropDownMenu {
	position:absolute;
	width:122px;
	height:82px;
	z-index:12;
	left: 279px;
	top: 30px;
	visibility: hidden;
}
#hideDropDown {
	position:absolute;
	width:783px;
	height:152px;
	z-index:7;
	left: 18px;
	top: -33px;
	visibility: hidden;
}
#dropDownMenu2 {
	position:absolute;
	width:103px;
	height:29px;
	z-index:11;
	left: 499px;
	top: 30px;
	visibility: hidden;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
.class1 A:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none; color: #333333;}

.class2 A:link {text-decoration: none; color: #999999;}
.class2 A:visited {text-decoration: none}
.class2 A:active {text-decoration: none}
.class2 A:hover {text-decoration: none; color: #333333;}

.headerTitleOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color:#ff9933;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.productHeader {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #FF9933;
	text-decoration: none;
}
