/* Layout Style Sheet :: aegis-uk.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

/* Body Styles */

body {
	background: #fff;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #222;
	padding: 0;
	margin: 0 0 20px 0;
	height: 100%;
}

/* Formatting Styles */

img {
	border: none;
}

br.clear {
	clear: both;
	height: 0.01em;
}

acronym {
	border: 0;
	cursor: help;
}

#home_content img {
	padding: 4px;
	border: 1px solid #ccc;
}

.content_left_image {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
}	

.content_right_image {
	float: right;
	width: auto;
	height: auto;
}

.property_image_border {
	border: 1px solid #ccc;
	padding: 5px;
}

img.rsspic {
	margin: 0px 10px 0px 0px;
	vertical-align: text-top;
	padding-bottom: 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	text-align: right;
}

.float_right_listing {
	float: right;
	text-align: right;
	width: auto !important;
}

div.link {
	float: left;
	width: 200px;
	height: auto;
	margin: 10px 12.5px 0 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

.red {
	color: #990000;
}

/* Home Page Styles */

#top {
	background: #fff url(../image/layout/bg_body.gif) top left repeat-x;
	width: 100%;
	height: 145px;
}

#top_container {
	width: 760px;
	height: 145px;
	margin: 0 auto;
	background: url(../image/layout/bg_home_top.jpg) top left no-repeat;
	text-align: left;
}

#home_header {
	clear: both;
	width: 100%;
	height: auto;
	background: url(../image/layout/bg_home_header.gif) bottom left repeat-x;
}

#home_header_container {
	width: 760px;
	height: auto;
	margin: 0 auto;
	background: url(../image/layout/bg_home_header_container.jpg) top left no-repeat;
	text-align: left;
}

#logo {
	float: left;
	width: 160px;
	height: 85px;
	margin-left: 20px;
}

#contact {
	float: right;
	width: 170px;
	height: 55px;
	margin: 15px 22px 0 0;
}

#left_image {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 20px 10px 20px;
	background: url(../image/layout/bg_polaroid.jpg) top left no-repeat;
}

#left_image_content {
	width: 178px;
	height: 225px;
	margin: 0 0 0 25px;
}

#header_content {
	float: left;
	width: 470px;
	padding-top: 5px;
}

#header_content h1, #header_content h2 {
	width: 95% !important;
}

#home_content_container {
	clear: both;
	width: 720px;
	height: auto;
	margin: 20px auto 0 auto;
}

#home_content {
	text-align: left;
}

#column_container {
	float: left;
	width: 500px;
}

#column_1, #column_2 {
	float: left;
	width: 220px;
	margin: 0 30px 17px 0;
}

#column_3 {
	float: right;
	width: 220px;
	margin: 0;
}

div.grey, div.grey_plain, div.grey_last, div.grey_sidebar {
	background: url(../image/layout/bg_grey.gif) top left no-repeat;
	border: 1px solid #ccc;
}

div.grey, div.grey_last {
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	min-height: 101.5px;
}

div.grey_plain {
	padding: 5px 10px;
	min-height: 265px;
}

.grey_image {
	float: right;
	margin: 0 0 0 2.5px;
	border: none !important;
	display: block;
}

#worldwide {
	clear: both;
	width: 468px;
	min-height: 145px;
	background: #fff url(../image/layout/bg_worldwide.jpg) bottom left repeat-x;
	border: 1px solid #ffe6d0;
}

#worldwide img {
	float: left;
	margin: 7.5px;
	padding: 0;
	border: none;
}

#worldwide_home {
	clear: both;
	width: 720px;
	height: auto;
	margin: 10px 0;
	padding: 15px 0 0 0 ;
	background: #fff url(../image/layout/divider_dots.gif) top left repeat-x;
}

#worldwide_home div.grey {
	float: left;
	width: 205px;
	margin-bottom: 10px !important;
}

img#worldwide {
	float: right;
	margin-left: 18px;
	width: 460px;
	border: none;
}

#property_sites_home {
	clear: both;
	width: 100%;
	height: auto;
	background: #fff url(../image/layout/divider_dots.gif) bottom left repeat-x;
}

/* Secondary Pages Styles */

#top_container_secondary {
	width: 760px;
	height: 145px;
	margin: 0 auto;
	background: url(../image/layout/bg_top.jpg) top left no-repeat;
	text-align: left;
}

#content{
	width: 760px;
	height: auto;
	margin: 0 auto;
	background: url(../image/layout/bg_content_container.jpg) top left no-repeat;
	text-align: left;
	overflow: auto;
}

#content_container {
	clear: both;
	width: 720px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff url(../image/layout/divider_dots.gif) bottom left repeat-x;
}

#content_left {
	float: left;
	width: 220px;
	height: auto;
	margin: 0 30px 0 0;
}

#content_left_narrow {
	float: left;
	width: 170px;
	height: auto;
	margin: 0 30px 0 0;
}

#content_right {
	float: left;
	width: 450px;
	height: auto;
	margin: 0;
}

#content_right_wide {
	float: left;
	width: 500px;
	height: auto;
	margin: 0;
}

div.grey_sidebar {
	margin: 0 0 10px 0;
	padding: 5px 10px;
}

#countries {
	clear: both;
	width: 100%;
}

/* Navigation Styles */

#navigation {
	clear: both;
	width: 470px;
	height: 40px;
	margin: 0 0 0 270px;
}

#subnavigation {
	clear: both;
	width: 400px;
	height: 20px;
	margin: 0 0 0 280px;
}

#navigation ul {
	background: url(../image/layout/bg_main_navigation.gif) top left no-repeat;					
	width: 470px;		
	height: 40px;
	margin: 0;
}

#navigation ul li span { 
	display: none;
}

#navigation ul li {
	float: left;
	list-style: none;
}

#navigation ul li, #navigation ul a { 
	height: 40px;
	display: block;
}

#navigation_01 {
	width: 82px;
}

#navigation_02 {
	width: 78px;
}

#navigation_03 {
	width: 78px;
}

#navigation_04 {
	width: 78px;
}

#navigation_05 {
	width: 78px;
}

#navigation_06 {
	width: 76px;
}

#navigation_01 a:hover { background:url(../image/layout/bg_main_navigation.gif) -470px 0px no-repeat; }
#navigation_02 a:hover { background:url(../image/layout/bg_main_navigation.gif) -552px 0px no-repeat; }
#navigation_03 a:hover { background:url(../image/layout/bg_main_navigation.gif) -630px 0px no-repeat; }
#navigation_04 a:hover { background:url(../image/layout/bg_main_navigation.gif) -708px 0px no-repeat; }
#navigation_05 a:hover { background:url(../image/layout/bg_main_navigation.gif) -786px 0px no-repeat; }
#navigation_06 a:hover { background:url(../image/layout/bg_main_navigation.gif) -864px 0px no-repeat; }

#subnavigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 17px;
	color: #f35601
}

/* Pagination Styles */

div.pagination {
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 2px 0;
	background: #fff url(../image/layout/bg_admin_nav.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.paginationlink {
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

/* Property Listing Styles */

div.property_image {
	margin: 0 auto 5px auto;
	width: 165px;
}

div.property_listing {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

div.property_listing_image {
	float: left;
	clear: both;
	width: 172px;
	height: 130px;
	margin: 0 10px 10px 0;
}

div.property_listing_image img {
	padding: 5px;
	border: 1px solid #ccc;
}

div.property_listing_details {
	float: left;
	width: 265px;
	margin: 0 0 10px 0;
}

div.property_listing h3 {
	width: auto !important;
	float: left;
	font-size: 1.2em !important;
}

div.property_listing_details h3 {
	width: 255px;
	font-size: 1.2em !important;
}

div.property_listing_details p {
	width: 265px !important;
}

#property_description {
	clear: both;
	margin: 0 !important;
	padding: 5px 0 0 0;
}

div.property_listing_control {
	clear: both;
	width: 438px;
	margin: 10px 0 0 0 !important;
	padding: 5px;
	background: #fff url(../image/layout/bg_listing_control.jpg) bottom left repeat-x;
	border: 1px solid #ccc;
}

div.property_listing_control li {
	display: inline;
	margin: 0 5px 0 0 !important;
	padding: 0 0 0 15px !important;
	background: url(../image/layout/bullet_listing_control.gif) 0% 50% no-repeat !important;
	font-family: Arial, Helvetica, sans-serif;
}

div.property_listing_control a {
	color: #333 !important;
	padding: 2px 4px;
}

div.property_listing_control a:hover {
	background: #666;
	color: #fff !important;
	text-decoration: none !important;
	padding: 1px 3px !important;
	border: 1px solid #444;
}

.property_view_control {
	width: 100%;
	clear: both;
	margin: 10px 0 !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.property_view_control div {
	float: left;
	margin: 10px 0 0 0;
	width: 125px;
	height: auto;
	text-align: center;
}

.property_view_control div p {
	font-size: 1em !important;
	margin: 0 0 5px 0 !important;
}

#lower_links {
	clear: both;
	padding-top: 20px;
}

#backlink {
	float: left;
	width: 200px;
}

#toplink {
	float: right;
	height: 25px;
	text-align: right;
	padding-top: 10px;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 705px;
	text-align: right;
	border-right: 3px solid #ccc;
	margin: 15px auto 0 auto;
	padding-right: 10px;
}

/* Text Styles */

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
}

h1 {
	font-size: 2em;
	margin: 0 0 5px 0;
}

#content_right h1, #content_right_wide h1 {
	font-size: 1.7em !important;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1.6em;
	border-left: 3px solid #fd7f23;
	padding-left: 7.5px;
	margin: 0 0 10px 0;
}

h3.reduced {
	margin: 15px 0 10px 0 !important;
	font-size: 1.4em !important;
}

h4 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}

#content_right h1, content_right_wide h1 {
	margin: 0 0 15px 0 !important;
}

#content_left h3 {
	font-size: 1.3em !important;
}

div.link h2 {
	float: right;
	margin: 0px;
	font-size: 1.2em !important;
	font-weight: bold;
	border: 0px;
	vertical-align: top;
	width: 145px;
	padding: 0 0 0 5px;
}

div.link h3 {
	float: right;
	margin: 0px;
	width: 145px;
	margin: 2px 0px 0px 0px;
	padding: 0 0 0 5px;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.1em !important;
	border: none !important;	
}

h3#price {
	float: left;
	margin: 5px 0 10px 0 !important;
}

h3#tenure {
	float: right;
	text-align: right;
	margin: 5px 0 10px 0 !important;
	font-size: 1.3em !important;
	font-weight: bold;
	border: none !important;
}

#home_content h4 {
	margin: 0 0 10px 0 !important;
}

p {
	font-size: 1.1em;
	color: #444;
	line-height: 1.6em;
}

p.grey_line {
	width: 200px !important;
	margin-top: 7.5px !important;
	padding: 2.5px 0 0 0 !important;
	border-top: 1px solid #ccc;
}

p.info, p.info_sml {
	width: 445px !important;
	font-weight: bold;
	padding: 5px 0 5px 22.5px;
	background: url(../image/layout/bullet_info.gif) 0% 50% no-repeat;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header_content p {
	width: 360px;
	margin: 10px 0 0 0;
}

#content p {
	margin: 0 0 10px 0;
}

#content_right p {
	width: 380px;
}

#property_description p {
	width: 66% !important;
}

p.details, p.register, p.gallery {
	padding: 0 0 2px 22px;
}

p.details {
	margin: 10px 0 0 0 !important;
	background: #fff url(../image/layout/bullet_details_sml.gif) top left no-repeat;
}

p.register {
	margin: 4px 0 0 0 !important;
	background: #fff url(../image/layout/bullet_tick_sml.gif) top left no-repeat;
}

p.gallery {
	margin: 4px 0 0 0 !important;
	background: #fff url(../image/layout/bullet_star_sml.gif) top left no-repeat;
}

p.important {
	background: url(../image/layout/bullet_important.gif) 0% 50% no-repeat;
	padding: 2px 0px 2px 35px;
	font-weight: bold;
}

#backlink p {
	width: 200px !important;
	padding: 0 0 0 20px;
	background: url(../image/layout/bullet_back.gif) 0% 50% no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 0px; /* Required for IE */
}

/* List Styles */

#control_bar ul {
	margin: 0 0 0 10px;
}

#control_bar li {
	float: left;
	display: inline;
	padding: 5px 20px 5px 0px;
}

#control_bar li+li {
	background: url(../image/layout/bullet_controlbar.gif) 0% 50% no-repeat;
	padding-left: 20px;
}

#property_sites_home ul {
	background: url(../image/layout/bg_property_sites_home.gif) top left no-repeat;					
	width: 720px;		
	height: 60px;
	padding-bottom: 10px;
}

#property_sites_home ul li span { 
	display: none;
}

#property_sites_home ul li {
	float: left;
	list-style: none;
}

#property_sites_home ul li, #property_sites_home ul a { 
	height: 60px;
	display: block;
}

#property_sites_home_01 {
	width: 168px;
}

#property_sites_home_02 {
	width: 170px;
}

#property_sites_home_03 {
	width: 149px;
}

#property_sites_home_04 {
	width: 75px;
}

#property_sites_home_05 {
	width: 158px;
}

#property_sites_home_01 a:hover { background:url(../image/layout/bg_property_sites_home.gif) -720px 0px no-repeat; }
#property_sites_home_02 a:hover { background:url(../image/layout/bg_property_sites_home.gif) -888px 0px no-repeat; }
#property_sites_home_03 a:hover { background:url(../image/layout/bg_property_sites_home.gif) -1058px 0px no-repeat; }
#property_sites_home_04 a:hover { background:url(../image/layout/bg_property_sites_home.gif) -1207px 0px no-repeat; }
#property_sites_home_05 a:hover { background:url(../image/layout/bg_property_sites_home.gif) -1282px 0px no-repeat; }

#sidebar_property_sites li {
	float: left;
	width: 98px;
	margin: 0 5px 5px 0;
	padding: 2px;
	text-align: center;
	list-style: none;
	border: 1px solid #ccc;
}

#content_right ul li, #content_right_wide ul li {
	list-style: none;
	font-size: 1.1em;
	margin: 15px 0;
	padding: 0 0 0 20px;
	background: url(../image/layout/bullet_cross.gif) 0px 1px no-repeat;
	color: #444;
}

ul#reasons {
	clear: right;
	margin: 15px 0 20px 0 !important;
}

ul#reasons li {
/*	float: left;
	width: 230px;*/
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 20px !important;
	background: url(../image/layout/bullet_cross.gif) 0px 1px no-repeat !important;
}

ul#green_cross li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 20px !important;
	background: url(../image/layout/bullet_cross.gif) 0px 1px no-repeat !important;
}

ul#sitemap {
	width: 100%;
	margin: 10px 0 0 0;
	list-style-type: none;
	padding-bottom: 10px;
}

ul#sitemap li {
	font-size: 1.1em;
	background: url(../image/layout/bullet_sitemap.gif) 0% 0% no-repeat;
	padding: 2px 0px 10px 24px;
	margin: 10px 0px;
}

ul#sitemap li ul li {
	width: 100%;
	font-size: 1em;
	list-style-type: none;
	background: url(../image/layout/bullet_sitemap.gif) 0% 0% no-repeat;
	padding: 2px 0px 2px 24px;
	margin-bottom: 0px;
}

/* Control Bar Styles */

#control_bar {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 0;
	background: #222 url(../image/layout/bg_controlbar.gif) bottom left repeat-x;
	z-index: 1;
	text-align: left;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
}

/* Link Styles */

#control_bar a:link, #control_bar a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#control_bar a:hover {
	color: #f35601;
	text-decoration: none;
	font-weight: bold;
}

#header_content a:link, #header_content a:visited, #content a:link, #content a:visited, #footer a:link, #footer a:visited, #home_content a:link, #home_content a:visited {	
	text-decoration: none;
	font-weight: bold;
	color: #f35601;
}

#header_content a:hover, #content a:hover, #footer a:hover, #home_content a:hover {
	text-decoration: underline;
}

#backlink a:link, #backlink a:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

#toplink a:link, #toplink a:visited {
	display: block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../image/layout/btn_top.gif) no-repeat top left;
}

#toplink a:hover {
	background-color: #000;
	background-position: right top;
	color: #eee;
}

#toplink p {
	background: #fff url(../image/layout/btn_top.gif) no-repeat right top;
	text-align: center;
	margin: -10px 0 0 0;
	font-size: 1.1em;
	width: 125px !important;
	height: 25px;
}

/* Form Element Styles */

fieldset {
	margin: 10px 0;
	border: none;
}

fieldset.callbackForm {
	margin: -10px 0 10px 0 !important;
	height: 83px;
	background: url(../image/layout/telephone.gif) 110px 1px no-repeat;
}

div.grey_sidebar fieldset.callbackForm {
	margin: -10px 0 10px 0 !important;
	background: url(../image/layout/telephone.gif) 110px -1px no-repeat !important;
} 

div.grey_sidebar fieldset.newsletterForm {
	margin: -10px 0 10px 0 !important;
} 

#callbackForm label, #newsletterForm label {
	clear: right;
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
}

.input_home, .input_home_sidebar {
	clear: left;
	margin: 5px 0px;
	width: 193px;
	height: auto;
	text-align: left;
	background: #fff;
	border: 2px solid #ccc;
}

.input_home_sidebar {
	width: 197px !important;
}

#contactForm, #registerForm, #emailpropertyForm {
	margin-top: 20px;
}

#contactForm fieldset, #registerForm fieldset, #emailpropertyForm fieldset {
	float: left;
	clear: both;
	width: 378px;
	margin: 0 0 -6px 0;
	padding: 0 0 15px 0;
	border: 1px solid #ccc;
	background: #fff url(../image/layout/bg_contact_form.jpg) bottom left repeat-x;
}

#contactForm legend, #registerForm legend, #emailpropertyForm legend {
	padding: 0;
}

#contactForm legend span, #registerForm legend span, #emailpropertyForm legend span {
	position: absolute;
	margin: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
}

#contactForm .input_left, #contactForm .select_narrow, #contactForm .select_wide, #registerForm .input_left, #registerForm .select_narrow, #registerForm .select_wide, #emailpropertyForm .input_left, #emailpropertyForm .select_narrow, #emailpropertyForm .select_wide {
	background-color: #fff;
}

#contactForm fieldset ol, #registerForm fieldset ol, #emailpropertyForm fieldset ol {
	padding: 0 10px;
	margin-top: 35px;
	list-style: none;
}

#contactForm fieldset li, #registerForm fieldset li, #emailpropertyForm fieldset li {
	float: left;
	clear: left;
	width: 100%;
}

#content_right label, #content_right_wide label {
	font-weight: bold;
	float: left;
	width: 120px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 0px;
	padding-top: 8px;
}

#contactForm label, #registerForm label {
	float: left;
	width: 120px;
	margin-right: 1em;
	font-size: 1.1em;
	color: #444;
}

#contactForm fieldset.submit, #registerForm fieldset.submit, #emailpropertyForm fieldset.submit {
	float: none;
	width: auto;
	border: none;
	background: none;
}

.input_left {
	float: left;
	margin: 5px 0px;
	width: 220px;
	height: auto;
	text-align: left;
	border: 1px solid #999;
}

.input_left_checkbox {
	margin-top: 10px;
	float: left;
}

.select_narrow {
	float: left;
	margin: 5px 0px;
	width: 70px;
	text-align: left;
	background: #ebebeb;
	border: 1px solid #999;
}

.select_wide {
	float: left;
	margin: 5px 0px;
	width: 222px;
	text-align: left;
	border: 1px solid #999;
}

.select_wide {
	background: #ebebeb;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.main_submit {
	margin-top: 10px;
	padding: 5px 10px 5px 27.5px;
	border: 2px solid #ccc;
	background: #fff url(../image/layout/bg_submit_silver.gif) top left repeat-x;
	color: #444;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
}

#contactForm .main_submit, #registerForm .main_submit, #emailpropertyForm .main_submit {
	margin-top: 20px;
	margin-left: 10px;
}

/* Message Styles */

div.message {
	margin: 0 0 20px 0;
	background: #dd3020 url(../image/layout/bg_message.jpg) top left repeat-x;
	border: 1px solid #a41100;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

div.message p {
	margin: 2.5px 0 2.5px 0 !important;
	padding: 5px 0px 5px 50px;
	color: #fff !important;
	background: url(../image/layout/bullet_warning.gif) 0% 50% no-repeat;
}

/* Horizontal Rule Styles */

div.hr_home, div.hr_dots {
	height: 15px;
	margin: 0;
}

div.hr_line {
	height: 1px;
	margin: 0 0 15px 0;
}

div.hr_home {
	width: 446px;
  	background: url(../image/layout/divider_dots_home.gif) bottom left no-repeat;
}

div.hr_dots {
	clear: both;
	width: 100%;
  	background: url(../image/layout/divider_dots.gif) center left repeat-x;
}

div.hr_line {
	clear: both;
	width: 100%;
  	background: url(../image/layout/divider_line.gif) center left repeat-x;
}

div.hr_home hr, div.hr_dots hr, div.hr_line hr {
	display: none;
}