﻿.location {
    position: absolute;
}
.hidden 
{
	display: none;
}
.pin {
    position: absolute;
    top: 0px; 
    left: 0px; 
    cursor: pointer;
    z-index: 2;
}
.name {
    float: left; 
    display: none;
    margin: -2px 0 0 -3px;           
    padding-right: 15px;
    background: url('/images/landing/name_bg_right.png') right top no-repeat;
}
.name span {
    white-space: nowrap;
    font-size: 1.1em; 
    font-weight: bold;
    padding: 9px 0px 11px 36px;
    display: block;
    background: url('/images/landing/name_bg.png') left top no-repeat;            
}
#ca {
    top: 20px; left: 70px; 
}
#us {
    top: 70px; left: 90px;
}
#uk {
    top: 38px; left: 232px;
}
#za {
    top: 170px; left: 273px;
}
#ae {
    top: 90px; left: 317px;
}
#au {
    top: 160px; left: 435px;
    z-index: 2;
}
#nz {
    top: 185px; left: 495px;
    z-index: 1;
}
#header 
{
	height: auto;
}
#header > div 
{
	padding-top: 50px;
}
#location-map 
{
	background:url('/images/map-landing-page.gif') no-repeat;
	width: 620px; 
	height: 271px;
	position: absolute;
	top: 0px;
	right: -30px;
}
#scroller 
{
	padding: 1.5em;
	margin-bottom: 200px;
	font-size: 0.8em;
	width: 360px;
	overflow: hidden;
	color: #666;
	position:relative;
}
#scroll-up, #scroll-down 
{
	cursor: pointer;
}
#scroll-controls 
{
	position:absolute; 
	z-index: 10;
	top: 230px;
	left: 370px;
}
