﻿body
{
	background-color: #fff;
}
.divLeft
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: 30px;
	z-index:10;
}

.divRight
{
	width: 50%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:10;
}
.divLogo
{
	text-align:right;
	padding-right:80px;
	padding-bottom:30px;
}
.divCatOuter
{
	width:920px;
	z-index:10;
}

.divLeftImage
{
	width:365px;
	
}
.divFloatCategories
{
	float:left;
	margin:0px 15px;
	text-align:center;
}
h2
{
	color: #999;
	font-size:13px;
	margin-top:0px;
	margin-bottom:15px;
}
h2 a
{
	color: #999;
	text-decoration:none;
}
h2 a:hover
{
	color: #999;
	text-decoration:underline;
}
.divFooterLeft a
{
	color: #999;
}
