html, body
{
	background-color: #7b99a7;
	border: solid 0px #7b99a7;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body
{
	overflow: hidden;
	font-size: 10px;
}

span, div, p, a, a:active, a:visited, a:hover
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}

a, a:active, a:visited
{
	color: #333;
}

a:hover
{
	color: #369;
}

img
{
	border: solid 0px #000;
}

#BackgroundImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
}

#ClientArea
{
	left: 0px;
	overflow: auto;
	position: absolute;
	top: 0px;
	z-index: 2;
}

#Window
{
	height: 590px;
	position: absolute;
	width: 990px;
	z-index: 2;
}

#Shadow
{
	background-image: url(../../Media/Images/Global/Shadow.png);
	background-repeat: no-repeat;
	height: 590px;
	position: absolute;
	width: 990px;
	z-index: 3;
}

#Map
{
	background-image: url(../../Media/Images/Global/Window.jpg);
	background-repeat: no-repeat;
	border: solid 1px #FFF;
  position: absolute;
  top: 9px;
  left: 9px;
  height: 570px;
  width: 970px;
	z-index: 4;
}

#Logo
{
	height: 124px;
	left: 49px;
	position: absolute;
	top: 421px;
	width: 525px;
	z-index: 30;
}

#NewYork,
#Italy,
#Sydney
{
	position: absolute;
}

#NewYork div.Button,
#Italy div.Button,
#Sydney div.Button
{
	cursor: pointer;
	height: 28px;
	left: 50px;
	position: absolute;
	top: 180px;
	width: 175px;
	z-index: 20;
}

#NewYork div.Button
{
	left: -20px;
	top: 180px;
}

#Sydney div.Button
{
	left: 42px;
	top: 255px;
}

#NewYork div.Address,
#Italy div.Address
{
	display: none;
	height: 80px;
	left: 60px;
	position: absolute;
	top: 226px;
	width: 172px;
	z-index: 20;
}

#NewYork div.Address
{
	left: -10px;
	top: 226px;
}

#Sydney div.Address
{
	display: none;
	height: 80px;
	left: 52px;
	position: absolute;
	top: 156px;
	width: 172px;
	z-index: 20;
}

#NewYork div.Country
{
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 355px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 349px;
	z-index: 10;
}

#Italy div.Country
{
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 403px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 415px;
	z-index: 10;
}

#Sydney div.Country
{
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 339px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 287px;
	z-index: 10;
}

#NewYork
{
	left: 47px;
	top: 55px;
}

#Italy
{
	left: 220px;
	top: 55px;
}

#Sydney
{
	left: 604px;
	top: 216px;
}
