* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html,
body {
	height: 98%;
	font: 10px Georgia, 'Times new Roman', serif;
	color:#fff;
	background-color:#000;
	}

a { outline: none; }

h1.none {
	display: none;
	margin: 0;
	padding: 0;
	}

.cleaner { clear: both; }


#centerer {
	position: absolute;
	width:900px;
	height:600px;
	left: 50%;
	top: 50%;
	margin-left: -450px; /* Half the width of the DIV tag  */
	margin-top: -300px; /* Half the width of the DIV tag  */
	background-color: #000;
	
	text-align: center;
	color: #fff;
	zborder: 0px solid #f00;
	}
	
div#container {
	width: 900px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}

#loadContainer {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 300px;
	background: #111;
	border: 1px solid #222;
	padding: 10px;
	font-size: 1.5em;
	color: #FFF;
	}

#leftpage {
	width: 312px;
	height: 600px;
	float: left;
	position: relative;
	background: #000 url('../images/snakebg.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	}

#leftpage .movie {
	position: absolute;
	bottom: 0;
	left: -1px;
	line-height: 0;
	}

#leftpage li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	}

#leftpage a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}

/* TITLE ROLLOVER */
#map-home {
	left: 40px;
	top: 20px;
	width: 238px;
	height: 76px;
	z-index: 40;
	position: absolute;
	display: inline;
	}

#map-home a { height: 76px; }
#map-home a:hover { background: url('../images/logo_on.jpg') -40px -20px no-repeat;}



div#rightpage {
	width: 588px;
	height: 600px;
	float: left;
	position: relative;
	background: #000 url('../images/pagebg.jpg') left top no-repeat;
	}

div.iframe {
	position: absolute;
	top: 125px;
	left: 40px;
	}

div#topGraphic {
	margin: 0 0 0 -5px;
	}



div#cartBox {
	position: absolute;
	top: 25px;
	right: 42px;
	width: 142px;
	height: 50px;
	}




.cart-icon {
	display: block;
	background: transparent url('../images/cart-icon.jpg') top left no-repeat;
	height: 30px;
	padding: 0 0 0 30px;
	font-size: 11px;
	_font-size: 10px;
	font-weight: bold;
	color: #000;
	}
a.cart-icon:hover {
	background: transparent url('../images/cart-icon-on.jpg') top left no-repeat;
	color: #761703;
	}

#cart-info a:link,
#cart-info a:visited {
	text-decoration: none;
	color: #761703;
	}

#cart-info a:hover,
#cart-info a:active {
	color: #f00;
	}
#login-info-1,
#login-info-2 {
	font-size: 11px;
	_font-size: 10px;
	padding-top: 8px;
	}

#cart-numbers {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	}



#cart-numbers {
	color: #000;
	font-size: 11px;
	_font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 13px;
	}

#footer {
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	color: #B38C3D;
	}

.level_1, .level_2 { padding: 0 0 6px 0; }

.level_1 a:link, .level_1 a:visited {
	color: #B38C3D;
	text-decoration: none;
	font-size: 1.3em;
	padding: 0 5px;
	}

.level_1 a:hover, .level_1 a:active {
	color: #E2B96E;
	}

.level_2 a:link, .level_2 a:visited {
	color: #84682E;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0 5px;
	}

.level_2 a:hover, .level_2 a:active { color: #E2B96E; }

.level_3 { font-size: 1.2em; color: #715928; }

.skipintro a:link, .skipintro a:visited {
	color: #B38C3D;
	text-decoration: none;
	font-size: 1.7em;
	padding: 0;
	}

.skipintro a:hover, .skipintro a:active {
	color: #E2B96E;
	}
