@charset "utf-8";

/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}
/* end reset browser styles */ 

/* CSS Document */

body {
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	background-image:url(../images/background/grey_black_sq_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	text-align:center;
	padding:0 150px;
}
a:link {
	color:white;
}
a:hover {
	color:yellow;
	text-decoration:none;
}
a:visited {
	color:white;
}
h1 {
	color:white;
	font-size:1.8em;
}
h2	{
	color:yellow;
	font-size:2em;
}
#apDiv1 {
	position:fixed;
	left:3px;
	top:300px;
	width:145px;
	height:108px;
	z-index:10;
}
#wrapper {
	margin:0 auto;
	width:955px;
	background-color:#039;
	height:auto;	
}

#masthead {
	background-image:url(../images/slices/1_MASTER.gif);
	background-repeat:no-repeat;
	position:relative;
	height:250px;
	width:940px;
	text-align:center;
	}
#FlashID {
	margin-top:5px;	
}

#FlashID2 {
	position:absolute;
	left:750px;
	top:10px;
	z-index:10;
	background-color: #000000;
}
#nav_bar {
	background-image:url(../images/slices/2_MASTER.gif);
	background-repeat:no-repeat;
	height:25px;
	margin-top:-5px;		
}
.nav_lst {
	
}
.nav_lst li{
	display:inline;
	border-right:medium black groove;
	padding:3px 17px;			
}
.nav_lst li.last_nav {
	border-right:0;	
}
#wrapper #nav_bar .nav_lst li a:hover {
	color:#0FF;
}

#main_frame {
	float:left;
	width:742px;
	height:auto;
}
#station_ban {
	background-image:url(../images/slices/3_MASTER.gif);
	background-repeat:no-repeat;
	height:164px;
	margin-top:-1px;
}
.deals {
	margin-top:35px;
	margin-left:70px;
}
.shop {
	margin-top:25px;
	margin-left:35px;	
}
#main_top {
	background-image:url(../images/slices/8_MASTER.gif);
	background-repeat:no-repeat;
	height:75px;
	padding-top:30px;
	margin-bottom:-35px;
}
#main_top h1 {
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-size: 2.2em;	
}
#main_mdl {
	background-image:url(../images/slices/9_MASTER.gif);
	background-repeat:repeat-y;
	
}

#main_btm {
	clear:both;
	background-image:url(../images/slices/11_MASTER.gif);
	background-repeat:no-repeat;
	height:63px;
}
#side_bar {
	float:left;
	height:auto;
	width:205px;
	margin-top:-1px;
}
#side_top {
	background-image:url(../images/slices/4_MASTER.gif);
	background-repeat:no-repeat;
	height:55px;
}
#side_top h2 {
	padding-top:20px;
	font-size: 2em;
}
#side_mdl {
	background-image:url(../images/slices/6_MASTER.gif);
	background-repeat:repeat-y;
	height:auto;
	text-align:center;	
}
#side_mdl p a{
	padding:10px;
	line-height:1.9em;
	
}
.side_img {
	margin-left:3px;	
}
#side_btm {
	background-image:url(../images/slices/12_MASTER.gif);
	background-repeat:no-repeat;
	height:50px;
	
}
#footer {
	clear:both;
	background-image:url(../images/slices/13_MASTER.gif);
	background-repeat:no-repeat;
	width:955px;
	height:150px;
	text-align:center;
	padding-top:20px;
}
#footer p {
	margin:20px;	
}
.nav_lst_btm {
	
}

.nav_lst_btm li {
	
	display:inline;
	border-right:medium gray groove;
	padding:3px 17px;		
}
.nav_lst_btm li.last_nav {
	
	border-right:0;
}
