BODY {
	margin: 0; 
	padding: 0;
	background: #FFF url(../images/header-bar-top.gif) repeat-x left -40px;

}

BODY, H1, H2, H3, P, TH, TD, DIV, TEXTAREA, INPUT, SELECT {
	margin: 0; 
	font-family: Times, Helvetica, sans-serif;
}

/* FLOAT FIXING ###########################*/
.floatFix:after {
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
    display: block;
}

H1 {
	font-size: 12pt; 
	color:#fff;
}
H2 {
	font-size: 18pt;
	color:#5987c0;
}
H3 {
	font-size: 14pt;
}

P {
	color:#666666;
	font-size: 12pt;
}

#main {
	width: 930px;
	margin: 0px auto;
}

#top {
	width: 930px;
	height:131px;
}

#topImage {
	width: 304px;
	height:96px;
}

#middle {
	width: 900px;
	padding:0px;
	margin:0px;
}

#leftChannel{
	float: left;
	width: 183px;
	height : 184px;
	background: url(../images/engineeringToolsSmall.jpg) no-repeat;
}

#middleChannel{
	float: left;
	padding: 0px 16px 0px 16px;
	width: 490px;
}

#rightChannel {
	margin:0;
	width : 195px;
	height : 138px;
	float: left;
	background: url(../images/right-box.gif) no-repeat;
}

#contactInfo h3{
	text-align: left;
	font-size: 9pt; 
	color : #3d5249;
}

#services {
	padding-top: 18px;
	height: 200px;
}

#service {
	padding : 5px 10px 0px 0px;
	text-align: center;
	float: left;
	width: 160px;
	height: 200px;
	background: url(../images/service-panel.gif) no-repeat;
}

#service p{
	padding: 20px 10px 0px 10px;
	text-align: center;
	font-size: 10pt;
}

#footer {
	padding: 7px 0px 0px 0px;
	width: 669px;
}

#footer p{
	text-align: center;
	font-size: 8pt;
	color: #3d5249;
}

UL {
}

li{
	margin-bottom:8px;
}

.black {color: #000;}
A {
	color: #666666;
	text-decoration: none;
}

.noPad {padding: 0;}