/* reset.css */

html, body, div, span, object, iframe, h5, h6, blockquote, pre, a, abbr, acronym, 
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, submit, text {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}


a img {border:none; margin: 0px; padding: 0px; }

/* MISC AND GENERAL */

body {
	margin: 0px 0px 0px 0px;
	background: url('../images/bgtile.jpg');
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	text-align: center;
	font-family:Arial, sans-serif, verdana;
}

#container {
	width: 795px;
	margin: auto;
	text-align: center;
}




/* ##################### */
/* BANNER */

#banner {
	width: 795px;
	height: 28px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#banner h1 {
	color: #b9c0c7;
	font-size: 11px; 
	color:#7c7a79; 
	line-height:22px;
	font-weight: normal;
}




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

#header {
	width: 795px;
	height: 100px;
	margin: auto;
	background: url('../images/banner-bg.gif');
	background-repeat: repeat-x;
	overflow: hidden;
}

#header h1 {
	 background: url('../images/britannia-property-management-spain.gif');
	 width: 183px;
	 height: 70px;
	 overflow: hidden;
	 float: right;
	 margin: 5px 15px 0px 0px;
}

#header ul {
	width: 475px;
	height: 65px;
	text-align: left;
	float: left;
	/*border: 1px #ffffff solid;  ?????? */
	padding-top: 30px;
	margin-left: 10px;
}


#header ul li {
	display:inline;
	padding-left: 15px;

}

#header a:link, #header a:active, #header a:visited, #header a:hover {
	color: #150958;
	font-size: 14px; 
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #d71921;
	text-decoration: underline;
}



/* ##################### */
/* CONTENT */



#content {
	width: 795px;
	margin: auto;
	padding-bottom: 30px;
	background-color: #ffffff;
	text-align: left;
	min-height: 600px;
}

#content h1 {
	color: #6c6c6c;
	font-size: 13px; 
	line-height:22px;
	font-weight: normal;
	text-align: center;
}

#content a:link, #content a:active, #content a:visited, #content a:hover {
	color: #150958;
	text-decoration: underline;
}

#content a:hover {
	color: #d71921;
	text-decoration: underline;
}

#content #imageArea {
	text-align: center;
}

#content #imageArea img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#content #body {
	width: 725px;
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}

#content #body h1 {
	color: #150958;
	font-size: 20px; 
	line-height:22px;
	font-weight: normal;
	text-align: left;
}

#content #body h2 {
	color: #d71921;
	font-size: 14px; 
	line-height:22px;
	font-weight: bold;
}

#content #body h3 {
	color: #150958;
	font-size: 14px; 
	line-height:18px;
	font-weight: bold;
}

#content #body h4 {
	color: #150958;
	font-size: 14px; 
	line-height:18px;
	font-weight: normal;
}

#content #body p, #content #body li, #content #body th, #content #body td, #content #body div.row span.label, #content #body div.row {
	color: #6c6c6c;
	font-size: 12px; 
	line-height:16px;
	font-weight: normal;
	text-align: left;
}

#content #body th {
	color: #150958;
	font-weight: bold;
}

#content #body td, #content #body th {
	border-bottom: 1px #7f8b9a solid;
}


#content #body li {
	list-style-type: circle;
	margin-left: 25px;
}

#content #body hr {
	color: #150958;
	height: 1px;
}


.clear { clear: both; }

/* Enquiry Form */
#content #body div.row {
  clear: both;
  padding-top: 2px;
  }

#content #body div.row span.label {
  float: left;
  width: 130px;
  text-align: left;
  }

#content #body div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 





#content #side {
	width: 170px;
	text-align: left;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
	display:none;
}





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

#footer {
	clear: both;
	width: 795px;
	margin: auto;
	background: url('../images/footer-bg.gif');
	background-repeat: no-repeat;
	padding-top: 25px;
	text-align: left;
}

#footer p, #footer p.tag, a.tag:link, a.tag:active, a.tag:visited, a.tag:hover {
	color: #6c6c6c;
	font-size: 10px; 
	line-height:14px;
	font-weight: normal;
	text-decoration: none;
}

a.tag:hover {
	color: #ec008b;
	text-decoration: underline;
}


