html, body {
	margin: 0px;
	padding:0px;
	background-image:url(images/bg.png);
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}

#logo {
	width:253px;
	float: left;

		
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;

	visibility: hidden;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:70px;
	
	visibility: hidden;
}

#links ul {
	margin:0px; 
	padding-top:67px;
}

#links li{
	float:left;
	list-style-type:none;
	width:104px;
	height:25px;
	text-align:center;
	background-color:#eec029;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration: overline;
}

#mainimg {
	background-image:url(images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:46px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#title {
	background-image:url(images/main_img.jpg);
	background-repeat:no-repeat;
	height:60px;
	text-align:right;
}

#title h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:10px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar h4{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar ul{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar table{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding: 0px;
	border-style: none;
}

#leftbar table td{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding: 5px;
	border-style: none none solid none;
	border-width: 1px;
}

#leftbar a {
	font-family:"Trebuchet MS";
	color:#EE8907;
	font-weight: normal;
	text-decoration: underline;
	padding:0px 0px;
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	color:#EE8907;
	font-weight: normal;
	text-decoration:none;
	padding:0px 0px;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

#rightbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight: normal;
	text-decoration:none;
	padding:0px 5px;
}

#rightbar a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration: none;
	padding:0px 5px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#8EC335;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#8EC335;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.boldtext {
	font-weight:bold;
}

.orangetext2 {
	color:#EE8907;
	text-decoration:none;
}

#line {
	border-top:1px dotted #BCBDBC;
	width: 200px;
}

#home_image {
	float: none;
	padding-left: 100px;
	padding-bottom: 20px;
}

#services_image {
	float: right;
	margin: 10px 5px 0px 20px;
}

#catalyticheat_image {
	float: left;
	margin: 10px 20px 20px 10px;
	border-width: 1px;
	border-style: solid;
}

#diver_image {
	float: none;
	margin: 10px 5px 10px 20px;
}

#heater_image {
	float: none;
	margin: 20px 5px 20px 120px;
	border-width: 1px;
	border-style: solid;
}

#wrist_image {
	float: none;
	margin: 20px 5px 20px 110px;
	border-width: 1px;
	border-style: solid;
}

#jacket_image {
	float: none;
	margin: 20px 5px 20px 110px;
	border-width: 1px;
	border-style: solid;
}

#cooperation_image {
	float: none;
	margin: 30px 5px 20px 40px;
	border-width: 1px;
	border-style: solid;
}