/* CSS Styles para TRACY RECORDINGS . Roger Cervantes . errece design */


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000000;
text-align:center;
padding:0;
margin:10px;
font-size:10px;

scrollbar-face-color:#261300;
scrollbar-arrow-color:#ff55ff;
scrollbar-track-color:#261300;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#261300;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-Color:#261300;;
}


p {
text-align:left;
}

img {
border-style:none;
}

a:link {
text-decoration:none;
color:#ff0099;
}
a:hover {
text-decoration:none;
color:#0099ff;
}
a:visited {
text-decoration:none;
color:#ff0099;
}
a:visited:hover {
text-decoration:none;
color:#0099ff;
}
a:active{
text-decoration:none;
color:#0099ff;
}


#main {
position:relative;
background-color:#000000;
width:1200px;
height:600px;
border-style:none;
text-align:left;
color:#FFFFFF;
font-size:10px;
}

#menu {
position:absolute;
top:140px;
left:200px;
width:450px;
border:none;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#logo {
position:absolute; 
top:-10px; 
right:-40px;
width:350px;
height:570px;
overflow:hidden;
}

#footer {
position:absolute;
text-align:center;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
top:550px;
left:100px;
width:955px;
height:10px;
}

#banner {
position:absolute; 
top:60px; 
left:200px; 
width:400px;
height:75px;
}

#foto_artista  {
position:absolute;
display:block;
float:left;
top:50px;
width:150px;
height:150px;
border:solid;
padding:1px;
border-width:1px;
border-color:#FF0099;
}

#foto_release  {
position:absolute;
display:block;
float:left;
top:15px;
width:250px;
height:250px;
border:solid;
padding:1px;
border-width:1px;
border-color:#FF0099;
}




/*ESTILOS PARA EL DIV CON SCROLLBAR*/
#contenedor { 
    position:absolute;
	width:630px; 
	height:360px;
	text-align:left;
	}
#wn	{ 
    position:absolute;
	width:620px; 
	height:350px;
    overflow:hidden;
	color:#FFFFFF;
	background-color:#000000;
	}   
#scrollbar { 
  position:absolute;
  left:630px;
  width:11px;
  height:350px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
#track { 
  position:absolute; 
  left:0; 
  top:12px;
  width:11px; 
  height:326px;
  background: #000000;
  }
#dragBar {
  position:absolute; 
  left:0px; 
  top:1px;
  width:9px; 
  height:20px;
  background-color:#ff0099;
  background-image:url(nav/scroll.gif);
  background-repeat:repeat-y;
  }  
#up { position:absolute; left:0; top:0; }  
#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
#scrollbar, #track, #dragBar, #up, #down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

#scrollbar img {
    display:block; 
    } 
	
	
	
	
	
/* ESTILOS PARA EL MENU */

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li {	
	margin-left: -5px;
	margin-right:5px;
	padding: 0;
	list-style: none;
	float: left;
	}

#sddm li a {	
	display: block;
	margin: 0;
	padding: 4px 5px;
	width: auto;
	background: #000000;
	color:#0099FF;
	font-size:16px;
	text-align: left;
	text-decoration: none;
	}

#sddm li a:hover {	
	color:#FF0099;
	}

#sddm div {	
	position: absolute;
	visibility: hidden;
	display:block;
	margin: 0;
	padding: 0;
	background: #000000;
	border:1px solid white;
	}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	}

#sddm div a:hover {	
	color:#FF0099;
	}