*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ccc;
	text-align: center;
}

#container
{
	width: 100%;
	background-color: #fff;
	color: #000;
	text-align: left;
}

#header
{
	position: relative;
	width: 755px;
	height: 133px;
	background: #fff url(images/home_banner.jpg) no-repeat;
	margin: 0px auto;
}

a.indexlink
{
	position: absolute;
	top: 50px;
	left: 15px;
	width: 170px;
	height: 45px;
}

a.quote
{
	position: absolute;
	bottom: 7px;
	right: 0px;
	width: 140px;
	height: 20px;
}

#menubar
{
	width: 100%;
	height: 23px;
	background-color: #666;
	border-top: 3px solid #333;
	text-align: center;
}

#menu
{
	width: 490px;
	height: 23px;
	background: transparent url(images/menubg.gif) no-repeat;
	margin: 0px auto;
	padding-left: 8px;
}

#menu a
{
	display: block;
	float: left;
	height: 23px;
	outline: none;
}

#menu a.home
{
	width: 71px;
	background: #fff url(images/home_btn.gif) bottom no-repeat;
}

#menu a.company
{
	width: 115px;
	background: #fff url(images/company_btn.gif) bottom no-repeat;
}

#menu a.fabrication
{
	width: 96px;
	background: #fff url(images/fabrication_btn.gif) bottom no-repeat;
}

#menu a.assembly
{
	width: 96px;
	background: #fff url(images/assembly_btn.gif) bottom no-repeat;
}

#menu a.machining
{
	width: 96px;
	background: #fff url(images/machining_btn.gif) bottom no-repeat;
}

#menu a:hover, #menu a.active
{
	background-position: top;
}

#content
{
	width: 870px;
	margin: 15px auto 0px auto;
	background: #fff url(images/contentbg.gif) center repeat-y;
	color: #000;
}

#leftside
{
	width: 200px;
	float: left;
}

#leftside a
{
	display: block;
	font-size: 12px;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
	margin: 5px 0px 12px 0px;
}

#leftside a:hover, #leftside a.active
{
	background: transparent url(images/slashes.gif) top left no-repeat;
	color: #993333;
}

#middle
{
	width: 400px;
	float: left;
	padding: 0px 20px 50px 35px;
}

#middle p
{
	margin-bottom: 10px;
}

#middle a img
{
	border: none;
}

.left
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}

a img
{
	border: none;
}

#middle h2
{
	font-size: 14px;
	color: #993333;
	background-color: transparent;
	margin-bottom: 5px;
}

#middle ul
{
	margin: 0px 0px 10px 20px;
	line-height: 150%;
}

#rightside
{
	width: 170px;
	float: left;
}

#footer
{
	width: 100%;
	height: 23px;
	background-color: #333;
	color: #fff;
	margin-top: 20px;
}

#footer p
{
	margin: 0px auto 0px auto;
	width: 585px;
	font-style: italic;
	padding-top: 5px;
}

#footer a
{
	background-color: transparent;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
	