html, body {
	height: 100%;
}

body {
	background: url(/data-bin/images/sand_bg.jpg) repeat;
	color: #333;
	line-height: 22px;
}

#outerWrap {
	background: url(/data-bin/images/net.jpg) repeat-x;
	margin-bottom: -90px;
	height: auto !important;
	min-height: 100%;
}

#netGrad {
	height: 135px;
	width: 100%;
	background: url(/data-bin/images/net_grad.png) repeat-x;
	position: absolute;
	top: 164px;
	left: 0;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

p {
	font-size: 13px;
}

/* CONTINUE SHOPPING LINK */

.cart p.refPage {
	background-color:#e7ede9;
	border: 2px solid #e3e1de;
	color:#003E05;
	font-size:14px;
	margin:10px auto 20px;
	padding:3px;
	text-align:center;
	width:155px;
	font-style: oblique;
	letter-spacing: -.5px;
}

.cart p.refPage a {
	text-decoration: none;
	color: #333;
}
	
.cart p.refPage a:hover {
	text-decoration: underline;
}
	



.clear {
	clear: both;
}


/*********************
 * 
 *  HEADER STYLES
 * 
 *********************/


#header {
	height: 164px;
	position: relative;
}


/* TITLE */

#title {
	position: absolute;
	top: 0;
	right: 30px;
	width: 349px;
	height: 136px;
	background: url(/data-bin/images/jump_logo.png) no-repeat;
}

#title a {
	display: block;
	width: 309px;
	height: 118px;
	margin: 0 0 0 20px;
}

#title a span {
	display: none;
}


/* MAIN NAVIGATION */

#nav {
	list-style: none;
	height: 40px;
	width: 530px;
	padding: 18px 0 0 0;
	margin: 0 0 0 30px;
}

#nav li {
	float: left;
	margin-left: -25px;
	margin-top: 5px;
}

#nav li a {
	display: block;
	height: 26px;
	margin: 14px 0 0 15px;
	position: absolute;
}

#nav li span {
	display: none;
}

#nav li.store {
	width: 123px;
	height: 40px;
	background: url(/data-bin/images/store_but.png) no-repeat;
}

#nav li.sponsors {
	width: 186px;
	height: 40px;
	background: url(/data-bin/images/sponsors_but.png) no-repeat;
}

#nav li.about {
	width: 123px;
	height: 40px;
	background: url(/data-bin/images/about_but.png) no-repeat;
}

#nav li.contact {
	width: 168px;
	height: 40px;
	background: url(/data-bin/images/contact_but.png) no-repeat;
}

#nav li.store a {
	width: 93px;
}

#nav li.sponsors a {
	width: 158px;
}

#nav li.about a {
	width: 93px;
}

#nav li.contact a {
	width: 138px;
}

#nav li.store:hover {
	background: url(/data-bin/images/store_but.png) 0 -45px no-repeat;
}

#nav li.sponsors:hover {
	background: url(/data-bin/images/sponsors_but.png) 0 -45px no-repeat;
}

#nav li.about:hover {
	background: url(/data-bin/images/about_but.png) 0 -45px no-repeat;
}

#nav li.contact:hover {
	background: url(/data-bin/images/contact_but.png) 0 -45px no-repeat;
}


/* SUB NAVIGATION */

#subNav {
	list-style: none;
	margin: 32px 0 0 15px;
}

#subNav li {
	float: left;
	padding: 0 5px 0 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(/data-bin/images/subNav_div.gif) 0px 5px no-repeat;
}

#subNav li a {
	color: #fff;
	text-decoration: none;
}

#subNav li a:hover {
	text-decoration: underline;
}

#subNav li.cartLink {
	background: none;
	margin-top: -10px;
}

#subNav li.cartLink a {
	display: block;
	width: 170px;
	height: 35px;
	background: url(/data-bin/images/cart_icon.png) 120px 0px no-repeat;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
}


#subNav li.cartLink a:hover {
background: url(/data-bin/images/cart_icon.png) no-repeat scroll 120px -45px;
color: #ecd011;
text-decoration: none;
}

#subNav li.second {
	background: none;
}


/*********************
 * 
 *  CONTENT STYLES
 * 
 *********************/


#content {
	width: 929px;
	min-height: 591px;
	position: relative;
	margin: -28px 0 0 0;
}

#content .innerContent {
	position: relative;
	padding: 10px 30px 20px 30px;
}

/* PAPER BACKGROUND */

.slice {
	position: absolute;
	
}

.northWest {
	width: 24px;
	height: 18px;
	top: 0;
	left: 0;
	background: url(/data-bin/images/paper_bg_sides.png) 0 0 no-repeat;
}

.north {
	width: 879px;
	height: 18px;
	top: 0;
	left: 24px;
	background: url(/data-bin/images/paper_bg_top-bot.png) 0 0 no-repeat;
}

.northEast {
	width: 26px;
	height: 18px;
	top: 0;
	right: 0;
	background: url(/data-bin/images/paper_bg_sides.png) -24px 0 no-repeat;
}

.west {
	width: 24px;
	height: 525px;
	top: 18px;
	left: 0;
	background: url(/data-bin/images/paper_bg_sides.png) 0 -18px no-repeat;
}

.center {
	width: 879px;
	height: 525px;
	top: 18px;
	left: 24px;
	background: url(/data-bin/images/paper_bg_mid.jpg) no-repeat;
}

.east {
	width: 26px;
	height: 525px;
	top: 18px;
	right: 0;
	background: url(/data-bin/images/paper_bg_sides.png) -24px -18px no-repeat;
}

.southWest {
	width: 24px;
	height: 48px;
	bottom: 0;
	left: 0;
	background: url(/data-bin/images/paper_bg_sides.png) 0 -543px no-repeat;
}

.south {
	width: 879px;
	height: 48px;
	bottom: 0;
	left: 24px;
	background: url(/data-bin/images/paper_bg_top-bot.png) 0 -18px no-repeat;
}

.southEast {
	width: 26px;
	height: 48px;
	bottom: 0;
	right: 0;
	background: url(/data-bin/images/paper_bg_sides.png) -24px -543px no-repeat;
}

.centerTile {
	top: 543px;
	left: 24px;
	bottom: 48px;
	width: 879px;
	background: url(/data-bin/images/paper_bg_mid_tile.jpg) repeat-y;
}

.westTile {
	top: 543px;
	left: 0;
	bottom: 48px;
	width: 24px;
	background: url(/data-bin/images/paper_bg_sides_tile.png) 0 0 repeat-y;
}

.eastTile {
	top: 543px;
	right: 0;
	bottom: 48px;
	width: 26px;
	background: url(/data-bin/images/paper_bg_sides_tile.png) -24px 0 repeat-y;
}

/* BREADCRUMBS */

#content #breadcrumb {
	height: 25px;
	margin: 0 0 5px 20px;
	list-style: none;
}

#content #breadcrumb a {
	display: block;
	padding: 1px 6px 1px 6px;
	text-transform: lowercase;
	color: #333;
	text-decoration: none;
}

#content #breadcrumb li:hover a {
	background: #333;
	border: 1px solid #000;
	padding: 0 5px 0 5px;
	color: #fff;
}

#content #breadcrumb li a:hover {
	color: #000;
	background: #fff;
	padding: 0 5px 0 5px;
	border: 1px solid #000;
}

#content #breadcrumb li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content #breadcrumb ul {
	list-style: none;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 100;
}

#content #breadcrumb li:hover ul {
	display: block;
}

#content #breadcrumb ul li {
	float: none;
	margin: 0;
	
}

#content #breadcrumb ul li a {
	background: #333;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #000;
	color: #fff;
}

#content #breadcrumb ul li a:hover {
	background: #fff;
	color: #333;
}


/*********************
 * 
 *  FOOTER STYLES
 * 
 *********************/

/* PUSH */

#push {
	height: 120px;
	clear: both;
}


/* FOOTER */

#footer {
	height: 90px;
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
}

#innerFoot {
	height: 90px;
	background: #f2f0ec;
}

#footContent {
	width: 929px;
	margin: 0 auto;
}


/* FOOTER CONTENT */

#footContent .logo {
	width: 204px;
	float: left;
}

#footContent .logo a {
	display: block;
	width: 204px;
	height: 63px;
	background: url(/data-bin/images/logo_small.jpg) 0 4px no-repeat;
}

#footContent .logo a span {
	display: none;
}

#footContent #searchForm {
	margin: 0 0 0 25px;
	padding: 20px 0 0 0;
	float: left;
}

#footContent #searchForm div {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#footContent #searchForm input {
	width: 140px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 0 0 4px;
}

#footContent #searchForm input.submit {
	width: 72px;
	height: 27px;
	border: none;
	background: url(/data-bin/images/search_but.png) no-repeat;
}

#footContent #searchForm input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/search_but.png) 0 -27px no-repeat;
}


/* DETAILS */

#footer .details {
	height: 23px;
	width: 100%;
	margin: 0;
	background: #000;
	border-top: 4px solid #810606;
	position: absolute;
	bottom: 0px;
}

#footer .details ul {
	list-style: none;
	width: 755px;
	margin: 0 auto;
	padding: 2px 0 0 0;
}

#footer .details li {
	float: left;
	color: #999;
	font-size: 11px;
	letter-spacing: -0.2px;
	padding: 0 5px 0 7px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/data-bin/images/footer_div.gif) 0 5px no-repeat;
	line-height: 20px;
}

#footer .details li a {
	color: #999;
	text-decoration: none;
}

#footer .details li a:hover {
	text-decoration: underline;
}

#footer .details li.first {
	background: none;
}


/*********************
 * 
 *  LOGIN BOX STYLES
 * 
 *********************/

#login {
	width: 100%;
	height: 226px;
	position: fixed;
	top: 120px;
	left: 0;
	margin: 0;
	display: none;
	z-index: 10;
}

#innerLogin {
	width: 553px;
	height: 226px;
	background: url(/data-bin/images/login_bg2.png) no-repeat;
	position: relative;
	margin: 0 auto;
}

#login h5 {
	display: none;
}

#login label {
	display: none;
}

#login input {
	width: 194px;
	height: 18px;
	margin: 0 0 0 250px;
	padding: 2px 0 0 4px;
	background: #d3dee1;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#login input#email {
	margin-top: 86px;
}

#login input#password {
	margin-top: 13px;
}

#login input#submit {
	width: 71px;
	height: 26px;
	margin: 12px 0 0 374px;
	border: none;
	background: url(/data-bin/images/login_but.png) no-repeat;
}

#login input#submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/login_but.png) 0 -26px no-repeat;
}

#login #closeLogin {
	width: 54px;
	height: 54px;
	background: url(/data-bin/images/login_close.png) no-repeat;
	position: absolute;
	top: 27px;
	left: 0;
}

#login #closeLogin:hover {
	cursor: pointer;
}

#darken {
	display: none;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}



