html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #546200 url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}
img { border: none;}
html>body #container {	height: auto; }
h1, h2, h3, h4, h5, h6, p, form { margin: 20px 0; }
hr { 
	border: 0px;
	background-color: #798b05;
	color: #798b05;
	height: 1px;
}
.red { color:#FF0000; }
#preloadedImages {
	width: 0px;
    height: 0px;
    display: inline;
    background-image: url(http://www.ccfhomes.com.au/images/header.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header2.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header3.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header4.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header5.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header6.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/background.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/left_shadow.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/right_shadow.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/header.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/logo.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_easy.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_easy_over.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_lifestyle.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_lifestyle_over.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_premier.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_premier_over.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_prestige.jpg);
    background-image: url(http://www.ccfhomes.com.au/images/plan_prestige_over.jpg);
}
#container {	
	top: 0px;	
	width: 795px;	
	height: 100%;	
	min-height: 100%;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
#shadow_left {
	position: absolute;
	background: url(../images/left_shadow.jpg) no-repeat;
	top: 0px;
	left: -30px;
	width: 30px;
	height: 855px;
}
#shadow_right {
	position: absolute;
	background: url(../images/right_shadow.jpg) no-repeat;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 855px;
}
#top_dec {
	background: url(../images/top_dec.jpg) no-repeat;
	width: 795px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 93px;
	left: 0px;
	width: 213px;
	height: 303px;
	background: url(../images/logo.jpg) no-repeat;
	z-index: 10;
}
#flash {
	position: absolute;
	top: 250px;
	left: 27px;
	width: 162px;
	height: 126px;
	z-index: 11;
}
#header {
	position: absolute;
	top: 93px;
	right: 5px;
	width: 578px;
	height: 298px;
}
#grey_dec {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 100%;
	width: 203px;
	background-color: #eaeccd;
}
#white_dec {
	position: absolute;
	top: 396px;
	left: 5px;
	right: 5px;
	background-color: #cfd39c;
	width: 760px;
	height: 29px;
}
#text_dec {	
	position: absolute;
	top: 250px;
	left: 20px;
	width: 162px;
	height: auto;
	z-index: 10;
	padding-top: 200px;
	font-size: 17px;
	color: #989890;
	font-weight: lighter;
}
#text_dec a { color: #333333; text-decoration: none; font-size: 12px; }
#text_dec a:hover { color: #000000; text-decoration: none; font-size: 12px; }
#contact_form {
	float: right;
	margin-top: 20px;
	padding: 20px;
	height: auto;
	background: #d1d88b url(../images/form_dec.jpg) bottom no-repeat;
}
#nav {
	position: absolute;
	width: 800px;
	height: auto;
	left: 0px;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding-left: 0;
	float: left;
	width: 800px;
}
* html #nav ul { /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	float: left;
	color: #788b04;
	font-weight: lighter;
	padding: 10px 17px 4px 17px;
	text-decoration: none;
	background: url(../images/nav_dec.jpg) repeat-x;
}
#nav ul li a:hover, #nav .current {
	color: #ffffff;
	background: url(../images/nav_hover.jpg) repeat-x;
}
#content { 
	padding: 420px 20px 150px 220px;
}
#content a {
	text-decoration: none;
	color: #57441B;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
}
.plans a {
	text-decoration: none;
	font-weight: bold;
	color: #AFBC21;
}
.plans a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #57441B;
}
.no_border { border-right: none; }
.sitemap_padding {
	padding: 10px 0px 10px 20px;
	margin: 10px 0px 0px 15px;
}
.h1, h1 {
	font-weight: bold;
	font-size: 16px;
	color: #798b05;
}
.h2, h2 {
	font-weight: lighter;
	font-size: 14px;
	color: #798b05;
}
.h3, h3 {
	font-weight: lighter;
	font-size: 12px;
	color: #000000;
}
.h4, h4 {
	font-weight: lighter;
	font-size: 12px;
	color: #798b05;
}
.body_text {
	font-size: 12px;
	font-weight: lighter;
	color: #808080;
}
.black { color: #000000; }
.button {
	border: 1px solid #798b05;
}	
.button:hover {
	border: 1px solid #574419;
}	
ul { margin: 0px 0px 0px 15px; padding: 0px;}
li { margin-bottom: 10px; margin-left: 15px; list-style-type: square; }
.edge-container {
	width: 450px;
	height: 130px;
	display: table;
}
.edge-box {
	width: 450px;
	height: 60px;
	margin-right: 20px;
	float: left;
	text-align:left;
	padding: 0px 10px 10px 20px;
	font-size: 11px;
}
.box-container {
	width: 450px;
	height: 110px;
	display: table;
}
.box {
	width: 450px;
	height: 60px;
	margin-right: 20px;
	float: left;
	text-align:left;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
}
.box a {
	 font-size: 11px;
	 font-weight: bold;
	 color: #000000;
	 text-decoration: none;
}
.box a:hover {
	 font-size: 11px;
	 font-weight: bold;
	 color: #808080;
	 text-decoration: none;
}
.thumb {
	margin: 11px 20px 0px 0;
	float: left;
}
#greensmart {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 120px;
	height: 42px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 795px;
	height: 60px;
	background-color: #d3d88e;
}
#footer_text {
	padding: 20px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8a9817;
	text-align: right;
}
#footer_text a {
	color: #8a9817;
	text-decoration: none;
}
#footer_text a:hover, #terms a:hover {
	color: #5b6c02;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 4px 0px 5px 10px;
}
#exterior_images {
	position: absolute;
	top: 488px;
	left: 223px;
	width: 360px;
	height: 297px;
}
#exterior_thumbs {
	position: absolute;
	top: 485px;
	left: 25px;
	width: 135px;
	height: 200px;
	z-index: 10;
}
.exteriorcontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/*website */
.exterior img {
	background-color: transparent;
	margin-left: 0px;
	border: 0px solid #ffffff;
}

.exterior:hover {
	background-color: transparent;
	margin-left: 0px;
	border: 0px solid #ffffff;
}

.exterior:hover img {
	border: 0px solid #ffffff;
}
.exterior span { /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: -400px;
	visibility: hidden;
	text-decoration: none;
	border: none;
}
.exterior span img { /*CSS for enlarged image*/
	border-width: 0;
	border: none;
}
.exterior:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 3px;
	left: 198px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	border: none;
}
/*end*/
.text-area { width: 205px; height: 120px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
.text-field { width: 155px; height: 16px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }