@charset "utf-8";
/* CSS Document */

html {
	background: #000;
}
body { 
  /* for IE; otherwise, BG isn't fully stretched */ 
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  margin: 0px; 
  color:#660000;
} 

a {
color:#0066cc;
text-decoration:none;
}

a:hover {
color:#999;
text-decoration:none;
}

a:visited {
color:#0066cc;
}

#logo img{
}

#wrapper { 
margin:0;
padding:0;
width:100%;
height:100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
} 

#wrapper1 { 
margin:0;
padding:0;
width:100%;
height:100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
} 

#bg {
z-index: 0; 
position: fixed;
_position:absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
}

#bg img{
height: 100%; width: 100%;
}

#main { 
margin:auto; 
padding: 0;
width:80%;
height:auto;
min-height:330px;
} 

#main1 { 
margin:auto; 
padding: 0;
width:100%;
height:auto;
min-height:330px;
} 


#nav{
	padding:0;
	margin:0;
	width:750px;
}

#menu{
width:100%;}

#star{
	width:500px;
	text-align:center;
	margin:auto;
	position:relative;
	}
	
#sm_star{
	width:500px;
	text-align:center;
	margin:auto;
	padding-top:75px;
	}

a:hover.ftr_link{
color:#999;
}

.ftr{
width:100%;
color:#cdcdcd;
font-size:9pt;
}

.icons{
padding:0px 15px;
}


div.boxstyle {
	 width: 100%;
	 /*padding-top:120px;*/
}

div.boxstyle1 {
	 width: 514px;
	 padding-right:37px;
}

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
	 padding:20px;
	 border: 1px solid #fff;
     position: relative;
     width: 100%;
}
div.box_contents {
	color:#999;
	font-size:13px;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
    background-color:transparent;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}
div.box_background {
     background-color: #000;
     height: 100%;
     filter:alpha(opacity=25); /* IE's opacity*/
     left: 0px;
     opacity: 0.25;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 1;
}
.pg_title {
	font-size:20pt;
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom:35px;
}

.albums{
font-size:10pt;
text-align:center;
}
/*Start dropdown menu*/
.chromestyle{
width:100%;
font-weight: bold;
height:25px;
margin:auto;
padding:0px 0px 70px 0px;
text-align:center;
background: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background: none;
}

.chromestyle ul{
width:auto;
padding:0;
margin:auto;
text-align: left; /*set value to "left", "center", or "right"*/
background: none;
}

.chromestyle ul li{
display: inline;
background: none;
margin:0;
padding:0;
width:100%;
}

.chromestyle ul li a{
padding: 0;
margin: 0;
*margin-left:-4px;
width:auto;
text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
padding:0;
margin:0;
width:100%;
background:none;
*margin-left:-4px;
 /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding:0;
margin:0;
font:normal 10pt Helvetica,Arial, sans-serif;
z-index:100;
visibility: hidden;
background:none;
text-align:center;
margin-top:-3px;
}

#dropmenu1{width:91px;}
#dropmenu2{width:88px;}
#dropmenu3{width:85px;}
#dropmenu4{width:116px;}
#dropmenu5{width:126px;}
#dropmenu6{width:84px;}

#dropmenu1 a, #dropmenu2 a, #dropmenu3 a, #dropmenu4 a, #dropmenu5 a, #dropmenu6 a {
color:#FFF;
}
#dropmenu1 a:hover, #dropmenu2 a:hover, #dropmenu3 a:hover, #dropmenu4 a:hover, #dropmenu5 a:hover, #dropmenu6 a:hover {
color:#999;
}

.dropmenudiv a{
width: auto;
display: block;
padding:1px 0;
text-decoration: none;
/*background:black;*/
opacity:30;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
display: block;
padding:1px 0;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #999;
}

.about{position:relative;right:190px;top:15px;width:120px;*top:18px;}
#aboutLinks{position:absolute;right:16px;padding-top:3px;text-align:center;list-style:none;}

a.footerlinks {
color:#fff;
text-decoration:none;
}

a.footerlinks:visited{
color:#fff;
}

a.footerlinks:hover {
color:#999;
text-decoration:none;
}