body
{
	font-family: arial;
	padding: 0px;
	margin: 0px;
	background: #000000;
	font-size: 12px;
}

h1
{
	font-size: 18px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-weight: bold;
	color: #18216c;
}

a
{
	color: #323c98;
	font-weight: bold;	
}

a:hover
{
	color: #0a1aa7;
}

#topBanner
{
	background: url(../images/topBanner.jpg) top right no-repeat;
	width: 731px;
	height: 120px;
	position: absolute; 
	top: 0px;
	right: 0px;	
}

#searchBoxDiv
{
	position: absolute;
	top: 90px;
	right: 10px;
}

#links
{
	position: absolute;
	top: 123px;
	right: 20px;
	color: #444444;
	font-size: 12px;
}

#links a
{
	color: #444444;
	font-size: 12px;
	font-weight: normal;
}

#links a:hover
{
	text-decoration: underline;
	color: #000000;
}

.searchBox
{
	background: #ffffff;
	border: 1px solid #000000;
	margin-right: 4px;
}

#submitSearch
{
	background: url(../images/searchBtnBg.gif) top left repeat-x;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
}

#logo1
{
	background: url(../images/logo1.gif) top left no-repeat;
	width: 257px;
	height: 528px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menuDiv
{
	width: 170px;
	margin: 200px 0px 0px 10px;
	position: relative;
	float: left;
}

#activeSubItem
{
	color: #fca300;
}

#subMenu
{
	margin-left: 10px;
	font-size: 10px;	
}

.subMenuItem
{
	margin: 6px 0px;
}

.subMenuItem a
{
	color: #000000;
	text-decoration: none;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 10px 0px;
	padding-left: 10px;
}

#menuDiv a
{
	text-decoration: none;
}

#activeItem
{
	background: url(../images/orangeDot.gif) 0px 4px no-repeat;
}

#activeLink
{
	color: #000000;
}

#contentDiv
{
	margin: 200px 50px 20px 220px;
}

#footerDiv
{
	background: url(../images/footerBg.gif) bottom left repeat-x;
	height: 27px;
	width: 100%;
	color: #ffffff;
	font-size: 10px;
	clear: both;
}

#footerLeft
{
	margin: 10px 0px 0px 4px;
	float: left;
}

#footerRight
{
	margin: 10px 4px 0px 0px;
	float: right;
}

#footerDiv a
{
	color: #ffffff;
}

#mainDiv
{
	min-height: 600px;
	padding: 1px;
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
}

*html #mainDiv
{
	height: 600px;
}

/*catalog styles*/

.catalogTable
{
	width: 100%;
}

.shortDescriptionBoxOuterAutostuff
{
	margin-bottom: 6px;
}

.featured
{
	background: #cccccc;
	border: 2px solid #000000;
}