/* Document elements */

body {
	margin: 0;
	padding: 0;
	font: 0.8em/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
}

/* Links */

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5b6053;
	text-decoration: underline;
}

/* Headings */

h1 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #222;
}

h2 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #111;
}

h3 {
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	color: #111;
}

/* Lists */

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {font-size: 0.85em; line-height: 1.5; list-style-type: square;}
ul.none {list-style-type: none}


ol.decimal {font-size: 0.85em; line-height: 1.5; list-style-type: decimal;}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}

/* Images */

img, img a {
	border: 0;
}

/* Layout IDs */

/* Container */

#main {
	position: relative;
	left: 50%;
	width: 600px;
	margin: 0px;
	margin-left: -302px;
	padding: 0;
	border-top: 0px solid #333;
	border-left: 1px solid #333;
	border-bottom: 7px solid #333;
	border-right: 1px solid #333;
	background: #fff url(../images/side.gif) left repeat-y;
}

/* Header */

#head {
	background: #222
	width: 600px;
	height: 125px;
	margin: 0;
	margin-bottom: 35px;
	padding: 0;
	background-image: url(../images/logo.gif);
}

#head h1, #head h1 a {
	display: block;
	width: 600px;
	height: 125px;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
	font-size: 0px;
	color: #000;
}

/* Main content */

#content {
	width: 330px;
	margin: 0;
	padding-left: 35px;
	float: left;
}

#content p {
	font: 1.0em/2.0 Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content ul, #content ol {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	height: 650px;
}

#sidebar p {
	font: normal 1.2em "Times New Roman";
	font-weight: bold;
	color: #948c6b;
	padding-right: 15px;
}

#sidebar span {
	font-weight: bold;
	color: #000;
	padding-right: 15px;
}

#sidebar img {
	margin: 0;
	padding: 0;
}


/* Nav list / links */

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none none;
	margin: 0;
	padding: 0;
	display: block;
	width: 175px;
	height: 25px;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	width: 175px;
	background-color: #5a5a42;
	text-align: right;
	text-decoration: none;
	margin: 0 0 2px 0;
	padding: 3px 10px 3px 0;
	font-size: 1em;
	color: #fff;
}

#sidebar a:hover, #sidebar a:active {
	display: block;
	width: 175px;
	background-color: #000;
	text-align: right;
	text-decoration: none;
	margin: 0 0 2px 0;
	padding: 3px 10px 3px 0;
	font-size: 1em;
	color: #fff;
}

/* Highlite Nav */

#about a.about, #products a.products, #engineering a.engineering, #fabrication a.fabrication, #machining a.machining, #contact a.contact, #gallery a.gallery {
	background-color: #000;
	color: #fff;
} 

/* Footer */

#foot {
	width: 600px;
	margin: 0;
	padding: 25px 0;
	font-size: 0.8em;
	color: #222;
	background-color: transparent;
	border-top: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	text-align: center;
	clear: both;
}

/*

----only appears when the page is printed-----

*/

#printcontact {
	display: none;
	visibility: hidden;
}

/* Form */

fieldset {

}

legend {

} 

label,input,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	width: 200px;
	float: left;
	color: #000;
	background: #fff;
	margin-top: 5px;
}

label {
	font-size: 0.9em;
	text-align: right;
	width: 100px;
	background: transparent;
	padding-top: 5px;
	padding-right: 10px;
}

input[type="submit"] {
	color: #fff;
	background: #000;
	border: 1px outset #fff;
	width: auto;
	margin-left: 110px;
	margin-top: 5px;
}

form br {
	clear:both;
}

.error {
	font-size: 0.7em;
	color: red;
	margin-left: 110px;
	display:none;
}

