* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	color: #000;
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px; line-height: 20px;
	font-weight: bold;
	background: #fff url(../img/graphic/top_left.png) 0 0 fixed no-repeat;
	
	overflow-y: scroll;
	overflow-x: auto;
	
}

a { 
	color: #000;
	text-decoration: underline; 
}


h1 {
	position: fixed;
	left: 0; top: 0;
	width: 50px; 
	padding: 8px 100px 0 8px;
	
	font-size: 16px; line-height: 17px;
	z-index: 100;

}

h1 a { text-decoration: none; }




#content {
	position: absolute;
	left: 175px; top: 8px;
	width: 520px;
	padding-bottom: 800px;
}

#content div,
#content p,
#content h2,
#content h3,
#content h4
{
	float: left;
	clear: both;
	width: 520px;
}


/* THIS SETS HIGHLIGHT COLOUR FOR ALL ELEMENTS */
h2, h3, h2 a, h3 a {
	color: #0f3; 
}

#statement {
	position: absolute;
	left: 175px; 
	color: #000;
	width: 620px;
	font-size: 38px; line-height: 40px;
	margin: 5px 0 4px 0; /* to baseline */
}

#statement p { width: 620px; }
#statement a { text-decoration: none; color: #000; }

h2 a, h3 a {
	text-decoration: none;
}


h2 {
	height: 40px;
	font-size: 32px; line-height: 40px;
	padding: 3px 0 0 0;
	margin: 50px 0 25px 0;
}

h2:first-child {
	margin-top: 0;
}


h3 {
	height: 30px;
	font-size: 16px; line-height: 30px;
	padding: 9px 0 0 0; 
	margin: -8px 0 15px 0;
	background: url(../img/line10.gif) 0 11px no-repeat;
}

h3 + div { 
	margin-bottom: 4px; /* baseline */
}

h4 { font-size: 16px; line-height: 20px; }
h4 + div { margin: 20px 0 0 0; }

p { margin: 0 0 20px 0; }
p:last-child { margin-bottom: 0; }

div.level1 { margin: 0 0 10px 0; }
div.level2 { margin: 0 0 20px 0; }
div.level2 p:last-child { margin-bottom: 0; }

div.level3 { width: 520px; margin: 0 0 20px 0; }

div.flush_top { margin-top: 0; }

/* images */

img.f_left {
	float: left;
	margin: 4px 10px 0 0;
}

/* casestudies to be called in */

p.cs { margin: 0 0 0 40px; }

div.casestudies p { margin: 0; }
div.casestudies { margin: 0 0 20px 0; }

#content div.casestudy {
	display: block;
	width: 675px; /* height: 480px; 450 image plus naviation */
	margin: 5px 0 15px 0;
}



#content div.description {
	display: block;
	width: 480px;
	margin: 0 0 10px 0;
}

#content div.description p { width: 480px; }

/* films */
div.media_switch {
	margin: 10px 0;
}

#content div.video, #content div.still_images { 
	height: 480px;
}

#content div.image { 
	position: relative;
	height: 450px; width: 600px;
}

div.image img {
	position: absolute;
	left: 0; top: 0;
}

a#cs_prev,
a#cs_next {
	position: absolute;
	display: block;
	right: 0; top: 0;
	width: 400px; height: 450px;
	text-indent: -9999em;
	background: url(/media/img/trans.gif);
	cursor: pointer;	
}

a#cs_prev { left: 0; width: 200px; }

a#cs_prev:hover { background: url(/media/img/cs_prev2-trans.png) top left no-repeat; }
a#cs_next:hover { background: url(/media/img/cs_next2-trans.png) top right no-repeat; }


#content div.navigation {
	width: 600px;
	/*height: 28px;*/ 
	height: 20px;
	/*padding: 4px 0 0 0;*/
}


div.navigation a { text-decoration: none; }

div.navigation span {
	display: block; float: left;
}

div.navigation span.numbers { width: 60px; }
div.navigation span.arrows { width: 40px; }
div.navigation span.close { float: right; cursor: pointer; }


a#bg_prev,
a#bg_next {
	position: absolute;
	display: block;
	right: 0; top: 0;
	width: 40%; height: 100%; max-height: 900px;
	text-indent: -9999em;
	background: url(/media/img/trans.gif);
	cursor: pointer;	
}

a#bg_prev { left: 0; }

a#bg_prev:hover { background: url(/media/img/bg_prev2-trans.png) left center no-repeat; }
a#bg_next:hover { background: url(/media/img/bg_next2-trans.png) right center no-repeat; }


/* navigation */

#index {
	position: fixed;
	left: 8px; top: 90px;
	width: auto; height: auto;
	margin: 2px 0 0 0; /* to baseline */
}

#index a,
#index_placeholder a { text-decoration: none; }
#index ul { list-style: none; }
#index li,
#index_placeholder a {
	background: url(../img/line10.gif) 0 0 no-repeat;
	padding: 2px 0 18px 0;
}
#index_placeholder a {
	display: block; 
}

body.light_caption #index li,
body.light_caption #index_placeholder a {
	background: url(../img/line10-white.gif) 0 0 no-repeat;
	/*padding: 2px 0 18px 0;*/
}

body.light_caption #new_caption, 
body.light_caption h1 a, 
body.light_caption #casestudy a, 
body.light_caption #index a, 
body.light_caption #index_placeholder a {
	color: #fff;
}


#index ul ul { margin: 0 0 10px 24px; }
#index li li,
body.light_caption #index li li { 
	background: none;
	padding: 0; margin: 0;

}

#index li.back { background: none; }
li.li_gallery { margin: 0 0 20px 0 !important; }

/* forms */

form div { margin: 0 0 2px 0; }
form label { 
	display: block; clear: both;
	width: 90px; height: 20px;
	padding-top: 4px;
	float: left; 
}

a#login { display: block; margin: 4px 0 0 0; }


input {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px; line-height: 20px;
	height: 20px;
	font-weight: bold;
	vertical-align: top;
}


/* downloads */
div.downloads h4 { clear: both; float: none; width: 100%; }



/* no js display */
#static {
	position: absolute;
	left: 175px; top: 50px;
	width: 520px;
}


#static div.casestudy img,
#static #big_gal img { position: relative; margin: 10px 0 0 0; }
#static a#cs_prev, #static a#cs_next,
#static a#bg_prev, #static a#bg_next
{ display: none; }
#static #big_gal { display: block; }

p#warning { display: none !important; }




#new_gallery {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
/*
	overflow-y: auto;
	overflow-x: hidden;
*/
    overflow: hidden;
}

#gallery_inner {
	position: relative;
	width: 100%; height: 100%;
	/*max-width: 1333px; max-height: 1000px;*/
	
	background: #fff; /* url('/media/img/backgrounds/background-1.gif') 0 0 repeat;*/
	
}

#images {
	width: 100%; height: 100%;
	overflow: hidden;
}

#images img {
	width: 100%; /*max-width: 1333px;*/
}

#new_caption {
	position: fixed;
	left: 175px; top: 8px;
	width: 525px;
	font-size: 16px; line-height: 17px;
	z-index: 100;
}

#casestudy {
	position: fixed;
	left: 780px; top: 8px;
	font-size: 16px; line-height: 17px;
	z-index: 4000;
}

#casestudy a {
	text-decoration: none;
}

#new_gallery a#bg_prev,
#new_gallery a#bg_next {
	display: block;
	position: absolute; right: 0; top: 0;
	height: 100%; max-height: 1000px;
	
	text-indent: -9999em;
	background: url(/media/img/trans.gif);
	cursor: pointer;
	
	/*border: 1px solid red;*/
	
	
	
	z-index: 200;
}

#new_gallery a#bg_prev { left: 0; width: 30%; }
#new_gallery a#bg_next { width: 70%; }

#new_gallery a#bg_prev:hover { background: url(/media/img/bg_prev2-trans.png) left center no-repeat; }
#new_gallery a#bg_next:hover { background: url(/media/img/bg_next2-trans.png) right center no-repeat; }

#new_gallery img { 
	position: absolute; top: 0; left: 0;
	background: none;
}



#content {
	z-index: 1000;
}

#new_gallery_container {
	z-index: 3000 !important;
}

#index {
	z-index: 2000;
}


h1 { z-index: 4000; }
