/* 
Project: Park House - 9 College Road
Filename: screen.css
Date: Feb 2009
Author: Simon McFarlane [simon.mcfarlane@mwadesign.com]
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
        height: 100%;  
	font-size: 62.5%;	
	color: #000000;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #4d4d4d;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

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,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;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------ global classes ------*/






/*------ #wrap ------*/


#wrap {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 972px;
	text-align: left;
}


h1{
	float:left;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat 0 0;
	width: 400px;
	height: 60px;
}


h1.home{
	background: none;
}


#navigation{
	float: right;
	padding-top: 10px;
	}


#navigation li{
	float: left;
	font-size: 1.4em;
}


#navigation li a{
	color: #999;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}


#navigation li a:hover,
#navigation .here a{
	background: #666666;
	color: #ccc;
}



/*------ #content ------*/


#content-home {
	float: left;
	width: 942px;
	margin: 0px 0 0 30px;
}


* html	#content-home {
	margin: 0px 0 0 15px;
}

#content {
	float: left;
	width: 942px;
	margin: 40px 0 0 30px;
}


* html	#content {
	margin: 40px 0 0 15px;
}


#content .address{
	display: block;
	padding-bottom: 20px;
	font-size: 1.2em;
	color: #ccc;
	line-height: 1.4em;
}


#home-slideshow {
    width: 824px;
    height: 577px;
  }


#home-slideshow p{
	font-size: 1.4em;
	color: #999;
}



#gallery li{
	float: left;
	margin: 0 60px 60px 0;
	padding: 0;
}
	


* html #gallery li{
	margin: 0 30px 30px 0;
}



#contact{
	float: left;
	width: 600px;
	font-size: 1.2em;
	color: #ccc;
}



#contact p{
	padding-bottom: 10px;
	line-height: 1.4em;
}


#contact ul{
	list-style: square;
	margin-bottom: 10px;
}


#contact ul li{
	margin-left: 20px;
	margin-bottom: 3px;
}


#contact strong{
	font-size: 110%;
}


#contact a{
	color: #fff;
}


#contact a:hover{
	text-decoration: none;
}


#agents{
	float: left;
	width: 600px;
	margin: 30px 0;
}


#agents .agent{
	float: left;
	width: 300px;
}


#agents .agent img{
	padding-bottom: 10px;
}


#smaller{
	margin-top: 30px;
	font-size: 0.9em;
}

/*------ #footer ------*/

#footer {
	float: left;
	width: 912px;
	padding: 20px 30px;
}


#footer .address{
	float: left;
	color: #999;
	font-size: 1.2em;
}


#footer .site{
	float: right;
	font-size: 1.2em;
	color: #414141;
}


#footer .site a{
	text-decoration: none;
	color: #414141;
}


#footer .site a:hover{
	text-decoration: underline;
}