* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body
{
	background-color: #FFF;
	margin: none;
}

img
{
	border: none;
}


#featuredProduct
{
	margin: none;
	border: none;
	width: 100%;
	height: 100%;
}

#productButtons
{
	position: absolute;
	top: 270px;
	left: 0px;
	width: 140px;
	height: 70px;
	z-index: 10;
}

#bannerSpace
{
	background: #ff9900;
	position: absolute;
	top: 270px;
	left: 15px;
	width: 200px;
	height: 60px;
	z-index: 10;
}

#productDescription
{
	position: absolute;
	top: 123px;
	left: 15px;
	width: 142px;
	z-index: 5;
	color:  #006699;
	text-align: left;
	margin: none;
}

#productListings
{
	position: absolute;
	background: #CCC url(/includes/home/scrollboxgradient.gif) no-repeat 0px 0px;
	padding-left: 10px;
	padding-top: 5px;
	width: 120px;
	height: 310px;
	float: right;
	top: 0px;
	left: 460px;
	margin-right: 10px;
	margin-top: 15px;
	z-index: 20;
	text-align: center;
	overflow: auto;
}

.listingCatagory
{
	margin: none;
	margin-bottom: 12px;
	text-align: left;
	color: #FFF;
}

.listingCatagory span
{
	display: block;
	width: 60%;
	font-weight: 700;
	font-size: 1.2em;
}

.listingItem
{
	margin: none;
	margin-bottom: 12px;
	text-align: left;
	width: 100px;
}

.productListingName
{
	display: block;
	color:  #006699;
	font-weight: 700;
	font-size: 1.1em;
	padding: none;
}

.productListingText
{
	display: block;
	font-size: 1em;
	padding: none;
	margin-bottom: 10px;
}
