@charset "UTF-8";


/*============================================================
Sub Nav Company
============================================================*/

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

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

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

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

/*	
#subnav_overview a {
	width: 148px;
	background-position: 0 0;
	}

#subnav_overview a:hover {
	background-position: 0 bottom;
	}
	
#subnav_testimonials a {
	width: 166px;
	background-position: -148px 0;
	}
	
#subnav_testimonials a:hover {
	background-position: -148px bottom;
	}
*/


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

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

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

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

#subnav_testimonials a {
	width: 167px;
	background-position: -305px 0;
	}
	
#subnav_testimonials a:hover {
	background-position: -305px bottom;
	}

