/* CSS Document */

/* major containging blocks */
body {
	 text-align: center;
	 min-width: 800px;
	 padding: 0;
	 margin: 0;
	font: 80%  Arial, Verdana, sans-serif;
	color: #766c70;
}

#wrapper {
	 text-align: left;
	 width: 800px;
	 margin:0 auto;
	 padding: 0;
}
#content-wrap {
	 background: transparent url(../images/content_bg.gif) no-repeat 0 0;
	 clear: both;
	 min-height:300px;	

}
#content {
	margin: 0 295px 0 0;
	padding:55px 0 0 15px;
	/*border-right:dashed 1px #333;*/
	height:1%;
}

#content .inner {
	 padding-top: 1px;
	 margin: 10px 10px 10px 10px;
}

#side {
	 float: right;
	 width: 275px;
	 margin:200px 0 0 0;
}

#side .inner {
	 padding: 0px;
	 margin: 0 10px 10px 0px;
}

#footer {
	 margin-top: 75px;
	 clear: both;
}

#footer .inner {
	 margin: 10px;
}
#logo {
	float:left;
	padding:10px 0 0 30px;
}
#logo img {
	border:none;
}
/* navigation elements */
#nav {
	float: right;
	margin:75px 0px 0 0;
	padding:0;
	font-size:105%;
}
#nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#nav li {
	display:inline;
	padding:0 5px;
}

/*typography*/
p {
	line-height:1.2em;
}

#content p {
	padding-right:30px;
}
#side p {
	width:245px;
	padding-left:10px;
	
}
#side h2 {
	background:transparent url('../images/s_header_img.gif') no-repeat 0 0;
	font-size:100%;
	padding:5px 0 5px 10px;
	font-weight:normal;
	width:261px;
	color:#fff;
	clear:both;
	margin:0 0 0 5px;
}
#content h2 {
	background:transparent url('../images/s_header_img.gif') no-repeat 0 0;
	font-size:100%;
	padding:5px 0 5px 10px;
	font-weight:normal;
	width:261px;
	color:#fff;
	/*clear:both;*/
	margin:0 0 0 5px;
}
/*link styles */
#nav a:link, #nav a:visited {
	color:#de6a97;
	text-decoration:none;
	padding:5px;
}
#nav a:hover, #nav a:active {
	color:#3a3134;
}
#content a:link, #content a:visited {
	color:#de6a97;
}
#content a:hover, #content a:active {
	color:#3a3134;
}

.action_link a:link, .action_link a:visited {
	background:transparent url(../images/c_link_img.gif) no-repeat 0 0;
	padding:3px 0 4px 0;
	text-align: center;
	display:block;
	width:127px;
	text-decoration:none;
	color:#050505;
}
.action_link a:hover, .action_link a:active {
	color:#de6a97;
}
.more {
	padding:0;
	margin:0;
}
.more a:link, .more a:visited {
	background:transparent url(../images/s_link_img.gif) no-repeat 0 0;
	padding:0px 10px 5px 20px;
	margin:0 0 5px 0;
	text-decoration:none;
	color:#050505;
	float:right;
	text-align:right;
}
.more a:hover, .more a:active {
	color:#de6a97;
}
/* list styles*/
#content ul {
	list-style: none;
	margin:0;
	padding:0;
}
#content li {
	margin:0;
	padding:3px ;
}
/*form styles*/
label {
	display:block;
	padding:7px 0;
	
}
input, textarea {
	margin:0;
}
/*misc layout */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
#film_details {
	width:275px;
}
#unico_title_image {
	float:right;
	margin-right:105px;
}
#unico_title_header {
	padding-top:5px;
	width:260px;
	font-size:120%;
}
/*text replacement*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:140%;
	width:360px;
	color:#665f61;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}*/

