html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#FFF url(../../images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.left { 
	float:left; 
	width:160px; 
}

	.logo { 
		display:block;
		margin:10px 0px 0px 15px; 
	}

	#nav2 { width:160px; }
			
		#nav2 li a {
			display:block;
			border-bottom:1px solid #B7B384;
			color:#FFF;
			font-size:0.85em;
			line-height:25px;
			text-decoration:none;
			padding:0px 0px 0px 10px;
			margin:0px;
			width:150px;
		}
			.fastener { background-color:#009;}
			.stone { background-color:#B7B384; }
		
		#nav2 li a:hover {
			background-color:#DCE1F5;
			color:#0027B9;
			width:150px;
		}
		
	.cards { margin:4px 0px 0px 4px; }
		
/* MAIN AREA */
.main {
	float:left;
	background:url(../images/bg_top.gif) 50% 0% no-repeat;
	padding-top:15px;
	margin-top:20px;
	width:580px;
}

	.content { 
		background:#FFF url(../images/bg_mid.gif) 50% 0% repeat-y;
		padding:5px 20px 0px 20px;
		width:540px;
	}
	
		h1 {
			border-bottom:1px solid #333;
			font-size:1.4em;
			text-align:center;
			padding-bottom:10px;
			margin-bottom:15px;
		}
		
		p {
			line-height:1.4em;
			padding-bottom:15px;
		}
		
		.haulGallery {
			display:block;
			margin-bottom:15px;
		}
			
			.haulGallery a {
				float:left;
				margin-right:20px;
				margin-bottom:20px;
			}
	
	.mainBtm {
		background:url(../images/bg_btm.gif) 50% 100% no-repeat;
		padding-top:15px;
		_margin-top:-15px;
		width:580px;
	}
	
	.footer { 
		font-size:0.7em; 
		padding:10px;
	}
		.footer a { color:#666;	}
		.footer a:hover { text-decoration:none; }
