body {
	margin-top: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 13px;
	background-color: #545452;
	scrollbar-arrow-color: #eee;
	scrollbar-3dlight-color: #444;
	scrollbar-highlight-color: #eee;
	scrollbar-face-color: #444;
	scrollbar-shadow-color: #eee;
	scrollbar-darkshadow-color: #444;
	scrollbar-track-color: #fff;	
}

a:link {color: #ccc; text-decoration: none;}
a:visited {color: #ccc; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #ccc; text-decoration: none;}

.footertext a:link {color: #FFF; text-decoration: none;}
.footertext a:visited {color: #FFF; text-decoration: none;}
.footertext a:hover {color: #000; text-decoration: none;}
.footertext a:active {color: #FFF; text-decoration: none;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;	
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	line-height: normal;
	margin-top: 8px;
}

h2 {
	font-family: "Times New Roman", Times, serif;	
	font-size: 18px;	
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 1020px;
	height: 650px;
	background: url(images/bg_inner.gif) no-repeat;	
}

#container_tunes {
	margin: 0px auto;
	padding: 0;
	width: 1020px;
	height: 650px;
	background: url(images/bg_tunes.gif) no-repeat;	
}

#header {
/*	position: relative; */
	z-index: 1; 
	width: 1000px;
	height: 145px;
}

#logo {
	float: left;
/*	position: relative; */
	z-index: 2; 
	width: 460px;
	height: 145px;
}

#menutop {
	float: right;
/*	position: relative; */
	z-index: 90; 
	width: 540px;
	padding-top: 20px;
	height: 30px;
}

#content {
	z-index: 6;
	width: 1000px;
	padding: 0 10px 0 10px;
	height: 450px;
	text-align: right;
}

#content_shows {
	z-index: 6;
	width: 960px;
	height: 325px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	background: url(images/image_fade.jpg) no-repeat;
	overflow-x: hidden;
	overflow-y: auto;	
}

#content_tunes {
	z-index: 6;
	width: 960px;
	height: 325px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#content_video {
	z-index: 99;
	width: 1000px;
	height: 450px;
	background: url(images/bg_video.gif);
}

#content_video_left {
	float: left;
/*	position: relative; */
	z-index: 9; 
	width: 380px;
	height: 430px;
	padding: 20px 0 0 20px;
	display: inline;
	text-align: left;
}

#content_video_right {
	float: right;
/*	position: relative; */
	z-index: 9; 
	width: 500px;
	height: 450px;
	padding-right: 100px;
	display: inline;
	text-align: right;
	line-height: 20px;
}

#footer {
	position: relative;
	z-index: 9; 
	width: 1000px;
	padding: 25px 10px 0 10px;
	height: 50px;
}

#footerleft {
	float: left;
/*	position: relative; */
	z-index: 9; 
	width: 480px;
	height: 30px;
	display: inline;
	text-align: left;
}

#footerright {
	float: right;
/*	position: relative; */
	z-index: 9; 
	width: 480px;
	height: 30px;
	display: inline;
	text-align: right;
	line-height: 20px;
}

.titletext
{
	font: 116% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	letter-spacing: +1px;
}

.shows
{
	font: 84% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: +1px;
}

.footertext
{
	font: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AAAAAA;
}

/* fix png transparency in IE5+ for all PNG images */
img, #logo { behavior: url(iepngfix.htc); }
img, #container { behavior: url(iepngfix.htc); }
img, #container_2 { behavior: url(iepngfix.htc); }
img, #container_highways { behavior: url(iepngfix.htc); }
img, #content { behavior: url(iepngfix.htc); }
img, #contentleft { behavior: url(iepngfix.htc); }
img, #content_video_left { behavior: url(iepngfix.htc); }
img, #content_video { behavior: url(iepngfix.htc); }
img, #content_highways { behavior: url(iepngfix.htc); }
img, #content_highways_left { behavior: url(iepngfix.htc); }
img, #content_highways_right { behavior: url(iepngfix.htc); }
img, #contentright { behavior: url(iepngfix.htc); }
/* end of png image fix */


/* hover menu */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu_main ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu_main li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu_main table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu_main a, .menu_main :visited {
display:block;
font-size:18px;
letter-spacing: +1px;
width:90px;
padding:7px 0;
color:#FFF;
background-color: transparent;
text-decoration: none;
text-align:center;
}
/* style the links hover */
.menu_main :hover{
color:#9A9A9A;
background-color:#transparent;
}

/* hide the sub level links */
.menu_main ul ul {
visibility:hidden;
position:absolute;
width:90px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu_main ul li:hover ul,
.menu_main ul a:hover ul{
visibility:visible;
}

/* definition of footer menu */
a.footnav, a.footnav:link, a.footnav:visited {
	display:block; 
	padding: 2px 16px; 
	height:20px; 
	background:transparent; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#000; 
	line-height:20px; 
	overflow:hidden; 
	float:left;
}

a.footnav:hover {
	color:#444444; 
	background:transparent;
}

a.footnav:active {
	color:#444444; 
	background:transparent;
} 

a.footnavupright {
	display:block; 
	padding: 2px 4px; 
	height:20px; 
	background:transparent; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#000; 
	line-height:20px; 
	overflow:hidden; 
	float:left;
}

/* definition of footer menu ends here */


/* definition of footer buy now menu */
a.footnavbuy, a.footnavbuy:link, a.footnavbuy:visited {
	display:block; 
	padding: 2px 16px; 
	height:20px; 
	background:transparent; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#FFF; 
	line-height:20px; 
	overflow:hidden; 
	float:left;
}

a.footnavbuy:hover {
	color:#888888; 
	background:transparent;
}

a.footnavbuy:active {
	color:#888888; 
	background:transparent;
} 

a.footnavbuyupright {
	display:block; 
	padding: 2px 4px; 
	height:20px; 
	background:transparent; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFF; 
	line-height:20px; 
	overflow:hidden; 
	float:left;
}

/* definition of footer buy now menu ends here */
