/*** NAV REST OF THE SITE STYLES ***/
#nav {
	height: 37px;
	display: block;
	background: url(../images/nav_bg_site.jpg) no-repeat left top;
	}
	#nav ul{
		padding: 0 15px;
		list-style-type: none;
		clear: both;
		}
		#nav ul li {
			display: inline;
			float: left;
			}
			#nav ul li a {
				display: block;
				height: 37px;
				text-indent: -9999px;
				}
			
			.nav_vision a {
				width: 90px;
				margin-right: 132px;
				background: url(../images/nav/site/vision.jpg) no-repeat left top;
				}
				.nav_vision a:hover {
					background: url(../images/nav/site/vision.jpg) no-repeat left bottom;
					}
				.nav_vision a.active {
					background: url(../images/nav/site/vision.jpg) no-repeat left bottom;
					}
			.nav_company a {
				width: 106px;
				margin-right: 11px;
				background: url(../images/nav/site/company.jpg) no-repeat left top;
				}
				.nav_company a:hover {
					background: url(../images/nav/site/company.jpg) no-repeat left bottom;
					}
				.nav_company a.active {
					background: url(../images/nav/site/company.jpg) no-repeat left bottom;
					}
			.nav_store a {
				width: 170px;
				margin-right: 11px;
				background: url(../images/nav/site/store.jpg) no-repeat left top;
				}
				.nav_store a:hover {
					background: url(../images/nav/site/store.jpg) no-repeat left bottom;
					}
			.nav_partners a {
				width: 114px;
				margin-right: 11px;
				background: url(../images/nav/site/partners.jpg) no-repeat left top;
				}
				.nav_partners a:hover {
					background: url(../images/nav/site/partners.jpg) no-repeat left bottom;
					}
				.nav_partners a.active {
					background: url(../images/nav/site/partners.jpg) no-repeat left bottom;
					}
			.nav_contact a {
				width: 105px;
				background: url(../images/nav/site/contact.jpg) no-repeat left top;
				}
				.nav_contact a:hover {
					background: url(../images/nav/site/contact.jpg) no-repeat left bottom;
					}
				.nav_contact a.active {
					background: url(../images/nav/site/contact.jpg) no-repeat left bottom;
					}
