html {
     overflow: -moz-scrollbars-vertical;
	 height: 100%;
}

body {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	padding: 0;
	color: #4d4c4c;
	line-height: 1.4em;
	height: 100%;
}

table, div, td { padding: 0; margin: 0; }

h1 {
	font-size: 20px;
	color: #5ec345;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #237cc2;
	line-height: normal;
	font-weight: normal;
}

a { color: #4d4c4c; text-decoration: none; }
a:hover { text-decoration: underline; color: #d46809; }

#content-wrapper {
	width: 1004px;
	margin: 0 auto;
	background: url(i/main-sliver.jpg) repeat-y;
	border: 1px solid white;
}

.head-wrapper {
	width: 991px;
	text-align: center; margin: 0 auto;
	/*background: url(i/head-sliver.jpg) repeat-x;
	border: 1px solid white;
	margin: 0 auto;*/
}

.logo {
	float: left;
	padding-left: 40px;
}

#subnav {
	float: right;
	margin: 0;
	text-align: right;
	font-size: .9em;
	padding-top: 70px;
	padding-right: 30px;
}

#button-container {
	width: 993px;
	margin: 0 auto;
	margin-left: 1px;
	padding: 0;
	text-align: center;
	height: 100%
}

#nav-buttons {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	padding-left: 26px;
	height: 100%
}

#nav-buttons li {
	display: table-cell;
	vertical-align: middle;
	background: url(i/blue-button.gif) no-repeat;
	height: 40px;
	width: 185px;
	padding-right: 5px;
	margin: 0 auto;
}

#nav-buttons li:last-child {
	padding-right: 0;
}

#nav-buttons li a {
	font-size: 1.1em;
	line-height: 1.0em;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	width: 185px;
}

#nav-buttons li a:hover, #nav-buttons li a.active {
	background: url(i/green-button.gif) no-repeat;
}


*#nav-buttons li { 
	display: inline;
	background: url(i/blue-button.gif) no-repeat;
	height: 40px;
	width: 185px;
	padding-right: 5px;
	margin: 0 auto;
	float: left;
}

#body-content-wrapper {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}

.left-sidebar {
	/*width: 180px;
	border-right: 1px solid #b9b6b6;
	margin-right: 5px;*/
	width: 160px;
	float: left;
	background: url(i/products-blend.gif) no-repeat top;
	padding-left: 5px;
	min-height: inherit;
	padding-bottom: 20px;
}

	.left-sidebar a {
        display: block;
		padding-bottom: 4px;
	}

.center-content {
	float: right;
	width: 758px;
	padding-left: 21px;
	border-left: 1px solid #b9b6b6;
}

.home-content-left {
	float: left; 
	width: 350px;
}

.home-content-right {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #b9b6b6;
	width: 350px;
	text-align: left;
}

.welcome-message {
	padding: 0 20px 20px 20px;
	margin-top: 20px;
}

.home-main-content-wrapper {
	margin-top: 10px;
}

.box-bottom {
	width: 1004px;
	margin: 0 auto;
	text-align: center;
}

.product-list {
	color: #4d4c4c;
	padding-left: 5px;
	padding-bottom: 20px;
}

#footer {
	padding-top: 20px;
	font-size: .7em;
	text-align: center;
	margin: 0 auto;
	color: #867e7e;
}

.online-special {
	color: #a9007a;
	font-size: 2.5em;
	font-weight: bold;
}

.orange { 
	color: #ff520a; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 8px;
	width: 90%;
}

table#content td {
	padding: 8px;
}

.navSelected {
	color: #ff520a; 
	font-weight: bold;
}

.home-content-right h2 {
	margin-bottom: -.6em;
}

.home-content-right blockquote {
	padding-top: 0;
}

#estimateTable td {
    padding: 5px;
}


.productSelected {
	font-weight: bold;
	color: #237cc2;
}

.serviceSelected {
	font-weight: bold;
	color: #237cc2;
}
