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

html, body, * {
	margin:0;
	padding:0;
	font-family:"Helvetica Neue Medium", Helvetica, sans-serif;
	line-height:25px;
	}
	
h1, h2, h3, h4, h5, h6	{
	color:#5f1919;
	}
	
p {
	color:#666666;
	}	
	
body {
	background:#e6e6e6 url(../images/BGRepeat.png) repeat-x;	
	}
	
#wrapper {
	width:960px;
	margin:0 auto;
	}
	
#navBar {
	height:100px;
	}	
	
#navBar img {
	position:relative;
	z-index:0;
	float:left;
	margin:0 40px 0 0;
	}		

.menu {
	position:relative;
	z-index:100;
	top:-40px;
	}
	
.outerTpl li, .outerTpl li a {
	font-family:"Helvetica Neue Medium", Helvetica, sans-serif;
	margin:0 1px;
	color:#FFFFFF;
	padding-top:40px;
	height:60px;
	font-size:14px;
	list-style:none;
	text-decoration:none;
	display:inline;
	text-align:center;
	float:left;
	border-top:none;
	border-bottom:none;
	width:95px;
	}
	
.outerTpl li a:hover {
	background:#000000;
	margin:0;
	border:1px solid #777777;
	border-top:none;
	border-bottom:none;
	}	

.innerTpl {
	display:none;

	}
	
.innerTpl li, .innerTpl li a {
	display:block;
	height:30px;
	padding:10px;
	float:none;
	position:relative;
	z-index:110;
	float:left;
	width:180px;
	font-size:13px;
	line-height:15px;
	text-align:left;
	}		
	
.innerTpl li.last {
	border-bottom:1px solid #000000;
	}	
	
.innerTpl li {
	background:url(../images/dropmenuBG.png);
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}	
	
.innerTpl li:hover {
	text-indent:10px;
	}	
	
.innerTpl li a:hover {	
	background:none;
	margin:0 1px;
	border:none;
	}
	
.parentli:hover .innerTpl {
	display:block;
	}	
	
#greenContainer {
	position:relative;
	height:221px;
	width:930px;
	padding:15px;
	}

.HPItemDiv {
	background:none;
	width:198px;
	height:200px;
	padding:20px;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #FFFFFF;
	float:left;
	text-align:center;
	cursor:pointer;
	}
	
.HPItemDiv:hover {	
	background:#dddddd;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #dddddd;
	}
	
#shadow {
	background:url(../images/shadow.png) no-repeat;
	clear:both;
	height:25px;
	width:960px;
	}	

#pageBottom {
	background:url(../images/footerBG.png);
	width:100%;
	height:auto;
	}
	
#news {
	width:900px;
	padding:10px 30px;
	}
	
#news img {
	float:right;
	margin:0 20px;
	}	

#footer {
	width:900px;
	margin:0 auto;
	padding:30px;
	}	

.footerLinks {
	float:left;
	margin:0;
	}	
	
.footerLinks li a, .footerLinks li {	
	text-decoration:none;
	color:#FFFFFF;
	list-style:none;
	float:left;
	margin:3px
	}
	
.footerLinks li a:hover {
	text-decoration:underline;
	}
	
#address {
	display:block;
	float:left;
	}	
	
#copyright {
	font-size:12px;
	}	
	
#maindivcontainer{
	position:relative;
	width:900px;
	padding:30px;
	}	
	
.GlossaryColumn {
	width:280px;
	margin-right:20px;
	float:left;
	padding-bottom:30px;
	}	
	
.Glossary {
	font-size:12px;
	}	
	
.GlossHead {
	color:#5f1919;
	font-weight:bold;
	}

form {
	line-height:25px;
	}	
	
.contacttext {
	border:1px solid #BBBBBB;	
	}
	
.contacttext:focus {
	background:#ffffff;
	}	
	
.ThreeColumn {
	background:url(../images/BulletScrew.png) no-repeat 50% 95%;
	width:268px;
	height:600px;
	padding:25px;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #FFFFFF;
	float:left;
	}
	
.TwoColumnOffsetL {
	background:url(../images/BulletScrew.png) no-repeat 50% 95%;
	width:562px;
	height:auto;
	padding:25px 25px 50px 25px;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #FFFFFF;
	float:left;
	}
	
.TwoColumnOffsetR {
	width:294px;
	padding:25px 25px 50px 25px;
	height:774px;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #FFFFFF;
	float:right;
	}		
	
#productList, #productList li a {
	color:#666666;
	list-style:inside;
	line-height:35px;
	text-decoration:none;
	}
	
#productList li a:hover {
	text-decoration:underline;
	}	
	
#productList li em {
	font-size:14px;
	}	