/*
	*	www.motorhomes4sale.co.nz			*
	*	2005/09/08				*
	*	Melissa Fenwick			*
	
*/

/*body*/
body{
margin: 0;
}

/*	ALL CONTENT STYLES 	*/
.menu a:link, .menu a:visited {
	font:  12px Verdana, Arial, Helvetica; 
	color: #000000;
	text-decoration: none;
	font-weight: none;
	

}
.underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	border-top: 1px none #0093BB;
	border-right: 1px none #0093BB;
	border-bottom: 1px solid #0093BB;
	border-left: 1px none #0093BB;


}

.menu a:hover {
	font: 12px Verdana, Arial, Helvetica; 
	color: #000000;
	text-decoration: underline;
	font-weight: none;
	

}


.area a:link, .area a:visited {
	font:  12px Verdana, Arial, Helvetica; 
	color:#008CBB;
	text-decoration: none;
	font-weight: none;

}

.area a:hover {
	font: 12px Verdana, Arial, Helvetica; 
	color: #008CBB;
	text-decoration: underline;
		font-weight: none;
}

.area h2 {
	font: 14px Verdana, Arial, Helvetica; 
	color:#000000;
	text-decoration: none;
		font-weight: none;
}
.area p, .area {
	font:  12px Verdana, Arial, Helvetica; 
	color:#000000;
	text-decoration: none;
	font-weight: none;

}
.blueline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008ccb;
	border-right-color: #008ccb;
	border-bottom-color: #008ccb;
	border-left-color: #008ccb;
}
.greenbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: #acc314;
}

.featurebox {
	padding:20px;
	background:url("../images/bg-featurebox.png") repeat-x bottom #da514f;
	color:#fff!important;
	font-weight:bold!important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.featurebox a {
	color:#fff!important;
	text-decoration:underline!important;
}
.featurebox a:hover {
	
}

/*	END ALL CONTENT STYLES 	*/