@import url('styles.css');

/* CSS Document */

body {
	background: #e6e6e6;
}

#content {
	background-image: url('../images/contentbg-bottom-light.gif');
}

#content_wrap{
	background-image: url('../images/contentbg-top-light.gif');
}

#footer .numbers {
	color: #333;
}

#nav li a {
	color: #333;
}

#nav li a:hover {
	color: #000;
}

li#bg_light {
	background: #e6e6e6;
	border-color: #FFF;
	cursor: default;
}

li#bg_dark {
	background: #000;
	border-color: #333;
	cursor: pointer;
}

#index #nav-index a,
#design #nav-design a,
#product #nav-product a,
#tearsheets #nav-tearsheets a,
#conceptual #nav-conceptual a,
#photographers #nav-photographers a,
#contact #nav-contact a {
	font-weight: bold;
	color: #000;
}