@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin: 0 auto;
} 
#slideshow {
	float: right;
	height: 300px;
	width: 300px;
	margin-right: 25px;
}
#slideshow_item {
	margin: 50px;
	height: 250px;
	width: 250px;
}
#side_menu {
	float: left;
	height: 500px;
	width: 180px;
}
#home_text p a {
	font-weight: bold;
	text-decoration: none;
	color: #360;
}
#sidebar {
	float: left;
	height: 600px;
	width: 180px;
	position: relative;
}



.twoColFixLtHdr #header {
	height: 120px;

} 
.twoColFixLtHdr #mainContent {
	width: 775px;
	float: right;
	height: 420px;
	background-color: #FFF;


} 

#slideshow {
	float: right;
	height: 210px;
	width: 320px;
	margin-top: 70px;
	margin-right: 45px;
}
#btn_slideshow {
	float: right;
	height: 40px;
	width: 180px;
	margin-right: 115px;
	margin-top: 10px;
}


#home_text {
	float: left;
	height: 400px;
	width: 300px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 35px;
}
#company_text {
}

.contact_us {
	font-weight: bold;
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	background-image: url(images/footer.jpg);
	height: 80px;
	text-align: center;
	font-size: 10px;

} 
#flash_nav {
	float: right;
	height: 180px;
	width: 775px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#flash_nav_shadow {
	float: right;
	height: 10px;
	width: 775px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#company_text {
	float: left;
	height: 565px;
	width: 715px;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 40px;
	background-image: url(images/company_bg.jpg);
}
.sub_item {
	width: 695px;
	margin-top: 35px;
	margin-left: 25px;
	height: 82px;
}
.sub_thumb {
	display: inline;
	float: left;
	height: 82px;
	width: 115px;
	margin-right: 5px;
	border: thin solid #000;
}
.sub_description {
	height: 82px;
	width: 555px;
	float: left;
	padding-bottom: 15px;
}
.sub_description a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #363;
}
#footer p a {
	text-decoration: none;
	color: #000;
}
#construction {
	float: left;
	height: 565px;
	width: 685px;
	background-image: url(images/construction_bg.jpg);
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	float: left;
	height: 565px;
	width: 685px;
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 50px;
	background-image: url(images/design_bg.jpg);
}
#cabinetry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	float: left;
	height: 565px;
	width: 685px;
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 50px;
	background-image: url(images/cabinetry_bg.jpg);
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	float: left;
	height: 565px;
	width: 685px;
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 50px;
	background-image: url(images/contact_bg.jpg);
}
#contact p strong a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
#map {
	float: right;
	height: 350px;
	width: 425px;
	border: medium solid #000;
}
#contact p a {
	color: #000;
}

