/*----------- general styles */
body  {
	background: #666;
	margin: 15px 0px 0px 0px; /* 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: #000000;
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
a img {
border: none;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* -------------------- header styles */
#header { 
	background-color: #fff; 
} 
#toptext { 
	float: right; 
	margin-top: 0;
	padding-right: 3px;
} 
#top li { 
	color: #8b9692; 
	display: inline; 
	list-style: none; 
	font-size: 12px; 
	border-right: 1px solid #8b9893; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	padding: 0 10px 0 10px;
	margin-top: 7px;
}
#top li.last { 
	border-right: 0; 
} 
#top a { 
	color: #006c64;
	text-decoration: none; 
} 
#top a:hover { 
	color: #006c64;
	text-decoration: underline; 
} 
#tagline {
	display: block;
	margin: 0 200px 0 0;
	background: url(../images/tagline.gif) 100% 100% no-repeat;
}
#navlinks, #navlinks ul {
	float: left;
	width: 780px;
	list-style: none;
	line-height: 1;
	background: #454546;
	margin: 0; 
	padding: 0; 
	color: #fff;
	text-transform: uppercase;
}
#navlinks a { 
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-decoration: none; 
	padding: 5px 10px;
} 
#navlinks li {
	float: left;
	padding: 0;
}
#navlinks li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	w\idth: 11.1em;
	border-width: 0.25em;
	margin: 0;
}
#navlinks li li {
	padding-right: 1em;
	width: 12em
}
#navlinks li ul a {
	color: #333;
	width: 13em;
	w\idth: 11.1em;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
}

#navlinks li ul ul {
	margin: -1.75em 0 0 14em;
}

#navlinks li:hover ul ul, #navlinks li:hover ul ul ul, #navlinks li.sfhover ul ul, #navlinks li.sfhover ul ul ul {
	left: -999em;
}

#navlinks li:hover ul, #navlinks li li:hover ul, #navlinks li li li:hover ul, #navlinks li.sfhover ul, #navlinks li li.sfhover ul, #navlinks li li li.sfhover ul {
	left: auto;
	background: white;
	width: 13em;
}

#navlinks li:hover, #navlinks li.sfhover {
	background: #006c64;
}
#navlinks li li:hover, #navlinks li li.sfhover {
	background: #e0e0e0;
}

#navlinks li.last { 
	background: #005b53;
}
#navlinks li.last:hover { 
	background: #666;
}

/* ---------------------- main column styles  */
#mainContent { 
	width: 353px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	height:inherit; 
	background-image: url('../images/backgroundLft.jpg'); background-repeat: no-repeat; 
	background-color: #fff;
}
#mainContent h3  { 
	color: #006c64; 
	font-size: 17px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 19px; 
	margin-top: 10px; 
	padding: 0 10px 0 19px;
}

#mainContent h3.second  { 
	color: #006c64; 
	font-size: 17px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 19px; 
	margin-bottom: 0; 
	padding: 0 10px 0 19px;
}

#mainContent h2  { 
	color: #006c64; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 19px; 
	margin-top: 10px; 
	padding: 0 10px 0 19px;
}

#mainContent p.head  { 
	color: #666; 
	font-size: 17px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 19px; 
	margin-top: 10px;
	padding: 0 10px 0 19px;
}

.headblue  { 
	color: #006c64; 
	font-weight: bold;

}

#mainContent p { 
	color: #000; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	padding: 0 10px 0 19px;
}

#mainContent a { 
	color: #006c64; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-decoration: underline;
}

#mainContent a:hover { 
	color: #006c64; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-decoration: none;
}

#mainContent ul {
	list-style: disc; 
	font-size: 12px; 
	color: #006c64; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 15px; 
	margin-top: 5px; 
}

#mainContent li {
	margin: 0 75px 3px 0;
}
	
.listblack {color: #000; font-size: 12px; }

#mainContent p.interior { 
	color: #000; 
	font-size: 12px; 
	line-height: 15px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	padding: 0 80px 0 19px;
	margin-top: -5px;
} 

#mainContent p.pdfdwnld { 
	color: #000; 
	font-size: 12px; 
	line-height: 15px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	padding: 0 80px 0 19px;
	margin-top: -5px;
} 

#mainContent p.pdfdwnld a { 
	color: #000; 
	text-decoration: none
} 

#mainContent p.pdfdwnld a:hover { 
	color: #006c64; 
	text-decoration: none
} 

#mainContent p.bold { 
	font-weight: bold;
	}

#mainContent p.interiorbold { 
	font-weight: bold;
	padding: 0 80px 0 19px;

}
	
#products { 
	float: right;
	padding: 0; 
} 

#homesolutions {
	background: #454546;
	height: 126px;
	float: left;
}

.smtxt {
	font-size: 10px
}

/* ------------------- Footer styles   */
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p { color: #FFF; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	margin: 4px;
}
#footerlink li { 
	color: #FFF; 
	display: inline;
	list-style: none;
	font-size: 11px; 
	border-right: 1px solid #666;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	margin-right: 7px; 
	padding-right: 10px; 
}
#footerlink li.last { 
	border-right: 0; 
	color: #FFF
} 
#footerlink li.last a { 
	border-right: 0; 
	color: #FFF;
	text-decoration: none;
} 
#footerlink li.last a:hover { 
	border-right: 0; 
	color: #FFF;
	text-decoration: underline;
} 
#footerlink a { 
	color: #FFF;
	text-decoration: none; 
} 
#footerlink a:hover { 
	color: #FFF;
	text-decoration: underline; 
}

	
/*  ----------------------  Other styles    */
.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 a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}