@charset "UTF-8";
/* CSS Document */


#wrapper {
	visibility:visible;
	position:relative;
	z-index:1;
	width:1008px;
	height:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	vertical-align: top;
	}

#header {
	visibility: visible;
	position: absolute;
	z-index:5;
	top: 0px;
	left: 0px;
	width: 1008px;
	height:auto;
}

#logo {
	visibility: visible;
	position: absolute;
	z-index:5;
	top: 16px;
	left: 15px;
	width: auto;
	height:auto;
}

#headertext {
	visibility: visible;
	position: absolute;
	z-index:20;
	top: 37px;
	left: 700px;
	width: auto;
	height:auto;
	text-align: right;
}

#pagemask {
	visibility:visible;
	position:absolute;
	z-index:1;
	width:1008px;
	height:700px;
	left: 0px;
	top: 127px;
	background-image: url(../images/page-bkgd.jpg);
	background-repeat: repeat-x;
	}

#nav {
	position:absolute;
	width:965px;
	height:25px;
	z-index:8;
	left: 0px;
	top: 108px;
	visibility: visible;
}


#navLeft {
	float: right;
	margin-right: 0px;
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-top: 0px;
	height: auto;
	padding-right: 0px;
}

#subnav {
	position: absolute;
	width: 168px;
	height: 565px;
	z-index: 200;
	left: 46px;
	top: 143px;
	visibility: visible;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
}

#productNav {
	float: none;
	margin-right: 0px;
	width: 164px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	padding-right: 0px;
	position: relative;
}

#button {
	float: left;
	margin-right: 0px;
	width: 198px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-right: 0px;
}

#button2 {
	float: left;
	margin-right: 0px;
	width: 198px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	padding-right: 0px;
	z-index: 400;
	margin-left: 0px;
}

#productNav2 {
	float: left;
	margin-right: 0px;
	width: 175px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	padding-right: 0px;
	z-index: 400;
	margin-left: 0px;
}

#subNavLeft {
	float: left;
	margin-right: 0px;
	width: 155px;
	margin-bottom: 0px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
	height: auto;
}

#footer {
	visibility: visible;
	position: relative;
	z-index:200;
	left: 0px;
	width: 1008px;
	height:auto;
	text-align: center;
	top: 860px;
}
