﻿.pageposition {
	text-align: center;
	margin: auto;
	width: 100%;
}
.container {
	text-align: left;
	margin: auto;
	width: 750px;
}
.homefeature {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.productfeature {
	width: 750px;
	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:700px; height:80px; overflow:hidden; top:0; left:7px; clip:rect(0, 700px, 80px, 0); visibility:hidden}
.divContent{position:absolute; width: 1700px; 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;
}
.menu {
	float:right;
	height:10px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
  }
li {
	display: inline;
	float: left;
	position: relative;
	font-weight:bold;
	font-family: verdana, arial, helvetica;
	font-size:11px; 
	color:#999;
  }

ul li ul li a {
	text-decoration: none;
	background:#fff;
	padding:4px;
	width:125px;
	height:100%;
	border:0px;border-right:2px solid #999; 
}

ul li ul li {	
	top:-14px; 
}

li ul {

	display: none;
	position: absolute; 
	left: 0px;
  }
li:hover ul { display: block; }

ul li:hover a {color:#E15A00; background:#fff;}
ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:105px;}
ul li:hover ul li a {display:block; background:#fff; color:#999;width:125px;text-decoration:none;}
a.vseparator {border-top:1px solid #E15A00; width:98%;}
a.vseparator_last {border-top:1px solid #E15A00; border-bottom:2px solid #999; width:100%;}
ul li:hover ul li a:hover {color:#E15A00;}

#active {background:#fff;color: #E15A00; text-decoration: none;}


