/* cascading style sheet - last edit: 14 apr 08 */

html {
	height: 100%;
	}

body {
	height : 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	}

/* -- wrap, wrap, wrap... they call it the wrapper -- */

#wrapper {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 900px;
	}

* html #wrapper {
	height: 100%;
	}

/* -- main nav -- */
	
#mainNav {
	clear: both;
	height: 46px;
	width: 692px;
	padding: 0px;
	position: relative;
	}	
	
#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	}
	
#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:46px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 140px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#mainNav_02 a {
	width: 131px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -140px 0px;
	}
	
#mainNav_03 a {
	width: 126px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -271px 0px;
	}
	
#mainNav_04 a {
	width: 111px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -397px 0px;
	}
	
#mainNav_05 a {
	width: 90px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -508px 0px;
	}
	
#mainNav_06 a {
	width: 94px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -598px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: 0px -46px;
	}
	
#mainNav_02 a:hover {
	background-position: -140px -46px;
	}
	
#mainNav_03 a:hover {
	background-position: -271px -46px;
	}
	
#mainNav_04 a:hover {
	background-position: -397px -46px;
	}
	
#mainNav_05 a:hover {
	background-position: -508px -46px;
	}
	
#mainNav_06 a:hover {
	background-position: -598px -46px;
	}

/* -- body stuff -- */

#bodyWrapper {
	width: 938px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-right: 6px;
	padding-left: 6px;
	position:relative;
	clear:both;
	}
	
td.searchresults {
	background-color: #ABBFD5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	}

td.landscapeTitle {
	background-color: #4b7caf;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 17px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	}

td.installationTitle {
	background-color: #4b7caf;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 2px;
	}

td.landscapeDesc {
	background-color: #feefd6;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	padding: 6px 6px 6px 6px;
	}

td.employmentTitle {
	background-color: #b27a30; 
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 14px;
	padding: 6px 6px 6px 6px;
	}

td.installationDesc {
	background-color: #feefd6;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	}

td.landscapeCaption {
	background-color: #b27a30;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	}

td.blendList {
	font-size: 12px;
	padding-top: 3px;
	}

td.graniteInfo {
	background-color: #fceed6;
	padding: 22px 22px 22px 22px;
	}

td.graniteText {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	}

td.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

#contentPad {
	padding: 10px 10px 10px 16px;
	margin: 0px;
	}
	
#sidePad {
	padding: 300px 0px 10px 17px;
	margin: 0px;
	}
	
#sidePad2 {
	padding: 10px 0px 10px 17px;
	margin: 0px;
	}
	
#category-graphic {
	background: url(../_images/swatch_bg.png) no-repeat right top;
	width: 191px;
	height: 168px;
	margin-right: 0;
	position: relative;
	}

#category-graphic img { 
	position: absolute;
	top: 17px;
	right: 14px;
	}

#category-graphic #swatch-title {
	position: absolute;
	top: 140px;
	left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B1517;
	}
	
.scrollimage {
	color: #770D0F;
	}

.scrollimage a:link {
	color: #770D0F;
	}

.scrollimage a:visited {
	color: #770D0F;
	}

.scrollimage a:hover{
	color: #770D0F;
	}

.scrollimage a:active {
	color: #770D0F;
	}
	
.v_scroll {
	width: 240px;
	height: 300px;
	overflow: auto;
	}
	
.scroll {
	width: 615px;
	height: 120px;
	overflow: auto;
	}
	
.scroll2 {
	width: 615px;
	height: 160px;
	overflow: auto;
	}
	
.scroll3 {
	width: 615px;
	height: 90px;
	overflow: auto;
	}
	
.scroll4 {
	width: 615px;
	height: 230px;
	overflow: auto;
	}
	
.scroll_cs {
	width: 480px;
	height: 146px;
	overflow: auto;
	}
	
.exampleBorder {
	border-color: black;
	}
	
td.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
td.sidepadding {
	padding-left:16px; 
	padding-right:16px;
	}
	
.blendTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: White;
	}
	
.rolltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}

.rolltext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B1517;
	text-decoration: none;
	}

.rolltext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B1517;
	text-decoration: none;
	}

.rolltext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B1517;
	text-decoration: underline;
	}

.rolltext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B1517;
	text-decoration: none;
	}
	
.ul {
	margin-top: -1px;
	margin-bottom: 10px;
	}
	
.img {
	margin: 2px 0px 20px 20px;
	}

.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	}
	
.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	}
	
.header {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7B1517;
	text-align: left;
	padding: 0px;
	margin-bottom: 20px;
	}
	
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b27a30;
	text-align: left;
	}
	
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.mainText a:link {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:visited {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:hover{
	color: #B10E26;
	text-decoration: underline;
	font-weight: bold;
	}

.mainText a:active {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}
	
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	}
	
tr.headercells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #1b4298;
	}
	
.headercells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}

.headercells a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.headercells a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.contentcells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #DDE2F0;
	}
	
.contentcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.contentcells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.contentcells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
/* -- footer stuff -- */

#footer {
	width: 900px;
	position: relative;
	margin: -2em auto 0 auto;
	}
	
.locationsText	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.locationsText a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.locationsText a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.locationsText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.locationsText a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	}

.footerText a:link {
	text-decoration: none;
	color: #B10E26;
	}

.footerText a:visited {
	text-decoration: none;
	color: #B10E26;
	}

.footerText a:hover{
	text-decoration: underline;
	color: #B10E26;
	}

.footerText a:active {
	text-decoration: none;
	color: #B10E26;
	}

/* -- bottom nav -- */
	
#bottomNav {
	clear: both;
	height: 60px;
	width: 318px;
	padding: 0px;
	position: relative;
	}	
	
#bottomNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#bottomNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	}
	
#bottomNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:60px;
	overflow:hidden;
	cursor: pointer;
	}

#bottomNav_01 a {
	width: 86px;
	background: url(../_images/b_sprite2.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#bottomNav_02 a {
	width: 75px;
	background: url(../_images/b_sprite2.png) no-repeat scroll 0px;
	background-position: -86px 0px;
	}
	
#bottomNav_03 a {
	width: 61px;
	background: url(../_images/b_sprite2.png) no-repeat scroll 0px;
	background-position: -161px 0px;
	}
	
#bottomNav_04 a {
	width: 96px;
	background: url(../_images/b_sprite2.png) no-repeat scroll 0px;
	background-position: -222px 0px;
	}
	
#bottomNav_01 a:hover {
	background-position: 0px -60px;
	}
	
#bottomNav_02 a:hover {
	background-position: -86px -60px;
	}
	
#bottomNav_03 a:hover {
	background-position: -161px -60px;
	}
	
#bottomNav_04 a:hover {
	background-position: -222px -60px;
	}
