/*  
Theme Name: OgilvyUK-Group
Theme URI: http://www.ogilvy.co.uk
Description: Custom theme for Ogilvy Group UK agency websites developed by Dylan Smith at OgilvyOne London
Version: 1.0
Author: OgilvyOne London
*/

/* Eric Meyer's Reset Reloaded: because all browsers are not created equal :) */
@import url('reset.css');

/* shared navigation styles */
@import url('style-nav.css');

/* shared heading styles */
@import url('style-headings.css');

/* GLOBALS
------------------------------------------------------------*/
body {
	margin:0;
	padding:0;	
	background:url(images/backgrounds/our-agency_1280.jpg) #292929 repeat fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:68.75%; /* this makes 1em = 11px */
}

#page {width:1000px;}


hr {
	display:none;
}
a {
	color:#cc0000;
}
p {
	margin:1.5em 0;
	line-height:1.4em;
}
strong {
	font-weight:bold;
}
a.button {
	background:#cc0000;
	color:#fff;
	font:bold 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:0.2em 0.4em;
}

h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.2em;}

h3, h4, h5 {
	color:#cc0000;
	margin:1em 0;
}
h3:first-child, h4:first-child, h5:first-child {
	margin-top:0;
}

h1 a, h2 a, h3 a, h4 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration:underline;
}

h3 {margin: 1px 0px; line-height:1.2em}


/*  
* Template-specific stylesheet for the Home page template
*/

html {
 overflow: hidden ;
}

body {
 height             : 100%;
 overflow           : hidden;
 width              : 100%;
}

div#bg_container {
 height             : 100%;
 _height            : 840px;
 overflow           : visible;
 position           : absolute;
 top                : 0;
 width              : 100%;
 z-index            : 1;
}



body {
	background:#000 no-repeat 0 0;
}


/* HEADER
------------------------------------------------------------*/
#header {
	position:relative;
	height:0px;
}
#homeLogo {
	position:relative;
	display:block;
	background:url(/wp-content/themes/ogilvyuk-group/images/home-logo.gif) no-repeat;
	height:286px;
	width:286px;
	margin: 0 0 10px 0;
	top: 0px;
	left: 0px;
}

#homeLogo span {display: none}

#content-home {
	position:absolute;
	top:40px;
	bottom: 5px;	
	left:100px;
	_height: 100%;
	z-index: 20;
	overflow: auto;
	overflow-x: hidden;
	z-index: 30;
}




/* POSITIONING
------------------------------------------------------------*/

#toplogo {
	position:fixed;
	top:40px;
	height:125px;
	z-index:9999;
	left:100px;
}

#topbox {
	position:fixed;
	top:165px;
	z-index:9999;
	left:100px;
}	

#toplink1 {
	position:fixed;
	top:350px;
	z-index:9999;
	left:100px;
}	

#toplink2 {
	position:fixed;
	top:375px;
	z-index:9999;
	left:100px;
}	

#toplink3 {
	position:fixed;
	top:405px;
	z-index:9999;
	left:100px;
}	

#toplink4 {
	position:fixed;
	top:435px;
	z-index:9999;
	left:100px;
}	

/* SUPERSIZE
------------------------------------------------------------*/

#supersize {
	position:fixed;
	z-index:1;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
}
	
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}