@charset "utf-8";
/* CSS Document */

body {
	background-color:#fdfdfd;
	margin:0;
	padding:0;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a	{
	color:#000c4f;
	text-decoration:none;
	}
	
a:hover {
	color:#000c4f;
	text-decoration:underline;
	}
	
	
	
#container {
	width:960px;
	margin:0 auto;
	}	
	
img {
	border:0;
	}	
	
#img_home {
	background-image:url(images/img_home.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}
	
#img_building {
	background-image:url(images/img_building.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}	
	
#img_arches {
	background-image:url(images/img_arches.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}		
	
#img_hedge {
	background-image:url(images/img_hedge.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}	
	
#img_warehouse {
	background-image:url(images/img_warehouse.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}	
	
#img_glass {
	background-image:url(images/img_glass.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}		
	
#img_property1 {
	background-image:url(images/img_property1.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}	
	
#img_property2 {
	background-image:url(images/img_property2.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}	
	
#img_property3 {
	background-image:url(images/img_property3.jpg);
	background-repeat:no-repeat;
	height:540px;
	width:960px;
	}				

#page_content {
	width: 500px;
	height: 486px;
	padding-top: 70px;
	padding-left: 410px;
	font-size: 12px;
	margin: 0;
	color: #636363;
}	

#page_content p {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #636363;
	}
	
#rc_headings {
	margin-left: 20px;
	margin-top: 60px;
}	

#rc_search {
	width: 740px;
	height: 35px;
	margin-left: 200px;
	margin-top: 20px;
}

#rc_search select {
	margin-right: 20px;
}

#rc_results {
	width: 927px;
	height: 370px;
	margin-left: 17px;
	overflow-y: scroll;
}
	
#hr {
	width: 90%;
	height: 1px;
	background-color: #8f96a0;
	margin-top: 15px;
	margin-bottom: 15px;
}	
	
#img_rc {
	background-color: #8f96a0;
	height:540px;
	width:960px;
	}	
	
#menu_logo img {
	margin-top:32px;
	margin-left:174px;
	margin-right:31px;
	float:left;
	display:block;
	}
	
#menu_items {
	float:left;
	display:block;
	padding-top:28px;
	}	
	
#menu_items img {
	margin-left:17px;	
	}
	
#footer {
	display:block;
	float:left;
	width:960px;
	margin-top:50px;
	}	
	
#footer p {
	font-size:10px;
	color:#878787;
	text-align:center;
	}	
	
#footer a {
	color:#878787;
	text-decoration:underline;
	}	
	
#footer a:hover {
	text-decoration:none;
	}	