/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3em;
	background-color:#000;  /* change this */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	height:100%;
	color:#FFFFFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}




/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* img, div, a, span, h2, blockquote { behavior: url(iepngfix.htc) } IE6 PNG FIX */


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#4983a9;
	text-decoration:none;
	border-bottom:#00395f 1px dotted ;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#fff 1px solid ;
	font-weight:bold;
}

h1,h2,h3,h4{
	color:#4983a9;
}
h2{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	height:19px;
}

.h_aboutthefilm{
background:url(images/headers/aboutthefilm.png) top left no-repeat;
}
.h_cast{
background:url(images/headers/cast.png) top left no-repeat;
}
.h_interactiveCDrom{
background:url(images/headers/interactiveCDrom.png) top left no-repeat;
}
.h_website{
background:url(images/headers/website.png) top left no-repeat;
}
.h_posters{
background:url(images/headers/posters.png) top left no-repeat;
}
.h_activities{
background:url(images/headers/activities.png) top left no-repeat;
}
.h_posterandartwork{
background:url(images/headers/posterandartwork.png) top left no-repeat;
}
.h_thecopy{
background:url(images/headers/thecopy.png) top left no-repeat;
}
.h_positioning{
background:url(images/headers/positioning.png) top left no-repeat;
}
.h_teaserposters{
background:url(images/headers/teaserposters.png) top left no-repeat;
}
.h_task{
background:url(images/headers/task.png) top left no-repeat;
}
.h_themaincampaign{
background:url(images/headers/themaincampaign.png) top left no-repeat;
}
.h_analysingthetrailer{
background:url(images/headers/analysingthetrailer.png) top left no-repeat;
}
.h_thetrailer{
background:url(images/headers/thetrailer.png) top left no-repeat;
}
.h_thewebsite{
background:url(images/headers/thewebsite.png) top left no-repeat;
}
.h_conclusion{
background:url(images/headers/conclusion.png) top left no-repeat;
}
.h_orderthedisc{
background:url(images/headers/orderthedisc.png) top left no-repeat;
}
.h_registered{
background:url(images/headers/registered.png) top left no-repeat;
}
.h_filmclips{
background:url(images/headers/h_filmclips.png) top left no-repeat;
}

h3{
	font-size:1.1em;
}
label {
	float:left;
	padding-right:2px;
	text-align:left;
	width:150px;
}

.skip{
	width: 39px;
	height: 21px;
	overflow:hidden;
	display:block;
	position:absolute;
	text-indent:-9999px;
	bottom:13px;
	right:15px;
	background:url(images/skip.png) top left no-repeat;
	border:none;
}

.skip:hover{
	border:none;
}


#main ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
	margin-top:2px;
	margin-bottom:8px;
}

#main li{
	margin-bottom:4px;
}
#main p{
margin-top:2px;
margin-bottom:8px;
}


input.checkbox {
	margin:0 0 0 0;
	padding:0 2px 0 200px;
	text-align:right;
}

#orderdisc p {
	margin:2px;
}

/* LAYOUT */

#wrapper{
	width:950px;
	height:700px;
	margin:0 auto;
	position:relative;
}

#index #wrapper{
	background:url(images/bg.jpg) top left no-repeat;
}

#index #main{
margin-top:0;
padding-top:0;
}

#wrapper{
	background:url(images/mainbg.jpg) top left no-repeat;
	position:relative;
}

.subnav{
	position:absolute;
	top:49px;
	left:0px !important;
	list-style:none;
	z-index:-1;
	width: 802px;
}
.subnav li{
float:left;
display:block;
}

.subnav li a:hover{
border:none;
}

.poster, .trailer, .website, .filmclips, .conclusion{
height:55px;
display:block;
background-image:url(images/subnav_s.png);
text-indent:-9999px;
overflow:hidden;
float:left;
border:none;
}

.poster{
width:248px;
background-position:0 0;
}
.trailer{
width:127px;
background-position:-248px 0;
}
.website{
width:135px;
background-position:-375px 0;
}
.filmclips{
width:145px;
background-position:-510px 0;
}
.conclusion{
width:142px;
background-position:-655px 0;
}
.poster{
width:248px;
background-position:0 0;
}



.poster:hover, .subposter .poster{
border:none;
background-position:0 -55px;
}
.trailer:hover, .subtrailer .trailer{
border:none;
background-position:-248px -55px;
}
.website:hover, .subwebsite .website{
border:none;
background-position:-375px -55px;
}
.filmclips:hover, .subfilmclips .filmclips{
border:none;
background-position:-510px -55px;
}
.conclusion:hover, .subconclusion .conclusion{
border:none;
background-position:-655px -55px;
}






#wrapper h1{
	width:790px;
	height:1px;
	display:block;
	text-indent:-9999px;
}

/* MAIN LAYOUT */

#index #main{
	width:567px;
	height:376px;
	margin:0px auto;
	position:relative;
	padding:0px;
	padding-top:0px;
}
#index #main .padding{
	padding:20px;
}

#main{
	margin-left:450px;
	position:relative;
	padding-right:20px;
	padding-top:16px;
	

}
.square{
	list-style-type:square;
}

#scroll{
	height:475px;
	width:478px;
	overflow:auto;
	margin-top:0px;
	margin-left:5px;
	position:relative;
}

#main ul.pag{
	
	float:right;
	
	
	list-style:none;
	margin:0;
	padding:0;
	margin-left:0;
	margin-bottom:0;
}
blockquote{
	margin-left:25px;
}
.clear{
clear:both}

a.thickbox, a:hover.thickbox{
border:none;
}

.thumbs {


margin:10px auto;
padding:5px;
text-align:center;
width:300px;
}



.character, .actor{
	width:200px;
	display:block;
	float:left;
}
.character{
	font-weight:bold;
	margin-left:20px;
}
.pag{
position:absolute;
bottom:-55px !important;
bottom:155px;
right:3px;
}

.pag li{
	float:left;
	display:block;
	text-align:center;
	margin-left:0px;
	text-indent:-9999px;
	overflow:hidden;
	
	
}

.p1, .p2, .p3, .p4{
height:39px;
width:39px;
background-image:url(images/pages.jpg);
display:block;
border:none;
} 

.p1{
background-position:0 0;
}
.p2{
background-position:-40px 0;
}
.p3{
background-position:-80px 0;
}
.p4{
background-position:-120px 0;
}
.p1:hover, .active .p1{
border:none;
background-position:0 -39px;
}
.p2:hover, .active .p2{
border:none;
background-position:-40px -39px ;
}
.p3:hover, .active .p3{
border:none;
background-position:-80px -39px ;
}
.p4:hover, .active .p4{
border:none;
background-position:-120px -39px ;
}

.orderdisc{
z-index:-99;
position:absolute;
}

.hyperlink{
width:217px;
height:22px;
text-indent:-9999px;
overflow:hidden;
position:absolute;
bottom:32px;
left:375px;
border:none;
}


.right{
float:right;
}
.left{
float:left;
}

.next{
	position:absolute;
	bottom:2px;
	right:2px;
}

.previous{
	position:absolute;
	bottom:2px;
	left:2px;
}



/* TOP NAVIGATION */



#topmenu{
	height:100px;
	position:relative;
}

#topnav{
	list-style:none;
	margin-left:12px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#topnav li{
	float:left;
	display:block;
}

.home, .aboutthefilm, .activities, .orderdisc{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:65px;
	border:none;
}

.home:hover, #home .home{
	border:none;
	background-position: 0 -72px;
}

.aboutthefilm:hover, #aboutthefilm .aboutthefilm{
	border:none;
	background-position: -204px -72px;
}

.activities:hover, #activities .activities{
	border:none;
	background-position: -507px -72px;
}

.orderdisc:hover, #orderdisc .orderdisc{
	border:none;
	background-position: 0 -96px;
}

.home, .aboutthefilm, .activities{
	background-image:url(images/nav_s.png);
}

.home{
	width:204px;
	background-position:0 0;
}
.aboutthefilm{
	width:303px;
	background-position:-204px 0;
}
.activities{
	width:276px;
	background-position:-507px 0;
}
.orderdisc{
	width:153px;
	height:95px;
	background:url(images/orderdisc_s.png) 0 0 no-repeat;
}
h1#microsites_header_logo a,h1#microsites_header_logo a:hover, #email_friend a, #email_friend a:hover {
border:none;
}
