﻿#header {
	background-image: url('../../images/head-home.jpg');
	background-repeat: no-repeat;
	height:212px;
}

#container-home{
	border-bottom:1px #889097 solid;
	padding:15px 0 15px 0; 
	margin-bottom:24px;
}

#container-home a {
	color:#D88D08;
	text-decoration:underline;
}

#container-home a:hover {
	color: #F8B434;
	text-decoration: underline;
}

.image-left {
	float:left;
	padding:3px;
	margin:4px;
	border:1px #D88D08solid;
}

.image-left {
	float:right;
	padding:3px;
	margin:4px;
	border:1px #D88D08solid;
}


#boxes {
	width:390px;
	float:left;
}



#boxes div#box-cool, #boxes div#box-business, #boxes div#box-clean, #boxes div#box-builders{
	width: 186px;
	height: 149px;
	background-repeat: no-repeat;
	float:left;

}



#box-builders {
	background-image: url('../../images/box-builders.jpg');
	margin: 0px 17px 17px 0px;
	cursor:pointer;
}

#box-clean {
	background-image: url('../../images/box-clean.jpg');
	margin-bottom: 17px;
	cursor:pointer;
}

#box-business {
	background-image: url('../../images/box-business.jpg');
	margin-right: 17px;
	cursor:pointer;
}

#box-cool {
	background-image: url('../../images/box-cool.jpg');
	margin:0px;
	cursor:pointer;
}


.box-text {
	height: 55px; 
	margin:60px 62px 0 15px;
	font-size:.6em;
	cursor:pointer;
}


/**Menu Colors**/

#nav li ul {
	background-color:#F0C044;
}

#nav li li {
	background-color:#F0C044;
	
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color:#DDAB24;
}
