/* CSS styles for Dave Buin and Son Removals */
/* coded by DJENAN KOZIC :: 20/12/2007 */

/* ------ THE BASICS ------ */


* { margin:0; padding:0; }

body {
	background-color:#0e0d0c;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a { text-decoration:underline; }
a:hover { text-decoration:none; }


/* ------ HEADER ------ */


#header {
	position:relative;
	background:transparent url('images/header_bg.jpg') no-repeat top center;
	margin:0 auto;
	width:900px;
	height:255px;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	}

h1.logo {
	position:absolute;
	top:35px;
	left:373px;
	}
a.logo {
	display:block;
	background:transparent url('images/logo.gif') no-repeat top left;
	text-indent:-5000em;
	width:490px;
	height:64px;
	}
h2.phonenumber {
	position:absolute;
	top:154px;
	left:307px;
	background:transparent url('images/phonenumber.gif') no-repeat top left;
	text-indent:-5000em;
	width:557px;
	height:75px;
}


/* ------ NAVIGAITON ------ */


#navigation {
	position:relative;
	width:870px;
	height:35px;
	background-color:#f7821d;
	margin:0 auto;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	padding:15px 0 0 30px;
	}

	#navigation ul { list-style:none; margin:0; padding:0;}
	#navigation li { display:inline; margin:0; padding:0;}
		#navigation li a { background-image:url('images/nav.gif'); float:left; height:0; padding-top:23px; overflow:hidden; margin-right:30px; padding-right:0px; }

		#navigation li#nav-1 a { background-position:0 0; width:57px; }
		#navigation li#nav-1 a:hover { background-position:0 -23px; }

		#navigation li#nav-2 a { background-position:-85px 0; width:90px; }
		#navigation li#nav-2 a:hover { background-position:-85px -23px; }

		#navigation li#nav-3 a { background-position:-203px 0; width:226px; }
		#navigation li#nav-3 a:hover { background-position:-203px -23px; }

		#navigation li#nav-4 a { background-position:-458px 0; width:83px; }
		#navigation li#nav-4 a:hover { background-position:-458px -23px; }

		#navigation li#nav-5 a { background-position:-568px 0; width:109px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-568px -23px; }


/* ------ CONTENT ------ */


#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	background:#CFCAC5 url('images/contentwrapper_bg.jpg') no-repeat bottom center;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	padding-bottom:20px;
	}

div.content {
	float:left;
	padding:30px 0 30px 30px;
	width:528px;
	}

	div.content p {
		color:#000;
		font-size:12px;
		line-height:1.5em;
		padding-top:0.9em;
	}

	div.content h2 {
		font-size:18px;
		font-weight:bold;
		color:#832a1c;
		line-height:1.5em;
	}
	div.content h3 {
		font-size:14px;
		font-weight:bold;
		color:#832a1c;
		padding-top:0.8em;
	}
	div.content h4 {}
	div.content h5 {}
	div.content h6 {}

	div.content ol, div.content ul {
		padding-top:0.8em;
		margin-left:16px;
	}
	div.content li {
		color:#3c4f5d;
		font-size:12px;
		line-height:1.6em;
	}

	div.content a {
		color:#FA6912;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active {}

div.images {
	float:right;
	padding:30px 30px 0 0;
	}

	div.images img { border:1px solid #000; margin-bottom:15px;}

div.clear { clear:both; }


/* ------ FOOTER ------ */


#footer {
	position:relative;
	width:900px;
	height:60px;
	background: #000 url('images/footer_bg.jpg') no-repeat top left;
	margin:0 auto 40px auto;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	border-bottom:14px solid #fff;
	}

	#footer p {
		color:#FA6912;
		font-size:12px;
		line-height:1.6em;
		padding-top:0.8em;
	}

	#footer a {
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover {
		text-decoration:none;
		}

p.copyright {
	float:left;
	margin:12px 0 0 25px;
	}
p.credit {
	float:right;
	margin:12px 25px 0 0;
	}