body {
	font: 13px Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	margin-left:-1px;
	background-color:#000000;
}

div.rightrow {
	padding-top: 15px;
	background-image:url(images/home_contact.jpg);
	background-repeat:no-repeat;
	margin-left:-5px;
	height: 110px;
	margin-bottom:-20px;

}

div.rightrow span.left {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
}

div.rightrow span.right {
	vertical-align:middle;
	width: 48%;
	float: right;
	text-align: right;
}

img
{  border-style: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#333
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0052a4;
}
.wthair #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto;
	height: 100%;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -3em;
	margin-left: auto;
}
.wthair #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 132px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#000;
}
div.products {
margin-top:10px;
padding: 5px;
text-align: center;
border-radius: 5px;
-moz-border-radius: 15px;
border: 2px solid #cccccc;
}

div.headerrow {
	padding-top: 0px;
}

div.headerrow span.left {
	display: block;
	width: 135 px;
	float: left;
	text-align: left;
}

div.headerrow span.right {
	vertical-align: middle;
	width: 65 px;
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	font-size:18px;
	font-weight:bold;
	}
div.headerrow span.mid {
	vertical-align: middle;
	width: 205 px;
	text-align:right;
	float: center;
	margin-top: 0px;
}
.floatrightcontact {
float: right;
width: 250px;
margin: -20px 0px 0px 10px;
padding: 10px;
padding-left: 50px;
*margin: 10px 0 20px 10px;
*padding: 10px;
}
.wthair #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wthair #navigation {
	background-image:url(images/nav_bg.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:52px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.wthair #mainContent {
	clear: both;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wthair #footertop {
	clear: both;
	height: 5px;
	background:#535353;
	margin: 0px;
	padding:0px;
}
.wthair #it2 {
	clear: both;
}

.wthair #footermiddle {
	clear: both;
	height: 120px;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
}
div.row {
	padding: 10px;
	clear: both;
}

div.row span.left {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
}

div.row span.right {
	display: block;
	width: 48%;
	float: right;
	text-align: right;
}
div.row span.right a {
	display: block;
	width: 48%;
	float: right;
	text-align: right;
	color:#FFF;
	text-decoration:none
}
div.row span.right a:hover {
	color:#FFF;
	text-decoration:underline;
	
}
div.spacer {
	font-size: 10px;
        clear: both;
}
.wthair #footerbottom {
	clear: both;
	height: 30px;
	width: 966px;
	margin-left: -20px;
	background:#474747;
	color:#FFF;
}
.wthair #boxes {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.wthair #footermiddle p {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	margin-bottom:-20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.wthair #footermiddle h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 12px;
	text-align:right
	}
.wthair #footermiddle h3 {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom:-30px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.wthair #footermiddle h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom:-10px;
}
ul#list-nav {
list-style:none;
font: 16px Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:5px;
width:980px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding: .6em 3.4em;
color:#ffffff;
float:left;
text-align:center;
font: 16px Verdana, Arial, Helvetica, sans-serif;

}

ul#list-nav li a:hover {
color:#ffffff;
text-decoration:underline;
}


.floatleft {
	clear: both;
	float: left;
	width: 200px;
	margin-top: -20px;
*margin-top:0px;
*padding: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p { margin-top: 0; }
/* End Accordion */

.phone {
	color: #0052A4;
}
.wthair #container #mainContent div div .contactform table tr td input {
	border: 1px solid #999;
	background-image: url(images/input_bg.jpg);
}
.wthair #container #mainContent div div .contactform table tr td input {
	font-size: 14px;
	color: #333;
}
.wthair #container #mainContent div div .contactform table {
	font-size: 13px;
	color: #333;
	font-weight: 400;
}
.wthair #container #mainContent div div .contactform table tr td textarea {
	background-image: url(images/comments_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2dfdf;
	border: 1px solid #999;
	font-size: 14px;
	color: #333;
}
.wthair #container #mainContent .floatrightcontactformtestimonials h3 {
	color: #0052a4;
	text-align: center;
}
.wthair #container #mainContent .floatrightcontactformtestimonials .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .floatrightcontactformtestimonials .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666;
}
.wthair #container #mainContent .floatrightcontactformtestimonials .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.wthair #container #mainContent .floatrightcontactform h3 {
	color: #0052a4;
	text-align: center;
}
.wthair #container #mainContent .floatrightcontactform .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .floatrightcontactform .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666;
}
.wthair #container #mainContent .floatrightcontactform .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.wthair #container #mainContent .floatrightcontactformsage h3 {
	color: #0052a4;
	text-align: center;
}
.wthair #container #mainContent .floatrightcontactformsage .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .floatrightcontactformsage .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .floatrightcontactformsage .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.wthair #left16 {
float:left;
width:330px;
padding:0px;
margin-bottom:20px;
height: 330px;
}
.wthair #right16 {
float:right;
width:330px;
padding:0px;
height: 330px;
}
.wthair #container #mainContent .itcontact h3 {
	color: #0052a4;
	text-align: center;
}
.wthair #container #mainContent .itcontact .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .itcontact .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .itcontact .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.wthair #container #mainContent .itcontact h3 {
	color: #0052a4;
	text-align: center;
}

.wthair #container #mainContent #it2 #itcontact .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .itcontact .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wthair #container #mainContent .itcontact .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.wthair #itcalculator {
	float:right;
	width:400px;
	padding:0px;
	height: 350px;
	margin-bottom:20px;
	background-image:url(images/it_contact_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
		*padding-top: 20px;
text-align: center;
}
.wthair #itcontact {
	float:left;
	width:400px;
	height: 350px;
	background-image:url(images/it_contact_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	*padding-top: 20px;
	text-align: center;
}
#client_testimonials {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #565c65;
	font-size: 12px;
	background-image: url(images/testimonials_bg_1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	height: 103px;
	width: 633px;
	line-height: 18px;
	margin-bottom:15px;
}
#client_testimonials_2 {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #565c65;
	font-size: 12px;
	background-image: url(images/testimonials_bg_2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	height: 103px;
	width: 633px;
	line-height: 18px;
	margin-bottom:15px;
}

#client_testimonials p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
#client_testimonials_2 p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.wthair #container #mainContent div #client_testimonials p img {
	padding-right: 5px;
}
.wthair #container #mainContent div ol li {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -20px;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.wthair #container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #FFF;
}
.wthair #container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #09C;
}
#container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #03F;
}
#it2 #itcontact .contactform table tr td .itcontact {
	background-color: #C00;
}
#container #mainContent div p a {
	color: #999;
	text-decoration:none;
}
#container #mainContent div p a:hover {
	color: #999;
	text-decoration:underline;
}.wthair #container #mainContent .floatrightcontactform p {
	color: #0052A4;
}
.wthair #container #footermiddle h2 a {
	color: #333;
	text-decoration: underline;
}
.wthair #container #footermiddle h4 a {
	color: #333;
	text-decoration: underline;
}#facebook_like {
	background-color: #999;
	float: right;
	height: 100px;
	width: 300px;
	z-index: auto;
}
#num_like {
	float: right;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 16px;
}
