

/* footer */

#footer {
	width:100%;
	padding-bottom:64px;
	background-color:#CCCCCC;
	background:url(../images/footer-bg-ZoomPoint.gif) repeat-x;
}
#footerdiv {
	position:relative;
	z-index:0;
	margin:0 auto;
	width:955px;
	text-align:left;
}

.sitemap {
	padding:24px 0;
	font-size:12px;
	line-height:1.6em;
}
.sitemap ul {
	float:left;
	margin-right:50px;
}
.sitemap ul ul {
	float:none;
	margin:0;
}
.sitemap li strong {
	display:block;
	margin-bottom:.5em;
}
.sitemap li li {
	font-size:11px;
}
.sitemap li a, .sitemap li a:visited, .sitemap li a:link {
	color:#fff;
	text-decoration:none;
}
.sitemap li li a, .sitemap li li a:visited, .sitemap li li a:link {
	color:#e9e9eb;
}
.sitemap li a:hover, .sitemap li li a:hover,
.sitemap li a:focus, .sitemap li li a:focus {
	text-decoration:underline;
	color:#fff;
}
.sitemap li a.tinynew {
	display:block;
	background:url(../images/footer_tinynew_ZoomPoint.gif) no-repeat right 5px;
	padding-right:30px;
	margin-right:-20px;
	color:#fff !important;
}
*html .sitemap li a.tinynew {
	margin-right:0;
}


.supportfooter {
	position:absolute;
	top:25px;
	right:0;
	width:300px;
	text-align:right;
}
a.supportnumber {
	display:block;
	width:205px;
	height:62px;
	margin-bottom:2px;
	background:url(../images/logo-bw.gif) no-repeat;
}

body#homepage.ver2 a.supportnumber {
	display:block;
	width:188px;
	height:41px;
	margin-bottom:45px;
	background:url(/images/supportfooter002.gif) no-repeat;
}

.supportfooter p {
	font-size:11px;
	color:#ddd;
}
.supportfooter p a, .supportfooter p a:visited, .supportfooter p a:link {
	color:#fff;
}
.fl-right {
	float:right;
}
.fl-left {
	float:left;
}
.cl-right {
	clear:right;
}
.cl-left {
	clear:left;
}
.cl-both {
	clear:both;
}
.clearfix {
	clear:both;
	height:0;
	font-size:1px;
	line-height:1px;
	width:100%;
	overflow:hidden;
}
/* ########################## new dropdown menu */

.dropdownmenu-wrapper {
	margin: 0; padding: 0;
	width:100%;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #ddd url(../images/dropdown_menu/body_bg.gif) repeat-x;
}
.dropdownmenu-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	/* background: url(../images/dropdown_menu/logo_body_bg.gif) no-repeat left top; */
	padding-top: 80px;
}
#header .disclaimer {
	color: #999;
	padding: 30px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
#header .logowrapper {
	
	padding:0;
	text-align: left;
	display: block;
	position: absolute;
	top: 0; left: 0;
}

#header .logowrapper .logo{
        width: 380px;
		height: 80px;
        background: url(../images/dropdown_menu/logo_body_bg.gif) top left no-repeat;
        display: block;
        margin:0;
		top: 0; left: 0;	
        }

#header .logowrapper .logo:hover{
        background-position: bottom left;
        }
		
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 960px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/dropdown_menu/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 40px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	font-weight:bold;
}
ul.topnav li a{
	padding: 10px 5px;
	color:#C8C8C8;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/dropdown_menu/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	/* background: url(../images/dropdown_menu/subnav_btn.gif) no-repeat center top; */
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	z-index:999;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	text-align:left;
	font-weight:normal;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #191919 url(../images/dropdown_menu/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_menu/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}
