body {
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: x-small;
	background-color: #FFFFFF;
}
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility: hidden;
}
/* for IE6 */
* html .clearfix {
	height: 1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}
.hidden {
	display: none;
}
#wrap {
	margin: 0 auto;
	width: 970px;
}
.header {
	clear: both;
	float: left;
	width: 942px;
	margin-top: 60px;
	margin-bottom: 40px;
	padding-right: 28px;
	text-align:right;
}
.mainWrap {
	clear: both;
	float: left;
	width: 970px;
}
.navWrap {
	float: left;
	width: 142px;
}
.mainNav, .subNav {
	float: left;
	width: 142px;
}
.mainNav li, .subNav li {
	width: 142px;
	font-size:120%;
}
.subNav li a {
	color:  #b9b9b9;
	background-color: #fff;
	display: block;
	text-decoration:none;
	padding: 2px 0 2px 8px;
}
.mainNav li a {
	color: #252525;
	background-color: #fff;
	display: block;
	text-decoration:none;
	padding: 2px 0 2px 8px;
}
.mainNav li a:hover, #home .mainNav li a.home, #branding .mainNav li a.work, #graphics .mainNav li a.work, #pack .mainNav li a.work, #print .mainNav li a.work, #web .mainNav li a.work, #about .mainNav li a.about, #contact .mainNav li a.contact {
	color: #FFF;
	background-color: #000;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}
.mainNav li a.brand, .mainNav li a.graphics, .mainNav li a.packaging, .mainNav li a.print, .mainNav li a.web {
	color: #b9b9b9;
	background-color: #fff;
	display: block;
}
.mainNav li a.brand:hover, .mainNav li a.graphics:hover, .mainNav li a.packaging:hover, .mainNav li a.print:hover, .mainNav li a.web:hover, .subNav li a:hover, #branding #workItems li a.brand, #graphics #workItems li a.graphics, #pack #workItems li a.packaging, #print #workItems li a.print, #web #workItems li a.web {
	color: #FFF;
	background-color: #b9b9b9;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}
#workItems {
	display: none;
}
#branding #workItems, #graphics #workItems, #pack #workItems, #print #workItems, #web #workItems {
	display: block;
}
.subNav {
	float: left;
	width: 150px;
	margin-top: 20px;
}
.workArea {
	float: right;
	width: 828px;
	font-size: 120%;
}
.homeRow {
	clear: both;
	float: right;
	height: 204px;
	width: 803px;
	margin-bottom: 8px;
}
.topWide {
	position: relative;
	float: left;
	height: 204px;
	width: 456px;
}
.topTitle {
	position:relative;
	background-color: #b9d4ff;
	float: right;
	height: 204px;
	width: 339px;
}
.baseThin {
	position:relative;
	float: left;
	height: 204px;
	width: 339px;
}
.baseWide {
	position: relative;
	float: right;
	height: 204px;
	width: 456px;
}
.topTitle h1 {
	color: #ffffff;
	font-weight:normal;
	font-size: 250%;
	padding:25px 0 0 20px;
}
.topTitle h1 strong {
	color: #252525;
	font-weight: normal;
}
a.captionWide {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 446px;
	color: #FFF;
	background-image: url(../img/captionBack.png);
	background-repeat: repeat;
	background-position: right center;
	padding: 7px 0 0 10px;
	font-weight: normal;
	text-decoration:none;
}
a.caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 329px;
	color: #FFF;
	background-image: url(../img/captionBack.png);
	background-repeat: repeat;
	background-position: right center;
	padding: 7px 0 0 10px;
	font-weight: normal;
	text-decoration:none;
}
.images {
	float: left;
	width: 822px;
	height: 426px;
}
.contactWrap {
	position:relative;
	width:828px;
	height:415px;
}	
.iframe {
	position:absolute;
	top:0;
	right:0;
	width: 518px;
	height: 415px;
}
.overview {
	margin-left: 25px;
	float: left;
	width: 155px;
	margin-top: 15px;
}
.aboutLeft {
	margin: 0 0 0 25px;
	float: left;
	width: 400px;
	padding:2px;
	line-height:130%;
}
.aboutLeft strong {
	display:inline-block;
	padding: 10px 0 2px 0;
	margin: 0px;
	font-size:140%;
	color:#98cbff;
}
.aboutRight {
	float: right;
	width: 339px;
	padding:2px 0 0 0;
	font-size:90%;
	color: #b9b9b9;
	line-height:120%;
}
.aboutRight h2 {
	display:inline-block;
	padding: 0 0 2px 0;
	font-size:160%;
	color:#98cbff;
}
.address {
	position: absolute;
	bottom:0;
	left:0;
	margin-left: 25px;
	width: 255px;
}
.address p {
	font-size:120%;
	padding:20px 0 0 0;
}
.address a {
	color: #252525;
	text-decoration: none;
}
.address a:hover, .address a:active {
	text-decoration: underline;
}
.textWrap {
	float: right;
	width: 600px;
	margin-top: 15px;
	margin-right: 25px;
}
.paraLeft {
	float: left;
	width: 295px;
}
.paraRight {
	float: right;
	width: 295px;
}
.footer {
	clear: both;
	float: left;
	width: 311px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-right: 28px;
	padding-left: 631px;
}
.footer img {
	float:right;
}
.contactLeft{
	float: left;
	display: inline-block;
	margin-top: 12px;
}
.footer p {
	color: #b9b9b9;
	font-size: 90%;
}
.footer p a {
	color: #b9b9b9;
	text-decoration: none;
}
.footer p a:hover {
	color: #252525;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}
.footer h2 {
	font-weight: normal;
	font-size: 110%;
	color: #252525;
	padding-bottom: 4px;
}
.footer h2 a {
	color: #252525;
	text-decoration: none;
}
.footer h2 a:hover, .footer h2 a:active {
	text-decoration: underline;
}
