
/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8D9B7;
	color: #4C4C4C;
	font-size: 12px;
}
		
#centre {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	height: 34px;
	width: 940px;
	padding-left: 216px;
	background-image: url(top.gif);
	background-repeat: no-repeat;
}
		
#top a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font: Tahoma;
}
#top a:hover {
	color: #FF4400;
}
/*  --------- 2. structure  --------- */
		
#masthead {
	height: 269px;
	width: 920px;
		}
		
h1.dusty a{
	display: block;
	height: 269px;
	width: 520px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	text-indent: -6000px;
}

h1.dustyUs a{
	display: block;
	height: 269px;
	width: 520px;
	background-image: url(logo_us.jpg);
	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(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: #FF4400;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #590A05;
}

#content a:hover {
	background-color: #D8D9B7;
}

#shadow {
	background-image: url(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: 14px;
	padding-left: 10px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
		}
		
#navigation a:hover {
	background-image: url(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(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: #FFA500;
	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: solid #636363;
}
#navContainer #navigation ul li.contact {
	border:none;!important
	}		
/* ---------- 4. fonts ---------- */

h2 {
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #FF4400;
	font-size: 22px;
	margin: 0px;
	font-weight: normal;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	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(bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}



/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. bugs ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

.partner {
	FLOAT: left;
	MARGIN: 5px 0px 20px 20px;
	WIDTH: 100%;
}
.partner A IMG {
	BORDER-RIGHT: #ccc 3px solid; DISPLAY: inline; FLOAT: left; MARGIN-RIGHT: 10px
}
.partner H3 {
	MARGIN: 4px 0px 0px 20px;
	COLOR: #666;
	font-size: small;
	font-style: normal;
}
.partner P {
	MARGIN: 0px
}
.grisbold {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: tahoma
}