﻿/* CSS Document */

body {
	background-color: #F2F2F2;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font: 12px/18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

div, ul, li, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	}

/*----TOP PANEL----*/

#header_container {
	height: 300px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bg_header.gif) repeat-x top left;
	}

#header {
	width: 950px;
	height: 300px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#header img {
	width: 400px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 275px;
	}

#header ul {
	width: 235px;
	height: 157px;
	padding: 8px 0px 0px 5px;
	position: absolute;
	top: 125px;
	left: 15px; 
	background: url(images/ul.jpg) 0 0 no-repeat;
	list-style: none;
	}

#header ul li {
	border-bottom: #CCC dotted 1px;
	font-weight: bold;
	color:  #FFF; 
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	}

#header ul li.certificate {
	border: none;
	}

#header ul li a {
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFF;
	display: block;
	background: url(images/arrow_normal.gif) center left no-repeat;
	text-indent: 15px;
	}
	
#header ul li a:hover {
	color: #FF0000;
	text-decoration: none;
	background: url(images/arrow_hover.gif) center left no-repeat;
	}
	
/*----/TOP PANEL----*/
	
/*----BANNERS----*/

h1#home {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_home.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#about {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_about.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#manufacturing {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_manufacturing.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#mechanical {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_mechanical.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#electrical {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_electrical.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#instrument {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_instrument.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#mining {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_mining.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
h1#standard {
	padding: 130px 0px 0px 20px; 
	background: url(images/banner_standard.jpg) 0 0 no-repeat #FFF; 
	width: 645px; 
	height: 35px;
	font-size: 20px;
	font-weight: bold; 
	color:  #FFF;
	position: absolute;
	top: 125px;
	left: 265px;
	}
	
/*----/BANNERS----*/

/*----BODY_TOP----*/

#body_top {
	width: 920px; 
	height: 50px; 
	position: relative; 
	margin: 0 auto 0 auto; 
	background: url(images/bg_body_top.jpg) no-repeat #F2F2F2;
	}
	
#body_top h1 {
	padding: 15px 0px 0px 15px;
	width: auto;
	float: left;
	font-size: 20px;
	}
	
#body_top ul { 
	float: right;
	padding: 15px 10px 0px 0px;
	}
	
#body_top ul li { 
	display: inline;
	}
	
#body_top ul li a.home { 
	color: #333;
	padding: 0px 10px 0px 25px;
	background: url(images/home_normal.gif) center left no-repeat;
	}
	
#body_top ul li a.home:hover { 
	color: #FF0000;
	text-decoration: none;
	background: url(images/home_hover.gif) center left no-repeat;
	}
	
#body_top ul li a.contact { 
	color: #333;
	padding: 0px 10px 0px 25px;
	background: url(images/contact_normal.gif) center left no-repeat;
	}
	
#body_top ul li a.contact:hover { 
	color: #FF0000;
	text-decoration: none;
	background: url(images/contact_hover.gif) center left no-repeat;
	}
	
#body_top ul li a.sitemap { 
	color: #333;
	padding: 0px 10px 0px 25px;
	background: url(images/sitemap_normal.gif) center left no-repeat;
	}
	
#body_top ul li a.sitemap:hover { 
	color: #FF0000;
	text-decoration: none;
	background: url(images/sitemap_hover.gif) center left no-repeat;
	}

/*----/BODY_TOP---*/

/*----BODY_MIDDLE----*/

#body_middle {
	width: 880px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px; 
	clear: both;
	}

#body_middle h2 {
	color: #FF0000;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	}
	
#body_middle h3 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	}
	
#body_middle p {
	font-size: 14px;
	text-align: justify;
	}
	
#body_middle ul {
	font-size: 14px;
	margin: 0px 0px 0px 30px;
	text-indent: 5px;
	}
	
#body_middle a {
	color: #333;
	}
	
#body_middle a:hover {
	color: #FF0000;
	text-decoration: none;
	}

/*----BODY_MIDDLE----*/

/*----BODY_BOTTOM----*/

#body_bottom {
	width: 920px; 
	height: 10px; 
	position: relative; 
	margin: 0 auto 0 auto; 
	background: url(images/bg_body_bottom.jpg) no-repeat #F2F2F2;
	}

/*----FOOTER PANEL----*/

#footer_container {
	height: 100px; 
	position: relative; 
	margin: 0 auto 0 auto;
	padding: 0;
	}

#footer {
	width: 900px;
	height: 80px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	}

#footer_logo {
	display: block;
	width: 210px; 
	height: 60px; 
	position: absolute;
	float: left;
	}
	
#footer_address {
	position: absolute;
	top: 15px;
	left: 250px;
	font-size: 11px;
	letter-spacing: 1px;
	border-left: 1px solid #CCC;
	padding: 0px 0px 0px 30px;
	}
	
#footer_address span.red {
	color: #FF0000;
	}
	
#footer_address a {
	color: #333;
	}
	
#footer_address a:hover {
	color: #FF0000;
	text-decoration: none;
	}

#footer p.copyright {
	position: absolute;
	top: 75px;
	font-size: 10px;
	}
	
#footer p.designby {
	position: absolute; 
	top: 75px;
	right: 20px;
	font-size: 10px;
	text-transform: uppercase;
	}
	
#footer p.designby a {
	color: #CCC;
	text-decoration: none;
	}
	
#footer p.designby a:hover {
	color: #999;
	text-decoration: none;
	}
	
#footer p.tsandcs {
	position: absolute; 
	top: 90px; 
	font-size: 10px;
	padding: 5px 0 10px 0;
	}

#footer p.tsandcs a {
	color: #333;
	}

#footer p.tsandcs a img {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	}
	
#footer p.tsandcs a:hover {
	text-decoration: none;
	}

	
/*----FORM ELEMENTS----*/
	
form {
	margin: 0px; 
	padding: 0px;
	color: #333;
	width: 400px;
	font: Trebuchet MS;
	}
	
label {
	display: block;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	}

input {
	width: 400px;	
	padding: 2px;
	border: 1px solid #EEE;
	color: #333;
	font: 14px Trebuchet MS;
	}
	
textarea {
	width: 400px;
	padding: 2px;
	border: 1px solid #EEE;
	font: 14px Trebuchet MS;
	display: block;
	color: #333;
	}
	
input.button {
	font: bold 12px Trebuchet MS;
	width: 100px;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	text-transform: uppercase;
	border: 1px solid #DADADA;
	}
	
input.button:hover { 
	color: #FF0000;
	border: 1px solid #999;
	}
	
.small {
	font-size: 12px;
	float: right;
	}

.required {
	color: #FF0000;
	}

.small > .required {
	color: #FF0000;
	}
	
/*----/FORM ELEMENTS----*/

/*----FIND US----*/

#find_us {
	position: absolute;
	top: 20px;
	left: 450px;
	}
	
iframe {
	border: 1px solid #CCC;
	}

/*----/FIND US----*/

