.pageposition {
	text-align: center;
	margin: auto;
	width: 100%;
}
.container {
	text-align: left;
	margin: auto;
	width: 450px;
}
.homefeature {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.productfeature {
	width: 480px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #CECECE;
}
.imageborder {
	border-right: 1px solid #CECECE;
	background-color: #F7F7F7;
}
.subfeature {
	border: 1px solid #CECECE;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat;
}
.bottomnav {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #CECECE;
	margin-bottom: 8px;
}
.subcontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: justify;
	padding: 40px;
}
.subcontentheading {
	font-weight: bold;
}
.subcontentheadingorange {
	color: #666666;
	text-align: left;
	font-size: 13px;
}
.subtitle {
	font-size: 14px;
	color: #F06000;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #F06000;
	text-decoration: underline;
}
.homebody {
	background-image: url(images/background02.gif);
	background-position: 0px 93px;
	background-repeat: no-repeat;
}
.productdetails {
	font-size: 11px;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	margin-top: 10px;
	margin-bottom: 10px;
}
.divContainer{position:relative; width:480px; height:80px; overflow:hidden; top:0; left:7px; clip:rect(0, 480px, 80px, 0); visibility:hidden}
.divContent{position:absolute; width: 480px; top:0; left:0}
.productimage td{padding-right:5px;}
.productviewheader {
	width: 600px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.whitetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.cause {
	float: right;
}
.credits {
	float: left;
	width: 300px;
}
.creditstext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.mainnav {
	position:absolute; 
	width:605px; 
	height:30; 
	z-index:5; 
	left: 145px; 
	top: 35px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color:#FFFFFF;
  }
li {
	display: inline;
	float: left;
	position: relative;
  }
li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0px;
  }
li > ul {
	top: 10px;
	left: 0px;
	}
li:hover ul, li.over ul{ display: block; }