/**
 * Global.css
 * Main Stylesheet
 *
 * @author       Jonathan Pilling
 * @date         2010-02-19
 * @lastmodified 2010-02-19
 * @site         The Estate Agent Manchester
 */

@import url(default.css);
@import url(menu.css);
@import url(forms.css);
@import url(search.css);

/**
 * GLOBAL
 */

body {
	background:#1f1f1f;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:9pt;
	margin:0 auto;
    width:1047px;
}
#page {
	width:1047px;
	margin:0 auto;
	padding-top:0px;
}
a {
	color:#8ec222;
	text-decoration:none;
}

.underline {
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

h2 {
	font-weight:normal;
}

h3 {
	font-weight:normal;
}

.green {
	color:#8ec222;	
}
.green-bold {
	color:#8ec222;
	font-weight:bold;
}
.green-italic {
	color:#8ec222;
	font-style:italic;		
}
.green-italic-bold {
	color:#8ec222;
	font-weight:bold;
	font-style:italic;		
}
.white {
	color:#ffffff;
}
.white-bold {
	color:#ffffff;
	font-weight:bold;	
}
.white-italic {
	color:#ffffff;
	font-style:italic;	
}
.white-bold-italic {
	color:#ffffff;
	font-weight:bold;
	font-style:italic;		
}

#con-images img {
	margin:0 30px 10px 0;
}

body.Home h3 {
	font-weight:normal;
	width:295px;
	background:url(../images/h3-bg.gif) repeat-x 0 100%;
	margin-left:285px;
}

body.About.Us h3, body.Tenants h3, body.Landlord h3, body.Other h3 {
	font-weight:normal;
	width:655px;
	background:url(../images/h3-bg.gif) repeat-x;
	height:15px;
}

#flash-div {
	float:left;
	width:605px;
	height:205px;
}

/**
 * HEADER
 */

#logo {
	background:url(../images/logo.jpg) no-repeat;
	height:121px;
	margin:0 0 0 24px;
	text-indent:-9999px;
	width:989px;
}

#header {
	background:#8ec222 url(../images/banner.jpg) no-repeat;
	width:1047px;
	background-position:50% 0;
	overflow:visible;
	height:208px;
}

#menu {
	font-size:10pt;
	height:30px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	background:url(../images/menu-bg.jpg) repeat-y;
	width:1047px;
}

#menu li {
	float:left;
	line-height:30px;
	margin-left:53px;
	display:inline;
}

#menu li a {
	color:#fff;
	font-weight:bold;
}

#menu li a:hover {
	color:#000;
}

/**
 * BODY
 */

#content-wrapper {
	padding:25px 25px 25px;
	width:997px;
	background:url(../images/wrap-bg.jpg) repeat-y;
}

#content {
	border-right:3px dotted #8ec222;
	float:left;
	padding-right:40px;
	text-align:justify;
	width:605px;
	padding-left:25px;
}

#content-wrapper h2 {
	background:url(../images/bg-header.jpg) repeat-x;
	height:35px;
	line-height:35px;
	margin:0 0 15px;
	padding-left:10px;
}

#search, #featured {
	clear:right;
	float:right;
	width:260px;
	padding-right:25px;
}

#search-frame {
	height:250px;
	width:260px;
}

#featured-frame {
	height:300px;
	width:260px;
}

.pspacer {
	line-height:0.5em;
}

.underline {
	background:url(../images/underline.png) repeat-x;
}
/**
 * HOME PAGE
 */
 
body.Home #con-images {
	float:left;
}

body.Home #content a {
	font-weight:normal;
}

body.Home #scroller {
	scrollbar-3dlight-color:#8ec222; 
	scrollbar-arrow-color:#1f1f1f;
	scrollbar-base-color:#1f1f1f;
	scrollbar-darkshadow-color:#8ec222;
	scrollbar-face-color:#8ec222;
	scrollbar-highlight-color:#1f1f1f;
	scrollbar-shadow-color:#1f1f1f;
}

#scroller {
	overflow-y: scroll; 
	height: 336px; 
	overflow-x: hidden;
}

#scroller p {
	margin-right:7px;
}
#scroller ul {
	margin-right:7px;
}

/**
 * ABOUT MANCHESTER PAGE
 */
 
#map {
 	float:right;
	width:260px;
	height:400px;
	padding-right:25px;
}

#map_canvas {
	height:400px;
	width:260px;
	border:1px solid #212121;
}

/**
 * ABOUT US PAGE
 */
 
body.About.Us #content {
	border-right:none;
	float:left;
	padding-right:0px;
	text-align:justify;
	width:945px;
	padding-left:25px;
}

body.About.Us #con-images {
	float:left;
	width:254px;
}

body.About.Us #content h3, body.About.Us #content p {
	margin-left:285px;
}

#pic-map {
	border:1px solid #8ec222;
}

/**
 * TENANTS PAGE
 */
 
body.Tenants #content {
	border-right:none;
	float:left;
	text-align:justify;
	width:955px;
	padding-right:20px;
	padding-left:25px;
}

body.Tenants #con-images {
	float:left;
	width:254px;
}

body.Tenants #content h3, body.Tenants #content p {
	margin-left:285px;
}

#show, #hide {
	cursor:pointer;
	color:#8ec222;
}

/**
 * LANDLORD PAGE
 */
 
body.Landlord #content {
	border-right:none;
	float:left;
	text-align:justify;
	width:955px;
	padding-right:20px;
	padding-left:25px;
}

body.Landlord #con-images {
	float:left;
	width:254px;
}

body.Landlord #content h3, body.Landlord #content p {
	margin-left:285px;
}

/**
 * OTHER SERVICES PAGE
 */
 
body.Other #content {
	border-right:none;
	float:left;
	padding-right:0px;
	text-align:justify;
	width:945px;
	padding-left:25px;
}

body.Other #con-images {
	float:left;
	width:254px;
}

body.Other #content h3, body.Other #content p {
	margin-left:285px;
}

/**
 * SEARCH RESULTS PAGE
 */
 
body.Search #content {
	border-right:none;
	float:left;
	padding-right:0px;
	text-align:justify;
	width:945px;
	padding-left:25px;
}

/**
 * THANK YOU PAGE
 */
 
body.Thank #content {
	border-right:none;
	float:left;
	padding-right:0px;
	text-align:justify;
	width:945px;
	padding-left:25px;
}

/**
 * FOOTER
 */

#footer {
	background:url(../images/bg-footer.jpg) no-repeat;
	height:55px;
	padding-left:50px;
	width:997px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#8ec222;
	text-decoration:underline;
}

#footer p {
	font-size:7pt;
	line-height:41px;
	margin:0;
}

#footer p.left {
	float:left;
}

#footer p.right {
	float:right;
	padding-right:50px;
}

#footer a.tick {
	background:url(../images/tick.jpg) 0 50% no-repeat;
	padding-left:10px;
}

.logos {
	text-align:center;
}