
html {
	height: 100%;
}

body {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	line-height: 1.6em;
}
img {
	border: 0;
}

#outercontainer {
	background-color: #FFFFFF;
	text-align: right;
	height: 100%;
}
#innercontainer {
	height: 100%;
}
#mainleft, #mainleft_home, #mainleft_theseventhfloor, #mainleft_location, #mainleft_amenities, #mainleft_gallery, #mainleft_floorplan, #mainleft_contacts {
	position: absolute;
	right: 27%;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#mainleft_home {
	background: url(../images/Mainimage_home.jpg) no-repeat top right;
}
#mainleft_theseventhfloor {
	background: url(../images/Mainimage_theseventhfloor.jpg) no-repeat top right;
}
#mainleft_location {
	background: url(../images/Mainimage_location.jpg) no-repeat top right;
}
#mainleft_location img {
	vertical-align: bottom;
	border-left: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
}
#mainleft_amenities {
	background: url(../images/Mainimage_amenities.jpg) no-repeat top right;
}
#mainleft_floorplan {
	text-align: right;
}
#mainleft_gallery {
	text-align: right;
}
#mainleft_gallery img {
	vertical-align: bottom;
	border-left: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
}
#mainleft_gallery table img {
	border: 0;
	border-left: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
}
#mainleft_contacts {
	background: url(../images/Mainimage_contacts.jpg) no-repeat top right;
}
.addtopborder {
	border-top: #FFFFFF 10px solid;
}
.w170 {
	width: 170px;
}
#overlaytext_theseventhfloor, #overlaytext_location, #overlaytext_contacts {
	position: absolute;
	top: 0px;
	right: 27%;
	z-index: 2;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 15px 20px;
	width: 330px;
	text-align: left;
}

#overlaytext_amenities {
	position: absolute;
	top: 0px;
	right: 50%;
	z-index: 2;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 15px 20px;
	width: 330px;
	text-align: left;
}

#overlaytext_amenities ul {
	margin: 0;
	padding: 0;
}
#overlaytext_location {
	color: #000000;
	padding: 15px 10px 10px 10px;
	width: 310px;
	background-color: #FFFFFF;
	height: 225px;
}
#overlaytext_contacts {
	width: 220px;
}

#mainright {
	width: 27%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	text-align: left;
	background-color: #FFFFFF;
}
#logo_home {
	position: absolute;
	right: 27%;
	top: 124px;
	z-index: 2;
}
#logo {
	padding: 10px;
	height: 220px;
}
#tagline_home {
	padding: 10px;
	width: 200px;
	height: 220px;
	vertical-align: bottom;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}
#navigation {
	padding: 10px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
#navigation a {
	text-decoration: none;
	color: #666666;
}
#navigation a:hover {
	color: #000000;
}
#navigation a.current {
	color: #000000;
	font-weight: bold;
}

#mapcontainer {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	background-color: #FFFFFF;
	width: 670px;
	height: 500px;
}
#mapheader {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 81px;
	z-index: 8;
}
#maplinks {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	white-space: nowrap;
}
#maplinks a.link, #maplinks a.current, #maplinks a.borderright {
	text-decoration: none;
	white-space: nowrap;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 2px 0 2px 0;
}
#maplinks a.link {
	background: url(../images/ArrowRight.gif) no-repeat;
	color: #666666;
	background-color: #CCCCCC;
	border-bottom: #000000 1px solid;
}
#maplinks a.current {
	background: url(../images/ArrowDown.gif) no-repeat;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}
#maplinks a.borderright {
	border-right: #000000 1px solid;
}

#map {
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 7;
}
#localoccupiers {
	position: absolute;
	top: 90px;
	right: 1px;
	z-index: 10;
	width: 660px;
}
#floorplanheader {
	height: 80px;
	position: relative;
}
#floorplantext {
	position: absolute;
	bottom: 27px;
	right: 30px;
	font-size: 1.2em;
}

a.downloadpdfmaps {
	background: url(../images/PdfIcon.gif) no-repeat;
	color: #000000;
	text-decoration: none;
	position: relative;
	bottom: 2px;
	right: 30px;
}
a.downloadpdffloorplan {
	background: url(../images/PdfIcon.gif) no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 0.8em;
}
.clearboth {
	clear: both;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bggrey {
	background-color: #CCCCCC;
}
.blue {
	color: #257bbe;
}
.borderwhite {
	border: #FFFFFF 1px solid;
}
.nottoscale {
	font-size: 0.7em;
	color: #666666;
}