/*---[ Details ]---------------------------------------
Site: Lewis Estate Agents
Author: Craig Butcher
Contact: craig@dotcraig.com
Date Created: 04.08.2008
Date Modified: 01.08.2008
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] Yahoo CSS Reset
[02] HTML / Body
[03] Anchors
[04] Images
[05] Headings
[06] Lists
[07] Reusable Elements
-------------------------------------------------------*/

/* [01] Import CSS
-------------------------------------------------------*/

@import url("structure.css");


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* [02] HTML / Body
-------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 62.5% Verdana, Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #333 url('../images/contentbackground.jpg') no-repeat top center;
	color: #CECECE;
}

#container {
	background: url('../images/flock_bg_top.jpg') repeat-x top left;
	width: 100%;
}

#linksBox{
	background: url('../images/menu_bg.png') no-repeat;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	padding-bottom: 10px;
}

h2 .error {color: #FF5555;}


/* [03] Anchors
-------------------------------------------------------*/

a {
	text-decoration: none;
	color: #FFFFFF;
}

#mailBox a {
	height: 20px;
	width: 220px;
	position: absolute;
	text-indent: -9999px;
	top: 70px;
	right: 0px;
}

.propertyHeader a:link {
	color: #333;
	text-decoration: none;
}

.propertyHeader a:visited {
	color: #333;
	text-decoration: none;
}

.propertyHeader a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

.propertyContent a:link, a:visited {
	color: #FFFFFF;
}

.propertyContent a:hover, a:active {
	color: #FFFFFF;
	border-bottom: 1px dotted #ffffff;
}

#buyrentCol a {
	color: #c4c4c4;	
}

#buyrentCol a:hover {
	color: #ffffcc;
	border-bottom: 1px dotted #999;
}

.contact {
	color: #e7e0a8;
}

#footercontent a {
	color:#999999;
}

#footercontent a:hover {
	border-bottom: 1px dotted #E7E0A8;
	color: #E7E0A8;
}

#footercontent a:active {
	color: #E7E0A8;
}
	


/* [04] Images
-------------------------------------------------------*/

#imgBox {
	height: 220px;
	width: 800px;
	border: 1px solid #363636;
	background: #b4b4b4;
	margin: 30px auto;
}

#imgBox img {
	display: block;
	margin: 10px auto;
}

#secondaryCol img {
	margin-bottom: 30px;	
}

/* [05] Headings
-------------------------------------------------------*/

#branding h1 {
	background: url('../images/lewis_logo.png') no-repeat;
	height: 96px;
	left: 0;
	padding-top: 10px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width:281px;
}

#content h2 {
	color: #e7e0a8;
	font-size: 2em;
	margin: 4px 0 15px 0;

}

#branding p.phonenumber {
	background: url('../images/phonenumber.png') no-repeat;
	height: 57px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 35px;
	width: 225px;
}

#content p {
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 20px;
}

#footercontent p {
	font-size: 1.1em;
	color: #999;
}

.propertyMainContent p { padding-right: 20px; }
.propertyContent p { margin: 0 15px; }


/* [06] Lists
-------------------------------------------------------*/

#linksBox ul {
	list-style: none;
	float: left;
	font-size: 1.6em;
	padding-top: 19px;
 	padding-left: 10px;
}

#linksBox ul li {
	float: left;
}

#linksBox li {
		text-transform: uppercase;
}

#linksBox .a1 {margin-left: -5px;}
#linksBox .a2 {margin-left: 6px;}
#linksBox .a3 {margin-left: 13px;}
#linksBox .a4 {margin-left: 8px;}
#linksBox .a5 {margin-left: 5px;}

#linksBox a {
	display: block;
	float: left;
	padding: 0.5em 1.8em;
	line-height: 0.1em;
	background: url ('../images/divider.gif') repeat-y left top;
	text-decoration: none;
	color: #999;
	text-align: center;
}

#linksBox ul .first a {
	background: none;
}

#linksBox ul a:hover {
	color: #e2e2e2;
}

.propertyHeader li {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
}

.propertyDetails li {
	float: left;
	display: inline;
	padding: 5px 20px 30px 0;
	font-weight: bold;
	font-size: 1.3em;
}

.gallery ul {
	margin: 20px 0 20px 10px;
}

.gallery li {
	display: inline;
	margin: 10px;
}

.propertyDescription ul { padding: 15px 0 15px 5px; }

.propertyDescription li {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 30px;
}

/* [07] Forms
-------------------------------------------------------*/


#register label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 12em;
}

#register input {
	width: 200px;
	background-color: #EFEFEF;
	border: 1px solid #000000;
	height: 20px;
}

#register textarea {
	width: 300px;
	background-color: #EFEFEF;
	border: 1px solid #000000;
}

#register .submit_reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 30px;
	width: 100px;
	margin-left: 165px;
}

.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.7em;
	background-color: #EFEFEF;
	border: 1px solid #000000;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF5555;
	size: 16px;
}


/* [08] Reusable Elements
-------------------------------------------------------*/

.floatleft { float: left;}
.floatright { float: right;}
.bold { font-weight: bold;}
.clear { clear: both;}
.pushright {margin-right: 20px;}
.pushtop {padding-top: 20px;}
.spacing { margin: 5px 0;}