/**
 * Global.css
 * Main Stylesheet
 *
 * @author       Lewis Howles
 * @date         2010-03-15
 * @lastmodified 2010-06-03
 * @site         www.rogers-partners.co.uk
 */

@import url(default.css);

@font-face {
	font-family: 'Gill Sans';
	src: url('GillSansMT.eot');
	src: local('Gill Sans MT Regular'), url('GillSansMT.ttf') format('truetype');
}

/**
 * GLOBAL
 */

body {
	background:url(../images/bg-body.jpg) repeat-x;
	color:#535457;
	font-family:"Gill Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11pt;
	font-size-adjust:0.45;
}

#body-search {
	background:none;
}

#hands-wrapper {
	background:url(../images/bg-page.jpg) 100% 100% no-repeat;
	padding-bottom:10px;
}

#page {
	margin:0 auto;
    width:965px;
	padding-right:35px;
}

h2 {
	font-size:20pt;
}

a { color:#b5121b; }

#results-frame {
	height:490px;
	width:100%;
}

/**
 * HEADER
 */

#header {
	height:120px;
	margin-bottom:5px;
	padding-left:50px;
}

#header h1 {
	margin:40px 0 0;
}

#logo {
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	height:72px;
	text-indent:-9999px;
	width:204px;
}

#header #telephone {
	clear:right;
	float:right;
	margin-top:48px;
	text-align:right;
}

#header #telephone p {
	margin:0;
}

/**
 * BODY
 */

/* Left Column */
	#left-column {
		background:url(../images/bg-sidebar.jpg) 0 175px no-repeat;
		float:left;
		margin-right:30px;
		padding-left:27px;
		width:230px;
	}
	
	#let-my-home {
		margin:0;
		padding:20px 0 0 7px;
	}
	
	#menu {
		float:right;
		font-size:13pt;
		line-height:31px;
		padding:16px 5px 0 0;
		text-align:right;
	}
	
	#menu a {
		color:#535457;
	}
	
	#menu a:hover {
		color:#b5121b;
	}
	
	body.home #menu li.home a,
	body.letting #menu li.letting a,
	body.selling #menu li.selling a,
	body.search #menu li.search a,
	body.buy-to-let #menu li.buy-to-let a,
	body.insurance #menu li.insurance a,
	body.downloads #menu li.downloads a,
	body.contact #menu li.contact a,
	body.site.map #menu li.site.map a {
		color:#b5121b;
	}
	
	#accreditations {
		clear:both;
		margin:0;
		padding-top:200px;
	}
/* End Left Column */

#right-column {
	float:right;
	width:473px;
	position:relative;
	z-index:2;
}

#right-column img {
	float:right;
}

/* Featured */
	#featured, #contact {
		background:url(../images/33.png);
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		-khtml-border-radius:20px;
		border-radius:20px;
		color:#fff;
		float:right;
		height:240px;
		margin:23px 0 10px;
		padding:15px;
		width:645px;
	}
	
	#featured .letting, #featured .selling, #featured .buy-to-let, #featured .insurance, #featured .downloads {
		border:1px solid #fff;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		-khtml-border-radius:20px;
		border-radius:20px;
		float:left;
		height:240px;
		margin-right:20px;
		width:273px;
	}
	
	#featured .letting {
		background:url(../images/letting.jpg) 50% 50% no-repeat;
	}
	
	#featured .selling {
		background:url(../images/selling.jpg) 50% 50% no-repeat;
	}
	
	#featured .buy-to-let {
		background:url(../images/buytolet.jpg) 50% 50% no-repeat;
	}
	
	#featured .insurance {
		background:url(../images/insurance.jpg) 50% 50% no-repeat;
	}
	
	#featured .sub {
		clear:left;
		float:left;
		height:80px;
		margin-right:5px;
		width:90px;
	}
	
	#featured-frame {
		height:242px;
		width:540px;
	}
/* End Featured */

/* Search Box */	
	#search h1 {
		color:#b5121b;
		float:left;
		margin:0 15px 0 0;
	}
	
	#search-frame {
		margin-top:15px;
		height:135px;
		width:200px;
	}
	
	form.styled li {
		margin:5px 0;
	}
	
	select, input, textarea {
		color:#535457;
		font-family:"Gill Sans", "Lucida Sans Unicode", Arial, sans-serif;
		font-size:11pt;
		font-size-adjust:0.45;
	}
	
	#search label, #body-search label {
		display:none;
	}
	
	#search select, #body-search select {
		width:200px;
	}
	
	#search input[type="text"], #search textarea, #body-search input[type="text"] {
		width:195px;
	}
	
	#search input[type="submit"], #body-search input[type="submit"] {
		background:url(../images/go.png);
		border:0;
		cursor:pointer;
		display:block;
		float:right;
		font-size: 0px;
		height:33px;
		line-height: 0px;
		text-indent:-9999px;
		width:33px;
	}
/* End Search Box */

label {
	float:left;
	width:200px;
}

body.downloads input[type="submit"] {
	background:url(../images/go.png);
	border:0;
	cursor:pointer;
	display:block;
	font-size: 0px;
	height:33px;
	line-height: 0px;
	margin:0 0 0 305px;
	text-indent:-9999px;
	width:33px;
}

.error, .required {
	color:#860600;
}

.required {
	padding-left:5px;
}

/* Content */
	#content-wrapper {
		float:left;
		margin-top:-77px;
		position:relative;
		z-index:1;
	}
	
	#content-wrapper h2 {
		font-size:55pt;
		font-weight:normal;
		margin:0;
	}
	
	#content {
		border:1px solid #c4c4c5;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-khtml-border-radius:10px;
		display:inline;
		border-radius:10px;
		float:left;
		height:95px;
		margin:10px 0 0 40px;
		overflow:auto;
		padding:10px;
		width:470px;
	}
	
	.home-hands {
		display:inline;
		float:left;
		margin-left:15px;
	}
	
	#content p {
		margin:0 0 10px;
	}
	
	#content-right {
		float:left;
		width:670px;
	}
/* End Content */

/* Contact Page */
	#contact {
		color:#fff;
	}
	
	#contact a {
		color:#b5121b;
	}
	
	#contact #right-col {
		float:left;
		margin-right:10px;
		width:92px;
	}
	
	#contact #right-col span {
		display:block;
		font-size:9pt;
		text-align:center;
	}
	
	#contact #right-col span.birmingham {
		margin-top:45px;
	}
	
	h2 span {
		font-weight:normal;
	}
	
	#wolverhampton-mini, #birmingham-mini {
		border:1px solid #fff;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
		height:80px;
		width:90px;
	}
	
	#wolverhampton-mini {
		background:url(../images/dummy/office-mini.jpg) 50% 0 no-repeat;
	}
	
	#wolverhampton-mini:hover {
		background:url(../images/dummy/office-mini.jpg) 50% 100% no-repeat;
	}
	
	#birmingham-mini {
		background:url(../images/birmingham-mini.jpg) 50% 0 no-repeat;
	}
	
	#birmingham-mini:hover {
		background:url(../images/birmingham-mini.jpg) 50% 100% no-repeat;
	}
	
	
	#wolverhampton, #birmingham {
		height:240px;
		float:left;
		width:540px;
	}
	
	#birmingham {
		display:none;
	}
	
	#wolverhampton .image, #birmingham .image {
		border:1px solid #fff;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
		float:left;
		height:240px;
		margin-right:20px;
		width:273px;
	}
	
	#wolverhampton .image {
		background:url(../images/dummy/office.jpg) 50% 50% no-repeat;
	}
	
	#birmingham .image {
		background:url(../images/birmingham.jpg) 50% 50% no-repeat;
	}
/* End Contact Page */

/**
 * FOOTER
 */

#footer {
	background:#b5121b;
	color:#fff;
	font-family:"Times New Roman", serif;
	font-size:15pt;
	font-style:italic;
	height:27px;
	margin:0;
	padding-right:10px;
	text-align:right;
}

#footer span {
	float:left;
	font-size:10pt;
	font-style:normal;
	line-height:27px;
}

#footer span a {
	color:#fff;
}

#footer span a:hover {
	text-decoration:underline;
}