/* 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:249px;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	}

h1.logo {
	position:absolute;
	top:68px;
	left:403px;
	}
a.logo {
	display:block;
	background:transparent url('images/logo.jpg') no-repeat top left;
	text-indent:-5000em;
	width:438px;
	height:88px;
	}
h2.phonenumber {
	position:absolute;
	top:181px;
	left:403px;
	background:transparent url('images/phonenumber.gif') no-repeat top left;
	text-indent:-5000em;
	width:167px;
	height:35px;
}


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


#navigation {
	position:relative;
	width:870px;
	height:35px;
	background-color:#3B4F5D;
	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:19px; overflow:hidden; margin-right:10px; padding-right:10px; border-right:1px solid #fff}

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

		#navigation li#nav-2 a { background-position:-82px 0; width:66px; }
		#navigation li#nav-2 a:hover { background-position:-82px -19px; }

		#navigation li#nav-3 a { background-position:-188px 0; width:61px; }
		#navigation li#nav-3 a:hover { background-position:-188px -19px; }

		#navigation li#nav-4 a { background-position:-288px 0; width:92px; }
		#navigation li#nav-4 a:hover { background-position:-288px -19px; }

		#navigation li#nav-5 a { background-position:-420px 0; width:79px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-420px -19px; }


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


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

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

	div.content p {
		color:#3c4f5d;
		font-size:12px;
		line-height:1.6em;
		padding-top:0.8em;
	}

	div.content h2 {
		font-size:18px;
		font-weight:bold;
		color:#6a8294;
		line-height:1.5em;
	}
	div.content h3 {
		font-size:14px;
		font-weight:bold;
		color:#6a8294;
		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:#000;
		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 {}

div.clear { clear:both; }


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


#footer {
	position:relative;
	width:900px;
	height:60px;
	background-color:#3C4F5D;
	margin:0 auto 40px auto;
	border-left:14px solid #fff;
	border-right:14px solid #fff;
	border-bottom:14px solid #fff;
	}

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

	#footer a {
		color:#96b3c9;
		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;
	}