/************** Yahoo Reset CSS *******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/************* End Yahoo Reset CSS ***************/


/************* Element Styles *****************/
body {
	background: #ccc url(/images/bg_page.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 12px;
}
a {
	color: #07196F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-style: italic;
	color: #07196F;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	color: #07196F;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	margin-bottom: 10px;
}
h3 {
	font-style: italic;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}


/**************** Structure ***************/
#container {
	width: 890px;
	border: 1px solid #666;
	margin: 45px auto 10px auto;
	background: #fff;
	padding: 10px;
}
#header {
	width: 170px;
	margin: 0 -170px 10px 0;
	float: left;
}


/********* Nav ********/
#nav {
	width: 170px;
	float: left;
	background: #fff url(../images/bg_nav.jpg) 0 0 repeat-x;
	margin-right: -170px;
	clear: left;
}
#nav li a {
	display: block;
	width: 170px;
	height: 28px;
}
#nav li#home a {
	background: url(/images/nav/home.jpg) 0 0 no-repeat;
}
#nav li#home a:hover {
	background: url(/images/nav/home.jpg) 0 -28px no-repeat;
}
#nav li#about a {
	background: url(/images/nav/about.jpg) 0 0 no-repeat;
}
#nav li#about a:hover {
	background: url(/images/nav/about.jpg) 0 -28px no-repeat;
}
#nav li#case a {
	background: url(/images/nav/case.jpg) 0 0 no-repeat;
}
#nav li#case a:hover {
	background: url(/images/nav/case.jpg) 0 -28px no-repeat;
}
#nav li#design a {
	background: url(/images/nav/design.jpg) 0 0 no-repeat;
}
#nav li#design a:hover {
	background: url(/images/nav/design.jpg) 0 -28px no-repeat;
}
#nav li#assembly a {
	background: url(/images/nav/assembly.jpg) 0 0 no-repeat;
}
#nav li#assembly a:hover {
	background: url(/images/nav/assembly.jpg) 0 -28px no-repeat;
}
#nav li#faq a {
	background: url(/images/nav/faq.jpg) 0 0 no-repeat;
}
#nav li#faq a:hover {
	background: url(/images/nav/faq.jpg) 0 -28px no-repeat;
}
#nav li#contact a {
	background: url(/images/nav/contact.jpg) 0 0 no-repeat;
}
#nav li#contact a:hover {
	background: url(/images/nav/contact.jpg) 0 -28px no-repeat;
}
#nav li a span {
	display: none;
	visibility: hidden;
}
/********** End Nav ***********/

.featuredStudy {
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
}
#content {
	margin-left: 180px;
}
#footer {
	width: 910px;
	margin: 0 auto;
}
#footer a {
	font-size: 10px;
}
#footer p.copy {
	float: right;
	color: #666;
	margin: 0 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p.copy span {
	font-size: 11px;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.divider {
	border-bottom: 1px solid #ccc;
	height: 10px;
	margin-bottom: 20px;
	clear: right;
}
.noDisplay {
	display: none;
	visibility: hidden;
}
.breadCrumbs {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #999999;
}
.breadCrumbs a {
	color: #0066CC;
}

/****************** Content Styles *********************/
#innerText {
	margin-left: 10px;
	margin-right: 10px;
}
#innerText ul {
	margin: 0 0 15px 35px;
}
#innerText ul.TabbedPanelsTabGroup, #innerText ul.noDisc {
	margin: 0;
}
#innerText ul li {
	list-style: outside;
	list-style-type: disc;
}
#innerText ul li.TabbedPanelsTabSelected, #innerText ul li.TabbedPanelsTab, #innerText ul.noDisc li {
	list-style: none;
	list-style-type: none;
}
#homeNav {
	height: 80px;
	margin-bottom: 25px;
}
#homeNav a {
	margin-right: 8px;
	display: block;
	width: 142px;
	height: 77px;
	float: left;
}
#homeNav a span {
	display: none;
}
#homeNav a#homeNavDesign {
	background: url(../images/homeNav_design.jpg) 0 0 no-repeat;
}
#homeNav a#homeNavDesign:hover {
	background: url(../images/homeNav_design.jpg) 0 -77px no-repeat;
}
#homeNav a#homeNavCase {
	background: url(../images/homeNav_case.jpg) 0 0 no-repeat;
}
#homeNav a#homeNavCase:hover {
	background: url(../images/homeNav_case.jpg) 0 -77px no-repeat;
}
#homeNav a#homeNavAssembly {
	background: url(../images/homeNav_assembly_new.jpg) 0 0 no-repeat;
}
#homeNav a#homeNavAssembly:hover {
	background: url(../images/homeNav_assembly_new.jpg) 0 -77px no-repeat;
}
#homeRight {
	width: 228px;
	float: right;
	margin-right: -20px;
}
p.homeP {
	width: 440px;
}
#map {
	width: 400px;
	height: 300px;
	float: right;
	border: 1px solid #666;
	margin: 20px 0 0 0;
}
#contactTable td {
	padding: 4px;
}
.download {
	float: left;
	width: 300px;
	margin-right: 40px;
}
.download img {
	border: 1px solid #676767;
}
.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}
.floatRight img {
	padding: 2px;
	border: 1px solid #999;
}
.floatRight .highslide img {
	border: none;
}
.galleryImage {
	width: 155px;
	height: 155px;
	float: left;
	margin: 0 15px 15px 0;
}
.galleryImage img {
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
}
.buttonPDF {
	margin-bottom: 10px;
}
.buttonPDF a {
	display: block;
	background: #eee url(/images/icon_pdf.gif) 8px 8px no-repeat;
	padding: 15px 10px 15px 48px;
	border: 1px solid #CCCCCC;
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	}
.buttonPDF a:hover {
	text-decoration: none;
}
.casestudyProduct {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
}
.casestudyDate {
	font-size: 11px;
	color: #333333;
	margin-bottom: 15px;
}
.innerText h1 {
	margin-bottom: 10px;
}
#designTable td {
	border-left: 1px dotted #999;
	padding-left: 10px;
	vertical-align: top;
}
.specTable td {
	vertical-align: top;
	padding-right: 35px;
}
#innerText .specTable td ul {
	margin: 0 0 0 20px;
}
.featuredStudy .galleryImage {
	margin: 0;
	float: none;
	width: auto;
}
#innerText ul.faq {
	margin: 0;
	padding: 0;
}
#innerText ul.faq li {
	list-style: none;
}
#innerText ul.faq li.question {
	font-weight: bold;
	color: #07196F;
	font-size: 14px;
}
#innerText ul.faq li.answer {
	color: #333;
	margin: 0 0 25px 0;
}
#innerText ul.faq li.answer ul li {
	list-style: disc;
}
#innerText ul.faq li.answer table {
	margin-top: 10px;
}
#spryMerge {
	display: none;
	visibility: hidden;
}
div.error {
	padding: 10px;
	border: 1px solid #ccc;
	color: #ff0000;
	margin: 10px 0;
}
div.error p {
	margin: 0;
}