@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 101%;
}
body {
	line-height: 1;
	text-align: center;
	font-size: 75%;
    color: #222; 
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* layout */
.myinfo {
	position: absolute;
	top: -9999em;
}
.banner,#header {
	height:149px;
	background: url(images/bgtop.gif) left bottom repeat-x;
	overflow: hidden;
}
.logo {
	display: block;
	width: 750px;
	height: 109px;
	background: url(images/Plate-Heat-Exchanger.jpg) no-repeat center;
	margin: 0 auto;
	text-indent: -9999em;
}
.nav {
	width: 615px;
	padding: 0 0 0 135px;
	margin: 15px auto 0px auto;
}
.nav li {
	float: left;
}

.nav li a {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	border: solid 1px #FFFFFF;
	border-width: 0 1px 0 0;
}

.nav li a:hover {
text-decoration: underline;
}
.container {
	background: #FFFFFF;
	text-align: left;
	width: 750px;
	margin: 12px auto;
	overflow: hidden;
}

.columnL {
	float: left;
	width: 120px;
	padding: 25px 0 9999px 10px;
	margin-bottom: -9999px;
	background: #83867D;
}
.columnR {
	float: right;
	width: 604px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.lnav {
	list-style-type: none;
} 

.lnav li {
	list-style-type: square;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
	color: #EFEFEF;
}
.lnav li a {
	color: #EFEFEF;
	text-decoration: none;
	line-height: 1.5;
}
.lnav li a:hover {
	text-decoration: underline;
}

.heatlogo {
	display: block;
	background: url(images/b_products.jpg);
	width: 604px;
	height: 70px;
	text-indent: -9999em;
}
.profilelogo {
	display: block;
	background: url(images/b_profile.jpg);
	width: 604px;
	height: 70px;
	text-indent: -9999em;
}



.columnR p {
	line-height: 1.5;
	margin-bottom: 10px;
	color: #555;
}

.footer {
	clear: both;
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	text-align: right;
}

.fftitle {
	color: #EB6100;
	font-size: 18px;
	margin: 15px 0;
}

.sstitle {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
} 

.specif {
	list-style-type: none;
	padding-left: 25px;
}

.specif li {
	margin-left: 1.5em;
	list-style-type: disc;
}

.ppic {
	clear: left;
	float: left;
	margin-right: 25px;
}

.botp1 {
	padding: 10px 10px 40px 10px;
}
.botp2 {
	padding: 10px 10px 88px 10px;
}

hr {
	clear: both;
	margin-bottom: 15px;
	color: #ccc;
}

a.plate {
	float: left;
	display: block;
	background: url(images/btn02.jpg);
	width: 200px;
	height: 70px;
	text-indent: -9999em;
	margin-right: 1px;
}

a.plate:hover {
	background: url(images/btn02_on.jpg);
}

a.plate1 {
	float: left;
	display: block;
	background: url(images/btn01.jpg);
	width: 200px;
	height: 70px;
	text-indent: -9999em;
	margin-right: 1px;
}

a.plate1:hover {
	background: url(images/btn01_on.jpg);
}
a.plate2 {
	float: left;
	display: block;
	background: url(images/btn03.jpg);
	width: 200px;
	height: 70px;
	text-indent: -9999em;
}

a.plate2:hover {
	background: url(images/btn03_on.jpg);
}

a.default {
	color: #308ECD;
	text-decoration: none;
}

a.default:hover {
	text-decoration: underline;
}

.indus b {
	float: left;
	display: block;
	width: 200px;
	height: 25px;
	text-align: center;
}

.addthis_toolbox {
  float: right;
  margin:10px 0 0 0;
}


