/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	background-image: url("../img/bg-level-one.gif");
	background-repeat: repeat-x;
	background-color: #02070d;
}

h1,h2,h3,h4,h5 {
	color: #88b8e8;
}

h4 {
color:#020304;
font-size:20px;
font-weight:normal;
font-family:Helvetica,Arial,sans-serif;
}

a {
	color: #88b8e8;
	text-decoration: none;
}

a:hover {
	color: #88b8e8;
	text-decoration: underline;
}

.container {
height:auto !important;
margin:0 auto -195px;
min-height:100%;
padding:0;
position:relative;
width:1024px;
}

form#utility-search {
	float: left;
}

.header {
	height: 70px;
	background-image: url("../img/header-bg.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#main-section {
background-image:url(../img/main-section-bg.jpg);
background-repeat:no-repeat;
height:400px;
width:1024px;
}

#collectables {
	left: -21px;
	position: relative;
	top: -45px;
	z-index: 1;
	behavior: url("iepngfix.htc");
}

#main-section-content {
	float: left;
	margin: 200px 0 0 63px;
	width: 320px;
}

* html #main-section-content {
	margin: 200px 0 0 30px;
}

#start-shopping-btn {
	margin: 20px 0 0 0;
}

#featured-items {
padding:0 0 0 50px;
position:relative;
top:-21px;
width:973px;
}

.featured-section {
	background-image: url("../img/featured-bg.gif");
	background-repeat: no-repeat;
	float: left;
	height: 275px;
	margin: 0 0 0 2px;
	padding: 8px;
	width: 292px;
	z-index: 1;
}

.featured-section .read-more-link {
float: left;
}

#featured-items img,#sub-featured-items img {
	float: left;
	margin: 0 6px 0 0;
	border: 0;
}

#sub-featured-items {
float:left;
margin:-60px 0 0;
padding:0 0 0 44px;
position:relative;
width:978px;
z-index:2;
}

.sub-featured-section {
	float: left;
	height: 195px;
	margin: 0 0 0 2px;
	padding: 8px;
	width: 214px;
}

.push {
	clear: both;
	/height: 195px;
}

.footer {
	background-image: url("../img/footer-bg.gif");
	background-repeat: repeat-x;
	clear: both;
	height: 195px;
	color: #2F2F2F;
	position: relative;
}

.footer a {
	color: #2F2F2F;
	text-decoration: none;
}

.footer a:hover {
	color: #2F2F2F;
	text-decoration: underline;
}

.footer ul li {
	list-style-type: none;
}

.footer-inner {
height:174px;
margin:0 auto;
padding:0 0 0 50px;
position:relative;
top:12px;
width:969px;
}

.newsletter {
	width: 326px;
	float: left;
	margin: 0 20px 0 0;
}

.support-section {
	float: left;
	margin: 0 20px;
	width: 248px;
}

.categories-section {
	float: left;
	height: 138px;
	margin: 0;
	width: 316px;
}

.categories-section a {
	display: block;
	float: left;
	width: 148px;
}

form#newsletter-sign-up {
	margin: 20px 0 0 0;
}

.credit-section {
	float: left;
	position: relative;
	top: 10px;
}

#footer-break {
	position: relative;
	left: -2px;
}

.copyright {
	float: left;
	position: relative;
	font-size: 12px;
}

.credits {
	float: right;
	left: -52px;
	position: relative;
	font-size: 12px;
}

/*************/ /*UTILITY NAV*/ /*************/
.utility-nav {
	background-image: url("../img/cart-logo.jpg");
	background-repeat: no-repeat;
	float: right;
	padding: 0 0 0 27px;
	width: 630px;
}

.utility-nav a {
	color: #fff;
	text-decoration: none;
}

.utility-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.utility-nav ul li {
	background-image: url("../img/utility-nav-spacer.gif");
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	margin: 0 4px 0 0;
	padding: 3px 7px 3px 0;
}

.utility-nav ul li.last {
	background-image: none;
}
/*******************/