@charset "UTF-8";

/* NTI Upstream - Renaissance Village			 */
/* --------------------------------------------- */
/* Developed by: XMD Studio - Hristo Hristov	 */
/* Created: 10/20/2008                           */
/* Updated: 10/27/2008 - XMD Studio Inc.         */
/* --------------------------------------------- */

@import url(styles-form.css);
@import url(lightbox.css);
@import url(flexcrollstyles.css);
/*  DO NOT TOUCH --------------------------- DO NOT TOUCH */
body {font-family: Helvetica, Arial, sans-serif;
	font-size: 100,01%;	color:#ffffff; background:#000;
	margin:0 !important;  /* hk for IE (PC+MAC)*/ position:relative; overflow:hidden;}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;
	font-style: inherit;	font-size: 100,01%;	font-family: inherit;
	vertical-align: baseline;}/* focus styles! */
:focus {outline: 0;} ol, ul {list-style: none;}
/*  DO NOT TOUCH --------------------------- DO NOT TOUCH */

/* ------------------------------------------ LAYOUT CODE */
#frame {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:900px;
	height:600px;
	background:url(../images/background.jpg) no-repeat;
}

#header {
	height:133px;
	position:relative;
}
#header img.logo {
	float:left;
	width:350px;
	height:130px;
}
#header #player {
	text-align:right;
	padding:30px 50px 0 0;
	height:15px;
}

#container{
	position:relative;
	clear:both;
	width:900px;
	height:600px;
}

#content{
/*display:inline;*/
	position:relative;
	margin-left:375px;
	margin-right:40px;
	margin-top:10px;
}

/* ------------------------------------------ MAIN NAV */
ul#menu {
	padding:20px 0 0 0;
	margin:0 0 0 350px; /*changed from 355 to accomodate larger font*/
	list-style-type:none;
	text-transform:uppercase;
}
ul#menu li {
/*	float:left;*/
	display:inline;
	text-align:center;
/*	width:60px;*/
	height:25px;
	margin:0;
}
ul#menu a {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	padding:5px 4px; /*changed from 5px 7px to accomodate larger font*/
	font-size:12px; /*changed from 10px*/
	line-height:19px;
	text-decoration:none;
}
ul#menu a:hover {
	color:#000;
	background:url(/images/menu-hover.gif) no-repeat 1px 17px;
}
/* end menu */

/* ------------------------------------------ DECORATION */
a {
	color:#fff;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
h3 {
	color:#FFFFFF;
	font-size:21px;
	font-weight:100;
	padding:5px 0;
}
h4 {
	color:#FFFFFF;
	font-size:14px;
	line-height:19px;
	font-weight:100;
	padding:7px 0 4px 0;
	text-transform:uppercase;
}
p {
	color:#FFFFFF;
	font-size:12px;
	font-weight:100;
	padding:0 0 10px 0;
	line-height:16px;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
ul {
	color:#FFFFFF;
	font-size:12px;
	font-weight:100;
	padding:0 0 10px 15px;
	line-height:15px;
	list-style:circle;
}

#buffer { position:absolute; visibility:hidden; left:0; top:0 }
div#display {
    padding-bottom:6px;
	width: 480px;
	height: 400px;
	overflow: auto;
}

div#display h3{ 
    border:none; padding:0;
}

div#tipDiv {
    font-size:11px; line-height:1.2; padding: 4px;
    color:#000; background-color:#E1E5F1; 
    border:1px solid #667295; 
    width:250px; 
}

span.showTip {
    border-bottom:1px dashed #667295;
    }


/* ------------------------------------------ FRONT PAGE */
#trailer {
	text-align:center;
	width:435px;
	margin-left:15px;
}

#downloads {
	margin-bottom:20px;
	text-align:right;
}
#downloads a {
	font-size:12px;
	text-decoration:none;
}
#downloads div {
	float:left;
}
#awards {
	position:absolute;
	left:61px;
	top:5px;
}

/* ------------------------------------------ PHOTOS */
#photos {
	padding-left:40px;
}
#photos a {
	float:left;
	width:140px;
	height:90px;
}
#photos a img {
	border:1px solid #000;
}
#photos a:hover img {
	border:1px solid #fff;
}

/* ------------------------------------------ PRESS */
#press {

}
#press #downloads {
	margin-bottom:20px;
	text-align:center;
}

/* ------------------------------------------ STORE */
#store img {
	float:left;
	/*margin:40px 30px 70px 0;-----original*/
	margin:5px 0px 5px 0;
}
#store p.coming {
	position:absolute;
	left:80px;
	top:0;
	text-align:center;
}


/* ------------------------------------------ FORM */
#singUpForm {
	padding-left:10px;
}
#singUpForm input.textField {
	display:block;
	width:300px;
	margin-bottom:10px;
}
#singUpForm textarea {
	display:block;
	width:300px;
	height:200px;
}
/* ------------------------------------------ REVIEW */
#reviews img {
	float:left;
	margin:8px 30px 30px 0;
}

/* ------------------------------------------ SCREENING */
#screenings dl {
		color:#FFFFFF;
	font-size:12px;
	font-weight:100;
	padding:0 0 10px 0;
	line-height:16px;
}
#screenings dl dt {
	float:left;
	clear:left;
	width:65px;
	font-weight:bold;
}
#screenings dl dd {
	width:250px;
	margin-left:65px;
}
