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

/* begin global styles*/
body,div,p,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th {
    margin:0px;
    padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

ul,ol {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

body { 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#131313;
background: url(../images/bacGrnd_borderTop.gif) #ea6718 top left repeat-x;
padding:20px 0;
}

#wrapper {
	width:910px;
	position:relative;
	left:50%;
	margin-left:-455px;
}

/* end global styles*/


div#logo a {
	display:block;
	background-image:url('../images/logo.jpg');
	width:409px; 
	height:56px;
 }
 
#navWrapper 
{   
   position:relative;
   background:url('../images/topNavBack.jpg') no-repeat;
   width:910px;
   height:89px;
}

.clearDiv {
   clear:both;
}

/*begin content area styles*/
#contTopPiece {
	background-image:url('../images/copyBoxTop.jpg');
	width:910px;
	height:35px;
}

#contBtmPiece {
	background-image:url('../images/copyBoxBtm.jpg');
	width:910px;
	height:36px;
}

#contentArea {
	background-image:url('../images/copyBoxBackGradient.jpg');
	padding-left:47px;
	padding-right:39px;
	overflow:auto;
}

#contText {
 float:left;
 width:542px;
 line-height:24px;
 text-align:left;
 background:url(../images/mainHeadDecorBtm.gif) no-repeat bottom center;
 padding-bottom:44px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:12px;
}

#contText p{
 margin-bottom:15px;
}

#contText p.lastP{
 margin-bottom:0px;
}

#contText a {
color:#ea6718;
text-decoration:none;
}

#contText a:hover {
color:#999;
}

#contQuickLink {
 float:right;
 width:235px;
}

 #contText h1 {
 background-image:url('../images/mainHeadDecor.gif');
 width:541px;
 height:22px;
 text-align:center;
 font-size:15px;
 color:#ea6718;
 margin-bottom:14px;
 line-height:normal;
}

 #contText h2 {
 font-size:15px;
 color:#666;
}

#contText .contListLink {
position:relative;
right:10px;
}

#contText .contListLink li{
 display:block;
 float:left;
}


#contText .contListLink li a {
 display:block;
 float:left;
 padding:0 10px;
 background:url(../images/contLinkpike.jpg) no-repeat right center;
}

#contText li.contLastLinkLi a {
	background:url('') no-repeat right center;
}

#contText div.contPad {
padding-bottom:16px;
}

#contText h1 span {
 background-color:white;
 padding: 0 4px;
}
/*end content area styles*/

/*begin style for quick link*/

#boxTop {
width:234px;
height:29px;
background-image:url('../images/quikLinksBack_top.jpg');
}

#boxBtm {
width:234px;
height:29px;
background-image:url('../images/quikLinksBack_btm.jpg');
}

#boxMid {
width:234px;
height:265px;
background-image:url('../images/quikLinksBack_mid.jpg');
}

#boxMid h1 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:white;
padding:0 20px;
}


#quikNav a {
font-size:12px;
color:#ea6718;
padding:0 20px;
text-decoration:none;
line-height:20px;
}

#quikNav a:hover{
color:#666;
}
/*end style for quick link*/


/*begin top nav style*/
#topNav li {
float:right;
padding:0 16px;
text-align:left;
background:url(../images/navpike.jpg) no-repeat right center;
}

li#navLastLi {
background:url('') no-repeat right top;
padding-right:0px;
}

#topNav li a {
color:white;
text-decoration:none;
display:block;
}

#topNav li a:hover {
color:#ea6718
}

#topNav li span {
color:#ea6718;
} 

#topNav li img {
border:0px;
} 


ol#topNav {
position:absolute;
top:40px;
right:30px;
width:540px;
}

#subNavWeb{
position:absolute;
right:2px;
top:18px;
visibility:hidden;
}

#subNavSongProd {
position:absolute;
right:3px;
top:18px;
visibility:hidden;
} 

#subNavWeb li {
background:url('') no-repeat right center;
padding:0px; 
width:113px;
background-color:#000;
opacity:0.7;
filter:alpha(opacity=70);
}

#subNavSongProd li {
background:url('') no-repeat right center;
padding:0px; 
width:165px;
background-color:#000;
opacity:0.7; 
filter:alpha(opacity=70);
}

#subNavWeb li a, #subNavSongProd li a {
display:block;
padding:6px 6px;
color:#fff;
text-decoration:none;
border-top:1px dotted #999;
}

#navWrapper .lastSub {
border-bottom:1px dotted #999;
}

#subNavWeb li a:hover, #subNavSongProd li a:hover {
color:#ea6718
}

#topNav li.posLi {
position:relative;
}
/*end top nav style*/
