body
{
  background: url(../img/background.png) no-repeat top center;
  background-attachment: fixed;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
}

#container
{
  width: 770px;
  margin: 0px auto;
  background: #fff;
}

#header
{
  background: #3d3d67;
  height: 120px;
}

#header h1
{
  margin: 10px 0px;
}

#header h1 a
{
  float: left;
  height: 120px;
  width: 250px;
  display: block;
  text-indent: -9999px;
  outline: none;
  background: url(../img/logo.gif) no-repeat 40px 10px;
}

#header-slide-show
{
  float: right;
  margin: 11px 20px 0px 0px;
}

#navigation
{
  clear: both;
}

#navigation ul
{
  height: 28px;
  background: #2f2f48;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding: 0px;
}

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

#navigation ul li a
{
  display: block;
  height: 28px;
  line-height: 27px;
  border-right: 1px solid #fff;
  padding: 0px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#navigation ul li a:hover
{
  background: #3d3d67;
}

#breadcrumb
{
  background: #3b3b75;
  margin-bottom: 10px;
  font-size: 0.85em;
  color: #fff;
  padding: 5px 10px;
}

#breadcrumb a
{
  color: #fff;
}

#column1
{
  float: left;
  width: 525px;
}

#column2
{
  float: right;
  width: 235px;
}

#footer
{
  clear: both;
  background: #efefef;
  padding: 8px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  font-size: 0.95em;
  height: 18px;
}

#footer-left
{
  float: left;
}

#footer-right
{
  float: right;
}

h2
{
  color: #2f2f48;
  font-size: 1.2em;
}

h3
{
  color: #2f2f48;
  font-size: 1.1em;
}

a
{
	color: #0000EE;
}

a img
{
  border: 0px;
}

.error-message
{
  font-style: italic;
  color: #ff0000
}

textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
}

.content-box
{
  padding: 7px;
  border: 1px solid #323578;
  margin-bottom: 10px;
}

.content-box h2
{
  margin-top: 0px;
}

.headed-content-box
{
	padding: 0px;
}

.headed-content-box h2
{
	color: #fff;
	padding: 10px;
	background: #3b3b75;
	font-size: 1em;
	margin-bottom: 0px;
}

.image-inset-left
{
  float: left;
  margin: 5px 10px 2px 0px;
}

.image-bordered
{
  border: 1px solid #000;
}

#map-canvas
{
  width: 500px;
  height: 300px;
  border: 1px solid #999;
}

#opening-times
{
  width: 200px;
}

#opening-times th
{
  text-align: left;
}


/*
 * Properties
 */

#properties-index .property
{
  margin-bottom: 15px;
}

#properties-index .property .heading
{
  background: #2F2F48;
  height: 30px;
}

#properties-index .property .heading h3
{
  float: left;
  margin: 0px;
  padding: 6px;
}

#properties-index .property .heading h3 a
{
  color: #fff;
  text-decoration: none;
}

#properties-index .property .heading .price
{
  float: right;
  color: #fff;
  padding: 6px;
}

#properties-index .property .heading .price .reduced-from
{
  text-decoration: line-through;
}

#properties-index .property .image
{
  float: left;
  width: 125px;
  text-align: center;
  font-size: 90%;
}

#properties-index .property .image img
{
	margin: 10px 0px 0px 5px;
	border: 1px solid #ccc;
	padding: 1px;
}

#properties-index .property .description
{
  float: right;
  width: 365px;
}

#properties-index .property .bottom
{
  clear: both;
}


/*
 * Property Map
 */

#properties-map .map-container
{
	text-align: center;
}


/*
 * Property Enquiry
 */

#properties-enquiry
{
	border: 1px solid #2f2f48;
}

#properties-enquiry h1
{
  background: #2f2f48;
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  margin: 0px;
}

#properties-enquiry p
{
	margin: 0px;
	padding: 10px;
	background: #ccc;
}

#properties-enquiry form
{
	padding: 10px;
}

#properties-enquiry form div
{
	clear: both;
	margin-top: 5px;
}

#properties-enquiry form label
{
	width: 80px;
	float: left;
}

#properties-enquiry textarea
{
	width: 350px;
	height: 80px;
}

#properties-enquiry .submit input
{
	margin-left: 80px;
}

#properties-enquiry form .error-message
{
	display: inline;
	padding-left: 10px;
}

#properties-enquiry form .textarea .error-message
{
	margin-left: 75px;
}

#properties-view #main-image
{
	float: left;
	width: 250px;
	height: 210px;
}

#properties-view #main-image img
{
	border: 1px solid #ccc;
}

#properties-view #short-description
{
	float: right;
	width: 245px;
}

#properties-view #short-description .reduced-from
{
	text-decoration: line-through;
}

#properties-view #image-thumbs
{
	float: left;
	clear: both;
	margin: 10px 0px;
}

#properties-view #image-thumbs div
{
	float: left;
	width: 75px;
	height: 60px;
	text-align: center;
	padding: 2px;
}

#properties-view h2
{
	padding-top: 15px;
}

#properties-view h3
{
	font-size: 0.9em;
	margin-bottom: 0px;
}

#properties-view p
{
	margin-top: 0px;
	margin-bottom: 6px;
}


#sidebar-options ul
{
	margin-top: 5px;
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#sidebar-options li
{
	padding-top: 5px;
}

#sidebar-view-properties, #sidebar-back
{
	background: #3b3b75;
}

#sidebar-view-properties a, #sidebar-back a
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#sidebar-view-properties a:hover, #sidebar-back a:hover
{
	text-decoration: underline;
}

#sidebar-floorplans div, #sidebar-epcs div
{
	text-align: center;
	margin: 10px;
}

#sidebar-floorplans .unavailable, #sidebar-epcs .unavailable
{
	text-align: left;
}

#sidebar-location div
{
	text-align: center;
	margin: 5px 0px;
}

#sidebar-location .terms-of-use
{
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
	color: #345683;
}


/*
 * Property Map
 */

#properties-map p
{
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
	padding-top: 3px;
}





/*
 * Property Sidebox
 */

.property-box
{
	text-align: center;
}

.property-box h2
{
}

.property-box .image img
{
	border: 1px solid #ccc;
	padding: 2px;
}

.property-box .description
{
	padding-top: 5px;
}

.property-box .reduced-from
{
	text-decoration: line-through;
}


/*
 * Contact Page
 */

#contact-write
{
  float: left;
  width: 225px;
}

#contact-phone-email
{
  float: right;
  width: 225px;

}

#contact-write h3, #contact-phone-email h3
{
  margin-top: 0px;
  margin-bottom: 0px;
}

#contact-write p, #contact-phone-email p
{
  margin-top: 0px;
}

#contact-wight-agents
{
  clear: both;
}

#contact-sidebar-enquiry-form form label
{
  display: block;
}

#contact-sidebar-enquiry-form form input 
{
  width: 205px;
}

#contact-sidebar-enquiry-form form .submit input 
{
  width: auto;
}

#contact-sidebar-enquiry-form form textarea
{
	width: 205px;
	margin-bottom: 5px;
}

#loginForm { }

#contact-sidebar-enquiry-sent
{
  color: #347E30;
  font-weight: bold;
  background: url('../img/icons/famfamfam-silk/accept.png') no-repeat left;
  padding-left: 22px;
}

#loginForm fieldset
{
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
}

#loginForm div
{
	margin-bottom: 5px;
}

#loginForm .text input, #loginForm .password input
{
	width: 250px;
}

#loginForm label
{
	float: left;
	width: 100px;
}

#loginForm .submit
{
	padding-left: 100px;
	padding-top: 10px;	
}

.clear
{
	clear: both;
}

.cake-sql-log
{
  display: none;
  font-family: Arial;
  font-size: 11px;
  width: 750px;
  margin: 20px auto;
}

.cake-sql-log th, .cake-sql-log td
{
  padding: 5px;
}

.cake-sql-log th
{
  background: #efefef;
}
