body, html
{
	padding: 0;
	margin: 0;
	background: #CCC;
	text-align: center;
	font-family: Gill Sans, Helvetica, Arial,sans-serif;
	color: #333;
	font-weight: normal;
}

h1, h2, h3, h4, h5 { font-weight: normal; }

/* 
IE 5.x windows has a bug where font size isn't inherited from the body tag.
See: http://www.webhostingtalk.com/archive/thread/305618-1.html
*/

table, tr, td, ul, ol, li, input, select, textarea { font-size: 100%; }

/* end hack */
.clear
{
	clear: both;
	/* under all floats */
}

a, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover { color: #FFCC33; }

div#container
{
	text-align: left;
	margin: 10px auto 0;
	background-color: #fff;
	background-image: url("/images/container_background.gif");
	background-repeat: repeat-y;
	background-position: left;
	font-size: 1em;
	width: 770px;
}

div#print_header
{
display: block;
}

div#header
{
display: none;
}

div#header #info
{
display: none;
}

div#header #info h4
{
display: none;
	
}

div#content
{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	height: 410px;
}

div#content h2
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

div#content p { font-size: .8em; }

/* global nav start */
div#globalnav
{
display: none;
}

div#globalnav ul
{
	padding: 0px;
	margin: 0px;
}

div#globalnav ul li
{
	display: block;
	font-size: .8em;
	float: left;
	padding: 10px 15px 0 15px;

}

div#globalnav ul li a:link, div#globalnav ul li a:visited
{
	background: url("/images/arrow_red.gif") bottom no-repeat;
	background-position: 50% 8px;
	padding-top: 18px;
	
}

div#globalnav ul li a:hover, div#globalnav ul li.active a:link, div#globalnav ul li.active a:visited, div#globalnav ul li.active a:hover
{
	background-image: url("/images/arrow_yellow.gif");
	color: #C00;
}

/* global nav end */
#global_home { margin-left: 0px; }

/* home styles */
div#home_image_text
{
	float: left;
	margin-top: 20px;
}

div#home_image
{
	margin: 0px;
	float: left;
	padding: 0px 20px 0 0;
}

div#home_text
{
	float: left;
	width: 235px;
	margin: 0px;
}

.home_modules_right
{
	float: right;
	width: 150px;
	margin-top: 15px;
}

.home_modules_right, .home_modules_right_bottom { margin: 15px 0 0 0; }

div#home_modules_bottom div
{
	float: left;
	margin-top: 20px;
	width: 175px;
	height: 90px;
	line-height: 1em;
	font-size: 1em;
	color: #fc3;
	margin-right: 9px;
	padding: 0px;
	
}

div#home_modules_bottom div p {
	font-size: .9em;
	color: #fc3;
	margin-top: 30px;
	margin-left: 10px;
}

div#home_modules_bottom div p a {
	color: #fc3;
}

div#home_modules_bottom div p a:hover {
	color: #fff;
	text-decoration: underline;
}



div#home_modules_bottom div#module_1 
{
	background: #C00 url("/images/home_modules_bottom_1.gif") top no-repeat;
	
}


div#home_modules_bottom div#module_1 p { padding-left: 90px; }


div#home_modules_bottom div#module_2
{
	background: #C00 url("/images/home_modules_bottom_2.gif") top no-repeat;
}

div#home_modules_bottom div#module_3
{
	background: #C00 url("/images/home_modules_bottom_3.gif") top no-repeat;
}

div#home_modules_bottom div#module_4 { 
	background: #C00 url("/images/home_modules_bottom_4.gif") top no-repeat;
	margin-right: 0px;
}



/*basic template for most pages */
.basic_template
{
	float: left;
	background: #fff;
	margin-top: 20px;
}


div#property_details_holder
{
width: 730px;
margin: 0px;
padding: 0px;
}

div#property_details_left
{
float: left;
width: 350px;
}

div#property_details_plans p
{
margin-left: 10px;
margin-top: 20px;
font-size: 1em;
}


div#property_details_right
{
float: right;
width: 350px;
margin: 0px;
padding: 0px;
margin-bottom: 30px;

}


div#property_details_photo
{
margin-top: 30px;
margin-bottom: 15px;
}

div#property_details_modules
{
width: 350px;
height: 100px;
}


div#property_details_modules_btns
{
float:left;
color: #999;
margin-top: 5px;
}

div#property_details_modules_btns div
{
background: #C00 url("/images/detail_btn.gif") top no-repeat;
	width: 160px;
height: 28px;
margin-top: 4px;

}

div#property_details_modules_btns div p
{
	padding-left: 10px;
	padding-top: 4px;
	font-size: .8em;
	margin: 0px;
	
	}
	
	
	div#property_details_modules_btns div a, div#property_details_modules_btns div a:visited, div#property_details_modules_btns div a:link
{
	color: #fc3;
	text-decoration: none;
	margin: 0px;
	
	}
	
	
	div#property_details_modules_btns div a:hover
{
	color: #fff;
text-decoration: underline;
	margin: 0px;
	
	}




div#property_details_module_1 
{
	background: #C00 url("/images/home_modules_bottom_1.gif") top no-repeat;
		float: right;
	margin-top: 10px;
	width: 175px;
	height: 90px;
	line-height: 1em;
	font-size: 1em;
	color: #fc3;
	padding: 0px;
}

div#property_details_module_1 p
{
	font-size: .9em;
	color: #fc3;
	margin-top: 30px;
	margin-left: 10px;
	padding-left: 90px;
}



div#property_details_module_1  p a {
	color: #fc3;
}

div#property_details_module_1  p a:hover {
	color: #fff;
	text-decoration: underline;
}



div#property_details_overview
{
width: 325px;
background: #fff;
margin-top: 25px;

}



div#property_details_overview_text
{
float: left;
width: 232px;
background: #fff;
}





div#property_details_overview_text p
{
color: #000;
font-size: .8em;
line-height: 1.6em;
font-weight: normal;
margin-top: 5px;
}


div#property_details_overview_features
{
float: right;
width: 118px;
background: #fff;
}


div#property_details_overview_features ul
{
color: #333;
	margin: 0px;
	padding-left: 10px;
	list-style: disc;
	font-size: .7em;
	line-height: 1.8em;
list-style-position: inside

}

div#property_details_overview_thumbs
{
width: 330px;
margin: 0px;
padding: 0px;
}

div#property_details_overview_thumbs div img
{
border: 0px;
}

div#property_details_overview_thumbs div
{
	float: left;
	text-align:center;
	width: 56px;
	margin-right: 2px;
	margin-top: 4px;
	padding: 0px;
	
}

div#property_details_overview_thumbs div#thumb5
{
margin-right:0px
}



/* propert list template 8*/
.property_list_module_holder
{
	clear: both;
	background-color: #fff;
	background-image: url("/images/property_background.gif");
	background-repeat: repeat-y;
	background-position: left;
	line-height: 1.3em;
	margin: 10px 0;
	
}



.property_mini_holder {
height: 193px;
width: 730px;
		}	

.property_list_details
{
float: right;
line-height: 1.1em;
padding-top: 10px;
width: 473px;
}


.property_list_large_image
{
float: left;
width: 257px;

}



.property_list_overview
{
float: left;
width: 323px;

}

.property_list_overview h2, .property_list_overview p
{
padding: 0px 40px 10px 30px;

}



.property_list_overview h2, .property_list_large_features h2
{
color: #C00
}

.property_list_features {
float: right;
margin: 0px;
width: 150px;
padding: 0px;
color: #C00;

}

.property_list_features ul
{
margin: 0px;
padding: 0px;
list-style-position: inside
	
}

.property_list_features ul li
{
font-size: .8em;
list-style-type: disc; 
line-height: 1.5em;
margin: 0px;
padding: 0px;
color:#666;
}

a.property_list_features_button span {
ΚΚΚ  display: none;
}
.property_list_overview a.property_list_features_button:link, .property_list_overview   a.property_list_features_button:visited, .property_list_overview  a.property_list_features_button:hover {
	display: block;
	width: 102px;
	height: 21px;
	float: left;
	background: url(/images/full_details_btn_01.gif) no-repeat;
}
div#main p a.chunky-button:hover {
	background-position: 0 -50px;
}






/* more page templates */
div#site_map_info_template
{
	float: left;
	width: 730px;
	background: #fff;
}

/*about us page*/
div#about_us_image_text
{
	float: left;
	width: 710px;
	line-height: 1.3em;
	margin-top: 20px;
}

div#about_us_text
{
	float: left;
	width: 370px;
}

div#about_us_text h2, div#about_us_text p
{
	padding-left: 10px;
	padding-right: 20px;
}


div#about_us_image
{
	float: right;
	width: 200px;
}

div#about_us_image img
{
	padding: 45px 0 0 0;
}

/*buyers guide page*/
div#buyers_guide_image_text, div#site_info_image_text
{
	float: left;
	width: 510px;
	line-height: 1.3em;
}

div#buyers_guide_text
{
	float: left;
	width: 270px;
	padding-left: 10px;
	padding-right: 20px;
}

div#buyers_guide_related_links
{
	float: right;
	margin-top: 45px;
	background: #C00;
	width: 200px;
}


/*site info page*/

div#site_info_image_text { margin-top: 25px; }

div#site_info_text
{
	float: left;
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
}

div#site_info_text a
{
color:#C00;
}

div#site_info_text a:hover
{
color:#000;
text-decoration: underline;
}


div#buyers_guide_image, div#site_info_image
{
	float: right;
	width: 200px;
	padding: 45px 0 0 0;
}


/* search input template */
div#search
{
	float: left;
	margin-top: 30px;
	background: #C00;
	width: 200px;
}

/* text input template */
.input
{
	background-color: #fff;
	width: 150px;
	border: 1px solid #333;
	font-size: 11px;
	font-family: Helvetica, Arial,sans-serif;
}


/* re box template */
div#red_box_top
{
	background-image: url("/images/related_links_top.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #C00;
	width: 200px;
	height: 10px;
}

div#red_box_bottom
{
	background-image: url("/images/related_links_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C00;
	width: 200px;
	height: 10px;
}

/* type styling for red box */
div#search h2, div#buyers_guide_related_links h2
{
	color: #fc3;
	margin: 0px;
	padding-left: 20px;
}

div#search ul, div#buyers_guide_related_links ul
{
	margin: 0px;
	padding: 10px 10px 10px 0px;
}

div#search ul li a, div#buyers_guide_related_links ul li a
{
	color: #fc3;
	font-size: .8em;
}

div#search ul li, div#buyers_guide_related_links ul li
{
	margin: 0px;
	padding-left: 20px;
	list-style: none;
	color: #fc3;
}

div#buyers_guide_related_links ul li a:hover
{
	text-decoration: underline;
	color: #fff;
}

.dropdown { font-size: 12px; }

#results.dropdown
{
	margin: 0px;
	padding: 10px 0 10px 20px;
}

.dropdown.buyers
{
	clear: both;
	padding: 20px 0 0 10px;
}

/*yellow bar start*/
div#yellow_bar
{
	width: 730px;
	height: 36px;
	margin: 0px;
	background: url("/images/yellow_bar.gif") top no-repeat;
}


div#yellow_bar h2
{
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	color: #C00;
}

div#yellow_bar h3
{
	font-size: .8em;
	font-weight: bold;
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	color: #C00;
}

div#yellow_bar h4
{
	font-size: .7em;
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	color: #C00;
}



div#yellow_bar a { color: #C00; }
div#yellow_bar a.active, div#yellow_bar a:hover.active, div#yellow_bar a:visited.active 
{ color: #000; 
}

div#yellow_bar a:visited { color: #C00; }

div#yellow_bar a:hover
{
	color: #000;
	text-decoration: underline;
}

/*yellow bar end*/
/*footer bar start*/
div#footer
{
display: none;
}

div#footer h5
{
	font-size: .7em;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

div#footer a;
{
	color: #000;
	text-decoration: none;
}

div#footer a:hover { text-decoration: underline; }

/*footer bar end*/

