body {
	margin: 0;
	background: #eee;
	font: 12px Arial, Helvetica, sans-serif
}
input, select {
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 2px;
}
.header-bg {
	margin: auto;
	width: 945px;
	height: 68px;
	background: #FFF;
}
.header {
	margin: auto;
	height: 75px;
	padding-right: 25px;
	padding-left: 5px;
	background: #FFF;
}
.facebook_status {
	float: center;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	padding-right: 10px;
	padding-top:2px;
	color: #FFF;
}
.subheader-1 {
	margin: auto;
	width: 945px;
	height: 387px;
	background: #616161;
}
.subheader-2-bg {
	width: 945px;
	margin:auto;
	height: 40px;
	padding-top: 5px;
	background: #3860b8;
}
.subheader-3 {
	margin: auto;
	background: url(../images/subheader-2.png) repeat-x;
	width: 945px;
	height: 48px;
}
.subheader-3-bg {
	background: url(../images/subheader-3-bg.png) repeat-x;
	margin: auto;
	width: 945px;
	height: 48px;
}
.header-nav {
	margin: auto;
	width: 945px;
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 13px;
	color: #999;
}
.header-nav a:link, .header-nav a:visited {
	color: #555;
	text-decoration: none
}
.header-nav a:hover {
	color: #005aff;
	text-decoration: none;
}
.header-nav-bg {
	background: url(i../mages/header-nav-bg.png) repeat-x;
	margin: auto;
	width: 945px;
	height: 36px;
}
.content-bg {
	margin: auto;
	background: #fff;
	width: 945px;
	min-height: 620px;
}
.footer-bg {
	margin: auto;
	width: 945px;
	height:40px;
	background: #c2c2c2;
}
.footer {
	margin: auto;
	width: 945px;
	font-size: 11px;
	padding-left:10px;
	color: #555;
	padding-top: 5px;
	line-height: 16px;
}
a, a:link, a:visited {
	color: #555; 
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #000;
}

/* Dark Overlay */
#dark_overlay {
	background-color: #000;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 9;
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}
#loading { position: fixed; left: 48%; top: 20%; z-index: 10; display: none; }

/* Product Details Overlay */
.product_details {
	display: none;
}
#product_details_frame {
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* Cart Overlay */
.cart {
	display: none;
}
#cart_frame {
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

