body {
	text-align: center;
	font: 11px Verdana, Helvetica, Arial, Sans-Serif; 
	background: #000000;
        color: #000000;
	margin: 0;
	}
a, a:visited{
	color: #d3d3d3;
	text-decoration: none;
	}
a:hover{
	color: #d3d3d3;
	text-decoration: underline;
	}

#container { 
	text-align: center;
	width: 800px; 
	background: #000000;

	margin: 0px; 
        border: 0 solid #cccccc;
	}

#header { 
	text-align: center;
	background: #000000;
	padding: 0 0 0 0;
	}
#header h3 {
	font: bold 40px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #d3d3d3;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	}
#header h3 a {
	color: #d3d3d3;
	text-decoration: none;
	}
#header h3 a:hover {
	color: #d3d3d3;
	text-decoration: none;
	}

#navMenu {
	float:right;
	font-size:1.1em;
	text-transform:uppercase;
	padding:77px 25px 0 0;
}

	#navMenu li {
		float:left;
		width:90px;
		height:48px;
		line-height:48px;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#navMenu li.selected {
		background:url(images/nav-act.jpg) no-repeat center center !important;
	}
	
	#navMenu li a {
		z-index:20;		/* z-index must be higher than .hover class */
		display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
		height:48px;
		position:relative;
		color:#fff;
		text-align:center;
		text-decoration:none;
		background:url(images/divider.gif) no-repeat right center;
	}
	#navMenu li a.last {
		background:none;
	}

 	#navMenu li .hover {
		background:url(images/nav-act.jpg) no-repeat center center;		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width:90px;	/*	width, height, left and top to fill the whole LI item	*/
		height:48px;
		left:0; 
		top:0;	
		z-index:0;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
	}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:1000px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 233px;
	height: 549px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 10px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}

.kwicks li a {
	color:#000;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:515px 0 0 20px;
}

#kwick_1 { 
	background:url(images/kwick1-g.jpg) no-repeat left top;
}
#kwick_2 {
	background:url(images/kwick2-g.jpg) no-repeat left top;
}
#kwick_3 {
	background:url(images/kwick3-g.jpg) no-repeat left top;
}
#kwick_4 { 
	background:url(images/kwick4-g.jpg) no-repeat left top;
	margin-right:0 !important;

}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}




#menu {
	text-align: center;
	font: bold 13px Helvetica, Arial, Verdana, Sans-Serif; 
	width: 800px;
	background: #000000 url(images/menuback.gif) top center repeat-no;
	color: #ffffff;
	padding: 15px 25px 25px 25px;
	margin: 0 auto 20px;

	}
#menu h2 {
	margin: 0;
	padding: 5px 25px 12px 25px;
	}
#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
	}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu ul li a {
	color: #ffffff;
	padding: 14px 25px 15px 25px;
	margin: 0;
	text-decoration: none;
	}
#menu ul li a:hover, #menu ul li.current_page_item a {
	color: #ffffff;
        text-align: center;
	background:url("http://www.terminalcityinc.com/images/testicon2.jpg") no-repeat;
	text-decoration: none;
	}
	

.audioplayer object,

.audioplayer embed,

.audioplayer 

#audioplayer_156498,


.audioplayer 

#audioplayer_156498 embed{height:24px !important}




ul.gallery {
	width:100%; /*--Adjust width according to your scenario--*/

	margin: 0; padding: 0;
}
ul.gallery li {
	float: right;
		margin-right:0px;
		padding-bottom:0px;


	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 4px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 200px; /*--Width of image--*/
	height: 80px; /*--Height of image--*/
	padding: 0px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 200px;
	height: 80px;
	overflow: hidden;
	display: block;
}






ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}












#footer {
	color: #d3d3d3; 
	background: #000000;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
	}
#footer a {
	color: #ffffff;
	text-decoration: none;
	}
#footer a:hover {
	color: #ff3333;
	text-decoration: underline;
	}



