@charset "utf-8";
/* CSS Document */

/* FONT STYLES*/
.logofont {
	font-family: "Bradley Hand ITC";
	color: #999966;
	font-size: 22px;
}
.bodytext {
	font-family:"Courier New", Courier, monospace
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.courierheader12px {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.headersmallgreen {
	color: #999966;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bluefont {
	color: #B5B5CE
}
.date {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BABFC9;
	font-size: 12px;
}
.caption {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext12px {font-size: 12px}
.headerblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BABFC9;
}
.captionbold {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color:#999966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999966;
}
body {
	background-color: #000000;
	scrollbar-arrow-color:#B5B5CE;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #141414;
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #333333;
	
	
}
/* DIV CONTAINERS*/
#maincontainer {
	position:absolute;
	left:15px;
	width:900px;
	height:675px;
	z-index:1;
	
}

#contenthome {
	position:absolute;
	left:423px;
	top:133px;
	width:521px;
	height:482px;
	z-index:4;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	overflow: scroll;
}

#contenthomestore {
	position:absolute;
	left:423px;
	top:133px;
	width:521px;
	height:482px;
	z-index:4;
	padding: 10px;

}
#leftside {
	position:absolute;
	left:51px;
	top:107px;
	width:321px;
	z-index:5;
	word-spacing: normal;
	height: 363px;
}

#footer {
	position:absolute;
	left:423px;
	top:642px;
	width:510px;
	z-index:2;
}

#footer .floatright{
	float:right;
}
#footer  .floatleft{
	float:left;
}
#news {
	position:absolute;
	left:42px;
	top:595px;
	width:311px;
	height:58px;
	z-index:6;
	padding: 8px;
	overflow-y: auto;
	overflow-x: hidden;
	overflow: scroll;
}
#slogan {
	position:absolute;
	left:529px;
	top:91px;
	width:448px;
	height:32px;
	z-index:6;
}
#nav {
	position:absolute;
	left:421px;
	top:36px;
	width:579px;
	z-index:7;
	padding-top: 6px;
	background-image: url(images/nav_bkg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	
}
#header {
	position:absolute;
	left:33px;
	top:30px;
	width:374px;
	height:65px;
	z-index:7;
}
.headerbluegreen {
	color: #85ABAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

