/*  
* 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:296px;
}
#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;
}



h1 {
	display:none;
}


.column  {float: left;}

.column a{
display: block; 
float: left;
width:285px;
text-align: left;
text-decoration: none;
color: #000000; 
padding: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-right: 10px;
cursor: pointer;
cursor: hand;
}

.column a:hover {background: transparent; cursor: pointer;
	cursor: hand; }

.column a span.text {display: block; background: #000000; color: #FFFFFF; padding: 4px 10px; font-size:1.2em; line-height:1.7em;}
.column a:hover span.text {background: #000000; color: #FFFFFF;}


.column a span.link1 {display: block;  font-size: 8px;  margin:  5px 0 5px  0; padding: 0px; text-indent: -9000px; width: 285px; height: 20px; background: url(/wp-content/themes/ogilvyuk-group/images/link1.gif) no-repeat 0 0; }
.column a span.link2 {display: block;  font-size: 8px; margin:  5px 0 5px  0; padding: 0px; text-indent: -9000px; width: 285px; height: 20px; background: url(/wp-content/themes/ogilvyuk-group/images/link2.gif) no-repeat 0 0; }
.column a:hover span.link1, .column a:hover span.link2 {background-position: 0 -20px;}



.column a span.agency {display: block;  margin:  0px 0 5px  0; padding: 0px; text-indent: -9000px; width: 285px; height: 31px; background: url(/wp-content/themes/ogilvyuk-group/images/headings/agency.gif) no-repeat 0 0; }
.column a:hover span.agency {background-position: 0 0px;}


.column a span.companies {display: block;  margin:  0px 0 5px 0 ; padding: 0px; text-indent: -9000px; width: 285px; height: 31px; background: url(/wp-content/themes/ogilvyuk-group/images/headings/companies.gif) no-repeat 0 0;}
.column a:hover span.companies{background-position: 0 0px;}

