@charset "UTF-8";
/* CSS Document */

#top_container {
	width:100%;
	height:89px;
	background:url(../images/nav/nav_grade.png) repeat-x;
	behavior:url(/js/iepngfix.htc);
}

#nav_container {
	width:770px;
	height:89px;
	margin-left:auto;
	margin-right:auto;
}

#nav_container img {
	float:left;
	margin:3px 0px 0px 35px;
}

#nav_container ul {
	list-style:none;
	float:right;
	display:block;
	margin:39px 0px 0px 0px;
}

#nav_container ul li {
	float:left;
	display:inline;
}

#nav_container ul li a {
	height:50px;
	behavior:url(/js/iepngfix.htc);
	text-indent:-999em;
	display:block;
}




/* NAV BUTTONS */

#nav_ourservices {
	width:108px;
	background:url(../images/nav/our_services.png) no-repeat;
}

#nav_ourservices:hover {
	background:url(../images/nav/our_services_over.png) no-repeat;
}

#nav_ourwork {
	width:89px;
	background:url(../images/nav/our_work.png) no-repeat;
}

#nav_ourwork:hover {
	background:url(../images/nav/our_work_over.png) no-repeat;
}

#nav_trends {
	width:71px;
	background:url(../images/nav/trends.png) no-repeat;
}

#nav_trends:hover {
	background:url(../images/nav/trends_over.png) no-repeat;
}

#nav_aboutus {
	width:88px;
	background:url(../images/nav/about_us.png) no-repeat;
}

#nav_aboutus:hover {
	background:url(../images/nav/about_us_over.png) no-repeat;
}

#nav_whoweare {
	width:115px;
	background:url(../images/nav/who_we_are.png) no-repeat;
}

#nav_whoweare:hover {
	background:url(../images/nav/who_we_are_over.png) no-repeat;
}

#nav_contactus {
	width:93px;
	background:url(../images/nav/contact_us.png) no-repeat;
}

#nav_contactus:hover {
	background:url(../images/nav/contact_us_over.png) no-repeat;
}