#wrapper {
	width: 100%;
		margin: 6px auto;
}
	
#masthead {
		margin: 0 auto;
		}
		
/* ---------- navigation ---------- */

#masthead a:link, #masthead a:visited {
	text-decoration: none;
	font-weight:normal;
		}

#masthead a:hover {
		text-decoration: none;
		font-weight:normal;
		}

#masthead ul {
	list-style-type: none;
		} 

#navigationContainer {
	background: url(../pics/nav.gif) repeat-x left top;
		}

ul#navigation {
		width: 969px;
		margin: 0 auto;
		}

ul#navigation ul {
	background: url(../pics/navigation-item-separator.gif) 0 1px no-repeat;
	font-size: 1.2em;
	height: 3em;
	line-height: 3em;
	display: table;
	margin: 0 auto;
	padding: 0 0 0 4px;
	font-weight: normal;
	letter-spacing: 0.1em;
	}
	
	
ul#navigation ul li {
	display: table-cell;
	white-space: nowrap;
		}

ul#navigation ul a {
		background: url(../pics/navigation-item-separator.gif) 100% 1px no-repeat;
		color:#000;
		display: block;
		height: 3em;
		padding: 0 12px 0 9px;
		}

/*ul#navigation ul a.selected {
		background: url(../pics/navOn.gif) repeat-x left top;
		text-decoration: none;
		color: #FFF;
		font-weight:normal;
		}
		

		
ul#navigation ul a:link,  {
		color: #000;
	text-decoration: none;
	font-weight:normal;
		}*/
/*ul#navigation ul li a:visited {
		color: none;
	text-decoration: none;
	font-weight:normal;
		}
		*/


ul#navigation ul a:hover {
		background-color: #FFF;
		background: url(../pics/navHover.gif) repeat-x left top;
		text-decoration: none;
		color: #FFF;
		font-weight:normal;
		}
/*ul#navigation ul a:active {
				background: url(../pics/navOn.gif) repeat-x left top;
				color: #FFF;

	text-decoration: none;
	font-weight:normal;
		}
		*/

	
		
		

.sectionHome #masthead #navHome a,
.sectionAboutUs #masthead #navAboutUs a,
.sectionPortfolio #masthead #navPortfolio a,
.sectionSilkScreen #masthead #navSilkScreen a,
.sectionDigital #masthead #navDigital a,
.sectionDesign #masthead #navDesign a,
.sectionFulfilment #masthead #navFulfilment a,
.sectionContactUs #masthead #navContactUs a
 {
		background: #99d7a2 url(../pics/navOn.gif) repeat-x;
		color: #fff;
		margin-left: -3px;
		}

