/*
===============================================
Copyright 2008 Liquid Tech Plumbing & Heating.
===============================================
*/

/*
===========================================
*************************   GENERAL FEATURES   *************************
===========================================
*/

body {
	background-color: #3e83b7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

A:link {
	COLOR: #003366; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #003366; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #DD0000; TEXT-DECORATION: none
}


p {
	text-align: justify;
}



/*
===========================================
*************************   TOPART   *************************
===========================================
*/
#primary {
	width: 770px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2a4b67;
	border-left-color: #2a4b67;
	border-bottom-color: #2a4b67;
	background-color: #fefefe;
}


/* Main Table and Parts */
#maintable {
	width: 768px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-size: 12px;
	background-position: left top;
	background-image: url(../images/bg-temp.gif);
	background-repeat: repeat-x;
}

#mainlft {
	width: 228px;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainrght {
	width: 540px;
	vertical-align: top;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




.topnav {
	font-size: 9pt;
	font-style: normal;
	color:#383838;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	height: 31px;
}
.nav {
	font-size: 9pt;
	padding-right: 15px;
	padding-left: 15px;
}
a.nav:Link			{color: #383838; text-decoration: none;}
a.nav:Active		{color: #383838; text-decoration: none;}
a.nav:Visited 		{color: #383838; text-decoration: none;}
a.nav:Hover			{color: #003366; text-decoration: underline;}



/* Left Navigation */
#nav-column {
	width: 219px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #2a4b67;
	border-left-color: #2a4b67;
}

.main_cont{
	width:95%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Text */
.reg {
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.regbd {
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #676767;
}
.fine-reg {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #676767;
}
.fine-reg-white {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.heading {
	font-size:18px;
	color:#CC9999;
	text-transform:none;
	padding-bottom:15px;
	}
	
.heading2 {
	font-size:18px;
	color:#FFFFFF;
	text-transform:none;
	padding-bottom:7px;
	}
	
.heading3 {
	font-size: 13px;
	color: #2a4b67;
	font-weight: bold;
	text-transform: none;
	}
	
.heading4 {
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:none;
	padding-bottom:10px;
	}
	
.white-lk {
	font-size: 8pt;
	font-weight: bold;
}
a.white-lk:Link			{color: #ffffff; text-decoration: none;}
a.white-lk:Active		{color: #ffffff; text-decoration: none;}
a.white-lk:Visited 		{color: #ffffff; text-decoration: none;}
a.white-lk:Hover		{color: #ffffff; text-decoration: underline;}


/* Left Navigation Bullets */
#nav-column ul
{
	margin-top: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	list-style: none;
}

#nav-column li
{
	margin: 0px 0px 4px 0px;
	padding: 1px 2px 1px 15px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
}

ul
{
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	list-style:none;
	font-size: 12px;
}

li
{
	margin: 0px 0px 4px 0px;
	padding:1px 2px 1px 15px;
	background-image: url(../images/bullet2a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}