body
{
	background-color: #AFC7C7;
	font-family: Helvetica, Verdana, Arial;	
	font-size: 12px;
}

#container
{	
	margin: 0px auto; 	
	width: 960px;
	position: relative;
	overflow: auto;
	background: white;
}

header
{
	width: 100%;
	position: relative;
	min-height: 85px;
}

.head_class
{
	height: 150px;
	position: absolute;
	
}

#head_box1
{
	left: 5px;
	margin-top: 35px;
	
}


#head_box2
{
	left: 5px;
	margin-top: 10px;
	margin-right: 25px;
	
}

#head_box3
{
	left: 300px;
	margin-top: 60px;
	margin-right: 25px;
	
}

.head_class li 
{	
	display: inline;
	list-style-type: none;
	padding: 10px;
}

.head_class ul li a
{	
	text-decoration: none;
	font-size: 1.25em;
	color: black;
}

nav
{
	width: 100%;
	position: relative;
	background: #4E9258;
	min-height: 40px;
}

.nav_class
{
	height: 40px;
	position: absolute;
	
}

#nav_box1
{
	left: 75px;
	margin-top: 15px;
	
}

#nav_span1
{
	font-size: 2em;
}


nav ul
{
	padding-left: 92px;
}

#inventory
{
	width: 100%;
	position: relative;
	margin-top: 5px;
	min-height: 500px;
}

#category
{
	left: 5px;
	width: 200px;
	min-height: 200px;
	background: red;
	position: relative;

}


.extra_class
{
	width: 475px;
	height: 450px;
	position: absolute;
	top: 0px;
	font-size: 1.25em;
}

#extra_box1
{
	background:green;
	left: 215px;
	padding-top: 45px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	
}

.extra_class2
{
	width: 200px;
	height: 480px;
	position: absolute;
	top: 0px;
	
}

#extra_box2
{
	background:aqua;
	left: 750px;
}




.items_class
{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0px;
	
}

#items_box1
{
	background:green;
	left: 215px;
}

#items_box2
{
	background:purple;
	left: 465px;
}

#items_box3
{
	background:navy;
	left: 715px;
}

#items_box4
{
	background: aqua;
	top: 250px;
	left: 215px;
}

#items_box5
{
	background: lime;
	top: 250px;
	left: 465px;
}

#items_box6
{
	background: maroon;
	top: 250px;
	left: 715px;
}

#slideshow{
	width: 100%;
	height:400px;
	position:relative;
 	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	list-style:none outside none;
	overflow:hidden;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}
	
#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}
#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


#promo
{
	width: 100%;
	position: relative;
	min-height: 250px;
}

.box_class
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 20px;
	
}

#box1
{
	left: 0px;
}

#box2
{
	left: 330px;	
}

#box3
{
	left: 660px;
}
#testing
{
	width: 100%;
	position: relative;
	min-height: 100px;
}

.footer_class ul li a
{	
	display: block;
	text-decoration: none;
	font-size: 1.25em;
	padding-bottom: 5px;
	color: black;
}


.footer_class
{
	width: 230px;
	height: 100px;
	position: absolute;
	
}

#footer_box1
{
	left: 5px;
	
}

#footer_box2
{
	left: 245px;
}

#footer_box3
{
	left: 485px;
}

#footer_box4
{
	left: 725px;
	display: block;
	text-decoration: none;
}

