/******* NON MASTHEAD STUFF CURRENTLY GOES IN HERE BECAUSE IT'S SHARED WITH THE STORE ****/


#masthead{
	background: transparent url(../img/shell_top.gif) no-repeat top center;
	height: 76px;
	margin-bottom: 30px;
}
h1{
	position: absolute;
	top: 27px;
	left: 28px;
	width: 94px;
	height: 72px;
	margin: 0;
}
h1 a{
	display: block;
	height: 0;
	padding-top: 72px;
	overflow: hidden;
	background: transparent url(../img/brand.gif) scroll no-repeat top left;
	font-size: 15px;
	color: #0072bb;
}
h1#brand_store{
	width: 103px;
}
h1#brand_store a{
	background-image: url(../img/brand_store.gif);
}

#nav{
	position: absolute;
	top: 6px;
	right: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 101;
}
#nav li{
	width: 102px;
	height: 19px;
	padding: 0;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
	position: relative;
}
#nav li a{
	display: block;
	background: transparent url(../img/nav.gif) scroll no-repeat;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
}
#nav li#nav_home a{ background-position: 0 0; }
#nav li#nav_products a{ background-position: -103px 0; }
#nav li#nav_buy a{ background-position: -206px 0; }
#nav li#nav_buzz a{ background-position: -309px 0; }
#nav li#nav_support a{ background-position: -412px 0; }
/*
#nav li#nav_home a.selected{ background-position: 0 -20px; }
#nav li#nav_products a.selected{ background-position: -103px -20px; }
#nav li#nav_buy a.selected{ background-position: -206px -20px; }
#nav li#nav_buzz a.selected{ background-position: -309px -20px; }
#nav li#nav_support a.selected{ background-position: -412px -20px; }
*/
#nav li ul{
	position: absolute;
	top: 19px;
	left: 0;
	display: none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li ul li {
	height: 20px;
	margin: 0 0 1px 0;
}
#nav li ul li ul {
	display: none;
}
#nav li ul li a{
	padding-top: 20px;
	width: 102px;
}
#nav li#nav_products ul li a{
	background-image: url(../img/nav_products.gif);
}
#nav li#nav_products ul li.li1 a{ background-position: -103px 0;}
#nav li#nav_products ul li.li2 a{ background-position: -103px -21px;}
#nav li#nav_products ul li.li3 a{ background-position: -103px -42px;}
#nav li#nav_products ul li.li4 a{ background-position: -103px -63px;}
#nav li#nav_products ul li.li5 a{ background-position: -103px -84px;}

#nav li#nav_products ul li.li1 a:hover{ background-position: 0 0;}
#nav li#nav_products ul li.li2 a:hover{ background-position: 0 -21px;}
#nav li#nav_products ul li.li3 a:hover{ background-position: 0 -42px;}
#nav li#nav_products ul li.li4 a:hover{ background-position: 0 -63px;}
#nav li#nav_products ul li.li5 a:hover{ background-position: 0 -84px;}

#nav li#nav_buy ul li a{
	background-image: url(../img/nav_buy.gif);
}
#nav li#nav_buy ul li.li1 a{ background-position: -103px 0; }
#nav li#nav_buy ul li.li2 a{ background-position: -103px -21px; }
#nav li#nav_buy ul li.li3 a{ background-position: -103px -42px; }
#nav li#nav_buy ul li.li1 a:hover{ background-position: 0 0; }
#nav li#nav_buy ul li.li2 a:hover{ background-position: 0 -21px; }
#nav li#nav_buy ul li.li3 a:hover{ background-position: 0 -42px; }
#nav li#nav_buzz ul li a{
	background-image: url(../img/nav_buzz.gif);
}
#nav li#nav_buzz ul li.li1 a{ background-position: -103px 0; }
#nav li#nav_buzz ul li.li2 a{ background-position: -103px -21px; }
#nav li#nav_buzz ul li.li3 a{ background-position: -103px -42px; }
#nav li#nav_buzz ul li.li4 a{ background-position: -103px -63px; }
#nav li#nav_buzz ul li.li1 a:hover{ background-position: 0 0; }
#nav li#nav_buzz ul li.li2 a:hover{ background-position: 0 -21px; }
#nav li#nav_buzz ul li.li3 a:hover{ background-position: 0 -42px; }
#nav li#nav_buzz ul li.li4 a:hover{ background-position: 0 -63px; }
#nav li#nav_support ul li a{
	background-image: url(../img/nav_support.gif);
}
#nav li#nav_support ul li.li1 a{ background-position: -103px 0; }
#nav li#nav_support ul li.li2 a{ background-position: -103px -21px; }
#nav li#nav_support ul li.li3 a{ background-position: -103px -42px; }
#nav li#nav_support ul li.li4 a{ background-position: -103px -63px; }
#nav li#nav_support ul li.li1 a:hover{ background-position: 0 0; }
#nav li#nav_support ul li.li2 a:hover{ background-position: 0 -21px; }
#nav li#nav_support ul li.li3 a:hover{ background-position: 0 -42px; }
#nav li#nav_support ul li.li4 a:hover{ background-position: 0 -63px; }




/*space clearing*/
#nav:after{
	content: "";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*ie6 space clearing*/
* html #nav{
    height: 1%;
}
/* clearing space for ie7/win */
*:first-child+html #nav{
	height: 1%;
}
/*ie5 mac space clearing*/
/*\*//*/
#nav{
    display: inline-block;
}
/**/
.footer{
	background-color: #ffffff;
	height: 37px;
	background: transparent url(../img/shell_bot.gif) scroll no-repeat bottom left;
	font-size: 9px;
	color: #5b5b5b;
	margin: 0 auto;
	line-height: 37px;
	position:relative;
}
* html .footer {
	top: 2px;
}
*:first-child+html .footer {
	top: 2px; 
}
.second_footer {
	font-size: 9px;
	background-color:#fff;
	padding-top: 5px;
	padding-left: 20px;
	padding-right:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	width:832px;
}
* html .second_footer {
	height:1px;	
	width:auto;
}
.second_footer .leftSide{
	float:left;
	height: 27px;
	background-color: #fff;
	width:500px;
}
.second_footer .rightSide{
	float:right;
	text-align:right;
	width:322px;
	overflow:hidden;
}
#regionSelector {
	position:absolute;
	top:-2000px;
	left:704px;
	z-index:1000;
	border-top:1px solid #95bce0;
	background-color:#fff;
	color:#5b5b5b;
	font-weight:normal;
	text-align:left;
}
* html #regionSelector {
	left: 703px;
}

#regionSelector a, #regionSelector a:visited, #regionSelector .menuItem.out a, #regionSelector .menuItem.out a:visited {
	color:#5b5b5b;
	text-decoration:none;
	display:block;
	width:48px;
	height:15px;
}
#regionSelector .menuItem {
	padding:0 0 0 5px;
	border:1px solid #95bce0;
	border-top:0;
	height: 15px;
	width:132px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
* html #regionSelector .menuItem {
	width:132px;
}
#regionSelector .menuItem a {
	font-size: 9px;	
	font-family: arial,verdana,helvetica,sans-serif;
}
#regionSelector .menuItem.over {
	background-color:#319ed1;
}
#regionSelector .menuItem.over a, #regionSelector .menuItem.over a:visited {
	color:#fff;
}
#regionSelector .menuItem.out {
	background-color:#fff;
}
#regionSelectorBtn {
	display:block;
	float:right;
	font-size: 9px;
	padding-top: 5px;
	background: #fff;
}
* html #regionSelectorBtn {
	padding-top: 7px;
}
#regionSelectorBtn a, #regionSelectorBtn a:visited{
	color: #5b5b5b;
	text-decoration:none;
}
#regionSelectorBtn a {
	text-align:left;
	display:block;
	width:143px;
	height:25px;
	padding-left:5px;
	background:#fff url(../img/regionSelectorBtn.jpg) right top no-repeat;
}
* html #regionSelectorBtn a {
	width:148px;
}
#regionSelectorLabel {
	display:block;
	float:right;
	font-size: 9px;
	padding-top: 5px;
}
* html #regionSelectorLabel {
	padding-top: 7px;
}
#usSubfooter #usLink {
	display:none;	
}
.second_footer form {
	margin:0;	
}
.footer span{
	padding: 0 0 0 10px;
}
.footer a, .footer a:link,.footer a:visited,.footer a:active,.footer a:hover{
	color: #5b5b5b;
	text-decoration: none;
}
.footer .footerlinks{
	padding-left: 20px;
	line-height:37px;
	height:37px;
	position:absolute;
	left:0;
}
.footer .footeraffiliates{
	padding-right:290px;
	margin-left:0px;
	position:absolute;
	right:0;
	line-height:37px;
	height:37px;
}
* html .footer .footeraffiliates {
	top:10px;	
}

.footer .footernewsletter{
	padding-right:147px;
	margin-left:0px;
	position:absolute;
	right:0;
	line-height:37px;
	height:37px;
}
* html .footer .footernewsletter {
	top: 10px;	
}
.footer .footertell{
	padding-right:20px;
	margin-left:0px;
	position:absolute;
	right:0;
	line-height:37px;
	height:37px;
}
.footer .footer_envelope {
	vertical-align:middle;
	padding-right: 3px;
}

.footer .footer_affiliates {
	vertical-align:middle;	
	padding-right: 3px;
}

.footer .footer_tellus {
	vertical-align:middle;
	padding-right: 3px;
}
* html .footer .footerlinks,
* html .footer .footertell{
	margin-top: 10px;
}
*:first-child+html .footer .footertell{
	top: 0;
}
.footertell strong{
	color: #7d7d7d;
}
.footertell img{
	padding-left: 5px;
	vertical-align: middle;
}
.footerlinks img{
	vertical-align: middle;
}

.footer .footerlinksstore{
	text-align: right;
}

img{
	vertical-align: top;
	border: 0 none;
}

