/* CSS Document */

body{ 
background: #000000 url(elements/bg.jpg) repeat-x fixed;
margin: 0px 0px 0px 0px;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}



a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color:#0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


div#header{
	background: url(elements/header_a.gif) no-repeat;
	height: 95px;
	width: 900px;
	margin: 10px auto 0px auto;
	}
	
	div#buttons {
	position:relative;
	width: 278px;
	top: 73px;
	left: 344px;
	height: 22px;
	}
	


div#header_b {
	 overflow: hidden;
	 width: 220px;
	 height: 110px;
	 }
		
		
div#middle {
	height: 100%;
	background: #FFFFFF;
	}		
	
div#menuwrapper {
	float: left;
	height: 650px;
	width: 220px;
	background: #FFFFFF url(elements/menu_bg.jpg) no-repeat bottom;
	overflow:hidden;
	}
	
div#menuscroll {	
	height: 540px;
	width: 220px;
	background: inherit;
	overflow-y: scroll;
	overflow-x: hidden;
	}

div#divider{
	
	float: left;
	width: 1px;
	height:650px;
	background: #000000 url(elements/divider_t.jpg) no-repeat top;
	}
	
div#contentwrapper {
	
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	height: 650px;
	width: 669px; 
	}
	
	
	div#footer {
	clear: both;
	margin: 0px auto 0px auto ;
	background:  url(elements/footer.gif) no-repeat top;
	height: 10px;
	width: 900px;
	
	}
/* --------Product Item Wrappers------- */
	
	.itemhead{ 
	background: #b7b7b7;
	padding: 2px 0px 2px 0px;
	width: 600px;
	align: center;
	margin: 0px auto 0px auto;
	color: #000000;
	font-weight: bold;
	
	}
	
	.itemdesc {	
	padding: 10px 15px 10px 15px;
	background: #FFFFFF url(elements/item-bg.jpg) repeat-x top;
	width: 570px;
	margin: 0px auto 0px auto;
	color: #000000;
	}
	
	.newitempic {	
	padding: 10px 15px 10px 15px;
	background: #FFFFFF url(elements/item-bg.jpg) repeat-x top;
	width: 570px;
	margin: 0px auto 0px auto;
	color: #000000;
	font-size: 12px;
	}
	

	
	
	div#homepage {
	overflow: hidden;
	height: auto;
	background: #FFFFFF url(elements/header_b.jpg) top left no-repeat;
	width: 900px;

	}


	
	
	
	
	
	
	
	
	