/* Reset CSS ----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* General Formatting -----------------------*/
body {
	background: url(../../images/body-bg.gif) repeat-x #3d3c3c;
	margin-top: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
}
/* Container --------------------------------*/
#container {
	margin: 0 auto;
	width: 770px;
}
/* Header -----------------------------------*/
#header a {
	background: url(../../images/logo.jpg) no-repeat;
	width: 765px;
	height: 70px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	outline: none;
}
/* Nav --------------------------------------*/
#nav {
	width: 735px;
	height: 32px;
	margin: 0 auto;
	padding-left: 30px;
}
#top-nav li {
	display: inline;
	color: #333;
	font-size: 11pt;
}
#top-nav li a {
	color: #333;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	margin-right: 10px;
}
#top-nav li a:hover {
	text-decoration: underline;
}
/* Banner ------------------------------------*/
#banner {
	background: url(../../images/banner-bg.gif) no-repeat 78px 0;
	width: 765px;
	height: 252px;
	margin: 0 auto;
}
#banner img {
	display: block;
	width: 712px;
	margin: 0 auto;
	padding-top: 10px;
}
/* Main Container ----------------------------*/
#main-container {
	float: left;
	background: url(../../images/main-bg.gif) no-repeat #3d3c3c;
	width: 765px;
	margin: 2px 2px 0 2px;
}
/* Main --------------------------------------*/
#main {
	float: left;
	display: inline; /* IE 6 Bug */
	background-color: #fff;
	width: 722px;
	margin: 10px 0 0 22px;
}
/* Left Side ------------------------------------------------------------------*/
#left-side {
	float: left;
	display: inline; /* IE 6 Bug */
	background: url(../../images/leftside-bg.jpg) repeat-y;
	width: 187px;
	margin-left: 5px;
}
#left-side img {
	display: block;
	margin: 0 auto 10px auto;
}
#left-side-bottom {
	background: url(../../images/leftside-bottom.jpg) no-repeat bottom;
	width: 187px;
	height: 10px;
}
blockquote {
	border: 1px solid #3D3C3C;
	margin: 5px 15px 15px;
	padding: 8px;
	font-size: 10pt;
}
.signature {
	margin-top: 5px;
	text-align: center;
	font-style: italic;
	font-size: 9pt;
	line-height: 1.2em;
}
/* Content -----------------------------------*/
#content {
	float: left;
	width: 470px;
	margin-left: 30px;
	font-size: 10pt;
	color: #3d3c3c;
}
#content p {
	margin-bottom: 1em;
}
#content a {
	color: #f20000;
}
/* Page Headings -----------------------------*/
h1 {
	display: block;
	width: 470px;
	height: 30px;
	margin-top: 15px;
	text-indent: -9999px;
}
h1.homepage {
	background: url(../../images/homepage-heading.gif) no-repeat;
}
h1.about {
	background: url(../../images/about-heading.gif) no-repeat;
}
h1.fabrication {
	background: url(../../images/fabrication-heading.gif) no-repeat;
}
h1.portfolio {
	background: url(../../images/portfolio-heading.gif) no-repeat;
}
h1.contact {
	background: url(../../images/contact-heading.gif) no-repeat;
}
h1.sitemap {
	background: url(../../images/sitemap-heading.gif) no-repeat;
}
h2 {
	font-size: 12pt;
	margin-top: 1.3em;
}
/* Gallery ----------------------------------*/
#gallery {
	text-align: center;
}
#gallery li {
	display: inline;
}
#gallery img {
	border: 1px solid #ccc;
	padding: 2px;
}
#gallery img:hover {
	background-color: #d90000;
	border: 1px solid #bf0000;
}
/* Bottom Nav -------------------------------*/
#bottom-nav {
	clear: both;
	border-top: 1px dashed #999;
	padding-top: 10px;
}
#bottom-nav li {
	display: inline;
}
#bottom-nav li a {
	color: #f20000;
	text-decoration: none;
	margin-right: 10px;
}
#bottom-nav li a:hover {
	text-decoration: underline;
}
/* Misc Styles -------------------------------*/
.clear {
	clear: both;
}
.floatright {
	float: right
}

