@charset "UTF-8";
body  {
	font-family: 100% Helvetica, Arial, sans-serif;
	background: url(../images/bg_pattern_bottom.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.foot { 
	width: 100%;
	background: #cbcbce;
	margin: 0;
	padding: 0;
}

.foot #menu { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #afafb2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

.foot #menu p{ 
	margin: 0;
	padding: 8px 0 0 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.foot #menu p.small{ 
	margin: 0;
	padding: 5px 0 6px 200px;
	font-size: 9px;
	color: #666666;
}


.twoColFixLt #container { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 47px 0 15px 30px;
	margin: 0;
}

.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 139px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C22025;
	margin: 47px 0 0 0;
	padding: 5px;
	position: relative;
	left: 90px;
}

.twoColFixLt #greenbar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 47px 0 15px 30px;
	margin: 0;
}

#secondBG {
	background:url(../images/bg_pattern_top.gif);
	background-repeat:repeat-x;
}

#sidebar1 h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
	margin: 0 0 8px 0;
	padding: 0;
}

#sidebar1 h1.on {
	background: #C22025;
	padding: 2px;
}

#sidebar1 h1 a:link {color: #ffffff; text-decoration: none}
#sidebar1 h1 a:visited {color: #ffffff; text-decoration: none}
#sidebar1 h1 a:hover {color: #ffffff; text-decoration: underline}

#sidebar1 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#25408F;
	margin: 0;
	padding: 0;	
}

#sidebar1 p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0 10px 12px 0;
	line-height: 18px;	
}

#sidebar1 h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	margin: 0 0 12px 0;
	padding: 0;	
}

#sidebar1 h3.links img{
	margin: 0;
	padding: 0 6px 0 0;	
}

#sidebar1 h3.links a {
	padding: 3px 0 3px 4px;
	margin:  0 0 0 0;
}

#sidebar1 h3.links a:link {color: #FFFFFF; text-decoration: none}
#sidebar1 h3.links a:visited {color: #FFFFFF; text-decoration: none}
#sidebar1 h3.links a:hover {color: #FFFFFF; text-decoration: none; background: #999999;}

a:link {color: #C22025; text-decoration: none}
a:visited {color: #C22025; text-decoration: none}
a:hover {color: #C22025; text-decoration: underline}

.twoColFixLt #mainContent { 
	margin: 0 0 0 273px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#sidebar2 h2 a:link {color: #ffffff; text-decoration: none}
#sidebar2 h2 a:visited {color: #ffffff; text-decoration: none}
#sidebar2 h2 a:hover {color: #ffffff; text-decoration: underline}

#sidebar2 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0;
	padding: 0;	
}

#topBorder {
	border-bottom: 2px #CC9900 solid;
	height: 25px;
	padding: 0;
	margin: 0 300px 0 0;
}

#mainContent h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #C22025;
	margin: 0 0 8px 0;
}

#mainContent p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	margin: 0 200px 12px 0;
	padding: 0 0 0 0;
}

#rightSide {
	width: 239px;
	height: 205px;
	float: right;
	margin: 175px 0 0 10px;
	padding: 0 0 0 0;
	background: #C22025;
}

#rightSideAbout {
	width: 239px;
	height: 25px;
	float: right;
	margin: 310px 0 0 0;
	padding: 0 0 0 0;
	background: #C22025;
}

#rightSideContact {
	width: 239px;
	height: 25px;
	float: right;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: #C22025;
}

#rightSideEsop {
	background: url(../images/esop.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#rightSideStamp {
	background: url(../images/stamping.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 100px 0 0 0;
	padding: 0 0 0 0;
}

#rightSideWeld {
	background: url(../images/welding.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}

#rightSideCoat {
	background: url(../images/coating.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}


#rightSideMachine{
	background: url(../images/machining.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}


#rightSideForm {
	background: url(../images/forming.jpg) #C22025;
	background-repeat: no-repeat;
	width: 379px;
	height: 160px;
	float: right;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}


#rightSideCutting {
	background: url(../images/cutting.jpg) #C22025;
	background-repeat: no-repeat;
	width: 300px;
	height: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#rightSideManufacture {
	background: url(../images/manufacturing.jpg) #C22025;
	background-repeat: no-repeat;
	width: 300px;
	height: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#rightSideEngineer {
	background: url(../images/engineering.jpg) #C22025;
	background-repeat: no-repeat;
	width: 300px;
	height: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	margin: 0 200px 12px 0;
	padding: 0 0 0 0;
}

.pageHighlight {
	font-size: 13px;
	font-weight: bold;
	color:#25408F;
	
}

#green {
margin: 0;
padding: 0;
float: left;
width: 239px;
height: 300px;
background:url(../images/bg_green.jpg);
background-repeat: no-repeat;
}

#greenbar h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	margin: 0 0 12px 0;
	padding: 0;	
}

#greenbar h3.links img{
	margin: 0;
	padding: 0 6px 0 0;	
}

#greenbar h3.links a {
	padding: 3px 0 3px 4px;
	margin:  0 0 0 0;
}

#greenbar h3.links a:link {color: #000000; text-decoration: none}
#greenbar h3.links a:visited {color: #000000; text-decoration: none}
#greenbar h3.links a:hover {color: #ffffff; text-decoration: none; background: #009933;}


.mainNav {
	display: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#floatContainer {
	size: 2px;
	margin: 0;
	padding: 0;
}

#header {
	width: 954px;
	height: 135px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
} 

#footer {
	width: 578px;
	margin: 20px 0 0 0;
	padding: 0;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#footer p.small {
	font-size: 10px;
	color: #999999;
	margin: 0;
	padding: 0;
}

.logo {
	width: 239px;
	height: 107px;
	float: left;
	background: #FFFFFF;
}

.logo img {
	padding: 0;
	margin: 0;
	border: none;
}

.address {
	width: 710px;
	height: 70px;
	float: right;
}

#flash {
	width: 954px;
	height: 189px;
	padding: 0;
	margin: 0;
}

.address p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 5px 0;
	margin: 93px 0 0 30px;
	border-top: 1px #000000 solid;
}

#bottom {
	width: 170px;
	height: 100%;
	background-color: #666666;
	padding: 0;
	margin: 0 0 0 200px; 
 }
