@charset "UTF-8";
/* nav images */
#navWeddings a {
	background: url(../images/nav/nav-wed-link.jpg) no-repeat;
	width: 80px;
}
#navWeddings a:hover {
	background: url(../images/nav/nav-wed-hover.jpg);
}
#navPortraits a {
	background: url(../images/nav/nav-port-link.jpg) no-repeat;
	width: 70px;
}
#navPortraits a:hover {
	background: url(../images/nav/nav-port-hover.jpg);
}
#navAmerica a {
	background: url(../images/nav/nav-amer-link.jpg) no-repeat;
	width: 70px;
}
#navAmerica a:hover {
	background: url(../images/nav/nav-amer-hover.jpg);
}
#navInternational a {
	background: url(../images/nav/nav-inter-link.jpg) no-repeat;
	width: 100px;
}
#navInternational a:hover {
	background: url(../images/nav/nav-inter-hover.jpg);
}
#navCuisine a {
	background: url(../images/nav/nav-cuisine-link.jpg) no-repeat;
	width: 60px;
}
#navCuisine a:hover {
	background: url(../images/nav/nav-cuisine-hover.jpg);
}
#navBlog a {
	background: url(../images/nav/nav-blog-link.jpg) no-repeat;
	width: 40px;
}
#navBlog a:hover {
	background: url(../images/nav/nav-blog-hover.jpg);
}
/* active navigation */
#how #photoshelter {
	text-decoration: underline;
}
#weddings #navWeddings a {
	background: url(../images/nav/nav-wed-active.jpg);
}
#weddings #navWeddings a:hover {
	background: url(../images/nav/nav-wed-act-hov.jpg);
}
#portraits #navPortraits a {
	background: url(../images/nav/nav-port-active.jpg);
}
#portraits #navPortraits a:hover {
	background: url(../images/nav/nav-port-act-hov.jpg);
}
#america #navAmerica a {
	background: url(../images/nav/nav-amer-active.jpg);
}
#america #navAmerica a:hover {
	background: url(../images/nav/nav-amer-act-hov.jpg);
}
#international #navInternational a {
	background: url(../images/nav/nav-inter-active.jpg);
}
#international #navInternational a:hover {
	background: url(../images/nav/nav-inter-act-hov.jpg);
}
#cuisine #navCuisine a {
	background: url(../images/nav/nav-cuisine-active.jpg);
}
#cuisine #navCuisine a:hover {
	background: url(../images/nav/nav-cuisine-act-hov.jpg);
}
/* 2nd nav */
#wedPkg #navWedPkg a, #portPkg #navPortPkg a, #comm #navCommercial a, #about #navAbout a, #contact #navContact a {
	text-decoration: underline;
}