/***********************************************/
/* global.css                                  */
/* Global styles for Ware & Co Estate Agents   */
/* Author: Lewis Howles                        */
/* Modified: 27/05/09                          */
/***********************************************/

@import url(undo.css);
@import url(search.css);
@import url(contact.css);

/******************/
/***** Global *****/
/******************/

body {
	font-family:Verdana, Tahoma, sans-serif;
	font-size:10pt;
	line-height:150%;
	color:#545489;
	background-color:#fff;
	background-image:url("../ware-co-images/body-bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}

/* Container */
#page {
	width:931px;
	margin:0px auto;
	background-color:#f2f2f6;
	border:1px solid #222257;
	margin-bottom:20px;
}

iframe { margin:0; padding:0; }

a { color:#70709c; }

/* Easy Clearing Method */
.clearer:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

.clearer { min-height:1px; }

* html .clearer { height:1px; }

/* End Easy Clearing Method */

.screenreader { text-indent:-9999px; }

.caps { text-transform:uppercase; }

.left { float:left; }
.right { float:right; }

.featured-frame {
	width:291px; height:150px;
	margin:0;
	border:none;
}

.results-frame { margin-top:20px; float:none; }

.hidden { display:none; }

.dark-blue { color:#222257; }

.bold { font-weight:bold; }

/******************/
/***** Header *****/
/******************/

#header { margin-top:37px; }

#blue-strip {
	height:16px;
	border-bottom:1px solid #222257;
	background-color:#434378;
}

#header-left {
	width:291px;
	background-color:#dedee8;
	border-right:1px solid #222257;
	float:left;
}

#logo {
	width:291px; height:192px;
	background-image:url("../ware-co-images/logo.jpg");
	margin-bottom:20px;
}

#menu {
	text-transform:uppercase;
}

#menu li {
	/*list-style-image:url("../ware-co-images/nav-bullet.jpg");
	list-style-position:inside;*/
	background-image:url("../ware-co-images/nav-bg.jpg");
	border-bottom:1px solid #222257;
	padding-left:22px;
	line-height:27px;
}

#menu li:hover {
	background-image:url("../ware-co-images/nav-bg-hover.jpg");
	/*list-style-image:url("../ware-co-images/nav-bullet-hover.jpg");*/
}

#menu a {
	background:url("../ware-co-images/nav-bullet.jpg") center left no-repeat;
	padding-left:18px;
	display:block;
}

#menu li:hover a { background-image:url("../ware-co-images/nav-bullet-hover.jpg"); }

#banner-image {
	width:639px; height:351px;
	background:url("../ware-co-images/banner-image.jpg") top right no-repeat;
	float:right;
	z-index:0;
	position:relative;
}

#banner-text {
	width:16.5em;
	font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
	line-height:100%;
	float:right;
	position:absolute;
	right:30px;
	top:220px;
}

#tel {
	font-size:260%;
	display:block;
	line-height:90%;
}

/****************/
/***** Body *****/
/****************/

#body { position:relative; }

#body-left {
	width:291px;
	background-color:#dedee8;
	border-right:1px solid #222257;
	border-bottom:1px solid #222257;
	float:left;
}

.featured-title {
	color:#fff;
	padding:5px 0 5px 5px;
	font-size:13pt;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#545489;
}

#content {
	width:599px;
	float:right;
	padding:0 20px;
	z-index:1000;
}

#content h2 {
	font-size:22pt;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:25px;
	border-bottom:1px solid #222257;
}

#content > h2 + p { font-weight:bold; }

#content ul { list-style-type:disc; margin-left:15px; }

#footer {
	text-align:center;
	margin-top:5px;
}