body {
	padding: 0;
	margin: 0;
	background: black url(images/bg-site.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #80b525;
	text-decoration: underline;
}
#IEcenter {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 961px;
	padding: 0;
	margin: auto;
}
#contentArea {
	width: 961px;
	clear: both;
}
/*****Header*****/
#siteHeader {
	height: 95px;
	width: 961px;
}
#siteHeader h1 {
	display: none;
}
#siteHeader h2 {
	display: none;
}
#logo {
	width: 231px;
	height: 95px;
	float: left;
	background: url(images/header-logo.gif) left top no-repeat;
}
/*****Mast Head*****/
#mastHead {
	background: url(images/pixelmash-masthead.jpg) center top no-repeat;
	width: 961px;
	height: 303px;
}
#topNav {
	float: right;
	font-size: 10px;
	color: white;
	margin-top: 80px;
}
#topNav p {
	padding: 0;
	margin: 0;
}
/*****tabbed navigation*****/
#nav {
	margin: 0;
	padding: 10px 0 0 0;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li{
	float: left;
}
#navHome {
	text-indent: -9999px;
	background: url(images/tab-home02.gif) top left no-repeat;
	width: 89px;
	height: 26px;
}
#navHome a {
	display: block;
	width: 89px;
	height: 26px;
	background: url(images/tab-home01.gif) top left no-repeat;
}
#navHome a:hover {
	background: url(images/tab-home02.gif) top left no-repeat;
}
#navAbout {
	text-indent: -9999px;
	background: url(images/tab-who-we-are02.gif) top left no-repeat;
	width: 120px;
	height: 26px;
}
#navAbout a {
	display: block;
	background: url(images/tab-who-we-are01.gif) top left no-repeat;
	width: 120px;
	height: 26px;
}
#navAbout a:hover {
	background: url(images/tab-who-we-are02.gif) top left no-repeat;
}
#navServices {
	text-indent: -9999px;
	background: url(images/tab-what-we-do02.gif) top left no-repeat;
	width: 122px;
	height: 26px;
}
#navServices a {
	display: block;
	background: url(images/tab-what-we-do01.gif) top left no-repeat;
	width: 122px;
	height: 26px;
}
#navServices a:hover {
	background: url(images/tab-what-we-do02.gif) top left no-repeat;
}
#navTestimonials {
	text-indent: -9999px;
	background: url(images/tab-what-our-clients-say02.gif) top left no-repeat;
	width: 174px;
	height: 26px;
}
#navTestimonials a {
	display: block;
	background: url(images/tab-what-our-clients-say01.gif) top left no-repeat;
	width: 174px;
	height: 26px;
}
#navTestimonials a:hover {
	background: url(images/tab-what-our-clients-say02.gif) top left no-repeat;
}
#navCaseStudies {
	text-indent: -9999px;
	background: url(images/tab-case-studies02.gif) top left no-repeat;
	width: 131px;
	height: 26px;
}
#navCaseStudies a {
	display: block;
	background: url(images/tab-case-studies01.gif) top left no-repeat;
	width: 131px;
	height: 26px;
}
#navCaseStudies a:hover {
	background: url(images/tab-case-studies02.gif) top left no-repeat;
}
#navContact {
	text-indent: -9999px;
	background: url(images/tab-contact02.gif) top left no-repeat;
	width: 119px;
	height: 26px;
}
#navContact a {
	display: block;
	background: url(images/tab-contact01.gif) top left no-repeat;
	width: 119px;
	height: 26px;
}
#navContact a:hover {
	background: url(images/tab-contact02.gif) top left no-repeat;
}