/* ----- Resets ----- */

html, body, 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, b, u, i, center, 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; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* ----- Body styles ----- */

body { 
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
        background:url(../img/bg-logo.jpg) no-repeat center 250px #FFF;
}
a {
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
p {
	line-height: 1.6em;

	color:#9b9b9b;
}

p a{
	color:#9b9b9b;
	text-decoration:underline;
}

#flashContent p{
	font-size:1.3em;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

/* Page elements */

video{
    border: 1px solid black;
    background: #000;
}
#wrapper{
	width:996px;
	margin: 0 auto;
	text-align:center;
}

#trailer{
	width:514px;
	height:326px;
	margin: 40px auto;
}

h1{
	background:url(../img/title-incinemas.png) no-repeat top center;
	text-indent:-9999px;
	height:45px;
	margin:52px 0px 8px 0px;
}

a.btn-entersite{
	background:url(../img/btn-entersite.gif) no-repeat top center;
	width:163px;
	height:59px;
	display:block;
	text-indent:-9999px;
	margin: 15px auto;
}

a.btn-entersite:hover{
	background-position:bottom center;
}

/* Share bar */

#shareBar{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:326px;
	overflow:hidden;
}
#shareBar .end-left, #shareBar .end-right, #shareBar ul{
	float:left;	
	height:58px;
}

#shareBar .end-left{
	width:50px;
}
#shareBar .end-right{
	width:30px;
}
#shareBar ul{
	width:220px;
	
}
#shareBar ul li{
	float:left;
}
a.facebookbtn, a.twitterbtn{
	background:url(../img/links-share.gif) no-repeat; 
	height:32px;
	display:block;
	margin:6px 5px;
	text-indent:-9999px;
}

a.facebookbtn{
	width:105px;
	background-position: 0px 0px;
}

a.facebookbtn:hover{
	background-position: 0px -32px;
}
a.twitterbtn{
	width:90px;
	background-position: -120px 0px;
}
a.twitterbtn:hover{
	background-position: -120px -32px;
}

/* Text */

#Textmsg{
	margin:120px 0px 30px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#9b9b9b;
	letter-spacing:-0.5px;
	
}

/* Legals */

#legals{
	margin:0px 0px 30px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#9b9b9b;
	font-weight:bold;
	letter-spacing:-0.5px;
}
#legals img{
	margin-bottom:17px;
}

#legals ul li{
	display:inline;
}
#legals ul li a{
	color:#9b9b9b;
	text-decoration:underline;
}

#legals ul li a:hover{
	color:#000;
}

/* Footer styles */

#footer{
	background-color:#f4f4f4;
	width:996px;
	margin:0 auto;
}








