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

/* backgrounds */
body.homepage
{
background: #E2EDF4 url(../images/main_bkg.jpg) top center no-repeat;	
}

body.indexpage
{
background: #E2EDF4 url(../images/home_bkg.jpg) top center no-repeat;	
}

body.termspage
{
background: #E2EDF4 url(../images/terms_bkg.jpg) top center no-repeat;	
}

body.flooringpage
{
background: #E2EDF4 url(../images/flooring_cc_bkg.jpg) top center no-repeat;	
}

body.contactpage
{
background: #E2EDF4 url(../images/contact_bkg.jpg) top center no-repeat;	
}

body.servicepage
{
background: #E2EDF4 url(../images/service_bkg.jpg) top center no-repeat;	
}
body.privacypage
{
background: #E2EDF4 url(../images/privacy_bkg.jpg) top center no-repeat;	
}
/*
body.privacypage
{
background: url(../images/warranty_bkg.jpg) top center no-repeat;	
}
*/

/* Wrapper */

#wrapper {
	padding-top: 20px;
	width:100%;
}


/* Menu */

#menu {

	height: 18px;
	margin-left: 335px;
}

#minimenu {
	padding-top: 20px;
	height: 17px;
	margin-left: 485px;
	padding-bottom: 0px;
}

#footer {
	padding: 220px 0px;
	width: 740px;
	height: 15px;
	margin: 0 auto;
}

/* Page */

#page {

	width: 850px;
	margin: 0 auto;

}

/* Content */

#content {
	padding-top:120px;
	width: 560px;
	margin-left:120px;
	height:860px;
}

#flooringcontent {
	padding-top:120px;
	width: 560px;
	margin-left:60px;
	height:1580px;
}

#privacycontent {
	padding-top:120px;
	width: 720px;
	margin-left:60px;
	height:1585px;
}
#termscontent {
	padding-top:120px;
	width: 720px;
	margin-left:60px;
	height:1390px;
}

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

.redtitle {
	font-weight:bold;
	font-size:16px;
	color: #D24D20;
	text-transform: uppercase;
}

.redtitleLowercase {
	font-weight:bold;
	font-size:14px;
	color: #D24D20;
}

.bluetitle {
	font-weight:bold;
	font-size:14px;
	color: #336699;
}
.greentitle {
	font-weight:bold;
	font-size:15px;
	color: #106F10;
	text-transform: uppercase;
	
}

.flooringHeader {
	margin-left:440px;
}

.privacyHeader {
	margin-left:390px;
}

.termsHeader {
	margin-left:0px;
}

.termsHeader {
	margin-left:390px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 5px 0px;
}


#title {
	font-weight:bold;
	font-size:14px;
	color: #336633;
}

#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: underline;
	font-weight:bold;
}

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

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



