/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
	}

body	{
	text-align:center;
	font: 12px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #4c2432;
	line-height: 18px;
	background-color:#211c1c;
	}


#wrapper	{
	width: 960px;
	margin:0px auto;
	background-color: #bbb1a6;
	}
	
#quicklinks	{
	background-color: #211c1c;
	padding: 5px 0px 5px 0px;
	text-align: right;
	}
	
#container	{
	margin:0px auto 0px auto;
	border: 10px #bbb1a6 solid;
	text-align: left;
	background-color: white;
	}
	
#homepage #container	{
	margin:0px auto 0px auto;
	border: 10px #bbb1a6 solid;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/home_content_bg2.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#header	{
	background-color: #4c2432;
	background-image: url(../images/header_image_pages.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 150px;
	}
	
#homepage #header	{
	height: 330px;
	background-color: #4c2432;
	background-image: url(../images/home_header_bg.gif);
	background-repeat: no-repeat;
	}
	
#logoarea	{
	float: left;
	width: 294px;
	}
#mainnav	{
	text-align: left;
	margin: 10px 30px 10px 30px;
	}
	
	
#content	{
	background: none;
	margin: 0px 30px 30px 30px;
	padding-top: 20px;
	clear: both; 
	}
	
#homepage #content	{
	background: none;
	min-height: 500px;
	overflow: visible;
	}
	

#titlearea	{
	color: #333333;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #bbb1a6;
	}
	
#contentleft	{
	float: left;
	width: 580px;
}

#contentright	{
	float: right;
	width: 296px;
	}
	
#contentwide	{
	
}

#contentwide_inner	{
	
	}
	

#homepage #contentleft	{
	float: left;
	width: 300px;
}

#homepage #contentright	{
	float: right;
	width: 566px;
	}
	
	
#contentright_inner	{
	margin-left: 30px;
	}
	

#featurearea	{
	padding-top: 10px;
	margin-left: 50px;
	}
	
#spotlight	{
	width: 250px;
	float: left;
}

#sale	{
	width: 250px;
	float: right;
}

#spotlightinner	{
	margin-left: 10px;
	}
	
#saleinner	{
	margin: 0px 10px 0px 20px;
	}
	
.spotlightthumb,
.forsalethumb	{
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 2px;
	
	}
	
.forsalethumb	{
	background-image: url(../images/forsale-thumb_bg.gif);
	background-color: #b95915;
}

.spotlightthumb	{
	background-image: url(../images/spotlight-thumb_bg_crop.gif);
	background-color: #4c2432;
}
	
.spotlightthumb img,
.forsalethumb img	{
	float: left;
	border-right: 1px solid white;
}

.spotlightthumb p,
.forsalethumb p	{
	margin: 0px 0px 0px 147px;
	padding-top: 7px;
	font-size: 11px;
	line-height: 14px;
	}

.spotlightthumb a,
.forsalethumb a	{
	color: white;
	}
	
.spotlightthumb a:hover,
.forsalethumb a:hover	{
	color: #bbb1a6;
	}
	
.breadcrumb	{
	margin: 10px 0px 15px 0px;
	font-size: 10px;
	}

	
#footer	{
	padding: 10px 0px 10px 0px; 
	color: #ffffff;
	font-size: 11px;
	width: 960px;
	margin: 0 auto 20px auto;
	background-color: #211c1c;
	}
		
		
/* Main text formatting */



h1	{
	font-size: 16px;
	color: #b95915;
	}
	
h2	{
	color: #4c2432;
	font-size: 13px;
	}
	
h2 a	{
	color: #4c2432;
	}
	
#contentright_inner h2	{
	font-size: 16px;
	}
#homepage #logoarea h2	{
	color: #b95915;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 30px 0px 30px 30px;
	width: 200px;
	}
	
#featurearea h2	{
	color: #b95915;
	background-color: #e1dbd6;
	padding: 8px;
	text-align: center;
	margin-bottom: 10px;
		}
	
H3	{
	color: #b95915;
	font-size: 14px;
	margin-top: 10px;
	}
	
#featurearea H3	{
	font-size: 12px;
	color: #4c2432;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
H3.news a	{
	font-size: 12px;
	color: #4c2432
	}

	
	
h4	{
	margin-top: 30px;
	border-top: 1px solid #bbb1a6;
	font-size: 13px;
	padding-top: 15px;
	color: #bbb1a6;
	
	}
	
H5	{
	color: #b95915;
	font-size: 11px;
	}
	
h6	{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	
	}
	
P	{
	margin-bottom: 5px;
	}
	
	
A	{
	color: #8f816a;
	text-decoration: none;
	}
	
A:hover	{
	color: #6c1117;
	}
	
#footer	a:hover	{
	color: #b95915;
	}
	
img	{
	border: none;
	}
	
ul	{
	margin-left: 1em;
	padding: inherit;
	}


/* general navigation */

#quicklinks li	{
display: inline;
list-style: none;
padding-right: 10px;
}

#quicklinks a	{
	color: #ffffff;
	font-size: 10px;
}

#quicklinks a:hover	{
	color: #b95915;
}

.ws_path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f816a;
	text-decoration: none;
}

.ws_path_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c1117;
	text-decoration: none;
}

.path:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c1117;
	text-decoration: none;
}

a.purplelink	{
	color: #4c2432;
}

/* home design pages */

#homedescription,
#homefeatures,
#homeplans,
#homedownloads	{
	border:4px solid #e1dbd6;
	padding: 10px;
	background-image: url(../images/homedescription_bg.jpg);
	background-repeat: repeat-x;
	color: #73695e;
	}
	
#homefeatures,
#homeplans,
#homedownloads	{
	margin-top: 15px;
	}


#homedescription h3,
#homefeatures h3,
#homeplans h3,
#homedownloads h3	{
	color: #4c2432;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
	}
	
#testimonial	{
	color: #bbb1a6;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #e1dbd6;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	}
	
#testimonial span	{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
	
#homedownloads ul	{
	list-style-image: url(../images/list_image.gif);
	}		
	
/* image formatting */

#homedesigns #contentleft img	{
	margin-bottom: 20px;
	border: 1px solid #bbb1a6;
	}
	
#contentright_inner img	{
	margin-top: 20px;
	border: 1px solid #bbb1a6;
	}
	
#homeplans img	{
	margin:0px;
	border: 0px;
	}
	
/* products category formatting */

#products a img	{
	margin-bottom: 7px;
	border: 2px solid #bbb1a6;
	}
	
#products a:hover img	{
	margin-bottom: 7px;
	border: 2px solid #4c2432;
	}
	
#products td h2	{
	font-size: 12px;
	text-align:center;
	}
	
#products td	{
		padding: 8px;
		}
		

		
/* All Forms */

#bevform,
#contactform	{
	border:4px solid #e1dbd6;
	padding: 10px;
	background-repeat: repeat-x;
	color: #4c2432;
	}
	
#contactform td	{
	padding: 5px 0px;
	
	}
	
.form_button	{
	background-color:#4c2432;
	color: white;
	padding: 3px;
	}
	


/* other areas */

#vicmap	{
	margin-left: 60px;
	margin-top: 20px;
	}

#vicmap img	{
	margin-left: 15px;
	float: right;
	}
	
#vicmap  p	{
	text-transform: uppercase;
	color: #4c2432;
	font-size: 11px;
}

