@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  repeat-x;
	margin: 0;
	padding: 0;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}	


.thrColLiq #container {
	width: 761px;
	background: #ECECEC;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  heights: 0;
  font-size: 1px;
  line-height: 0px;
  
  
}



.mainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	padding: 0px 10px 0px 15px;
	line-height: 1.4em;
	text-align: left;
}
.Index_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #3C357E;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.Company_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #936;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.Services_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color:#795C10;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.Contact_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color:#090;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: center;
}

.Portfolio_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color:#900908;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.plaTOP_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	padding: 15px 5px 5px 10px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	background: #000;
	text-align: center;
}


.plaBOTTOM_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	padding: 0px 0px 0px 25px;
	line-height: 1.4em;
	text-align: center;
}
#container table #frmGetStarted p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #444;
}
#frmGetStarted fieldset {
	background: #CCC;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-left-style: none;
}
#frmGetStarted legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #333;
	background: #CCC;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	margin-top: -5px;
}
#frmGetStarted input.text {
	width: 200px;
}

#frmGetStarted input.text:focus {
	background: #9FE3A2;
	border: 1px solid #090;
}
#frmGetStarted textarea:focus {
	background: #9FE3A2;
	border: 1px solid #090;
}

.priceTableMaintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #666;
}
.priceTableHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

div#preload { display: none; }