/*--------------body-------------------*/

body {	
	background-color: #007d2e;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/*--------------wrappers-------------------*/

#headerwrapper {
	width: 100%;
	background-color: #ffffff;	
}

#footerwrapper {
	width: 100%;
	background-color: #007d2e;
	clear: both;
}

#pagewrapper {
	width: 960px;
	margin: 0px auto;
}

#footer {
	width: 960px;
	margin: 10px auto;
	background-color: #007d2e;
}

#boxlines {
	background-image: url(../images/boxlines.gif);
}

/*--------------header-------------------*/

#header {
	height: 163px;
	background-color: #ffffff;
}

#hlogo {
	height: 163px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

.hidden {
	visibility: hidden;
}

/*--------------navigation-------------------*/

#navigation {
	width: 960px;
	height: 33px;
	font-size: 90%;
	background-image: url(../images/navigation.gif);
	color: #007d2e;
}

#navigation ul {
	margin:0px;
	padding: 8px 5px 2px 10px;
	display: inline;
	float: left;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-top :15px;
	padding-right: 1px;
}

#navigation a {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

#navigation li.selected a {
	color: #007d2e;
	font-weight: bold;
}

/*--------------boxes-------------------*/

#titleboxes {
	width: 960px;
	height: 39px;
	background-color: #ffffff;
	clear: both;
	color: #e87d17;
	font-size: 160%;
	font-weight: bold;
}

#topboxes {
	width: 960px;
	height: 15px;
	clear: both;
	background-image: url(../images/topbox.gif);
}

#middleboxes {
	width: 960px;
	clear: both;
}

#middleboxes a {
	color: #e87d17;
	text-decoration: none;
}

#middleboxes a:hover {
	color: #007d2e;
	text-decoration: none;
}

#bottomboxes {
	width: 960px;
	height: 15px;
	clear: both;
	background-image: url(../images/bottomboxbox.gif);
}

#commercialtitle {
	width: 240px;
	float: left;
	text-align: center;
	margin-top: 4px;
}

#domestictitle {
	width: 240px;
	float: left;
	text-align: center;
	margin-top: 4px;
}

#floorplanstitle {
	width: 240px;
	float: left;
	text-align: center;
	margin-top: 4px;	
}

#inventoriestitle {
	width: 240px;
	float: left;
	text-align: center;	
	margin-top: 4px;	
}

#commercial {
	width: 212px;
	float: left;
	margin-left: 10px;
	font-size: 80%;
	color: #666666;
}

#domestic {
	width: 212px;
	float: left;
	margin-left: 30px;
	font-size: 80%;
	color: #666666;	
}

#floorplans {
	width: 212px;
	float: left;
	margin-left: 30px;	
	font-size: 80%;
	color: #666666;	
}

#inventories {
	width: 214px;
	float: left;
	margin-left: 30px;	
	font-size: 80%;
	color: #666666;		
}

/*--------------main-------------------*/

#text {
	width: 960px;
	background-color: #ffffff;
	clear: both;
	padding-bottom: 20px;
	font-size: 80%;
	color: #666666;
	margin-top: 10px;
	display: block;
}

#textleft {
	width: 470px;
	background-color: #00FF00;
	float: left;
	display: block;
}

#textright {
	width: 470px;
	background-color: #00FF00;
	float: right;
	display: block;	
}

#text a {
	color: #e87d17;
	text-decoration: none;
}

#text a:hover {
	color: #007d2e;
	text-decoration: none;
}

/*--------------footer-------------------*/

#contactleft {
	width: 650px;
	float: left;
	text-align: right;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;	
}

#contactleft p {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#contactright {
	width: 300px;
	float: right;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

#contactright a {
	color: #a3d10a;
	text-decoration: none;
}

#contactright a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*--------------other-------------------*/

.greenbold {
	font-weight: bold;
	color: #007d2e;
	font-size: 110%;	
}

.bold {
	font-weight: bold;
}

h2 {
	color: #007d2e;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 110%;
}

#floatright {
	float: right;
}

.centre {
	text-align: center;
}

