* {
	padding: 0px;
	margin: 0px;
}

body {	
	background: #333;
	font-size: 12px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

img {
	border: none;
}

#container {
	margin: 0 auto;
	width: 950px;
	background: #000;
	padding-bottom: 90px;
	position:relative;
}

#header {
	height: 559px;
	width: 950px;
	background: url(../images/headerbg.png) no-repeat;
}

#header p {
	font-size: 14px;
	margin-bottom: 10px;
	width: 266px;
}

h1 {
	padding-left: 22px;
	padding-top: 75px;
}

h1 a {
	display: block;
	width: 613px;
	height: 141px;
	text-indent: -5000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h2 a {
	display: block;
	width: 314px;
	height: 37px;
	background: url(../images/frasersproperty.png) no-repeat;
	text-indent: -5000px;
	float: right;
	margin-top: -216px;
}

#copy {
	text-indent: -5000px;
	width: 259px;
	height: 142px;
	background: url(../images/copy.png) no-repeat;
	position: absolute;
	top: 65px;
	right: 230px;
}

#contact {
	margin-bottom: 16px;
}

input.text {
	display: block;
	*margin-left: -20px;
	margin-bottom: 10px;
	width: 226px;
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 14px;
}

input.error {
	border-bottom: 2px solid #ff0000;
}

textarea {
	border: 2px solid #fff;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	width: 218px;
	font-size: 14px;
	background: none;
	margin-bottom: 8px;
	height: 60px;
	padding: 4px;
}

label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#featured {
	float: right;
	width: 665px;
	height: 314px;
}

img.off {
	display: none;
}

.container {
	margin: 0px 16px 0px 22px;
}

form {
	width: 226px;
	_position:absolute;
	_top:302px;
	_left:20px;
}

#submit {
	float: left;
	margin-left: 77px;
	margin-top: 0px;
}

#map-column {
	color: #fff;
	margin-top: 65px;
	width: 226px;
	float: left;
	margin-left: -141px;
	*margin-left: 0px;
	margin-right: 22px;
}

#map-column.thanks {
	margin-left: -2px;
	*margin-left: 0px;
	margin-top: 20px;
}

#map-column img {
	margin-bottom: 10px;
}

#header p.required {
	font-style: italic;
	font-size: 11px;
}

#map-column p {
	margin-bottom: 10px;
	font-size: 14px;
}

.column {
	width: 210px;
	color: #fff;
	float: left;
	margin-top: 13px;
	margin-right: 17px;
}

.column.last {
	margin-right: 0px;
	margin-left: 1px;
}

.column h3 {
	font-family: Arial;
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 16px;
	line-height: 18px;
}

.column h4 {
	font-family: Arial;
	font-size: 13px;
	color: #EE922C;
	padding-bottom: 10px;
	border-bottom: 8px solid #fff;
	margin-bottom: 20px;
	font-weight: normal;
}

.column ul {
	height: 220px;
}

.column ul li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0px 10px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 18px;
}

.column .price {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.popup{
	position:relative;
	display:inline-block;
}
.icon-mag{
	position:absolute;
	top:0;
	left:0;
	background: url(../images/icon-magnify.png) no-repeat left top;
	width:210px;
	height:121px;
	opacity:0.8;
}

a:hover .icon-mag{
    opacity:1;
}

.pdf {
	display: block;
	width: 95px;
	height: 25px;
	background: url(../images/floorpdf.png) no-repeat;
	text-indent: -5000px;
}

.pdf:hover {
	background: url(../images/floorpdf-on.png) no-repeat;
}

.share {
	margin-top: 4px;
	display: block;
	width: 95px;
	height: 25px;
	background: url(../images/sharethis.png) no-repeat;
	text-indent: -5000px;
}

.share:hover {
	background: url(../images/sharethison.png) no-repeat;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#slider {
	position: absolute;
	z-index: 10;
}

#slider li {
	background: url(../images/slide.png) no-repeat;
	height: 14px;
	width: 14px;
	list-style: none;
	float: left;
	margin-left: 4px;
}

#slider li.on {
	background: url(../images/slideon.png) no-repeat;
}

