/**
 * Global.css
 * Main Stylesheet
 *
 * @author       Lewis Howles
 * @date         2010-05-11
 * @lastmodified 2010-05-14
 * @site         www.beaumontsresidential.co.uk
 */

@import url(default.css);
@import url(forms.css);

/**
 * GLOBAL
 */

body {
	color:#3d3d3d;
	font-family:Arial, sans-serif;
	font-size:13px;
	margin:0 auto;
	width:990px;
}

#warning {
	background:url(../images/out-of-date.png) 50% 0 no-repeat;
	height:20px;
	text-indent:-9999px;
}

.highlight {
	
}

.standout, a {
	color:#9f252b;
}

h1, h2 {
	color:#9f252b;
	font-family:Georgia, serif;
	font-size:17pt;
	font-style:italic;
	font-weight:normal;
	margin:0;
}

h1 {
	background:#fff;
	padding:12px;
}

h3 {
	color:#9f252b;
}

/**
 * HEADER
 */

#header {
	background:url(../images/bg-header.jpg) repeat-x;
	height:138px;
}

#logo {
	color:#fff;
	display:inline; /* IE6 */
	float:left;
	font-family:Georgia, serif;
	font-size:40pt;
	font-weight:bold;
	line-height:29pt;
	margin:35px 0 0 35px;
	text-align:center;
	text-transform:uppercase;
	width:373px;
}

#logo span {
	display:block;
	font-size:20pt;
}

#number {
	color:#fff;
	display:inline; /* IE6 */
	float:right;
	font-size:23pt;
	font-weight:bold;
	margin:50px 35px 0 0;
}

#banner, #images {
	height:204px;
	position:relative;
}

#images li {
	height:204px;
	left:0;
	position:absolute;
	top:0;
}

.hasJS #images li {
	display:none;
}

#greeting-background {
	background:#000;
	bottom:25px;
	height:50px;
	left:0;
	position:absolute;
	width:367px;
	z-index:10;
}

#greeting {
	bottom:25px;
	color:#fff;
	font-family:Georgia, serif;
	font-size:28pt;
	font-style:italic;
	height:50px;
	left:0;
	line-height:50px;
	overflow:hidden;
	padding:0 12px;
	position:absolute;
	white-space:nowrap;
	width:343px;
	z-index:11;
}

/* Search Box */
#search-background {
	background:#000;
	height:168px;
	right:0;
	position:absolute;
	top:25px;
	width:367px;
	z-index:10;
}

#search {
	color:#fff;
	height:144px;
	overflow:hidden;
	right:0;
	padding:12px;
	position:absolute;
	top:25px;
	white-space:nowrap;
	width:343px;
	z-index:11;
}

#search h2 {
	color:#fff;
}

#search-frame {
	height:117px;
	width:100%;
}

body.search {
	width:343px;
}

#PropertySearch fieldset {
	float:left;
	width:168px;
}

#PropertySearch fieldset.left {
	margin-right:5px;
}

#PropertySearch fieldset.right {
	padding-top:17px;
}

#PropertySearch fieldset li {
	margin:3px 0;
}

#PropertySearch label {
	color:#fff;
	display:none;
	font-size:8pt;
}

#PropertySearch label.show {
	display:inline;
}

#PropertySearch select, #PropertySearch input {
	color:#3d3d3d;
	font-size:9pt;
}

#PropertySearch select {
	padding:0;
}

#PropertySearch fieldset.left select {
	width:80px;
}

#PropertySearch fieldset.right select {
	width:168px;
}

#PropertySearch input[type="text"] {
	width:160px;
}

#PropertySearch input[type="submit"] {
	float:right;
	width:100px;
}
/* End Search Box */

#menu {
	background:#e8e8e7;
}

#menu li {
	float:left;
}

#menu a {
	color:#3d3d3d;
	display:block;
	padding:7px 30px;
}

#menu a:hover {
	background:#6d191e;
	color:#fff;
}

body.Home #menu a.Home,
body.About #menu a.About,
body.Properties #menu a.Properties,
body.Register #menu a.Register,
body.Request #menu a.Request,
body.Help #menu a.Help,
body.Contact #menu a.Contact {
	background:#6d191e;
	color:#fff;
}

/**
 * BODY
 */

#featured-frame {
	height:363px;
	overflow:hidden;
	width:100%;
}

body.Register #featured-frame, body.Valuation #featured-frame, body.Mortgages #featured-frame {
	height:731px;
}

#content-wrapper h2 {
	padding:12px;
}

#content {
	background:#e8e8e7;
	padding:1px 12px;
	text-align:justify;
}

#main {
	float:left;
	width:655px;
}

#sidebar {
	float:right;
	width:330px;
}

#contact-details a {
	color:#000;
}

#results-frame {
	height:1640px;
	width:970px;
}

/**
 * FOOTER
 */

#footer {
	background:#6d191e;
	color:#fff;
	font-size:8pt;
	margin-top:12px;
	padding:12px;
}

#footer p {
	margin:0;
}

#footer a {
	color:#fff;
	display:inline-block;
	padding:2px 5px;
}

#footer a:hover {
	background:#fff;
	color:#6d191e;
}

#footer-menu {
	float:left;
}

#footer-menu li {
	border-left:1px solid #fff;
	float:left;
}

#byissl {
	float:right;
}

p#tested {
	clear:left;
	float:left;
	margin-top:10px;
}

p#copyright {
	float:right;
	margin-top:10px;
}