body {
	background-repeat: repeat-x;
	background-image: url(../images09/bg_home.jpg);
	}

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

#header {
	
	}

#logo {
	float:left;
	width: 196px;
	height: 71px;
	}

#blurb {
	width: 100%;

	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #6b6a6a;
	}
	
#blurb h3 {
	text-align: left;
	}

#pages {
		width: 900px;
	}
	
#pages a {
	background-color: #eeebeb;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	height: 19px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	width: 85px;
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
	color: #b50325;
	display: inline-block;
	}	

#pages a.pages_on {
		color: #6b6a6a;
		background-color: white;
	}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #6B6A6A;
	}

#row {
	position: relative;
	width: 900px;
	height: 300px;
	}

#item {
	border-bottom-color: white;
	border-right-color: white;
	border-top-color: white;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	position: relative;
	float: left;
	width: 299px;
	height: 299px;
	
	}

#item_bkgnd {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 299px;
	width: 299px;
	}
	
#item_fade {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 299px;
	width: 299px;
	}

#item_overlay {
/*
	background-repeat: no-repeat;
	background-image: url(../images09/fade.png);
*/
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 299px;
	width: 299px;
	}
	
#desc {
	position: absolute;
	top:0px;
	left: 10px;
	width: 279px;
	}

#desc h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	
	}

#stock_id {
	position: absolute;
	left: 10px;
	bottom: 10px;
	}
	
#stock_id a {
	
		color: white;
	
	}
	
#stock_id a:hover {
	
		color: #9c0220;
	
	}

#pricing {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	}

#clear_all {clear: both;}