body {
	margin: 0;
	padding: 0;
	background: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	width: 100%;
	
}

/* backgrounds */
body.homepage
{
background: #EFEFEF url(../images/home_bkg.jpg) top center no-repeat;	
}
body.aboutpage
{
background: #EFEFEF url(../images/about_bkg.jpg) top center no-repeat;	
}
body.productspage
{
background: #EFEFEF url(../images/products_bkg.jpg) top center no-repeat;	
}
body.footwearpage
{
background: #EFEFEF url(../images/footwear_bkg.jpg) top center no-repeat;	
}
body.flooringpage
{
background: #EFEFEF url(../images/flooring_bkg.jpg) top center no-repeat;	
}
body.odorpage
{
background: #EFEFEF url(../images/odor_bkg.jpg) top center no-repeat;	
}
body.moldpage
{
	background-color: #EFEFEF;
	background-image: url(../images/liquid_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.waterpage
{
	background-color: #EFEFEF;
	background-image: url(../images/wire_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.investmentpage
{
background: #EFEFEF url(../images/investment_bkg.jpg) top center no-repeat;	
}
body.moisturepage
{
background: #EFEFEF url(../images/moisture_bkg.jpg) top center no-repeat;	
}
body.contactpage
{
background: #EFEFEF url(../images/contact_bkg.jpg) top center no-repeat;	
}
body.teampage
{
background: #EFEFEF url(../images/team_bkg.jpg) top center no-repeat;	
}
body.historypage
{
background: #EFEFEF url(../images/history_bkg.jpg) top center no-repeat;	
}
body.termspage
{
background: #EFEFEF url(../images/terms_bkg.jpg) top center no-repeat;	
}
body.newspage {
	background-color: #EFEFEF;
	background-image: url(../images/news_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.privacypage
{
background: #EFEFEF url(../images/privacy_bkg.jpg) top center no-repeat;	
}


/* Menu */

#menu {
	padding-top: 120px;
	padding-left: 23px;
	height: 37px;
}

#minimenu {
	padding-top: 51px;
	height: 22px;
	margin-left: 300px;
	padding-bottom: 0px;
}

#historysubnav {
	padding-top: 115px;
	padding-left: 70px;
	height: 74px
	width: 975px;
}

#wrapper {
	width: 975px;
	margin: 0 auto;

}

#footer {
	padding-top: 10px;
	height: 37px;
	width: 980px;
	
}
#submenus {
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom:130px;
	}
/* Page */

#page {
	width: 975px;
	height:470px;

}

#productpagecontent {
	width: 900px;
	margin: 0 auto;
	height:700px;

}

/* Content */

#content {
	padding-top:70px;
	width: 800px;
	margin-left:60px;
	height:710px;
}
/*
#moldcontent {
	padding-top:120px;
	width: 900px;
	margin-left:50px;
	height:204px;
}
*/
#termscontent {
	padding-top:0px;
	width: 980px;
	margin-left:30px;
}
#homecontent {
	padding-top:190px;
	width: 900px;
	margin-left:50px;
	height:204px;
}

#generalcontent {
	padding-top:10px;
	width: 900px;
	padding-left:100px;
}

#singlecontent {
	padding-top:70px;
	width: 800px;
	padding-left:50px;
	height:315px;
}


#productcontent {
	padding-top:120px;
	width: 975px;
	padding-left:50px;
	height:155px;
}

#historycontent {
	padding-top:55px;
	width: 900px;
	margin-left:70px;
	height:204px;
}

/*
#flooringcontent {
	padding-top:100px;
	width: 900px;
	margin-left:50px;
	height:204px;
}

#odorcontent {
	padding-top:130px;
	width: 900px;
	margin-left:50px;
	height:174px;
}
#footwearcontent {
	padding-top:110px;
	width: 900px;
	margin-left:50px;
	height:174px;
}

*/

/* Sidebar */

#sidebar {
	float: right;
	width: 370px;
	padding: 65px 0px;
}

#pdfsidebar {
	width: 300px;
	padding: 0px 0px;
}

/*
#privacycontent {
	padding-top:120px;
	width: 720px;
	margin-left:60px;
	height:1585px;
}*/
#termscontent {
	padding-top:70px;
	width: 820px;
	margin-left:60px;
	height:1090px;
}

#privacycontent {
	padding-top:70px;
	width: 820px;
	margin-left:60px;
	height:1440px;
}

#contactcontent {
	padding-top:120px;
	width: 560px;
	margin-left:120px;
	height:490px;
}


.bluetitle {
	font-weight:none;
	font-size:22px;
	color: #336699;
}
.bluesubtitle {
	font-weight:bold;
	font-size:14px;
	color: #336699;
}

.boldtitle {
	font-weight:bold;	
}

.flooringHeader {
	margin-left:440px;
}

.privacyHeader {
	margin-left:390px;
}

.termsHeader {
	margin-left:0px;
}

.termsHeader {
	margin-left:390px;
}



#title {
	font-weight:bold;
	font-size:16px;
	color: #336699 ;
}

#subtitle {
	font-weight:bold;
	font-size:12px;
	color: #336699 ;
}

#fineprint {
	font-size:11px;
	color: #333;
}

#vertdivider {
	padding-left:30px;
	padding-right:30px
}
#vertdivider_sm {
	padding-left:10px;
	padding-right:10px
}

img {
	border: 0px;
}

a:link {
	color: #336699;
	text-decoration: none;
	font-weight:none;
}

a:visited {
	color: #4695F9;
	text-decoration: none;
	font-weight:none;
}

a:hover { 
	color: #336699;
	text-decoration: underline;
	font-weight:none;
	
}

