body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0a0b0d;
}
a {
	color:#d65400;
}
img {
	border:none;
}
.header {
	width:100%;
	float:left;
	height:163px;
	padding:56px 0 0;
	background:url('/images/headerbkg.jpg') top repeat-x;
}
.nav {
	background:url('/images/navback.jpg') center no-repeat;
	width:714px;
	height:41px;
	margin:20px auto 0;
}
.nav .home {
	height:41px;
	width:48px;
	background:url('/images/navhome.jpg') no-repeat;
	background-position:left;
	float:left;
	margin:0 10px 0 20px;
	cursor:pointer;
}
.nav .profile {
	height:41px;
	width:48px;
	background:url('/images/navprofile.jpg') no-repeat;
	background-position:left;
	float:left;
	margin:0 10px 0;
	cursor:pointer;
}
.nav .references {
	height:41px;
	width:74px;
	background:url('/images/navreferences.jpg') no-repeat;
	background-position:left;
	float:left;
	margin:0 10px 0;
	cursor:pointer;
}
.nav .productcap {
	height:41px;
	width:128px;
	background:url('/images/navproductcap.jpg') no-repeat;
	background-position:left;
	float:left;
	margin:0 10px 0;
	cursor:pointer;
}
.nav .showcase {
	height:41px;
	width:98px;
	float:left;
	background:url('/images/navshowcase.jpg') no-repeat;
	background-position:left;
	margin:0 10px 0;
	cursor:pointer;
}
.nav .repair {
	height:41px;
	width:76px;
	float:left;
	margin:0 10px 0;
	background:url('/images/navrepair.jpg') no-repeat;
	background-position:left;
	cursor:pointer;
}
.nav .contact {
	height:41px;
	width:75px;
	float:left;
	margin:0 10px 0;
	background:url('/images/navcontact.jpg') no-repeat;
	background-position:left;
	cursor:pointer;
}

.nav .home:hover {
	background-position:right;
}
.nav .profile:hover {
	background-position:right;
}
.nav .references:hover {
	background-position:right;
}
.nav .productcap:hover {
	background-position:right;
}
.nav .showcase:hover {
	background-position:right;
}
.nav .repair:hover {
	background-position:right;
}
.nav .contact:hover {
	background-position:right;
}
.ref {
	border-bottom:1px solid #999;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.ref .title {
	color:#FC4848;
	font-weight:bold;
	float:left;
	width:65%;
}
.ref .info {
	float:left;
	width:65%;
}
.ref .logo {
	float:right;
	width:35%;
	padding:10px 0;
	text-align:center;
}
.content {
	float:left;
	width:100%;
}
.footer {
	float:left;
	color:#a2a2a2;
	width:100%;
	height:166px;
	background:#0a0b0d;
	border-bottom:20px solid #000000;
}
.inner {
	margin:0 auto;
	width:726px;
}
.banner {
	float:left;
	width:726px;
}
.bannerleft {
	float:left;
	width:9px;
	height:185px;
	background:url('/images/bannerLeft.jpg') repeat-y right;
}
.bannerImg {
	float:left;
	width:705px;
	background:center #000 no-repeat;
	height:185px;
}
.bannerOver {
	float:left;
	width:705px;
	z-index:2;
	height:185px;
	background:#000;
	position:relative;
	top:-170px;
}
.bannerright {
	float:left;
	width:9px;
	height:185px;
	background:url('/images/bannerRight.jpg') repeat-y left;
}
.bannerMsg {
	width:94%;
	background:#000;
	color:#FFF;
	opacity:0.8;
	padding:1% 3%;
	filter:alpha(opacity=80);
	margin:140px 0 0;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}
.page {
	float:left;
	width:726px;
}
.pageleft {
	float:left;
	width:9px;
	height:100%;
	background:url('/images/pageLeft.jpg') top no-repeat;
	min-height:185px;
}
.pageright {
	float:left;
	width:9px;
	height:100%;
	background:url('/images/pageRight.jpg') top no-repeat;
	min-height:185px;
}
.pageinner {
	float:left;
	padding:20px 20px 30px;
	width:665px;
	min-height:185px;
	line-height:20px;
}
.pageinner h1 {
	font-size:19px;
	color:#d65400;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:1px solid #d65400;
}
.footer h1 {
	color:#FFF;
	border-bottom:1px solid;
	font-size:14px;
	margin:0 0 5px;
	padding:0 0 5px;
}
.footer .contact {
	padding:5px 30px 10px;
	width:240px;
	margin:25px 0 0;
	float:left;
	border-right:1px dotted #666;
}
.footer .sitemap {
	padding:5px 30px;
	margin:25px 0;
	width:360px;
	float:left;
	font-size:10px;
	color:#FFF;
}
.showcaseimg {
	 margin:4px; padding:3px; border:1px dotted #999;
}
.showcaseimg:hover {
	border:1px solid #222;
}
.clear {
	clear:both;
	height:0px;
}
