﻿/* Design for WC3 validation */
* 	{
	margin: 0px;
	padding: 0px;
	border: 0px;/*zeroing out the padding, border and margins removes any default settings*/

}
/*

#maindiv {min-height: 100%;} 
* html #maindiv {height: 100%;} hack for IE only

*/
.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}


a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #006699;
	text-decoration : none;
}

a:visited
{
	color : #006699;
	text-decoration : none;
}

a:hover
{
	color : #666666;
	text-decoration : underline;
	color: #FF0000;
}

a:active
{
	color : #006699;
	text-decoration : none;
}

body {
	margin: 0px;	
	padding:0;
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #333;
	line-height: 150%;
	text-align:left;	
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #333;
	line-height: 150%;
	text-align:left;
	margin: 10px 0 10px 0;
}

table.enq {
	width:90%;
	border:2px solid #0162C3;
	background-color:#fff;
}

table.enq td {
	padding:10px;
}

table.enq2 {
	width:80%;
}

table.enq2 td {
	padding:3px;
}

input
{
color: #000;
background:transparent;
border: 1px solid #999;
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}

textarea
{
color: #000;
background:transparent;
border: 1px solid #999;
}

ul {
	list-style-position:outside;
	margin-left:30px;
	color : #333;
	line-height:150%;
}

#divider {
	width:100%;
	background-image:url(img/copy_bkg.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:10px;
	text-align:center;
	clear:both;
}

#wrapper {
	width:960px;
	border:0px solid #ff0000;
	margin-left:auto;
	margin-right:auto;
}

#leftbox {
	float:left;
	width:300px;
	border:0px solid #FFF000;
	margin:0;
	padding:0;
}

#nav1 {
	border:0px solid #FF0000;
	background-image:url(img/nav_main_bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#nav2 {
	border:0px solid #FF0033;
	background-image:url(img/nav2_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0;
	padding:0;
}

#nav3 {
	border:0px solid #FF0000;
	background-image:url(img/nav_int_bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#nav4 {
	border:0px solid #FF0033;
	background-image:url(img/nav2_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0;
	padding:0;
}

#content {
	width:660px;
	border:0px solid #F23D42;
	margin:0;
	padding:0;
	float:right;
}

#maintext {
	width:620px;
	margin-left:12px;
	border:0px solid #FF9000;
	margin-top:20px;
	line-height:100%;
}

#inttext {
	width:620px;
	margin-left:20px;
	border:0px solid #FF9000;
	margin-top:15px;
	color:#333333;
}

h1 {
	color:#0062C4;
	font-size:1.8em;
	margin:10px 0 10px 0;
}

h1#front	{color:#0062C4;
	font-size:1.5em;
	margin:10px 0 6px 0;
	display:inline;
}
h2{margin:15px 0 0 0; font-size:12px;font-weight:bold;}

.subhead {
	color:#0C3569;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	line-height:150%;
}

.subenq {
	color:#0C3569;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}

.heavy {
	font-weight:bold;
	text-align: right;
}

.fweight {
	font-weight:bold;	
}

.quote {
	font-style:italic;	
}

.prodhead {
	font-size:0.9em;
	font-style:italic;
}

.brochure {
	font-size:0.8em;
}

#cert {
	float:right;
	margin-left:15px;
}

#multi {
	text-align:center;
	width:439px;
}

.duct {
	width:261px;
	text-align:center;
	margin-left:15px;
	float:right;
	font-size:0.9em;
	font-style:italic;
}

.duct2 {
	width:375px;
	text-align:center;
	font-size:0.9em;
	font-style:italic;
}

.copyfoot {
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-right:0px;
	margin-left:0px;
	padding-top:5px;
	
}

.copyfoot a:link, .copyfoot a:visited {
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-right:0px;
	margin-top:00px;
	margin-bottom:0px;
}

.copyfoot a:hover {
	text-decoration:underline;
}


.thumbnail {
	width:130px;
	float:left;
	margin: 0 10px 10px 0;
	background: url(img/access1.gif) no-repeat;
}

.thumbnail img {
	margin:10px 0 0 18px;
	border:0px solid #777;
	text-align:center;
}

.thumbnail p {
	margin:0;
	padding:0 20px 30px 10px;
	text-align:center;
	background:url(img/access2.gif) no-repeat 0 100%;
}

.clear {
	clear:left;
}

.thumbnail2 {
	width:130px;
	float:left;
	margin: 0 10px 10px 0;
	background: url(img/access1.gif) no-repeat;
}

.thumbnail2 img {
	margin:10px 0 0 12px;
	border:0px solid #777;
	text-align:center;
}

.thumbnail2 p {
	margin:0;
	padding:0 20px 30px 10px;
	text-align:center;
	background:url(img/access2.gif) no-repeat 0 100%;
}






.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 268px;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-left:16px; 
}

#navsite ul {
	list-style: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border: 0px solid #DB887B;	
	background-image:url(img/nav_line.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:none;
}

#navsite ul li a {
	display: block;
	padding: 0px 2px 20px 40px;
	color: #737171;
	border:none;
}


html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	color: #333;
	text-decoration:none;
}




#subnav1
{
	display:none;
	padding-left: 5px;
	font-size: .9em;
	margin-bottom:15px;
	line-height: 150%;
}
#subnav1 ul li {
	background-image:none;
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 30px;
}

#subnav1 ul li a {
	padding: 0px 0px 0px 30px;
}

#subnav1 ul li a:hover {
	color:#333;
}

#subnav2
{
	display:none;
	padding-left: 5px;
	font-size: .9em;
	margin-bottom:15px;
	line-height: 150%;
}
#subnav2 ul li {
	background-image:none;
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 30px;
}

#subnav2 ul li a {
	padding: 0px 0px 0px 30px;
}

#subnav2 ul li a:hover {
	color:#333;
}


#subnav3
{
	display:none;
	padding-left: 5px;
	font-size: .9em;
	margin-bottom:15px;
	line-height: 150%;
}
#subnav3 ul li {
	background-image:none;
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 30px;
}

#subnav3 ul li a {
	padding: 0px 0px 0px 30px;
}

#subnav3 ul li a:hover {
	color:#333;
}






/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
}
ul#navigation a {
	display:block;
	float:left;
	padding: .2em 1em;
	text-decoration:none;
	color:black;
	border-right:1px solid #000;
}

ul#navigation a:hover {
	padding-left:30px;
	background-color: maroon;
	color:white; 
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/

