/*
	Made by CL3
	http://www.cl3.co.uk
*/

*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #eee url("../img/bg.jpg") top left repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	text-align: center;
}
img
{
	border: 0;
}
a, li.selected ul li a
{
	color: #4a4a4a;
	text-decoration: none;
}
a:hover, li.selected a, li.selected ul li.selected a, li.selected ul li a:hover
{
	color: #86927a;
}

/* Layout */
#container
{
	width: 700px;
	margin: 19px auto;
}
#header
{
	height: 253px;
	margin: 0 0 25px 0;
}
#header h1
{
	float: left;
	width: 300px;
}
#header h1 a
{
	display: block;
	background: url("../img/logo.png") center left no-repeat;
	width: 300px;
	height: 253px;
}
#header h1 a span
{
	position: absolute;
	left: -999em;
}
#header-image
{
	float: right;
	width: 375px;
	height: 253px;
	background: #202020;
}
#nav
{
	float: left;
	width: 300px;
	text-align: left;
	position: relative;
}
#nav ul
{
	float: left;
	display: block;
	width: 116px;
	height: 174px;
	background: url("../img/nav.png") top right no-repeat;
}
#nav li
{
	list-style: none;
}
#nav ul li a
{
	display: block;
	height: 19px;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav ul li a span
{
	position: absolute;
	left: -999em;
}
#nav a
{
	text-transform: uppercase;
	display: block;
}
#nav ul li ul li a
{
	height: auto;
}
#nav ul li ul
{
	position: absolute;
	left: -999em;
	background: none;
}
#nav ul li.selected ul
{
	top: 0;
	left: 133px;
	display: block;
	width: 160px;
}
#nav ul li a:hover, #nav ul li.selected a
{
	background-position: bottom left;
}
a#navHome
{
	background-image: url("../img/navHome.png");
}
a#navPostingHouse
{
	background-image: url("../img/navPostingHouse.png");
}
a#navGallery
{
	background-image: url("../img/navGallery.png");
}
a#navLocation
{
	background-image: url("../img/navLocation.png");
}
a#navBrochure
{
	background-image: url("../img/navBrochure.png");
}
a#navTransport
{
	background-image: url("../img/navTransport.png");
}
a#navContact
{
	background-image: url("../img/navContact.png");
}
#content
{
	float: right;
	width: 375px;
	margin: 0 0 19px 0;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.4em;
	position: relative;
	min-height: 554px;
}
#content p
{
	margin: 0 0 1.4em 0;
}
#qt360
{
	position: absolute;
	top: 89px;
	left: -192px;
	width: 640px;
	height: 480px;
	clear: both;
	display: block;
}
#footer
{
	clear: both;
	display: block;
	border-top: 3px solid #202020;
	padding: 19px 0 0 0;
	text-align: right;
}
#footer ul
{

}
#footer ul li
{
	display: inline;
}
#footer ul li a
{
	display: inline-block;
	padding: 0 6px 0 5px;
	border-right: 1px solid #999;
}
#footer ul li a.nb
{
	padding: 0 0 0 3px;
	border-right: 0px solid #eee;
}

#footer img.fl
{
	margin: 0 10px 0 0;
}

/* Classes */
.clr
{
	clear: both;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}

/* Lightbox */
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img
{
	border: none;
}
#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}
#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer
{
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.1em;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData
{
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}