@charset "utf-8";
body {
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: #333;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 20px;
background-color: #FFF;
background-image: url(../images/backgroundhome-stretch.jpg);
background-repeat: repeat-y;
background-position: center top;
}
.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/backgroundhome.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 730px;
	background-repeat: no-repeat;
}

.oneColFixCtr #containerinternal {
width: 950px; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #FFFFFF;
background-image: url(../images/backgroundinternal.jpg);
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: 1200px;
background-repeat: no-repeat;
}
.oneColFixCtr #containerinternalproducts {
width: 950px; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #FFFFFF;
background-image: url(../images/backgroundhome-productsholder.jpg);
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: 1200px;
background-repeat: no-repeat;
}


.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.homepagepromo  {
	padding-top: 20px;
	padding-left: 172px;
}

.internalcontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding-top: 40px;
	padding-right: 130px;
	padding-left: 130px;
	padding-bottom: 20px;
}

.internalcontent a:link {
text-decoration: none;
font-weight: bold;
}

.internalcontent a:visited {
font-weight: bold;
text-decoration: none;
}

.internalcontent a:hover {
text-decoration: underline;
}

.internalcontent a:active {
}

.internalcontent .pagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	padding-bottom: 20px;
}

.products-list a:link {
text-decoration: none;
font-weight: bold;
}

.products-list a:visited {
font-weight: bold;
text-decoration: none;
}

.products-list a:hover {
text-decoration: underline;
}

.products-list a:active {
}

#containerinternalproducts .products-list {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
padding-right: 130px;
padding-left: 130px;
}

#containerinternalproducts .products-list .products-list-item-left {
	float: left;
	height: 225px;
	width: 151px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#containerinternalproducts .products-list .products-list-item-right {
float: right;
width: 500px;
}
#containerinternalproducts .dotted-line {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999;
margin-right: 130px;
margin-left: 130px;
}



#container .menuhome {
	height: 30px;
	width: 688px;
	padding-top: 112px;
	padding-right: 134px;
	padding-left: 133px;
}
#containerinternal .menuhome {
	height: 30px;
	width: 688px;
	padding-top: 112px;
	padding-right: 134px;
	padding-left: 133px;
}
#containerinternalproducts .menuhome {
	height: 30px;
	width: 688px;
	padding-top: 112px;
	padding-right: 134px;
	padding-left: 133px;
}

li {
list-style-image: url(../images/li.jpg);
}

ul {
margin-top: 0px;
margin-bottom: 0px;
}

.testimonial {
	width:690px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

.left-quote {
float:left;
width:68px;
height:77px;
background-repeat: no-repeat;
background-position: top;
background-image: url(../images/quote-left.jpg);
}
.testi-text {
	float:left;
	text-align:justify;
	width:670px;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	font-size: 18px;
	color: #9E7E4E;
	line-height: 30px;
	padding-bottom: 10px;
}
.testi-pic {
	float:left;
	width:77px;
	height:104px;
	margin-left:70px;
	display:inline;
	margin-bottom: 40px;
}

.testi-name {
	float:left;
	color: #666;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-weight: normal;
}

.testi-clientname {
height: 175px;
}

.testi-clientname-nopic {
height: 150px;
}
.internalcontent-moreproducts {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding-top: 0px;
	padding-right: 130px;
	padding-left: 130px;
	padding-bottom: 20px;
}

