body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(../images/page/page_bg_ext.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #dddede;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.page {
	background-color: #FFFFFF;
	padding-top: 15px;
}

/*------------OLD Footer 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none
}
.footer a:active {
	color: #666666;
	text-decoration: none
}
------------ */

/*-------------------------------------------------------------NEW Footer */
#footer {
	width: 952px;
	background-image: url(../images/footer/footer_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
}
#footer .box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/footer/footer_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0099CC;
	width: 912px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	
}
#footer .box .grid{
	width: 138px;
	margin: 20px 20px 0px 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0099CC;
	display: inline; /* fix for IE double-margins big */
	height: 100px;
	text-align: left;
}
#footer .box .grid ul, #footer .box .product ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer .box .grid li, #footer .box .product li{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	
}
#footer .box .product{
	width: 390px;
	margin-top: 20px;
	float: left;
	display: inline; /* fix for IE double-margins big */
	text-align: left;
}
#footer .box .product img {
	margin: 37px 17px 0px 0px;
	border: 0px;
}
.copyright {
	padding: 0px 0px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 952px;
	text-align: left;
}
/*-------------------------------------------------------------NEW Footer END */

/*-------------------------------------------------------------Right Nav */
#rightad {
	width: 225px;
	margin: 0px 0px 10px 10px;
}
#rightnav{
	background-image: url(../images/rightnav/rightlinks_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 20px;	
}
#rightnav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;	
}
#rightnav ul{
	margin: 20px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}
#rightnav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	list-style-image: url(../images/rightnav/rightnav_bullet.png);	
}

/*-------------------------------------------------------------Right Nav END */
