/*----------------------------------------
Custom Style Sheet

version 1.0
author: PTC
last updated: 3-9-2007
----------------------------------------*/



/* Main Navigation Styles
----------------------------------------*/
#aboutus li#navabout, #products li#navprod, #casestudies li#navcase,
#portfolio li#navport, #articles li#navart, #shop li#navshop,
#contact li#navcont { background-color: #9D9D9D;}



/* Splash Bar Styles
----------------------------------------*/
#aboutus #splash {
	background-image: url(../images/header_aboutus.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#products #splash {
	background-image: url(../images/header_products.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#casestudies #splash {
	background-image: url(../images/header_casestudies.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#portfolio #splash {
	background-image: url(../images/header_portfolio.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#articles #splash {
	background-image: url(../images/header_articles.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#shop #splash {
	background-image: url(../images/header_shop.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#contact #splash {
	background-image: url(../images/header_contact.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


