/********************** NAVIGATION ************************/

#nav {
	width: 894px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.nav{
	height: 24px;
	float: left;
}

.nav a{
	display: block;
	height: 100%;
	behavior: url(iepngfix.htc);
}

#nav a:hover{
   background-position: 0 -24px;
}

#nav-01 a {
	background: url(images/nav-01.png) no-repeat 0 0;
	display: block;
	width: 76px;
}

#nav-02 a {
	background: url(images/nav-02.png) no-repeat 0 0;
	display: block;
	width: 98px;
}

#nav-03 a {
	background: url(images/nav-03.png) no-repeat 0 0;
	display: block;
	width: 171px;
}

#nav-04 a {
	background: url(images/nav-04.png) no-repeat 0 0;
	display: block;
	width: 260px;
}

#nav-05 a {
	background: url(images/nav-05.png) no-repeat 0 0;
	display: block;
	width: 167px;
}

#nav-06 a {
	background: url(images/nav-06.png) no-repeat 0 0;
	display: block;
	width: 122px;
}

/********************** NAVIGATION END ************************/

/********************** PAGE TITLES ************************/

#pg-title {
	width: 850px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	behavior: url(iepngfix.htc);
}

.pg-title-welcome {
	background: url(images/pg-title-welcome.png) no-repeat;
}

.pg-title-about-us {
	background: url(images/pg-title-about-us.png) no-repeat;
}

.pg-title-executive-homes {
	background: url(images/pg-title-executive-homes.png) no-repeat;
}

.pg-title-commercial-construction {
	background: url(images/pg-title-commercial-construction.png) no-repeat;
}

.pg-title-services {
	background: url(images/pg-title-services.png) no-repeat;
}

.pg-title-contact-us {
	background: url(images/pg-title-contact-us.png) no-repeat;
}



/********************** PAGE TITLES END ************************/

