html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
 
#pagewidth{
	width:788px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
} 
 
#header{
	position:relative;
	height:80px;
	background-color:#004A4A;
	width:100%;
} 
 
#twocols{
 width:788px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:200px;
	float:right;
	position:relative;
	background-color:#FFFFFF;
 }
#updates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	display: block;
	width: 190px;
	border: 1px solid #006869;
	margin-top: 30px;
	padding-bottom: 10px;
}
#updates h2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 166px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/updates.jpg);
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: center;
	background-repeat: no-repeat;
}
#rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #006766;
	padding-right: 30px;
	text-align: justify;
}
#rightcol a {
	text-decoration: none;
	font-weight: bold;
	color: #237B7C;
}

#rightcol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #005859;
	margin-bottom: -7px;
}

#updates ul {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#updates li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 5px;
	font-weight: bold;
}
#updates ul li a {
	text-decoration: none;
	color: #006665;
	font-weight: normal;
}
#rightcol a:hover {
	text-decoration: underline;
}

#updates ul li a:hover {
	color: #333333;
}




 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:540px;
	padding-top: 12px;
	padding-bottom: 20px;
 }
 
#footer{
	height:30px;
	background-color:#FFFFFF;
	clear:both;
	background-image: url(../images/layout/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FBFBFB;
	text-align: center;
	padding-top: 15px;
	background-repeat: no-repeat;
	font-weight: bold;
 } 
#footer a:link, #footer a:visited {
	color: #DEDEDE;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#maincol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
	padding-left: 45px;
	padding-right: 15px;
	color: #493F3F;
	padding-top: 10px;
}
#maincol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E9DA2;
	margin-left: 45px;
	color: #006F70;
	margin-right: 15px;
	margin-top: -3px;
}

#maincol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin-bottom: -6px;
	font-variant: small-caps;
	color: #00504F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006665;
	margin-right: 15px;
	margin-left: 45px;
}

#underlinemenu ul{
	margin: 0;
	float: right;
}
#underlinemenu {
	background-color: #004A4A;
	width: 788px;
	background-image: url(../images/layout/buttons_off.jpg);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004A49;
	z-index: 10;
}


* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
}

#underlinemenu ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#maincol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	padding-left: 45px;
	margin-bottom: -5px;
	color: #006766;
}
#maincol ul {
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
#maincol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #493F3F;
	padding-bottom: 4px;
	list-style-position: inside;
}
#maincol ul ul li {
	font-size: 65%;
	padding-left: -20px;
}


img.floatRight {
	float: right;
	margin-left: 10px;
}
img.floatLeft {
	float: left;
	margin-right: 10px;
}
#maincol a:link, #maincol a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #493F3F;
}
#maincol a:hover, #maincol a:active {
	text-decoration: underline;
}
#updates p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006766;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
#underlinemenu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#underlinemenu li:hover ul {
	left: auto;
}
#underlinemenu li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#product_footer {
	background-color:#FFFFFF;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #1F3042;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#product_footer a {
	text-decoration: none;
	color: #1F3042;
}
#product_footer a:hover {
	text-decoration: underline;
}
