/* Page Container */
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	padding: 0;
	min-height: 100%;
	z-index: 10;
}

* html body #container { height: 100%; }

#content {
	position: relative;
	padding: 0 0 55px 0;
}

* html body #content { height: 850px; }

/*End Page Container*/

/*Header*/
#header_full_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 195px;
	background: url(/images/header_bg.png) repeat-x;
}

#header {
	float: left;
	position: relative;
	z-index: 2;
	margin: 0 0 0 0;
	height: 195px;
	width: 900px;
	background: url(/images/header.png) no-repeat;
}

#header span { display: none; }

a#header_home_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 192px;
	display: block;
	z-index: 3;
}

#header_copy {
	position: absolute;
	bottom: 10px;
	right: 50px;
	text-align: right;
	color: #666666;
	font-size: 9.5pt;
	font-weight: bold;
	font-style: italic;
	z-index: 5;
	width: 250px;
}

#header_copy span {
	display: block;
}

#header_copy span a {
	color: #666666;
}
/* End Header */

/* Left Nav */
#left_nav {
	float: left;
	width: 150px;
	background: url(/images/nav_bg.gif) top right no-repeat;
}

#left_nav ul {
	float: left;
	width: 130px;
	position: relative;
	z-index: 5;
	margin: 5px 0 0 0;
}

#left_nav ul li {
	float: left;
	clear: left;
	white-space: nowrap;
	margin: 0 0 3px 0;
}

#left_nav a {
	position: relative;
	display: block;
	z-index: 5;
	color: black;
	padding: 0 0 0 9px;
	line-height: 18px;
	width: 121px;
	height: 18px;
	overflow: hidden;
	background: white url(/images/nav_link_bg.gif) no-repeat 200px 200px;
}

#left_nav a:hover {
	background: white url(/images/nav_link_bg.gif) no-repeat 0 0;
	color: #ff0000;
}
/* End Left Nav */

/* Center Content */
#center_column, ul#center_links, ul#center_links li {
	float: left;
}

#center_column {
	position: relative;
	width: 540px;
	margin: 0 20px 20px 0;
}

#center_column ul#center_links { padding: 0 0 7px 0; }
#center_column ul#center_links li { padding: 0 3px 3px 0; }

#center_links a {
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 5px;
	font-size: 8.5pt;
}

#center_links a:hover { 
	background: #ff0000;
	color: white;
}

div#search_box {
	position: absolute;
	top: 2px;
	left: 500px;
	width: 230px;
}

div#search_box span,
div#search_box input {
	float: left;
	line-height: 20px;
	font-weight: bold;
}

div#search_box span { margin: 0 5px 0 0; }
div#search_box input.submit { margin: 2px 0 0 5px; }

#site_content {
	float: left;
}
/* End Center Content */

/* Right Column */
#right_column {
	float: left;
	width: 189px;
	height: 300px;
	margin: 35px 0 0;
}

h3#your_cart_header, h3#featured_gear_header, h3#top_seller_header {
	text-transform: uppercase;
	font-size: 12pt;
	padding: 0 0 6px 0;
	margin: 0 0 10px 12px;
	background: url(/images/horiz_redbar.gif) bottom left no-repeat;
	clear: both;
}

h3#your_cart_header {
	margin: 20px 0 10px 12px;
}

.right_column_item_short {
	background: url(/images/right_column_item_short_bg.png) no-repeat;
	width: 154px;
	float: left;
	min-height: 90px;
	margin: 0 0 10px 0;
}

.right_column_item_tall {
	background: url(/images/right_column_item_short_bg.png) no-repeat;
	width: 154px;
	float: left;
	min-height: 101px;
	margin: 0 0 10px 0;
}

.right_column_item_tall_img {
	margin: 0 0 0 35px;
	height: 75px;
}

.right_column_item_tall_copy {
	margin: 20px 0 0 20px;
}

.right_column_item_tall_copy span {
	float: left;
	margin: 3px 0 3px 0;
	color: #ff0000;
	width: 100%;
}

#right_column_cart {
	margin: 15px 10px 0 18px;
}

#right_column_cart a {
	float: left;
	clear: left;
	font-size: 8pt;
}

#right_column_cart_item_count { 
	font-size: 10pt;
	color: #ff0000; 
}

#right_column_cart_total { margin: 7px 0 7px 0; }
/* End Right Column */

/*Page Footer*/
#footer {
	color: #999;
	font: 8pt Verdana,Helvetica,Arial,Sans-serif;
	width: 100%;
	padding: 0;
	position: relative;	
	float: left;
	background: #333333;
	margin: -55px 0 0 0;
	height: 55px;
	color: #cccccc;
}

#footer a {
	color: #ff0000;
}

#shade {
	position: absolute;
	z-index: 1;
	left: 0;
	top: -20px;
	height: 20px;
	width: 100%;
	background:url('/images/gradient_bg_bottom.png') repeat-x top center;
}

div#footer_copy {
	text-align: left;
	width: 980px;
	top: 10px;
	padding: 0;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}

div#footer_copy div#footer_copyright {
	width: 430px;
	float: left;
}

div#footer_copy div#footer_links {
	float: right;
	width: 500px;
	position: relative;
}

div#footer_copy a, div#footer_copy a:active, div#footer_copy a:visited, div#footer_copy a:hover {
	background: none;
}

div#footer_links ul {
	float: right;
}

div#footer_links ul li {
	float: left;
	margin: 0 3px 0 3px;
}

div#footer_links ul li a {
	color: #cccccc;
}

div#footer_links a#powered_by_xspond {
	float: right;
	clear: both;
	margin: 8px 0 0 0;
}

div#footer_links a span {
	display: none;
}
/*End Page Footer*/