@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #FFFFFF;  
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 3px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

.photo_edge:hover {
	margin: 3px;
	padding: 2px;
	border: 4px solid #793C11;
}

.right {
	float: right;
	margin: 10px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

.left {
	float: left;
	margin: 10px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/* End Basics - CSS */



/* start of header */


#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 112px;
	margin-top: 10px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: both;
}

#header h1 a {
	width: 227px;
	height: 112px;
	text-indent: -5000px;
	display: block;
}

#header #header_left {
	width: 227px;
	height: 112px;
	float: left;
}

#nav {
	width: 733px;
	height: 45px;
	margin-top: 67px;
	float: left;
}

#nav ul {
	display: block;
	float: left;
	width: 733px;
	height: 45px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 45px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_services {
    width: 123px;
}

#nav_about {
    width: 113px;
}

#nav_contact {
    width: 104px;
}

#nav_portfolio {
    width: 121px;
}

#nav_furniture {
    width: 122px;
}

#nav_environment {
    width: 150px;
}

#nav_services a:hover {
    background: url(../images/nav01_f2.jpg) no-repeat left top;
}

#nav_about a:hover {
    background: url(../images/nav02_f2.jpg) no-repeat left top;
}

#nav_contact a:hover {
    background: url(../images/nav03_f2.jpg) no-repeat left top;
}

#nav_portfolio a:hover {
    background: url(../images/nav04_f2.jpg) no-repeat left top;
}

#nav_furniture a:hover {
	background: url(../images/nav05_f2.jpg) no-repeat left top;
}

#nav_environment a:hover {
    background: url(../images/nav06_f2.jpg) no-repeat left top;
}


/* end of header */



/* start of content */


#content {
	width: 960px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

#content p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	padding: 3px 3px 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content p a {
	color: #4495CC;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.principal_name {
	color: #4495CC;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#content h6 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	padding: 3px 3px 6px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 45px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	margin-top: 3px;
}

#content h4 {
	color: #4495CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	padding: 7px 3px 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
	padding: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content h5 a {
	color: #333333;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

#content h5 span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.home_col01 {
	width: 227px;
	float: left;
}

.home_col02 {
	width: 733px;
	height: 470px;
	float: left;
	background-image: url(../images/home_slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.home_info {
	width: 227px;
	height: 429px;
	background-image: url(../images/home_infocolumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.hon {
	background-image: url(../images/logo_hon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 71px;
	width: 227px;
}

.home_slideshow {
	float: left;
	height: 391px;
	width: 699px;
	margin-top: 40px;
	margin-left: 12px;	
}

.home_quote_box {
	float: left;
	height: 39px;
	width: 163px;
	margin-left: 548px;
}

.home_quote_btn a {
	height: 39px;
	width: 163px;
	display: block;
	text-indent: -5000px;
}

.content_leftcolumn {
	width: 207px;
	float: left;
	margin-right: 20px;
}

.content_middlecolumn {
	width: 436px;
	float: left;
	margin-right: 25px;
	margin-left: 227px;
}

.content_middlecolumn02 {
	width: 436px;
	float: left;
	margin-right: 25px;
}

.content_rightcolumn {
	width: 272px;
	float: left;
}

.banner_services {
	width: 272px;
	height: 462px;
	background-image: url(../images/photo_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.banner_contact {
	width: 272px;
	height: 462px;
	background-image: url(../images/photo_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.banner_enviro {
	width: 272px;
	height: 462px;
	background-image: url(../images/photo_enviro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.banner_portfolio {
	width: 272px;
	height: 462px;
	background-image: url(../images/photo_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.info_list {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.info_list li {
	padding: 4px 5px;
}

.info_list li a {
	font-weight: normal;
	color: #666666;
}

.info_list li a:hover {
	font-weight: normal;
	color: #000000;
}

.info_list02 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.info_list02 li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.info_list02 a {
	font-weight: normal;
	color: #666666;
}

.info_list02 li a:hover {
	font-weight: normal;
	color: #000000;
}


.bluebox {
	background-color: #4495CC;
	float: left;
	height: 20px;
	width: 300px;
}

.about_bg {
	background-image: url(../images/about_leadin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 529px;
	width: 733px;
	margin-left: 227px;
}

.about_textarea {
	float: left;
	width: 670px;
	margin-left: 240px;
	padding: 20px;
}

.about_btnbox {
	float: left;
	height: 40px;
	width: 153px;
	margin-top: 482px;
	margin-left: 282px;
}

.about_btn a {
	height: 40px;
	width: 153px;
	text-indent: -5000px;
	display: block;
}

.about_detail_col01 {
	width: 225px;
	float: left;
	margin-right: 20px;
	margin-left: 227px;
}

.about_detail_col02 {
	width: 225px;
	float: left;
	margin-right: 20px;
}

.about_detail_col03 {
	width: 225px;
	float: left;
}

.about_photobox {
	width: 225px;
	background-image: url(../images/footer_bg02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 25px;
}


.calloutblue {
	color: #4495CC;
	font-weight: bold;
}


.content_infobox {
	width: 250px;
	float: left;
	margin-top: 50px;
}

.portfolio_top {
	width: 283px;
	height: 177px;
	margin-bottom: 20px;
	background-image: url(../images/whatwehavedone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.furniture_top {
	width: 283px;
	height: 177px;
	margin-bottom: 20px;
	background-image: url(../images/fillyourspace.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.pfolio_col01 {
	width: 272px;
	float: left;
	margin-right: 25px;
}

.pfolio_col02 {
	width: 436px;
	float: left;
}

.img_space {
	margin-top: 5px;
	margin-bottom: 5px;
}

.img_space02 {
	margin-right: 10px;
	margin-bottom: 10px;
}


/* end of content */



/* start of footer */


#footer {
	width: 960px;
	margin-bottom: 25px;
	float: left;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#footer p span {
	padding-right: 5px;
	padding-left: 5px;
}

#footer #footer_infoarea {
	width: 733px;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-left: 227px;
	float: left;
}

#footer a {
    font-weight: bold;
    color: #4495CC;
    text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #006FBA;
	text-decoration: none;
}


/* start of footer */
