@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #fff;
	background-image: url('../images/bg_bar.gif');
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;
	height: 124px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #logo {
	padding: 0 0 0 0;
	height: 124px;
	width: 300px;
	float: left;
}
.oneColFixCtrHdr #social {
	padding: 3px 14px 0 0;
	height: 62px;
	width: 300px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-size: 8pt;
}
.oneColFixCtrHdr #nav {
	padding: 0 0 0 0;
	height: 59px;
	width: 800px;
	float: left;
	text-align: right;
}

.oneColFixCtrHdr #mainContent1 {
	padding: 50px 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url('../images/bg_content.gif');
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 50px 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url('../images/bg_content.gif');
	background-repeat: no-repeat;
}


.oneColFixCtrHdr #wrapper {
	color: #FFFFFF;
	font-size: 9pt;
}

.oneColFixCtrHdr #wrapper1 {
	color: #FFFFFF;
	font-size: 9pt;
	width: 330px;

}
.oneColFixCtrHdr #wrapper2 {
	color: #FFFFFF;
	font-size: 9pt;
	width: 770px;

}
.oneColFixCtrHdr #wrapper3 {
	color: #FFFFFF;
	font-size: 9pt;
	width: 724px;

}
.oneColFixCtrHdr #wrapper4 {
	color: #FFFFFF;
	font-size: 9pt;
	width: 376px;

}


.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */background-image: url('../images/bg_content.gif');
	background-repeat: no-repeat;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footerNav {
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-size: 8pt;
}

.oneColFixCtrHdr #designedby {
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: right;
}



/* HYPER LINKS */
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F26522;
	text-decoration: none;
}


/* TOP NAV */

#TN_home_button{
	display: block;
	width: 87px;
	height: 59px;
	background-image: url('../images/nav/home.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_home_button:hover
{ 
  background-position: 0 -60px;
}
#TN_home_button span
{
  display: none;
}
#TN_home_button_ov{
	display: block;
	width: 87px;
	height: 59px;
	background-image: url('../images/nav/home.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_news_button{
	display: block;
	width: 82px;
	height: 59px;
	background-image: url('../images/nav/news.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_news_button:hover
{ 
  background-position: 0 -60px;
}
#TN_news_button span
{
  display: none;
}
#TN_news_button_ov{
	display: block;
	width: 82px;
	height: 59px;
	background-image: url('../images/nav/news.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_artists_button{
	display: block;
	width: 101px;
	height: 59px;
	background-image: url('../images/nav/artists.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_artists_button:hover
{ 
  background-position: 0 -60px;
}
#TN_artists_button span
{
  display: none;
}
#TN_artists_button_ov{
	display: block;
	width: 101px;
	height: 59px;
	background-image: url('../images/nav/artists.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_soundtracks_button{
	display: block;
	width: 164px;
	height: 59px;
	background-image: url('../images/nav/soundtracks.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_soundtracks_button:hover
{ 
  background-position: 0 -60px;
}
#TN_soundtracks_button span
{
  display: none;
}
#TN_soundtracks_button_ov{
	display: block;
	width: 164px;
	height: 59px;
	background-image: url('../images/nav/soundtracks.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_releases_button{
	display: block;
	width: 123px;
	height: 59px;
	background-image: url('../images/nav/releases.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_releases_button:hover
{ 
  background-position: 0 -60px;
}
#TN_releases_button span
{
  display: none;
}
#TN_releases_button_ov{
	display: block;
	width: 123px;
	height: 59px;
	background-image: url('../images/nav/releases.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_affiliates_button{
	display: block;
	width: 130px;
	height: 59px;
	background-image: url('../images/nav/affiliates.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_affiliates_button:hover
{ 
  background-position: 0 -60px;
}
#TN_affiliates_button span
{
  display: none;
}
#TN_affiliates_button_ov{
	display: block;
	width: 130px;
	height: 59px;
	background-image: url('../images/nav/affiliates.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}

#TN_contact_button{
	display: block;
	width: 113px;
	height: 59px;
	background-image: url('../images/nav/contact.gif');
	background-repeat: no-repeat;
	float: left;
}
#TN_contact_button:hover
{ 
  background-position: 0 -60px;
}
#TN_contact_button span
{
  display: none;
}
#TN_contact_button_ov{
	display: block;
	width: 113px;
	height: 59px;
	background-image: url('../images/nav/contact.gif');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -60px;
}


/* STYLES */

.auto-style1 {
	text-align: center;
}
.auto-style2 {
	border-width: 0px;
}
.auto-style3 {
	text-align: left;
}
.auto-style5 {
	background-image: url('images/sections/section_back_05.png');
	text-align: center;
}
.auto-style6 {
	text-align: right;
	font-size: 8pt;
}
.auto-style7 {
	color: #F26522;
	font-size: 8pt;
}
tyle8 {
	font-size: 8pt;
}
.auto-style9 {
	text-align: center;
}
.auto-style10 {
	font-family: Arial;
	font-size: 10pt;
	color: #F46523;
	text-align: center;
}
.auto-style11 {
	font-family: Arial;
	font-size: 8pt;
}
.auto-style12 {
	margin-right: 8px;
}


/* SECTIONS */


/* SECTIONS */

.section_bg1 {
	background-image: url('../images/sections/section_back_01.png');
}
.section_bg2 {
	background-image: url('../images/sections/section_back_02.png');
}
.section_bg3 {
	background-image: url('../images/sections/section_back_03.png');
}
.section_bg4 {
	background-image: url('../images/sections/section_back_04.png');
}
.section_bg5 {
	background-image: url('../images/sections/section_back_05.png');
}
.section_bg6 {
	background-image: url('../images/sections/section_back_06.png');
}
.section_bg7 {
	background-image: url('../images/sections/section_back_07.png');
}
.section_bg8 {
	background-image: url('../images/sections/section_back_08.png');
}
.section_bg9 {
	background-image: url('../images/sections/section_back_09.png');
}

/* NEWS */

.oneColFixCtrHdr #news {
	width: 620px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 10pt;
}
.oneColFixCtrHdr #news2 {
	width: 620px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 10pt;
}

/* SIGN UP */

.oneColFixCtrHdr #signUp {
	height: 100px;
	width: 300px;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
}

/* ARTISTS */

.oneColFixCtrHdr #artist {
	width: 1000px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 10pt;
}


/* BANNERS */

.oneColFixCtrHdr #banner {
	height: 90px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}
