html, body, div, h1, h2, h3, h4, ul, li, form, input, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e8e8e8;
	color: #393939;
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

ul {list-style: none;}

h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

h2 {
	background: url(../images/line.png) repeat-x center;
	text-align: center;
}

h2 em {
	background-color: #fff;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 0 .5em;
	text-transform: uppercase;
}

img {border: 0;}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header a {
	background: url(../images/sprite.png) no-repeat 0 0;
	display: block;
	height: 104px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav {
	background: url(../images/sprite.png) no-repeat 0 -104px;
	height: 33px;
	position: relative;
}

#nav li {display: inline;}

#nav a {
	color: #393939;
	display: block;
	font-size: 1.1em;
	line-height: 33px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
}

#signup a{
	border-right: 1px solid #9a9a9a;
	left: 0;
	width: 100px;
}

#coming a {
	border-right: 1px solid #9a9a9a;
	left: 0;
	width: 110px;
}

#lostpassword a, #press a, #logos a, #archive a, #contact a, #login form {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #9a9a9a;
}

#lostpassword a {
	left: 101px;
	width: 100px;
}

#press a {
	left: 111px;
	width: 130px;
}

#logos a {
	left: 243px;
	width: 80px;
}

#archive a {
	left: 325px;
	width: 50px;
}

#contact a {
	right: 41px;
	width: 70px;
}

#rss a {
	background: url(../images/rss.png) no-repeat center;
	border-left: 1px solid #cbcbcb;
	overflow: hidden;
	right: 0;
	text-indent: -9999px;
	width: 40px;
}

#login {position: relative;}

#login form {
	height: 33px;
	left: 203px;
	position: absolute;
	top: -33px;
	width: 662px;
}

#login label, #login input, #search input {
	display: block;
	float: left;
}

#login label {
	font-size: 1.1em;
	line-height: 33px;
	margin: 0 5px 0 10px;
}

#login #username, #login #password, #search #str {
	background: url(../images/sprite.png) no-repeat 0 -137px;
	border: 0;
	color: #9a9a9a;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	padding: 4px 0 0 5px;
	width: 153px;
}

#login #submitlogin, #search #submitsearch {margin: 5px 0 0 10px;}

#upcoming, #signupform, #pressreleases, #logolist, #archivelist, #searchresult {
	background-color: #fff;
	padding: 30px;
}


#upcoming .movie {


	/*margin-left: 30px;
	min-height: 253px;
	*min-height: 283px;*/
	/*width: 490px;*/
}

#upcoming .movie .moviecontent {
	position: relative;
	float: left;
	width: 370px;

}

#loginpage #upcoming .movie .moviecontent {
	width: 480px;
}

#upcoming .movie .image {
	float: right;
	margin-top: 40px;
	width: 322px;
	text-align: left;
	height: 202px;
}

#upcoming .movie .image img {
	border: 1px solid #000;
}

#upcoming .movie p, #archivelist p, #yourdetails li {
	font-size: 1.1em;
	line-height: 1.2em;
}

#upcoming .movie .title, #moviepress .title, #moviepresstext .title {
	color: #6b6b6b;
	margin-top: 5px;
}

#upcoming .movie .body p {margin-top: 10px;}

#upcoming .movie .cinema {
	color: #9c130a;
	line-height: 19px;
	position: absolute;
	right: 0;
	top: 50px;
	/**top: 30px;*/
}

#upcoming .movie .trailer a {
	background: url(../images/viewtrailer.png) no-repeat;
	display: block;
	float: left;
	height: 23px;
	/*left: 570px;*/
	overflow: hidden;
	/*position: absolute;*/
	text-indent: -9999px;
	/*top: 230px;
	*top: 260px;*/
	margin-right: 10px;
	margin-top: 10px;
	width: 136px;
}

#upcoming .movie .imdb a {
	color: #6b6b6b;
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 23px;
	/*position: absolute;
	right: -320px;*/
	text-decoration: underline;
	/*top: 230px;
	*top: 260px;*/
	margin-top: 10px;
}

#footer p {
	color: #8c8c8c;
	font-size: 1.1em;
	padding: 10px;
}

#footer a {
	color: #8c8c8c;
	text-decoration: none;
}

#faux {
	background: url(../images/faux.png) repeat-y;
	width: 980px;
}

#sidebar {
	float: left;
	width: 210px;
}

#maincontent {
	float: left;
	width: 770px;
}

#sortlist {padding: 10px;}

#sortlist label {color: #fff;}

#movielist {padding: 10px;}

#movielist ul {
	background-color: #242424;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#movielist li {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 10px 10px 10px;
}

#movielist h4 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#movielist p a {
	color: #fff;
	text-decoration: none;
}

#movielist p {color: #fff;}

#movielist ul.materiallinks {
	background-color: transparent;
	padding-left: 10px;
}

#movielist ul.materiallinks li {
	background: url(../images/redarrow.png) no-repeat left center;
	padding: 0 0 0 8px;
}

#movielist ul.materiallinks li a {
	color: #d14442;
	text-decoration: none;
}


#search {position: relative;}

#search form {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #9a9a9a;
	height: 33px;
	left: 377px;
	position: absolute;
	top: -33px;
	width: 278px;
}

#search #str {margin-left: 10px;}

#news {
	background-color: #eee4e4;
	position: relative;
	margin: 30px;
	min-height: 225px;
	padding: 3px;
}

#news .image {
	left: 3px;
	position: absolute;
	top: 3px;
}

#news h3 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px 10px 0 352px;
}

#news p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 10px 10px 352px;
}

#faux #upcoming .movie {
	margin: 0;
	/*width: 340px;*/
}

/*#faux #upcoming .movie .image {left: 390px;}

#faux #upcoming .movie .trailer a {left: 554px;}*/

#faux #upcoming .movie .page a {
	background: url(../images/moviesite.png) no-repeat;
	display: block;
	float: left;
	height: 23px;
	/*left: 420px;*/
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	/*position: absolute;*/
	text-indent: -9999px;
	/*top: 230px;
	*top: 260px;*/
	width: 120px;
}

#usercontrolls {position: relative;}

#usercontrolls ul {
	background: url(../images/sprite.png) no-repeat -653px -137px;
	height: 37px;
	position: absolute;
	right: 0;
	top: -37px;
	width: 327px;
}

#usercontrolls li {display: inline;}

#usercontrolls a {
	color: #fff;
	display: block;
	float: left;
	line-height: 37px;
	text-decoration: none;
}

#usercontrolls #edituserdetails a {
	background: url(../images/pencil.png) no-repeat right;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 17px;
}

#usercontrolls #logout a {
	background: url(../images/x.png) no-repeat right;
	margin-left: 50px;
	padding-right: 13px;
}

.movie h3, #moviepress h3, #singlepressrelease h3, #moviepresstext h3 {
	color: #9c130a;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 50px 165px 0 0;
}

#moviepresstext h3 {margin-top: 0;}

#movie, #contacts {padding: 30px;}

#moviepress {
	min-height: 332px;
	padding: 0 30px 30px 30px;
	position: relative;
}

* html #moviepress {height: 332px;}

#moviepress ul {margin: 10px 0;}

#moviepress p, #moviepress li {
	font-size: 1.2em;
	line-height: 1.2em;
}

#moviepress a {
	color: #6b6b6b;
	text-decoration: underline;
}

#moviepress .downloadpress a, #moviepresstext #downloadpress a {
	background: url(../images/downloadpress.png) no-repeat;
	display: block;
	height: 33px;
	margin: 10px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 136px;
}

.downloadcomponents a {
	background: url(../images/downloadcomponents.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 202px;
	height: 62px;
	margin-bottom: 10px;
}

#moviepress .viewpress a {
	background: url(../images/viewpress.png) no-repeat;
	display: block;
	height: 33px;
	margin: 10px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 136px;
}

#moviepress #trailer a {
	background: url(../images/viewtrailer.png) no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 136px;
	margin-top: 10px;
}

#moviepress #image {
	background: url(../images/sprite.png) no-repeat right -382px;
	height: 295px;
	padding: 7px 0 0 7px;
	position: absolute;
	right: 30px;
	top: 0;
	width: 211px;
}

#moviepress #moviepressreleases {
	position: absolute;
	right: 30px;
	top: 320px;
}

#moviepress #moviepressreleases select {
	display: block;
	width: 218px;
}

#movieads, #moviesynopsis {padding: 30px 30px 0 30px;}

#moviesynopsis p {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
}

#movieartwork .pressmaterial, #movieimages .pressmaterial {
	float: left;
	margin: 30px 0 0 25px;
	display: inline;
	width: 200px;
	text-align: center;
}

#moviepressmaterial {padding: 30px;}

#movieartwork .pressmaterial, #movieimages .pressmaterial {width: 202px;}

#movieartwork .pressmaterial .image, #movieimages .pressmaterial .image {border: 1px solid #000;}

#movieartwork .downloadfile a {
	background: url(../images/downloadfile.png) no-repeat;
	display: block;
	height: 23px;
	margin: 10px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 120px;
}

#moviepressmaterial .pressmaterial {
	float: left;
	margin-right: 30px;
}

#movieartwork .info, #movieimages .info, #movieimagesinfo, #movieartwork .fileinfo, #movieads .fileinfo {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
}

#movieaudio .fileinfo, #moviepressmaterial .fileinfo {
	font-size: 1.1em;
	line-height: 1.2em;
}

#movieaudio .pressmaterial {
	float: left;
	margin: 30px 0 0 20px;
}

#movieartwork .fileinfo {
	margin-top: 10px;
}

#movieimages .downloadimage a {
	background: url(../images/downloadimage.png) no-repeat;
	display: block;
	height: 23px;
	margin: 10px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 126px;
}

#movieartwork .downloadfile a {
	background: url(../images/downloadfile.png) no-repeat;
	display: block;
	height: 23px;
	margin: 10px auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 120px;
}

#movieimagesinfo {margin-top: 30px;}

#contacts #contactinfo {
	background: #f9f6f6 url(../images/sflogo.png) no-repeat 50px center;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 30px;
	padding: 30px 0 30px 103px;
}

#contacts #contactinfo .col {
	float: left;
	margin-left: 50px;
}

#contacts a, #presslist a, #logolist a, #archivelist a, #searchresultlist a, #movieartwork a, #movieads a, #movieaudio a, #moviepressmaterial a, #moviepresstext a, #dereg a, #errorpage a, #news a, #singlepressrelease a, #searchpages a {
	color: #9c130a;
	text-decoration: none;
}

#contacts .title {margin: 5px 0 10px 0;}

#contactslist .contact {
	float: left;
	height: 107px;
	margin: 30px 0 0 0;
	position: relative;
	width: 50%;
}

#contactslist .contact h4, #contactslist .contact p {margin-left: 137px;}

#contactslist .contact h4 {
	color: #9c130a;
	font-size: 1.6em;
	font-weight: bold;
}

#contactslist .contact p, #forgottpass p, #signupform p, #presslist td, #singlepressrelease p, #searchresult p {
	font-size: 1.1em;
	line-height: 1.2em;
}

#contactslist .contact .image {
	background: url(../images/contactimageframe.png) no-repeat;
	height: 98px;
	left: 0;
	padding: 9px 0 0 9px;
	position: absolute;
	top: 0;
	width: 98px;
}

#forgottpass {background-color: #fff;}

html>/**/body #forgottpass {padding-bottom: 30px;}

#forgottpass form {margin-top: 10px;}

#forgottpass label, #signupform label, #archivelist table td, #searchresultlist td, #searchresultlist th {font-size: 1.1em;}

#forgottpass p {width: 75%;}

#forgottpass #email, #signupform input[type="text"], #signupform input[type="password"] {
	background: url(../images/sprite.png) no-repeat 0 -137px;
	border: 0;
	color: #9a9a9a;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 5px;
	width: 153px;
}

#forgottpass .formitem {
	float: left;
	margin-right: 10px;
}

#signupform form {margin: 30px 30px 0 30px;}

html>body #signupform textarea {
	background: transparent;
	border: 0;
}

#signupform textarea {
	color: #9a9a9a;
	height: 96px;
	font-size: 11px;
	font-weight: bold;
	overflow: auto;
	padding: 4px 0 0 5px;
	width: 295px;
}

.fiftycol .formitem.textarea {
	background: url(../images/textarea.png) no-repeat 120px 0;
}

#updateuser .formitem.textarea label {
	float: none;
}

#updateuser #signupform .fiftycol .formitem.textarea textarea {
	background: url(../images/textarea.png) no-repeat;
}

#signupform p {margin-bottom: 30px;}

#signupform .formitem {
	margin-bottom: 10px;
	overflow: auto;
}

#signupform .formitem  label, #signupform .formitem input {float: left;}

#signupform label {
	line-height: 20px;
	margin-right: 5px;
	width: 115px;
}

#pressicons {
	border: 1px solid #e8e8e8;
	font-size: 1.1em;
	line-height: 14px;
	margin: 30px 0;
	overflow: auto;
	padding: 10px;
}

#pressicons li {
	float: left;
	margin-right: 10px;
}

#pressicons li img, #presslist td img {
	position: relative;
	top: 2px;
}

#presslist td, #archivelist table td, #searchresultlist td {padding: 5px;}

#singlepressrelease h3 {margin-bottom: 30px;}

#logolist ul {margin: 20px 130px 0;}

#logolist li {
	border: 1px solid #e8e8e8;
	margin-top: 10px;
	position: relative;
	padding:30px;
}

#logolist .logo {display: block;}

#logolist .download {
	font-size: 1.1em;
	line-height: 16px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
}

#logolist .eps {
	position: relative;
	top: 3px;
}

#archivelist p {margin: 30px 0;}

#archivelist table, #searchresultlist {width: 100%;}

#archivelist table th, #searchresultlist th {
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#yourdetails {margin-top: 20px;}

#yourdetails li {margin-top: 10px;}

#trailerbox {
	background-color: #fff;
	display: none;
	height: 300px;
	position: absolute;
	width: 360px;
	z-index: 1000;
}

#trailerboxoverlay {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 900;
}

#closetrailerbox {
	padding: 20px;
	text-align: right;
}

#closetrailerbox a {
	color: #9c130a;
	font-size: 1.1em;
	text-decoration: none;
}

#searchresult h2 {margin-bottom: 30px;}

#searchresult table {margin: 30px 0;}

#moviepresstext p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 10px;
}

#moviepresstext p.title {margin-top: 0;}

#cookies {
	background-color: #fff;
	padding: 30px;
}

#cookies p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 30px;
	width: 75%;
}

#defaultcontact {
	background-color: #fff;
	padding: 30px;
}

#defaultcontact p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 10px;
}

#defaultcontact p a {
	color: #9c130a;
	text-decoration: none;
}

#moviepresstext .text {
	width: 75%;
}

h2#picture, h2#artwork, h2#soundanchor, h2#adsanchor {margin-top: 30px;}

#fullsearchform .formitem {
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#dereg {padding: 0 30px 30px 30px;}

#dereg p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 20px;
}

.backlink a {
	background: url(../images/back.png) no-repeat;
	display: block;
	height: 23px;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 72px;
}

.error {
	background-color: #fff;
	padding: 30px 30px 0 30px;
}

.error p, .signuperror {
	background-color: #f5e7e6;
	border: 1px solid #9c130a;
	color: #9c130a;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
}

.signuperror {
	margin: 20px 20px 0 20px;
}

.fiftycol {
	float: left;
	width: 50%;
}

.clear {clear: both;}




#overlay{
	display: none;
	position: absolute; 
	left: 0; 
	width: 100%;
	background: #000; 
	opacity: 0.5; 
	filter: alpha(opacity = 50); /* IE */
	z-index: 999;
}

#video-box{
	display: none;
	position: absolute;
	padding: 0;
	top: 50%;
	left: 50%;
	zoom: 1; /* IE */
	margin: -125px 0 0 -300px;
	/*width: 710px;*/
	width: 640px;
	z-index: 2147483647;
	color: #fff;
}

#video-box .close-box {
	background: url(/gui/images/login-box-close.gif) no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px;
	right: -28px;
	top: -28px;
	position: absolute;
	z-index: 2247483647;
	overflow: hidden;
	text-indent: -9999px;
}

#movieimages .pressmaterial {width: 322px; display: inline;}

#confirmsignup, #errorpage {
	background-color: #fff;
	padding: 30px;
}

#confirmsignup p, #errorpage p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 10px;
}

#loginpage #upcoming .movie {
	margin: 0 50px;
}

#movieimages .pressmaterial .pressimage {height: 202px;}

.presstitles, .presscomponents {

}

#movieaudio .fileinfo {
	padding: 10px;
	text-align: center;
}

#movieads .fileinfo {
	float: left;
	margin: 30px 0 0 20px;
}

/*#movieads {
	margin: 0 210px;
}*/

.print {
	height: 23px;
}

.print a {
	background: url(../images/print.png) no-repeat;
	display: block;
	float: right;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 83px;
}

#embed-trailer, #linkto-trailer {
	height: 23px;
	width: 119px;
	cursor: pointer;
	margin-top: 10px;
}

#embed-trailer {
	background: url(/gui/images/embed-trailer.gif) no-repeat;
}

#linkto-trailer {
	background: url(/gui/images/linkto-trailer.gif) no-repeat;
}
#embed-trailer-code, #linkto-trailer-code {
display: none;
}
#embed-trailer-code input, #linkto-trailer-code input {
	background: #fff;
	border: 1px solid #6b6b6b;
	height: 21px;
	width: 300px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#csclipsanchor {
	margin-top: 30px;
}

.csclip {
	margin-top: 30px;
	text-align: center;
}

.csclip a {
	color: #9C130A;
}

.csclip p {
	margin-top: 10px;
	font-size: 1.2em;
line-height: 1.2em;
}