html, body
{
	height:100%
}

body
{
	font-family: tahoma;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url(../images/bgTile.jpg) top center repeat;
}

#mainDiv
{
	background: #000000 url(../images/mainBg.jpg) top center repeat-y;
	width: 800px;
	margin: auto;	
	color: #ffffff;
	font-size: 12px;
	min-height: 100%;
	position: relative;
}

*html #mainDiv
{
	height: 100%;
}

#banner
{
	background: url(../images/banner.jpg) top left no-repeat;
	width: 695px;
	height: 144px;
	margin: auto;
}


#menuDiv
{
	position: absolute;
	top: 114px;
	left: 63px;
	background: url(../images/menuBg.jpg) top left no-repeat;
	width: 666px;
	height: 33px;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 6px;
	left: 20px;
}

#menuDiv li
{
	margin: 0px 4px;
	padding: 0px;
	display: inline;
}

#contentDiv
{
	width: 85%;
	margin: auto;	
}

#spotlightDiv
{
	background: url(../images/spotlightBg.jpg) top left no-repeat;
	width: 338px;
	height: 208px;
	float: left;
	text-align: left;
	color: #000000;
}

#newsDiv
{
	background: url(../images/newsBg.jpg) top left no-repeat;
	width: 338px;
	height: 208px;
	float: left;	
	text-align: left;
}

#homepageContent
{
	width: 100%;
	height: 208px;
	margin: 10px 0px;
	font-size: 11px;
}

.shortDescriptionBoxOuterAutostuff
{
	width: 88%;
	text-align: left;
	margin-left: 20px;
	padding: 5px 0px;
	border-top: 1px solid #000000;
	color: #000000;
}

.shortDescriptionBoxHeaderAutostuff a
{
	font-size: 12px;
	font-weight: bold;
	color: #a31400;
	margin-bottom: 4px;
	display: block;
}

.shortDescriptionBoxHeaderAutostuff a:hover
{
	color: #3c0e08;
	text-decoration: none;
}

#spotlightContent
{
	margin: 0px 0px 0px 20px;	
}

#VU
{
	border: 2px solid #000000;
}

.redBar
{
	background: #ff2a0c;
	height: 2px;
	font-size: 2px;
	width: 100%;
}

#mainContent
{
	text-align: left;
	margin-top: 10px;
}

#slideShow
{
	float: right; 
	margin: 0px 0px 10px 10px;
}

#footer
{
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	color: #999999;
}

#footer a
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a
{
	color: #b8cbdc;
	font-weight: bold;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#subMenu
{
	width: 200px;
	float: right;
	margin: 0px 0px 6px 6px;
	border: 2px solid #cc0000;
	padding: 4px;
}

.submenuItem
{
	margin: 4px;
}

/* PROFILE MANAGER STYLES */

.profileTable
{
	background: none;
}

.profileFullPageLink
{
	font-size: 0.7em;
}

.profileMainImage
{
	border: 1px solid #000000;
}

.profileContainer
{
	border: 1px solid #000000;
	margin: 10px;
	padding: 5px;
}

.profileContainerFeatured
{
	border: 3px solid #dd0000;
	background: #222222;
}

.profileTitle
{
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
}

.profileSummaryNameContainer
{
	font-weight: bold;
	font-size: 1.1em;
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.profileSummaryImageContainer
{
	text-align: left;
	margin: 4px;
	display: table-cell;
}

.profileSummaryLinkContainer
{
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;	
}

.profileSummaryContainer
{
	margin: 5px;
	padding: 10px;
	background: none;
	border: 2px solid #222222;
	clear: both;
	height: 100px;
}

.profileSummaryContainerFeatured
{
	background: #222222;
	border: 2px solid #ff0000;
}

.profileThumbnailContainer
{
	cursor: pointer;
	float: left;
	margin: 2px;
	border: 1px solid #333333;		
}

#profileDescriptionArea
{
	clear: both;
}

.profileDescription
{
	color: #ffffff;
}

.profileLabel
{
	margin-top: 10px;
}

.profileTextContainer
{
	float: left;
	width: 400px;
	text-align: left;
	background: none;
}

.pageControls
{
	text-align: center;
	width: 100%;
}

.mainImageContainer
{
	float: left;
}

#thumbnailArea
{
	width: 213px;
	float: right;
	border: 1px solid #333333;
	text-align: center;
	padding: 2px;
}

.storeBox
{
	background: url(../images/storeBoxBg.jpg) top left no-repeat;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 10px;
	padding-top: 10px;
}

.storeBox a
{
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 4px;
}

/* store styles */

.onlineStoreCategoryList
{
	margin: 0px;
	padding: 0px;
}

.onlineStoreCategoryList li
{
	background: #222222;
	border: none;
	margin: 2px 0px;
	padding: 6px 4px;
}

.onlineStoreCategoryList a
{
	color: #ffffff;
}

.onlineStoreCategoryList a:hover
{
	background: none;
	color: #cccccc;
}

#mainContent input
{
	background: #ffffff;
	border: 1px solid #aaaaaa;
	margin: 2px;
}

#mainContent button
{
	margin: 2px;
	background: #333333;
	border: 1px solid #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	padding: 2px;
}

#mainContent td, #mainContent th
{
	font-size: 12px;
	color: #ffffff;
}

#comments
{
	background: #ffffff;
	border: 1px solid #aaaaaa;
	margin: 2px;
}

/* online store styles */

.homepageCategoryListing
{
	border: 0px;
	width: 600px;
}

.homepageCategoryItem
{
	float: left; 
	border: 2px solid #aaaaaa;
	margin: 2px;
	padding: 2px;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 12px;
	background: #111111;
}

.homeCategoryPic
{
	width: 100px; 
	height: 100px;
	margin: auto; 
	border: 1px solid #000000; 
	margin-top: 4px;
}