﻿@import url('common.css');

#main_wrapper
{
	width: 826px;
	height: 100%;
	background-color: #EEEDEE;
	margin: 0px auto;
	margin-top: 128px;
	margin-bottom: 20px;
}

#main_nav ul
{
	background: transparent url('../images/navigation.png') 0 0 no-repeat;
	width: 826px;
	height: 32px;
}

#main_nav a
{
	display: block;
	text-indent: -9000px;
	font-size: 0px;
	position: absolute;
}

#link_home
{
	width: 92px;
	height: 32px;
	left: 0px;
}

#link_home:hover
{
	background: transparent url('../images/navigation.png') 0 -32px;
}

#link_services
{
	width: 112px;
	height: 32px;
	left: 92px;
}

#link_services:hover
{
	background: transparent url('../images/navigation.png') -92px -32px;
}

#link_about_us
{
	width: 107px;
	height: 32px;
	left: 204px;
}

#link_about_us:hover
{
	background: transparent url('../images/navigation.png') -204px -32px;
}

#link_contact_us
{
	width: 122px;
	height: 32px;
	left: 311px;
}

#link_contact_us:hover
{
	background: transparent url('../images/navigation.png') -311px -32px;
}

#link_available_properties
{
	width: 205px;
	height: 32px;
	left: 433px;
}
#link_available_properties:hover
{
	background: transparent url('../images/navigation.png') -433px -32px;
}

#link_representation
{
	width: 188px;
	height: 32px;
	left: 638px;
}

#link_representation:hover
{
	background: transparent url('../images/navigation.png') -638px -32px;
}

#main_content
{
	margin-bottom: 60px;
}

#main_content h3
{
	text-align: center;
	text-indent: -9000px;
	font-size: 0px;
	height: 36px;
	width: 293px;
	margin-top: 60px;
	margin-left: 46px;
	margin-bottom: 20px;
	background: transparent url('../images/home_page_heading.gif') no-repeat;
}

#main_content p
{
	text-align: justify;
	margin-left: 60px;
	margin-right: 60px;
}
