@charset "UTF-8";

#holderBody{
	width: 980px;
	margin: auto;
	background-color: #fafdfe;
	border: 1px solid #f4fafd;
	}
	
#siteHeader{
	width: 980px;
	height: 230px;
	background: #fafdfe url("../img/header-interna.jpg") no-repeat scroll 0 0;
	position: relative;
	}

#filmLogo{
	position: absolute;
	top: 16px;
	right: 34px;
	}

#logoRipley{
	position: absolute;
	right: 74px;
	top: 205px;
	}
	
#holderNav{
	position: absolute;
	top: 192px;
	right: 186px;
	height: 40px;
	text-align: right;
	}
	
#holderLangSelect{
	top: 202px;
	right: 0;
	position:absolute;
	}	
	
/*
==================================================================================================
Content
--------------------------------------------------------------------------------------------------
*/	
	
#holderContent{
	padding: 30px;
	background: transparent url("../img/header-interna-bl.jpg") no-repeat scroll 0 0;
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#holderContent h1,
#holderContent h2,
#holderContent h3{
	font-family:"Times New Roman", Times, serif;
	}

#holderContent .headerHolder{
	float: left;
	width: 200px;
	line-height: 1.8em;
	}
	
#holderContent .headerHolder ul{
	padding: 0;
	margin: 0;
	list-style-type:none;
	}
	
#navCast a {
	text-transform: none !important;
	}	
	
#holderContent .headerHolder h1{
	padding:0px;
	margin: 0px 0px 20px 0px;
	color:#c50c1f;
	}

.col1 h2 {
	margin: 0px;
	padding: 0 0 20px 0;
	}

.col1 p {
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.7em;
	text-align: justify;
	}
	
.col1 {
	padding: 10px;
	width: 700px;
	float: right;
	background-color:#FFFFFF;
	}
	
.col1 .introImg{
	float: left;
	border: 1px solid #666666;
	margin: 0 20px 10px 0;
	}
	
.holderText {
	float: left;
	}

	
.holderTable {
	float: right;
	padding: 0 0 30px 30px;
	}


.holderTable table td{
	background-color: #e8f4fa;
	line-height: 1.5;
	}
	
.holderTable table td.tableHeader{
	font-style: italic;
	}
	
.holderTable table td.whiteBkg{
	background-color: #ffffff;
	}
	
.holderTable table td a{
	color: #c50c1f;
	}
	
.holderTable table td a:hover{
	color:#dd838e;
	}
	
.introTxt {
	font-size: 1.3em;
	}


/*
==================================================================================================
Footer
--------------------------------------------------------------------------------------------------
*/

#holderFooter{
	clear: both;
	padding: 20px 0 30px 0;
	text-align: center;
	}
	
#navFooter a{
	font-size: 14px;
	padding: 0 10px 0 10px;
	}
	
#holderFooter p{
	color: #666666;
	font-size: 0.9em;
	padding: 10px 0 15px 0;
	margin:0px;
	}

