﻿/* ---------- MAIN LAYOUT COMPONENETS AND GENERAL FORMATTING ---------- */

* {
	margin:0px;
	padding:0px;
}

p {
	margin: 10px 0 20px 0;	
}

a {
	color: #E8A231;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	text-transform: uppercase;
	color: #383B9A;
	margin: 0 0 15px 0;
}

h2 {
	display: inline;
	font-size: 14px;
	color: #383B9A;	
}

h3 {
	font-size: 14px;
	height: 15px;
	color: #383B9A;
	margin: 0 0 15px 0;
}

h4 {
	text-transform: uppercase;
	color: #383B9A;	
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

ul {
	margin-left: 15px;
}

li {
	margin-bottom: 8px;
}

body {
	background-image: url("../images/bgBodySolid.png");
}

.wrap {
	margin: 0;
	padding: 0 0 1px 0;
	height: 100%;
	width: 100%;
	background-image: url("../images/bgBody.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.border {
	border: 1px solid #45474B;	
}

.top	{
	width: 100%;
	height: 100px;
}

.topLeft {
	width: 50%;
	float: left;
	height: 100px;
	background-image: url("../images/topStripe.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.placer	{
	width: 1050px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.topBanner {
	width: 1050px;
	height: 100px;
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: -100px;
	z-index: 10;
}

.logoLink a {
	width: 240px;
	height: 70px;
	text-decoration: none;
	position: absolute;
	top: -85px;
	z-index:30;
}

.companyInfo {
	width: 400px;
	font-family: helvetica;
	color: white;
	font-size: 14px;	
	letter-spacing: 2px;
	text-align: right;
	position: absolute;
	top: -95px;
	right: 0px;
	z-index: 20;	
}

.mainWrap {
	width: 1050px;
	margin: 30px auto 50px auto;
}

.horzNavWrap {
	width: 100%;
	height: 43px;
}

.horzNavStripe {
	width: 100%;
	height: 11px;
	background-image: url("../images/navStripe.jpg");	
}

.indexBanner {
	width: 100%;
	height: 220px;
	background-image: url("../images/indexBanner.jpg");
	border-bottom: 4px solid #E8A231;
}

.pageBanner {
	width: 100%;
	height: 119px;
	background-image: url("../images/pageBanner.jpg");
	border-bottom: 4px solid #E8A231;
}

.printLogo {
	display: none;
	width: 100%;
	border-bottom: 4px solid #E8A231;
}

.contentWrap {
	width:100%;
	background-color: white;
	background-image: url("../images/watermark.jpg");	
	background-position: left top;
	font-family: helvetica;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align: justify;
	color: #45474B;
	min-height: 400px;
} 

.contentWrap a {
	font-weight: 600;
}

.footer {
	width: 100%;
	height: 50px;
	background-image: url("../images/bottomStripe.jpg");
	padding: 20px 0 0 0;
	text-align: center;
	color: #45474B;
	font-family: helvetica;
	font-size: 11px;
}

.copyright {
	text-align: center;
	color: white;
	font-family: Century Gothic, helvetica;
	font-weight: lighter;
	font-size: 14px;	
	margin: 10px;
}

.newsBox {
	text-align: left;
	margin: 35px 0 0 0;
	line-height: 18px;
}

.clear {
	clear: both;
}

/* ---------- TARGETED FORMATTING COMPONENETS ---------- */

/* companyInfo ------------------------------- */

.companyInfo a {
	font-weight: bold;	
	color: white;
	text-decoration: none;
}

.companyInfo a:hover {
	color: #BFC8D1;
	text-decoration: none;
}
/* -------------------------------------------- */

/* horzNavWrap -------------------------------- */

.horzNavWrap a	{
	width: 128px;
	height: 29px;
	background-image: url("../images/tab.png");
	float: left;
	padding: 14px 0 0 0;
	margin: 0 2px 0 0;
	text-align: center;
	color: white;
	font-family: helvetica;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
	display: block;
	float: left;
}

body#caseStudyPGallery a#caseStudiesNav,
body#caseStudyP213 a#caseStudiesNav,
body#caseStudyP212 a#caseStudiesNav,
body#caseStudyP211 a#caseStudiesNav,
body#caseStudyA409 a#caseStudiesNav,
body#caseStudyA401 a#caseStudiesNav,
body#caseStudiesGallery a#caseStudiesNav,
body#customAutomation a#customAutomationNav,
body#productDevelopmentDesign a#productDevelopmentNav,
body#productDevelopmentPilot a#productDevelopmentNav,
body#productDevelopmentRPrototyping a#productDevelopmentNav,
body#productDevelopmentSpecification a#productDevelopmentNav,
body#servicesEngineering a#servicesNav,
body#servicesPrototyping a#servicesNav,
body#servicesContractMan a#servicesNav,
body#servicesPanelBuilds a#servicesNav,
body#servicesCAD a#servicesNav
{
	background-image: url("../images/tabActive.jpg");
	color: #383B9A;
}

/* -------------------------------------------- */

/* leftColumn within contentWrap -------------- */

.leftColumn {
	float: left;
	width: 205px;
	margin: 20px 0 20px 25px;
	padding: 0 0 0 0;
}

.leftColumn .menu a {
	width: 100%;
	padding: 5px 0 5px 7px;
	margin-left: -7px;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: #353289;		
	display: block;
}

.leftColumn a:hover {
	background-color: #D1D1D3;	
}

body#caseStudyPGallery a#caseStudyPGalleryNav,
body#caseStudyP213 a#caseStudyP213Nav,
body#caseStudyP212 a#caseStudyP212Nav,
body#caseStudyP211 a#caseStudyP211Nav,
body#caseStudyA401 a#caseStudyA401Nav,
body#caseStudyA409 a#caseStudyA409Nav,
body#caseStudiesGallery a#caseStudiesGalleryNav,
body#productDevelopmentDesign a#productDevelopmentDesignNav,
body#productDevelopmentPilot a#productDevelopmentPilotNav,
body#productDevelopmentRPrototyping a#productDevelopmentRPrototypingNav,
body#productDevelopmentSpecification a#productDevelopmentSpecificationNav,
body#servicesEngineering a#servicesEngineeringNav,
body#servicesPrototyping a#servicesPrototypingNav,
body#servicesContractMan a#servicesContractManNav,
body#servicesPanelBuilds a#servicesPanelBuildsNav,
body#servicesCAD a#servicesCADNav
 {
	color: 	#E8A231;
}

/* -------------------------------------------- */

/* rightColumn within contentWrap ------------- */

.rightColumn {
	float: right;
	width: 737px;
	margin: 20px 25px 20px 0;
	padding: 0 0 0 40px;
	border-left: 2px solid #E8A231;
}

/* commentBox within rightColumn aligned to the right edge */

.commentBox {
	float: right;
	width: 380px;
	margin: 10px -25px 10px 20px;
}

.boxTop {
	width: 100%;
	height: 18px;
	margin: 0;
	background-image: url("../images/commentBox/top.png");
}

.boxBottom {
	width: 100%;
	height: 18px;
	margin: 0;
	background-image: url("../images/commentBox/bottom.png");
}

.boxContent {
	padding: 0 20px 0 20px;
	margin: 0;
	color: white;	
	background-image: url("../images/commentBox/middle.png");
}

.boxContent ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.boxContent li {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

/* caseTab within rightColumn */

.caseTab {
	width: 180px;
	height: 30px;
	margin: 0 0 20px -40px;
	padding: 8px 0 0 0;
	background-image: url("../images/caseTab.png");
	background-position: top right;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;		
}


/* -------------------------------------------- */

/* wide within contentWrap (sans right,left split) */

.wide {
	float: right;
	width: 950px;
	margin: 20px 50px 20px 0;
}

.wideTop {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #E8A231;
}

/* -------------------------------------------- */

/* topTab for Recent News */

.topTab {
	width: 158px;
	height: 30px;
	margin: -20px 0 20px -1px;
	padding: 10px 0 0 0;
	background-image: url("../images/topTab.png");
	background-position: top right;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;	
	display: block;
}


/* -------------------------------------------- */

/* narrow within contentWrap (sans right,left split) */

.narrow {
	float: right;
	width: 1008px;
	margin: 20px 20px 20px 0;
}

/* -------------------------------------------- */

/* nested lists with showhide */

.nested {
	margin: 0;
	padding: 0;
}

.nested img {
	margin-bottom: -1px;
	border: 0;
}

.nested ul {
	margin: -15px 0 15px 50px;
	padding: 0;
}

.nested li {
	margin: 0 0 5px 0;
}

.nested li ul {
	list-style-type: disc;
	margin: 0 0 15px 50px;
}

.nested li li {
	margin: 0;
}

.more {
	display: none;
}

.less {
	display: none;
}

/* -------------------------------------------- */

/* gallery arrangement */

.gallery {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 40px 40px 0;
	background: url(../images/photoBackground.jpg) right bottom no-repeat;
}

.gallery img {
	padding: 5px;
	border: 1px solid #383B9A;	
	background-color: white;
	position: relative;
	top: -5px;
	left: -5px;
}

/* -------------------------------------------- */

/* case study images and material placement */

.imageLineWrap {
	padding: 30px 0 20px 0;
	margin: 0;
}

.imageLine {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 30px 0 0;
	background: url(../images/photoBackground.jpg) right bottom no-repeat;
}

.imageLine img {
	padding: 5px;
	border: 1px solid #383B9A;	
	background-color: white;
	position: relative;
	top: -5px;
	left: -5px;
}

img.studySplash {
	float: right; 
	height: 275px;
	margin: -60px 0 10px 10px;
}

.studyIntro {
	float: left;
	width: 300px;
	font-size: 15px;
	margin: 20px 0 10px 0;
}

body#caseStudyA401 h1,
body#caseStudyA409 h1,
body#caseStudyP213 h1,
body#caseStudyP212 h1,
body#caseStudyP211 h1 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #383B9A;	
	text-transform: uppercase;
}

.studyText {
	margin: -30px 0 0 0;
}

.studyText .boxContent li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	margin-bottom: 10px;
}






