/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html, body							{ height: 100%; }
body								{ font-size: 100%; font-family: Arial, sans-serif; color: #FFF; background: url(/images/bg_home.png) repeat-x #000; }


/*
	STRUCTURE
*/
#page-wrap							{ width: 960px; margin: 0 auto -239px; min-height: 100%; height: auto !important; height: 100%; }
#top								{ width: 960px; height: 456px; overflow: hidden; }
#top .right							{ float: right; margin-top: 35px; width: 420px; text-align: center; }
#top .right p						{ color: #FFF; font-size: 0.85em; line-height: 1.7em; text-align: left; }
#bottom								{ widows: 960px; margin-top: 20px; }
#bottom #content					{ width: 960px; background: url(/images/bg_home_divider.gif) repeat-y; }
#bottom #content #left				{ float: left; width: 420px; }
#bottom #content #left a.more		{ border-left: 1px solid #2d3245; padding-left: 5px; color: #149cfc; font-style: oblique; } 
#bottom #content #right				{ float: right; widows: 420px; }
.home_shows							{ width: 420px; border-bottom: 1px solid #2d3245; margin-bottom: 5px; }

#content							{ width: 960px; background: url(/images/bg_divider.png) repeat-y; }
#footer								{ width: 100%; height: 239px; background: url(/images/bg_footer.png) repeat-x; }
#footer .inner						{ width: 960px;height: 239px; margin: 0 auto; background: url(/images/bg_footer_e.png) left top no-repeat; }

/*
	HOMEPAGE NAVIGATION
*/
#nav_home							{ width: 690px; height: 75px; margin: 0 auto; }

a.hm_home		{ float: left; display: block; width: 73px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/home.png) no-repeat top left; }
a.hm_home:hover		{ background-position: bottom left; }

a.hm_about		{ float: left; display: block; width: 73px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/about.png) no-repeat top left; }
a.hm_about:hover	{ background-position: bottom left; }

a.hm_music		{ float: left; display: block; width: 73px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/music.png) no-repeat top left; }
a.hm_music:hover	{ background-position: bottom left; }

a.hm_videos		{ float: left; display: block; width: 85px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/videos.png) no-repeat top left; }
a.hm_videos:hover	{ background-position: bottom left; }

a.hm_news		{ float: left; display: block; width: 73px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/news.png) no-repeat top left; }
a.hm_news:hover		{ background-position: bottom left; }

a.hm_shows		{ float: left; display: block; width: 87px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/shows.png) no-repeat top left; }
a.hm_shows:hover	{ background-position: bottom left; }

a.hm_contact	{ float: left; display: block; width: 97px; height: 19px; margin: 0 35px 0 0; overflow: hidden; text-indent: -9999px; background: url(/images/nav_home/contact.png) no-repeat top left; }
a.hm_contact:hover	{ background-position: bottom left; }



