/*
 * Cinema Viewing Experience Page
 * - Header
 * - Content
 * - Footer
 */

/** PAGE **/

body {
	background-color: #000;
	font-family: "Gill Sans", Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

body, html {
	width: 100%;
}


/** SITEWIDE **/

#flashcontent,
#flashwrapper,
#header,
#selector,
#p-footer {
	display: none;
}

#header,
#selector,
#selector #p-ls-0, 
#p-footer {
	margin-left: auto;
	margin-right: auto;
}

#header, 
#selector, 
#p-footer, 
.jmessage {
	width: 960px;
}



/** LANGUAGE SELECTOR **/


#p-footer, #selector #label {
	text-align: center;
}

.jsmessage a, 
#p-footer a {
	color: #2b5f8f;
	text-decoration: none;
}

/* header */

#header {
	margin-top: 30px;
	margin-bottom: 50px;
}


/* break lines above and below selector */

.break {
	padding-bottom: 15px;
	background-image: url('../images/cinema-divider.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 15px;
}


/* selector */

.p-ls-hover-container-2 {
	padding-bottom: 5px;
	background-color: #FFF;
}

#selector #label {
	color: #fff;
}

#selector #languages {
	font-size: 12px;
	text-align: center;
	height: 485px;
}


#selector #p-ls-0 {
	background-color: #FFF;
	height: 20px;
}


/* footer */

#p-footer {
	color: #6f6f6f;
	font-size: 10px;
}




/** FLASH and JS ERRORS **/

.jsmessage {
	background-image: url('../images/cinema-philips-logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
	margin-top: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
}

/** FLASH CONTENT **/

#flashwrapper, 
#flashcontent, 
#flashcontent embed {
	width: 100%;
	min-width: 960px; 
	height: 100%; 
	min-height: 680px;
}
