body {
	margin: 0px;
	background-color: #231a13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bg_brown {
	background-color: #362f2d;
}
.bg_index {
	height: 768px;
	background-image: url(../img/bg_index.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_subpage {
	height: 950px;
	background-image: url(../img/bg_subpage.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.title_box {
	height: 35px;
	background-image: url(../img/title_box.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 10px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #663300;
}
.dots_horizontal {
	height: 1px;
	background-image: url(../img/dots_horizontal.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.img_right {
	padding: 0px 0px 10px 10px;
	float: right;
	margin: 0px;
	border: 0px;
}
.preload {
	display: none;
}

/* start of horizontal nav buttons */
a.butt_home {
	display: block;
	width: 96px;
	height: 46px;
	background: url(../img/butt_home.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_home:hover {
	background: url(../img/butt_over_home.gif);
}
a.butt_aboutus {
	display: block;
	width: 123px;
	height: 46px;
	background: url(../img/butt_aboutus.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_aboutus:hover {
	background: url(../img/butt_over_aboutus.gif);
}
a.butt_residential {
	display: block;
	width: 140px;
	height: 46px;
	background: url(../img/butt_residential.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_residential:hover {
	background: url(../img/butt_over_residential.gif);
}
a.butt_commercial {
	display: block;
	width: 227px;
	height: 46px;
	background: url(../img/butt_commercial.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_commercial:hover {
	background: url(../img/butt_over_commercial.gif);
}
a.butt_decorative {
	display: block;
	width: 136px;
	height: 46px;
	background: url(../img/butt_decorative.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_decorative:hover {
	background: url(../img/butt_over_decorative.gif);
}
a.butt_safety {
	display: block;
	width: 105px;
	height: 46px;
	background: url(../img/butt_safety.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_safety:hover {
	background: url(../img/butt_over_safety.gif);
}
a.butt_contactus {
	display: block;
	width: 137px;
	height: 46px;
	background: url(../img/butt_contactus.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
a.butt_contactus:hover {
	background: url(../img/butt_over_contactus.gif);
}



/* start of fonts styles */
.white10 {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}
.white11 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
	display: inline;
}
.white12 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}
.indexContent {
padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	height: 200px;
	overflow: auto;
}
.white_title {
	font-size: 30px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}


.white_title_sub {
	font-size: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

a.white_title_sub ,  a.white_title_sub:link,  a.white_title_sub:visited,  a.white_title_sub:hover,  a.white_title_sub:active {	font-size: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;}

/* start of links styles */
a.breadcrumbs:link, a.breadcrumbs:active, a.breadcrumbs:visited {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.breadcrumbs:hover {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
a.footer_links:link, a.footer_links:active, a.footer_links:visited {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.footer_links:hover {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
a.links:link, a.links:active, a.links:visited {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.links:hover {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}




.left50 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
}
.right50 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
}
.clearBoth {
	clear: both;
	height: 5px;
}

img {border: #FFFFFF;}
.white_title_sub_small {
	font-size: 15px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
