*{
	margin: 0;
	padding: 0;	
}
	
body{
	background: #fff;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;	
}

.container{
	margin: 0px auto;
	width: 960px;	
}

table{
	margin: 0px 0px 30px 0px;	
}

.header{
	background: #444;	
}

.header td{
	padding: 10px 15px;	
}

h1{
	color: #fff;
	font-size: 26px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	text-transform: uppercase;		
}

.printed-results{
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;		
}

.printed-results .header-row{
	background: #666;
	color: #fff;
	padding: 0px 15px;
}

.printed-results .sub-header-row{	
	color: #fff;	
	padding: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#surface-prep{
	border-top: 0px;
	border-left: 1px solid #F9C294;
	border-right: 1px solid #F9C294;
	border-bottom: 0px;	
}

#water-proofing
{
    border-top: 0px;
	border-left: 1px solid #FF940;
	border-right: 1px solid #FF940;
	border-bottom: 0px;	
}

#setting-materials{
	border-top: 0px;
	border-left: 1px solid #cef2a3;
	border-right: 1px solid #cef2a3;
	border-bottom: 0px;	
}

#grout{
	border-top: 0px;
	border-left: 1px solid #d6b69c;
	border-right: 1px solid #d6b69c;
	border-bottom: 0px;	
}

#care{
	border-top: 0px;
	border-left: 1px solid #c8a000;
	border-right: 1px solid #c8a000;
	border-bottom: 0px;	
}

#surface-prep .sub-header-row{
	background: #e06500;	
	color: #fff;
}

#water-proofing .sub-header-row{
	background: #FF9F40;	
	color: #fff;
}

#grout .sub-header-row{
	/*background: #333;	*/
	background: #5b2900;
	color: #fff;
}

#care .sub-header-row{
	background: #c8a000;	
}

#surface-prep td{
	border-bottom: 1px solid #F9C294;	
}

#water-proofing td{
	border-bottom: 1px solid #FF9F40;	
}

#setting-materials td{
	border-bottom: 1px solid #b2dd7f;	
}

#grout td{
	border-bottom: 1px solid #d6b69c;	
}

#care td{
	border-bottom: 1px solid #dec356;	
}

#surface-prep .even-row{
	background: #FFF4EB;
}

#water-proofing .even-row{
	background: #FF9F40;
}

#surface-prep .materials-num{
	background: #FFDEC3;
}

#water-proofing .materials-num{
	background: #FFC073;
}

#setting-materials .sub-header-row{
	background: #4e9100;
}

#setting-materials .materials-num{
	background: #e2ffc0;	
}

#care .materials-num{
	background: #f4e4a6;	
}

#setting-materials .even-row{
	background: #f5ffea;	
}

#grout .even-row{
	background: #ede4dc;	
}

#care .even-row{
	background: #fff9e2;	
}

#grout .materials-num{
	background: #e3ccb9;	
}

h2{
	background: #444;
	clear: both;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: bold;	
	padding: 5px 15px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	text-transform: uppercase;	
}

h3{
	font-size: 18px;
	font-weight: bold;	
	padding: 5px 0px;
	text-align: center;	
}

h3 span{
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;	
}

p{
	font-size: 16px;
	font-weight: normal;	
}

.printed-results td{
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px 15px;
	/*padding: 5px 15px;*/
}

.printed-results .warranty-row td{
	padding: 5px 15px;
}

.even-row{
	background: #eee;
	text-shadow: 0px 1px 0px #fff;		
}

.printed-results .td-right{
	text-align: right;	
}

.printed-results .materials-num{
	background: #e3e3e3;	
	text-align: center;	
	text-shadow: 0px 1px 0px #fff;		
}

#grout .alternative, #grout td.thin-td p{
	color: #401d00;
}

#setting-materials .alternative, #setting-materials td.thin-td p{
	color: #335e00;	
}

#care td.thin-td p{
	color: #826800;
}

.mid-num-col{
	border-left: 1px solid #B2DD7F;
	border-right: 1px solid #B2DD7F;	
}

td.thin-td{
	padding: 3px 0px;
}

.footer{
	border-top: 4px solid #000;	
	color: #000;	
}

.footer p{
	font-size: 14px;	
}

.footer td{
	padding: 10px 0px;	
}

.alignleft{
	padding-right: 10px;	
}

.alignright{
	padding-left: 10px;	
}

.warranty-txt{
	color: #333;
	font-size: 12px;	
}

#surface-prep .mat-quantity{
	border-right: 1px solid #F9C294;	
}

#water-proofing .mat-quantity{
	border-right: 1px solid #FF9F40;	
}

#setting-materials .mat-quantity{
	border-right: 1px solid #B2DD7F;	
}

#grout .mat-quantity{
	border-right: 1px solid #D6B69C;	
}

#care .mat-quantity{
	border-right: 1px solid #DEC356;	
}

.printed-results .trowel-num{
	padding: 0px 5px;	
}