/* CSS Document */
body, html { margin:0; padding:0; }
body, html { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/* LINKS */
a:link {color:#d4001c; background-color:transparent; }
a:hover {color:#d4001c; background-color:transparent; border-bottom:1px dashed #d4001c; text-decoration:none}
a:visited {color:#d4001c; background-color:transparent; }
a:active {color:#d4001c; background-color:transparent; }

#menuA_txt a:link {color:#212021; background-color:transparent; text-decoration:none;}
#menuA_txt a:hover {color:#212021; background-color:transparent; text-decoration:none; border:0px; }
#menuA_txt a:visited {color:#212021; background-color:transparent; text-decoration:none;}
#menuA_txt a:active {color:#212021; background-color:transparent; text-decoration:none;}

#menuA_txt li.externalLink a:link{color:#ffffff; background-color:#212021; padding: 5px 14px; }
#menuA_txt li.externalLink a:hover{color:#ffffff; background-color:#212021; padding: 5px 14px; }
#menuA_txt li.externalLink a:visited{color:#ffffff; background-color:#212021; padding: 5px 14px; }
#menuA_txt li.externalLink a:active{color:#ffffff; background-color:#212021; padding: 5px 14px; }


/* TITLES */
h1, h2, h3 {font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size:18px; margin-bottom:0px; clear:both}
h2 {font-size:16px; margin-top:25px;}
h3 {font-size:14px; }

#menuA { position:absolute; top:0px; left:0px; background-color:#ffffff; min-height:57px; width:100%; margin-bottom:10px;}	
#menuA_txt { position:absolute; top:-1px; left:0px; margin:0px;	line-height:29px; min-width:800px; }
#menuA_txt li {
	padding: 5px 10px; 
	display:inline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; text-transform:uppercase; 
	font-size:14px;  
}
#menuA_txt li.externalLink { padding:0px;}
#menuA_txt li.selected {color:#ffffff; background-color:#212021; }

/* MAIN CONTENT */
#boxHome {
	position:absolute; top:85px; left:275px;
	width:525px; height:600px;
	background-color:#1e1e20; 
}

#boxHome_txt {
	position:absolute; top:85px; left:275px;
	width:470px; height:570px;
	padding:15px 35px;
	color:#FFFFFF;
	background-color:transparent;
	overflow:auto;
	overflow-x: hidden;
}


#boxDisco {
	position:absolute; top:85px; left:275px;
	width:430px; height:600px;
	background-color:#1e1e20; 
}

#boxDisco_txt {
	position:absolute; top:85px; left:275px;
	width:370px; height:570px;
	padding:15px 35px; 
	color:#FFFFFF; background-color:transparent;
	overflow:auto; 	overflow-x: hidden;
}


#boxDiscoParoles {
	position:absolute; top:85px; left:720px;
	width:290px; height:450px; 
	background-color:#1e1e20; 
}

#boxDiscoParoles_txt {
	position:absolute; top:85px; left:720px;
	width:250px; height:420px;
	padding:15px 20px; 
	color:#FFFFFF; background-color:transparent;
	overflow:auto; 	overflow-x: hidden;
	font-size:10px;
}

#boxPhotosAlbums { 	position:absolute; top:85px; left:275px; width:550px; height:150px; background-color:transparent; }
#boxPhotosAlbums img {margin-right:10px; border:1px solid #c2c7cb; padding:2px;}
#boxPhotosAlbums a:hover { border-bottom:0px dashed #d4001c;}
#boxPhotosFrameTrans { position:absolute; top:185px; left:275px; width:650px; height:500px; background-color:#1e1e20; }
#boxPhotosFrame { position:absolute; top:185px; left:275px; width:650px; height:500px; background-color:transparent; color:#FFFFFF; padding:20px;}
#boxPhotosThumbs { float:left; margin-right:15px; width:155px;}
#boxPhotosThumbs img { border:1px solid #c2c7cb; margin:0px 2px 3px 0px; }
#boxPhotosHeader { margin-left:170px; }
#boxPhotosHeader h1 {margin-top:0px; clear:none;}
#boxPhotos img{ border:1px solid #c2c7cb; padding:2px; }



/* /////////////////////   */
#logo { position:absolute; top:85px; left:40px;}

/* Open-to-all classes  */
.transparent_low { filter:alpha(opacity=25); -moz-opacity:0.25; -khtml-opacity: 0.25; opacity: 0.25; }
.transparent_high { filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85; }

.cdImg {float:left; margin:0px 10px 25px 0px; border:1px solid #000000;}
.backgroundImg { width:100%; min-width:800px;}
.invisible { display:none;}
.visible { display:block;}
.greyout {color:#494949;}
.refrain { font-weight:bold;}
.movieVisible { display:block; margin:10px 0px 30px 0px; }
.movieInvisible { display:none; }