/* CSS Document */

/* header */

#header-wrapper {
	
	position:relative;
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 978px;
	
	height: 154px;

	height: 160px;
	
	padding:0;
	
	background: url(../images/exports/main-nav/background.gif) bottom no-repeat;
	}

#logo {
	
	float: left;
	
	width: 394px;
	height: 90px;
	
	margin: 20px 0 0 6px;
	
	padding: 0;
	
	}

#phone-number {
 	
	float: right;
	clear: right;	
 	
	width: 400px;
	
	height: 40px;
	
	margin: 20px 184px 0 0;
	margin: 22px 50px 0 0;
	padding: 0px 0 0 80px;
 	
/*	background-image:url(../images/exports/phone-no.png);
	
	background-position: center;
	
	background-repeat: no-repeat;
*/
	display: inline;

}


/* main nav bar */

#nav {

	position: absolute;
	
	bottom: 29px;
	
	right: 0px;
	
	width: 620px;

	height: 45px;

	padding: 0;
	
	margin: 0 0px 0 0;

	overflow: hidden;

	}



#nav li {

	padding: 0;

	display: inline;

	list-style-type: none;

}



#nav a {

	float: left;

	padding: 45px 0 0 0;

	margin: 0 0px 0 35px;

	overflow: hidden;

	height: 0px !important; 

	height /**/:45px; /* for IE5/Win */

}



#nav a:hover {

	background-position: 0 -45px;

}





body#home #nav-home a, 

body#our-work #nav-our-work a,

body#our-region #nav-our-region a,

body#contact-us #nav-contact a

{

	background-position: 0 -90px;

}



#nav-home a {
	
	width: 110px;
	
	background: url(../images/exports/main-nav/nav-home.gif) top left no-repeat;
	}

#nav-our-work a {
	
	width: 110px;
	
	background: url(../images/exports/main-nav/nav-our-work.gif) top left no-repeat;
	
	}

#nav-our-region a {
	
	width: 110px;
	
	background: url(../images/exports/main-nav/nav-our-region.gif) top left no-repeat;
	
	}

#nav-contact a {
	
	width: 110px;
	
	background: url(../images/exports/main-nav/nav-contact.gif) top left no-repeat;

	}

