/*

CSS by Matthew Lindley
http://www.rentmedia.co.uk

*/


/*  Standard HTML tags  */

html, body, #wrapper {
	background-color: #f4f4e7;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 731px;
}

/*  End positioning/layout stuff  */

#header, #footer {
	background-color: #000050;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	width: 743px;
}

#footer {
	color: white;
	padding-bottom: 8px;
}


#main_navbar {
	background-color: #000050;
	float: left;
	height: 400px;
	width: 164px;
}

	#main_navbar ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#main_navbar li {
	}
	
	#main_navbar li a {
		background-color: #EBEBEB;
		border-bottom: 1px solid #000066;
		color: #000066;
		display: block;
		padding: 4px;
		width: 156px;
	}
	
	#main_navbar li a:hover {
		background-color: #333383;
		color: white;
	}
	#main_navbar p {
				color: white;
				padding-left: 10px;
	}
	
	/*  Navbar backgrounds  */
	
	#nav_about_us:hover {
		background-image: url(../images/navbar/about_us.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	#nav_carpets:hover {
		background-image: url(../images/navbar/carpet.jpg);
	}
	
	#nav_contact:hover {
		background-image: url(../images/navbar/contact.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	#nav_home:hover {
		background-image: url(../images/navbar/home.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	#nav_rugs:hover {
		background-image: url(../images/navbar/rug.jpg);
	}
	
	#nav_special_offers:hover {
		background-image: url(../images/navbar/special.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	#nav_wood_floors:hover {
		background-image: url(../images/navbar/wood_floor.jpg);
	}
#nav_lam_floors:hover {
		background-image: url(../images/navbar/laminate_floor.jpg);
	}

#content {
	background-color: white;
	float: right;
	height: 400px;
	width: 587px;
}