/* CSS document for Veritas Remodeling, LLC */
/* Page layout is dictated by table structure (in HTML) */

body { 
	background: url(img/background.jpg); 
	background-repeat: repeat; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; // Not being inherited properly?
}

td.title { 
	color: #fff; 
	text-align: right; 
	line-height: 75%; 
	font-size: 28px; 
	letter-spacing: -1px; 
}
.subtitle { 
	font-size: 17px; 
	letter-spacing: 0px; 
	display: block; 
}

td.main { background-color: #889997; }
td.main table { padding: 15px; }

.sectioncontainer { 
	padding: 15px; 
	overflow: auto; 
}
.sectiontitle { font-size: 11px; }

td.navigation { background-color: #71995d; }
td.navigation ul { 
	color: #000; 
	font-size: 10.5px; 
	line-height: 300%; 
	list-style-type: none; 
	display: inline; 
	position: relative; 
	top: -30px; 
}
td.navigation a { 
	color: #fff; 
	text-decoration: none; 
}
td.navigation a:hover { text-decoration: underline; }

td.cell2 { 
	background: url(img/cell2.png); /* Image text is in Vivaldi Italic */
	background-position: center left; 
	background-repeat: no-repeat; 
	background-color: #f7d4b1; 
	color: #41120a; 
	font-size: 24px; 
	text-align: right; 
	letter-spacing: -1px; 
	line-height: 120%; 
}

td.cell3 { 
	background-color: #000; 
	font-size: 10px; 
	color: #fff; 
}
td.cell3 a { 
	color: #85ad71; 
	text-decoration: none; 
	font-weight: bold; 
	display: block; 
	padding-bottom: 5px; 
}
td.cell3 a:visited { color: #999; }
td.cell3 a:hover { text-decoration: underline; }

td.cell4 { 
	background: url(img/cell4.png); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #e8ded4; 
	color: #4c4c4c; 
	font-size: 36px; 
	letter-spacing: -2px; 
	line-height: 60%; 
}

td.cell5 { 
	background-color: #156253; 
	font-size: 10px; 
	color: #f7d4b1; 
}

ul.body { 
	list-style-type: none; 
	position: relative; 
	left: -10px; 
}
ul.body li { padding-bottom: 4px; }
