/* screen.css for hi-tempfab.com */
body {
    margin: 0;
	text-align: center;
	font-size: smaller;
	}
html > body {
    font-size: small;
	}
td {
    font-size: small;
	}
	
p, div {
    font-family: Verdana, Tahoma, Arial;
	}
h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Tahoma, Arial;
	}
h1 {font-size: 150%;}
h2 {font-size: 135%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 90%;}
h6 {font-size: 80%;}

a:link, a:visited {
    color: #39f;
	text-decoration: none;
	}
a:link:hover, a:visited:hover {
    color: #3a3;
	}
	
a:link h4,
a:visited h4 {
    margin: 6px 0 3px 0;
	padding: 3px;
	}
a:link p,
a:visited p {
    margin: 3px 3px 3px 10px;
	padding: 2px;
	text-decoration: none;
	}


ul {}

ul.linkBlock {
    list-style: none;
	}
ul.linkBlock a {
    display: block;
	}
ul.linkBlock a:link,
ul.linkBlock a:visited {
    background-color: transparent;
	}
ul.linkBlock a:link:hover,
ul.linkBlock a:visited:hover {
    background-color: #eee;
	}

.btn {
  margin: 3px auto 3px auto;
  padding: 2px 4px 2px 4px;
  font-family: Arial, Helvetica;
  font-weight: bold;
}
.btn:link, .btn:visited {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  background-color: #9c9;
}
.btn:hover {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff;
}

/* Layout *** */

#header {
    clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 768px;
	border-bottom: 2px solid #39f;
	}
#header .logo {
	clear: both;
	width: 100%;
	text-align: left;
	background: #fff url("../graphics/bg_logo.png") center right no-repeat;
	}
.logo h1 {margin: 0; padding: 0;}
.logo a {
    display: block;
	width: 295px;
	height: 66px;
	margin-left: 0px;
	background: transparent url("../graphics/logo.png") no-repeat;
	/* undo the text-indent for print.css */
	text-indent: -700em;
	text-decoration: none;
	}
#header .nav {
    clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #000;
	width: 100%;
	height: 24px;
	text-align: right;
	/* background: #fff url("../graphics/nav_bckgnd.png") bottom left no-repeat  */ ;
	background-color: transparent;
	}
.nav ul {
    list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	}
.nav li {
    display: inline;
	margin: 3px 0 0 0;
	padding: 0;
	}
.nav li a {	
	margin: 0 3px 0 3px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #fff;
	font-weight: bold;
	color: #39f;
	text-decoration: none;
	}	
.nav li a:link:hover,
.nav li a:visited:hover {
    color: #333;
	text-decoration: none;
	background-color: #9f6;
	}
.nav li :link:hover,
.nav li :visited:hover {
    border: 1px solid #333;
	}
/*
li>#nav_products {
    position: relative;
	margin: 1px;
	padding: 1px 40px 8px 40px;
	width: 80px;
	height: 20px;
	background: transparent url("../graphics/nav_products.png") center center no-repeat;
	}
li>#nav_products:link:hover,
li>#nav_products:visited:hover {
	background-color: #9f6;
	}
#nav_products>span {display: none;}

li>#nav_company {
    position: relative;
	margin: 1px;
	padding: 1px 40px 8px 40px;
	width: 80px;
	height: 20px;
	background: transparent url("../graphics/nav_company.png") center center no-repeat;
	}
li>#nav_company:link:hover,
li>#nav_company:visited:hover {
	background-color: #9f6;
	}
#nav_company>span {display: none;}

li>#nav_contact {
    position: relative;
	margin: 1px;
	padding: 1px 40px 8px 40px;
	width: 80px;
	height: 20px;
	background: transparent url("../graphics/nav_contact.png") center center no-repeat;
	}
li>#nav_contact:link:hover,
li>#nav_contact:visited:hover {
	background-color: #9f6;
	}
#nav_contact>span {display: none;}
*/
	
#contain {
    margin: 0 auto 0 auto;
	padding: 6px 0 0 0;
    width: 768px;
	background-color: #fff;
	}
	
#links {
    margin: 0;
	padding: 0;
	border-right: 2px solid #66cc66;
	width: 182px;
	text-align: left;
    background-color: #fff;
	}
#links ul {
    list-style: none;
	margin: 0;
	padding: 0;
	}
#links li {
    margin: 2px 3px 2px 0;
	padding: 0;
	font-size: 13px;
	}
#links li a {
    display: block;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	}
#links li a:link, #links li a:visited {
    border: 3px solid #fff;
	color: #fff;
	background-color: #39f;
	}
#links li a:link:hover, #links li a:visited:hover {
    border: 3px dashed #333;
	color: #000;
	background-color: #9cf;
	}
	
#content {
	float: right;
	margin: 0 0 0 10;
	padding: 0 0 0 6px;
	width: 566px;
	min-height: 15em;
	text-align: left;
	background-color: #fff;
	}
.cHeader {
    padding: 2px;
	border: 1px solid #9cf;
	height: 100px;
	}
.cHeader p {
    margin: 3px;
	padding: 3px;
	border-bottom: 1px dotted #333;
	width: 260px;
	font-weight: bold;
	background-color: #9cf;
	}
.cHeader h6, .cHeader h5, .cHeader h4, .cHeader h3, .cHeader h2, .cHeader h1 {
    margin: 3px;
	padding: 3px;
    }
#footer {
    clear: both;
	margin: 0 auto 0 auto;
	padding: 95px 3px 3px 3px;
	/* border: 1px solid #3399ff; */
	width: 768px;
	text-align: right;
	background: #fff url("../graphics/flame.png") top left no-repeat;
	}
#footer ul {
    list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
	border-top: 2px solid #3399ff;
	}
#footer li {
    display: inline;
	margin: 0;
	padding: 0 9px 0 9px;
	}
#footer a {
    padding: 3px 0 3px 0;
	font-weight: bold;
	}
#footer a:link, #footer a:visited {
    color: #3399ff;
	text-decoration: none;
	}
#footer a:link:hover,
#footer a:visited:hover {
    color: #66cc66;
	text-decoration: underline;
	}
	
acronym {
    padding: 0 1px 0 1px;
	}

span.prod,
span.product {
    font-weight: bold;
	}

/* H replacements START */

#application {
    height: 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: transparent url(../graphics/h_application.png) center left no-repeat;
	}
#application > span {
    display: none;
	}
#boards_panels {
    height: 30px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: transparent url("../graphics/h_boards_panels.png") center left no-repeat;
	}
#boards_panels > span {
    display: none;
	}


/* H replacements END */
	
/* stand out */
.stout {
    padding: 0 3px 0 3px;
	text-transform: uppercase;
	background-color: yellow;
	}
div.impNote {
    padding: 10px;
	border: 1px solid #f96;
	font-family: Verdana, Tahoma, Arial;
	font-size: 90%;
	font-weight: bold;
	}
div.impNote p {
    margin: 3px 0 3px 0;
	padding: 0;
	}
div.impNote h4 {
    margin: 0;
	padding: 3px 0 3px 0;
	color: #33aa33;
	}
	
img.prod_pic {
    border: 1px solid #333;
	}
div.copy_trade,
div.reg_trade {
    margin: 10px 0 0 0;
	font-size: xx-small;
	color: #333;
	}
div.copy_trade p,
div.reg_trade p {
    margin: 0;
	padding: 0;
	}
	
ul.inline li {
    display: inline;
	}
ul.inline li a {
    padding: 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
ul.inline li a:hover {
    background-color: #ee0;
	}
	
.error {
    color: red;
	text-decoration: underline;
	}

/* Floats *** */
.fRight {
    float: right;
	padding: 0.5em;
	}
.fLeft {
    float: left;
	padding: 0.5em;
	}
	
/* Search start */
div.sbox {
    margin: 0;
	padding: 2px;
	text-align: center;
	background: #cdf url("../graphics/cor_bl_search.gif") bottom left no-repeat;
	}
#search {
	margin: 3px;
	padding: 2px;
	height: 18px;
	border-bottom: 1px solid #666;
	text-align: left;
	}
div.sbox > #search {
    background: #fff url("../graphics/search.png") center left no-repeat;
	}
#search > span {
    display: none;
	}
.btnS {
    margin: 2px;
	padding: 1px 3px 1px 3px;
    }
/* Search end */

/* needed for IE start ... */
div.clearer {clear: both; line-height: 0; height: 0;}
/* needed for IE end */
