@charset "utf-8";
/* CSS Document */
li {
	color:#666666;
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	text-align: left;
}

#header {
	width: 780px;
	height: 74px;
	background-image: url(images/maroondah_heating_cooling_1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
#header span {
	display: none;
	background-position: 0px 0px;
	}
	
.bg {
	background-image: url(images/style_2_bg.jpg);
	background-repeat: repeat-x;
}

.bg2 {
	background-image: url(images/style_2_cont.jpg);
	background-repeat: repeat-x;
}

body {
	background-color: #FFFFFF;
}	

.rh_dottedline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5f5c58;

}

.dotted_underline {

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5f5c58;
}
