@charset "UTF-8";


/*============================================================
Sub Nav Homeowners
============================================================*/

body {
	background-image: url(../images/random-images/bg_03.jpg);
	}

#subnav {
	float: right;
	margin: 0 40px 0 0;
	}

#subnav li {
	float: left;
	display: inline;
	}

#subnav a {
	display: block;
	height: 24px;
	background-image: url(../images/subnav_homeowners/subnav_homeowners.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#subnav_service a {
	width: 159px;
	background-position: 0 0;
	}

#subnav_service a:hover {
	background-position: 0 bottom;
	}

#subnav_survey a {
	width: 186px;
	background-position: -159px 0;
	}

#subnav_survey a:hover {
	background-position: -159px bottom;
	}

#subnav_manuals a {
	width: 166px;
	background-position: -345px 0;
	}
	
#subnav_manuals a:hover {
	background-position: -345px bottom;
	}

#subnav_warranty a {
	width: 109px;
	background-position: -511px 0;
	}

#subnav_warranty a:hover {
	background-position: -511px bottom;
	}

