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

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

#content {
	position: relative;
	padding: 0 0 55px 0;
	min-height: 850px;
}

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

/*End Page Container*/

/*Header*/
#header {
	float: left;
	position: relative;
	z-index: 2;
	margin: 20px 0 0 0;
	height: 165px;
	width: 980px;
	background: url(/images/header.png);
}

#header span { display: none; }

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

#like-button {
	position: absolute;
	top: -10px;
	right: 300px;
}

#header_copy {
	font-size: 8.5pt;
	float: right;
	margin: -7px 60px 0 0;
	position: relative;
	z-index: 4;
	font-weight: bold;
}

#header_copy span {
	display: block;
	float: right;
	clear: right;
	line-height: 12pt;
}

#header_copy span a.header_copy_locations {
	color: #000000;
}
/* End Header */

/* Lax Sticks and Left Nav */
#lax_sticks {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
	width: 139px;
	height: 686px;
	background: url(/images/lax_sticks.png);
}

#left_nav {
	position: relative;
	z-index: 5;
	float: left;
	margin: -30px 0 0 80px;
	width: 158px;
	min-height: 509px;
	overflow-x: hidden;
}

div#left_nav_bg {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 158px;
	height: 509px;
	background: url(/images/nav_bg.png);
}

#left_nav ul {
	position: relative;
	z-index: 7;
	float: left;
	min-height: 470px;
	margin: 35px 10px 0 0;
	padding: 0 0 0 35px;
	width: 100px;
}

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



#left_nav ul li.practice-packs {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px;
}

#left_nav ul li.practice-packs a { color: #F60; }

#left_nav ul li#left_nav_sig_link {
/*	padding: 15px 0 0 0;*/
}

#left_nav_specials {
	margin-bottom: 10px;
}

#left_nav a {
	color: black;
}

#left_nav a:hover {
	color: #3399cc;
}

/* End Lax Sticks and Left Nav */

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

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

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

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

#center_links a:hover {
	background: #3399cc;
	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;
	width: 100%;
}
/* End Center Content */

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

.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_tall_bg.png) no-repeat;
	width: 154px;
	float: left;
	min-height: 101px;
	margin: 0 0 10px 0;
}

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

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

.right_column_item_tall_copy span {
	float: left;
	margin: 3px 0 3px 0;
	color: #3399cc;
	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: #3399cc;
}

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

/* Lax Store Links */
#lax_store_links_spacer {
	float: left;
	width: 736px;
	margin: 0 0 130px 0;
}

#lax_store_links {
	position: absolute;
	bottom: 70px;
	left: 250px;
}

.lax_store_container {
	position: relative;
	float: left;
	width: 154px;
	height: 115px;
	text-align: center;
}

.lax_store_container a span { display: none; }
.lax_store_container span {
	position: absolute;
	top: 90px;
	left: 0;
	width: 154px;
	font-size: 8pt;
}
/* End Lax Store Links */

/*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;
}

#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*/
