/* PNG Hack */
li a { behavior: url(iepngfix.htc) }

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ee0055;
	font-family: arial;
}

.contact_bg
{
    background-image: url(contact_bg.jpg);
    width: 316px;
    height: 447px;
    position: absolute;
    left: 13px;
    bottom: 65px;
}

.home_bg
{
    background-image: url(home_bg.jpg);
    width: 788px;
    height: 304px;
    position: absolute;
    left: 13px;
    bottom: 120px;
}

.top_bar
{
	width: 70%;
	height: 15px;
	position: absolute;
	right: 0;
	top: 150px;
}

.left_bar
{
	width: 40px;
	height: 100%;
	position: absolute;
	left: 40px;
}

.black
{
	background-color: black;
}

.white
{
	background-color: white;
}

.pink
{
	background-color: #ee0055;
}

.small_bottom_bar
{
    position: absolute;
    bottom: 125px;
    height: 25px;
    width: 50%;
    right: 0;
}

.bottom_bar
{
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: 100px;
}

.bottom_text
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	height: 25px;
}

.title
{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.5;
}

.title div
{
	font-size: 80px;
	position: absolute;
}

.white_text
{
	color: white;
}

.black_text
{
	color: black;
}

.aspace
{
	right: 430px;
	top: 10px;
	height: 60px;
}

.estate
{
	right: 230px;
	top: 50px;
	height: 60px;
}

.agents
{
	right: 10px;
	top: 90px;
	z-index: 100;
	height: 60px;
}

.handshake
{
	position: absolute;
	bottom: 25px;
	left: 470px;
	width: 226px;
	height: 150px;
	background-image: url(handshake.png);
}

.navigation
{
	position: absolute;
	bottom: 45px;
	left: 50px;
}

.navigation ul
{
	list-style: none;
}

.navigation li
{
	margin: 0;
}

.navigation li a
{
	width: 123px;
	display: block;
}

.navigation li a.enquiry
{
	background-image: url(enquiry.png);
	height: 40px;
}
.navigation li a.home
{
	background-image: url(home.png);
	height: 39px;
}
.navigation li a.leasing
{
	background-image: url(leasing.png);
	height: 41px;
}
.navigation li a.sales
{
	background-image: url(sales.png);
	height: 43px;			
}
.navigation li a.contactus
{
	background-image: url(contactus.png);
	height: 40px;
}	

.contact_details, .enquiry_form, .thankyou
{
	position: absolute;
	top: 170px;
	right: 55px;
	line-height: 1.5em;
	color: white;
	font-weight: normal;
}

.enquiry_form strong
{
    color: white !important;
    font-size: 12px !important;
}

.enquiry_form
{
    right: 10px;
}

.thankyou
{
    right: 10px;
    top: 170px;
}