@CHARSET "UTF-8";
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*  swop2move
/*  Copyright 2009
/*
/*  Cascading Style Sheet
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Colin MacDonald, Pure Innovation Ltd
/* ---------------------------------------------------------------------- */


/* ###################################### */
/* RESETING
/* ###################################### */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
	color: #213442;
	text-decoration: underline;
	font-size: 0.85em;
}

a:hover
{
  text-decoration: underline;
}

a.no_underline {
	text-decoration: none;
	font-size: 0.85em;
}

a.no_underline:hover {
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fff;
	color: #797979;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #213442;
	line-height: 1.2em;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  color: #213442;
}

h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  color: #213442;
}

h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  color: #C3D936;
}

h5 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.35em;
  font-weight: normal;
  color: #213442;
}

h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  color: #213442;
  line-height: 1.2em;
}

p {
  padding-bottom: 0.9em;
}

ul {
	list-style-image: url(/images/list_image.gif);
	margin: 10px 0 10px 0;
	padding-left: 15px;
}

/* ###################################### */
/* GENERAL
/* ###################################### */

div.center_container {
  width: 956px;
  margin: 0 auto;
}

div.clear {
  clear: both;
  line-height:0;
  font-size: 0;
}

div.separator {
	width: 100%;
	height: 3px;
	clear: both;
	background-color: #E0E4E7;
	margin: 10px 0 10px 0;
}

.no_outline {
  outline: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.padding_top_20 {
	padding-top: 20px;
}

.padding_left_20 {
  padding-left: 20px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_left_20 {
  margin-left: 20px;
}

.relative {
	position: relative;
}

.red {
	color: #FF0000;
}

.left_column {
	float: left;
	width: 200px;
}

.left_column_border
{
  float: left;
  width: 150px;
  border-right: 1px solid #213442;
}

.right_column {
	float: right;
	width: 735px;
}

div.word_count {
	width: 100%;
	display: block;
	clear: both;
}

div.word_count div.label { 
  float: left;
}

div.word_count div.counter {
	width: 100px;
	float: left;
}

/* ###################################### */
/* HEADER
/* ###################################### */

div#header {
	width: 100%;
	height: 151px;
	border-bottom: 10px solid #213442;
	padding-top: 11px;
}

div#header div.center_container {
	height: 162px;
}

div#header div#text_nav {
	float: right;
}

div#header img#logo {
  float: left;
	padding: 15px 0 0 15px;
}

div#header img#strap {
	float: right;
	padding: 53px 0 0 0;
}

/* MAIN TABS */

div#header ul#tabs {
	width: 100%;
	float: left;
	clear: both;
	list-style: none;
	padding-top: 1px;
}

div#header ul#tabs li {
	float: left;
	padding-right: 4px;
}

div#header ul#tabs a {
  height: 32px;	
	display: block;
  text-decoration: none;
}

div#header ul#tabs li a.properties { width: 100px; background: url(/images/tab_properties.gif) 0 0 no-repeat; }
div#header ul#tabs li a.properties:hover, div#header ul#tabs li a.properties.active { background: url(/images/tab_properties_active.gif) 0 0 no-repeat; }
div#header ul#tabs li a.login { width: 67px; background: url(/images/tab_login.gif) 0 0 no-repeat; }
div#header ul#tabs li a.login:hover, div#header ul#tabs li a.login.active { background: url(/images/tab_login_active.gif) 0 0 no-repeat; }
div#header ul#tabs li a.my_account { width: 105px; background: url(/images/tab_my_account.gif) 0 0 no-repeat; }
div#header ul#tabs li a.my_account:hover, div#header ul#tabs li a.my_account.active { background: url(/images/tab_my_account_active.gif) 0 0 no-repeat; }
div#header ul#tabs li a.register { width: 85px; background: url(/images/tab_register.gif) 0 0 no-repeat;}
div#header ul#tabs li a.register:hover, div#header ul#tabs li a.register.active { background: url(/images/tab_register_active.gif) 0 0 no-repeat; }
div#header ul#tabs li a.logout { width: 74px; background: url(/images/tab_logout.gif) 0 0 no-repeat;}
div#header ul#tabs li a.logout:hover, div#header ul#tabs li a.logout.active { background: url(/images/tab_logout_active.gif) 0 0 no-repeat; }

div#header_shadow {
	width: 100%;
	height: 8px;
	background: url(/images/header_shadow.gif) 0 0 repeat-x;
	padding-bottom: 12px;
}

/* ###################################### */
/* ACTION BAR (for login)
/* ###################################### */

div#action_bar_container {
  clear: both;
  width: 100%;
	background: #C3D936 url(/images/action_bar_bg.gif) 0 0 repeat-x;
}

div#action_bar_container form {
	padding-left: 0;
}


div#action_bar_container form fieldset {
  border: 0px;  
}

div#action_bar_container ul {
  float: left;
  list-style: none;
	margin: 5px 0 5px 0;
}

div#action_bar_container ul li {
  float: left;
  padding: 0 10px 0 0;
}

div#action_bar_container ul li h3 {
  padding-top: 8px;
}

div#action_bar_container ul li input {
  margin-top: 4px;
  border:0 none;
  height:19px;
  overflow:hidden;
  padding: 7px 10px 5px 7px;
  width:206px;
}

div#action_bar_container ul li .login_submit {
	width: 91px;
	height: 33px;
	padding: 0;
}

div#action_bar_container ul li input.username {
  background:url(/images/input_username_green_bg.gif) 0 0 no-repeat;
}

div#action_bar_container ul li input.password {
  background:url(/images/input_password_green_bg.gif) 0 0 no-repeat;
}

div#action_bar_container ul li a.link {
	float: left;
  margin-top: 10px;
  display:block;
}

/* ###################################### */
/* MESSAGES
/* ###################################### */

div#errors_container {
  display: block;
  clear: both;
  width: 100%;
  background-color: #e01b1b;
  padding: 10px 0px 10px 0px; 
}

div#errors_container h2 { 
  color: #FFFFFF;
}

div#errors_container { 
  color: #FFFFFF;
}

div#errors_container ul { 
  list-style-image: none;
}

/* ###################################### */
/* ROUND CORNERED GREEN HEADER BORDER BOX
/* ###################################### */

.green_header_box {
   background-color:#C3D936;
	 height: 56px;
	 width: 956px;
}

.green_header_box .top_right,
.green_header_box .top_left {
	width: 8px;
	height: 8px;
}

.green_header_box .top_right {
	float: right;
	background: url(/images/green_header_box_top_right.gif) no-repeat;
}

.green_header_box .top_left {
	float: left;
	background: url(/images/green_header_box_top_left.gif) no-repeat;
}

.green_header_box div.content {
	width: 100%;
	height: 48px;
	display: block; 
	clear: both;
}

.green_header_box div.content div.left {
  float: left;	
	padding: 3px 0 0 20px;
}

.green_header_box div.content div.right {
  float: right; 
  padding: 3px 20px 0 0;
}

/* ###################################### */
/* GRADIENT BOX USED UNDER HEADER BOX
/* ###################################### */

div.grad_box {
	width: 954px;
	height: 51px;
	background: url(/images/grad_box_bg.gif) repeat-x;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

div.grad_box ul {
  list-style: none;
	margin: 0;
}

div.grad_box li {
  float: left;
	padding: 12px 0 0 40px;
}

div.grad_box li.active h2 {
	color: #213442;
}

div.grad_box li.active_bold h2 {
	color: #213442;
	font-weight:bold;
}

div.grad_box li h2 {
	color: #D6D6D6;
}


/* ###################################### */
/* ROUND CORNERED GREY BORDER BOX
/* ###################################### */

.grey_border_box {
   float: left;
   background-color:#FFFFFF;
   z-index:0;
}

.grey_border_box .top_right,
.grey_border_box .top_left, 
.grey_border_box .bottom_right,
.grey_border_box .bottom_left {
   display: block;
   clear: both;
   font-size: 0; /* for IE6 */
   height: 6px;  /* set height to the size of the corner */
   position: relative;
   background: url(/images/grey_border_box_corner_round_bg.gif) no-repeat;
}

.grey_border_box .top_right,
.grey_border_box .bottom_right {
   width: 100%; /* scales with the module */
}

.grey_border_box .top_left,
.grey_border_box .bottom_left { /* left corners */
   width: 6px;
}

.grey_border_box .top_right {
   background: url(/images/grey_border_box_corner_round_bg_top_right.gif) repeat-x top right;
}

.grey_border_box .top_left {
   background-position: 0 -12px;
}

.grey_border_box .bottom_right { /* bottom corners get moved */
   position: relative;
   background: url(/images/grey_border_box_corner_round_bg_bottom_right.gif) repeat-x top right;
}

.grey_border_box .bottom_left {
   background-position: 0 -18px;
}

.grey_border_box .content_bg_right {
  float: right;
  width: 100%;
  position: relative;
  background: url(/images/grey_border_box_bg_right.gif) repeat-y top right;
}

.grey_border_box .title {
	float: left;
	height: 49px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	background: url(/images/grey_border_box_bg_title.gif) repeat-x;
}

.grey_border_box .title h1 {
  padding: 5px 0 0 20px;	
}

.grey_border_box .content {
  float: left;
  position: relative;
  padding: 30px;
  background: url(/images/grey_border_box_bg_left.gif) repeat-y;
}

.grey_border_box .content_less_padd {
  float: left;
  position: relative;
  padding: 10px;
  background: url(/images/grey_border_box_bg_left.gif) repeat-y;
}

.grey_border_box .content_no_padd {
  float: left;
  position: relative;
  padding: 10px;
  background: url(/images/grey_border_box_bg_left.gif) repeat-y;
}



/* ###################################### */
/* ROUND CORNERED GREY BOX
/* ###################################### */

.grey_box {
   float: left;
   background-color:#D7D7D7;
   z-index:0;
}
.grey_box .top_right,
.grey_box .top_left, 
.grey_box .bottom_right,
.grey_box .bottom_left {
   display: block;
   clear: both;
   font-size: 0; /* for IE6 */
   height: 6px;  /* set height to the size of the corner */
   position: relative;
   background: url(/images/grey_box_corner_round_bg.gif) no-repeat;
}

.grey_box .top_right,
.grey_box .bottom_right {
   width: 100%; /* scales with the module */
}

.grey_box .top_left,
.grey_box .bottom_left { /* left corners */
   width: 6px;
}

.grey_box .top_right {
   background: url(/images/grey_box_corner_round_bg_top_right.gif) repeat-x top right;
}

.grey_box .top_left {
   background-position: 0 -12px;
}

.grey_box .bottom_right { /* bottom corners get moved */
   position: relative;
   background: url(/images/grey_box_corner_round_bg_bottom_right.gif) repeat-x top right;
}

.grey_box .bottom_left {
   background-position: 0 -18px;
}

.grey_box .content_bg_right {
  float: right;
  width: 100%;
  position: relative;
  background: url(/images/grey_box_bg_right.gif) repeat-y top right;
}

.grey_box .content {
  float: left;
  position: relative;
  padding: 30px;
  background: url(/images/grey_box_bg_left.gif) repeat-y;
}

.grey_box .content_less_pad {
 
  position: relative;
  padding: 10px;
  background: url(/images/grey_box_bg_left.gif) repeat-y;
  text-align:center;
  display:block;
}

.grey_box .content_less_pad .content_center {
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	text-align: left;	
	color: #203b3b;
}

.grey_box .content_less_pad .content_center .swoper_left {
	font-weight: bold;
	width: 100px;
	float: left;	
}


.grey_box .content_less_pad .content_center .swoper_right {
	width: 180px;
	float: right;	
}


/* ###################################### */
/* FORMS
/* ###################################### */

form {
	padding-left: 60px;
	
}

form ul {
	list-style: none;
	list-style-image: none;
}

form ul li {
	padding-bottom: 14px;
}

form ul li label {
	float: left;
  width: 230px;
}

form ul li input.input {
	border:0 none;
  height:19px;
  overflow:hidden;
  padding: 7px 10px 5px 7px;
  width:246px;
	background:url(/images/input_bg.gif) no-repeat;
}

form ul li textarea {
	width:258px;
	height: 200px;
}

form ul li textarea.wide {
  width:488px;
  height: 200px;
}

form ul li input.input_small {
  border:0 none;
  height:19px;
  overflow:hidden;
  padding: 7px 10px 5px 7px;
  width: 100px;
  background:url(/images/input_small_bg.gif) no-repeat;
}

form ul li select {
	padding: 5px;
	width:264px;
}

form ul li div#photos {
	float: left;
	width: 100%;
	display: block;
	clear: both;
}

form ul li div#photos div.photo {
  float: left;
	width: 180px;	
	height: 200px;
}

form .submit_right {
	right: -75px;
	float: right;
	display: block;
	clear: both;
}

ul.plain_list {
	list-style: disc;
	list-style-image: url(/images/list_image.gif);
  margin: 10px 0 10px 0;
  padding-left: 15px;
}

ul.plain_list li {
	width: 477px;
	padding-bottom: 0px;
}


#filter_form
{
	padding: 0px !important;
	margin: 0px !important;	
}

#filter_form ul {
	list-style: none;
	list-style-image: none;
}

#filter_form ul li {
	padding-bottom: 14px;
}

#filter_form ul li label {
	display: block;
  	width: 140px;
}

#filter_form ul li select {
	padding: 0px;
	width:168px;
}

#filter_form ul li input {
	padding: 0px;
	width:164px;
}

/* ###################################### */
/* MY ACCOUNT MENU
/* ###################################### */

div.my_account_menu
{
  
}

div.my_account_menu ul
{
  padding-left: 0;
  list-style: none;
  list-style-image: none;
}

div.scrolling_terms_box
{
	display: block;
	height: 200px;
	overflow: auto;	
}

/* ###################################### */
/* PROPERTIES SECTION
/* ###################################### */

img.property_list_image
{
	float: left;
	margin-right: 10px;	
	border: 1px solid #c3c3ae;
	margin-bottom: 10px;
}

div.gallery_area
{
	display:block;
	position:relative;
}

div.property_area
{
	display: block;
	margin-top: 10px;
}

.property_main_photo
{
	float:left;	
	width:310px;
	
}

div.property_photos
{
	width: 325px;
	float:right;
	margin-left: 0px;
}

div.property_photos img
{
	margin-left: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}

div.property_swoper_looking_for
{
	float:right;
	width:330px;	
}

div.property_key_features
{
	float: left;	
	width: 300px;
}

div.property_key_features div.key_features_left
{
	float: left;
	width: 90px;
	font-weight: bold;
	color: #213442;
}

div.property_key_features div.key_features_right
{
	float: right;
	width: 200px;

}

div.property_details
{
	position:relative;
	margin-top: 20px;
}

div.contact_float_right
{
	width: 250px;
	float: right;
	color: #203b3b;	
	text-align: left;
}

div.contact_float_left
{
	width: 350px;
	float: left;
	color: #203b3b;	
	text-align: left;
}

span.underline_capitalize
{
	text-transform:	uppercase;
	text-decoration: underline;
}

img.contact_icons
{
	margin-right: 10px;
}

div.pagination_button
{
	margin-left: 5px;
	width:28px;
	height: 28px;
	background:url(/images/pagination_button_off.gif);
	text-align:center;
	line-height: center;
	padding: 0px;
	float: left;
}

div.pagination_button_on
{
	margin-left: 5px;
	width:28px;
	height: 28px;
	background:url(/images/pagination_button_off.gif);
	text-align:center;
	line-height: center;
	padding: 0px;
	float: left;
}

div.pagination_button span
{
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #c3d936;
	font-weight: bold;
}

div.pagination_button_on a
{
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #797979;
	font-weight: bold;
}

.margin_left_5
{
	margin-left: 5px;	
}

.pagination
{
	display: block;
	text-align: center;	
	margin-top: 30px;
}

div.property
{
	position:relative;	
}

img.circle_new_property
{
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1000;
		
}

/* ###################################### */
/* FOOTER
/* ###################################### */

div#footer {
	width: 100%;
	height: 297px;
	border-top: 4px solid #213444;
	margin-top: 82px;
}

div#footer div.center_container {
	margin-top: 35px;
}

div#footer div#footer_left {
	float: left;
}

div#footer div#footer_left div#copyright {
	font-size: 0.85em;
	color: #213442;
	padding-top: 30px;
}

div#footer ul {
	float: left;
	padding-left: 0;
	list-style: none;
	list-style-image: none;
}

div#footer ul li {
	width: 200px;
	height: 22px;
}

div#footer ul li a {
  font-size: 1em;;
  color: #797979;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#footer div#footer_right {
	float: right;
	width: 260px;
}

.no_underline_link
{
	text-decoration: none;
}

div.admin_top
{
	display: block;
	margin-bottom: 10px;
	background-color: #23c94a;
	padding: 2px;
	padding-left: 10px;
}
 
div.admin_top a
{
	color: #ffffff;
}
