/* 

STYLE SHEET FOR THE DUSTY COVER
Created by Name Troy Ricci
www.troyricci.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8D9B7;
	color:#835451;
	font-size: 12px;
		}
		
#centre {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	height: 34px;
	width: 940px;
	background-image: url(../imgs/top.gif);
	background-repeat: no-repeat;
}
		
/*  --------- 2. structure  --------- */
		
#masthead {
	height: 269px;
	width: 920px;
		}
		
h1.dusty a{
	display: block;
	height: 269px;
	width: 520px;
	background-image: url(../imgs/logo.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
}

#logo {
	height: 269px;
	width: 520px;
	float: right;
		}
		
#navContainer {
	width: 275px;
	float: left;
	margin-left: 125px;
	padding-bottom: 30px;
	background-image: url(../imgs/nav_bg.gif);
	background-repeat: repeat-x;
	margin-top: 1px;
		}

#content {
	background-color: #FFFFFF;
	width: 490px;
	float: right;
	margin-right: 20px;
	padding-left: 30px;
		}
		
#content a {
	text-decoration: none;
	color: #590A05;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #590A05;
}

#content a:hover {
	background-color: #D8D9B7;
}

#shadow {
	background-image: url(../imgs/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 128px;
	width: 560px;
	margin-left: -50px;
}
#shadow p {
	margin-left: 50px;
	padding-top: 35px;
}


.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */


#navigation a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	padding-left: 10px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
		}
		
#navigation a:hover {
	background-image: url(../imgs/hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	}

#home #navigation .home a,
#about #navigation .about a,
#products #navigation .products a,
#involved #navigation .involved a,
#contact #navigation .contact a {
	background-image: url(../imgs/current.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	}

#footer {
	width: 540px;
	margin-bottom: 25px;
	font-size: 11px;
	float: right;
		}
#footer p {
	float: right;
	padding-right: 22px;
}

#footer a {
	text-decoration: none;
	color: #4C0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}



#navigation ul {
	display: block;
	width: 230px;
	float: right;
	padding-top: 30px;
		}

#navigation li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d9b8;
		}
#navContainer #navigation ul li.contact {
	border:none;!important
	}		
/* ---------- 4. fonts ---------- */

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #835451;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-transform: uppercase;
		}
p {
	line-height: 2em;
	padding-right: 35px;
	margin-bottom: 20px;
	padding-left: 25px;
		}
#map {
	height: 300px;
	width: 410px;
	margin-left: 25px;
	margin-bottom: 25px;
	border: 1px solid #B9B89C;
}

ul {
		list-style-type: none;
		}
		
#content ul {
	margin-left: 25px;
}

#content ul li {
	line-height: 2em;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	margin-left: 20px;
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}



/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
