body
{
	background-color:#000;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top:0;
}

#PageWrapper
{
	width:1024px;
	height:768px;

}

#PageHeader
{
	background-image: url('../images/HeaderBackground.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:84px;
	float:left;	
	z-index:0;
	position:relative;
}

#PageLogo
{
	position:absolute;
	top:0;
	left:420px;
	margin-top:0px;
	
	height:180px;
	width:180px;
	
}

#PageNavBar
{
	height:40px;
	z-index:2;
	width:950px;
}

#PageNavBar a
{
	text-decoration:none;
	color:#fff;
	font-size:80%;
}

#PageNavBar a:hover
{
	color:#dfba1f;
}

#PageNavLeft
{
	float:left;
}

#PageNavRight
{
	float:right;
}

#PageHeaderImage
{
	clear:both;
	height:105px;
	z-index:1;
}

.imageBack
{
	z-index:1;
}

#PageBody
{
	clear:both;
	text-align:left;
}

#PageBodyHeader
{
	background-image:url('../images/PageCenter.gif');
	background-position:top;
	height:42px;
	width:1024px;
	font-size:180%;
	text-transform:uppercase;
	font-weight:bold;
	
}

#PageBodyLeft
{
	clear:both;
	float:left;
	background-image:url('../images/PageLeft.gif');
	width:70px;
	height:343px;
}

#PageBodyInner
{
	width:875px;
	
	float:left;	
	padding-left:5px;
	padding-top:5px;
	
	overflow:auto;
	
	
}


#PageBodyRight
{
	float:right;
	background-image:url('../images/PageRight.gif');
	width:70px;
	height:343px;
}





#PageFooter
{
	clear:both;
	background-image: url('../images/footer.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:104px;
	color:#798188;
	font-size:80%;
	border:1px solid black;
}

#PageFooterBanner
{
	clear:both;
	margin-top:20px;
}

#PageFooterNav
{
	margin-top:10px;
}

#PageFooterNav a
{
	color:#798188;
	text-decoration:none;
	text-transform:uppercase;
}

#AdminData
{
	clear:both;
	height:400px;
	overflow:auto;	
	
}

#AdminEdit
{
}

#AdminPageBody
{
	clear:both;
	text-align:left;
	
}

#AdminPageBodyInner
{
	padding-left:5px;
	padding-top:5px;
	overflow:auto;
	
}




/*---- text styles */

.rightAlign
{
	text-align:right;
}

.productTable
{
	width:275px;
	
}

a
{
	color:#e3bd20;
}

.ErrorText
{
	color:Red;
}

img
{
	border:none;
}

.imgborder
{
	border:3px solid #e3bd20;
}

.header
{
	font-size:150%;
	font-weight:bold;
}

.header2
{
	font-size:120%;
	font-weight:bold;
}

hr
{
	color:#e3bd20;
}

.orangetext
{
	color:#e3bd20;
}

.hotnewsheader
{
	color:#fff;
	font-size:140%;
	font-weight:bold;
}

.hotnews
{
	font-size:120%;
}

.hotnews a
{
	text-decoration:none;
}

.hotnews a:hover
{
	text-decoration:underline;
}

/* MENU FUN  */
.dropdown
{
	text-align:left;
	background-color:#fff;
	width:100px;
	padding:5px 5px 5px 5px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}