/* *****************************************
 base structure
***************************************** */
html {
	background: #FFFFFF;
	
}
body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	font: 12px/16px Helvetica, 'Helvetica Neue', arial, sans-serif;
	color: #4b4b4f;
	background: #ececec url(/includes/images/bg-body.jpg) top left repeat-x;
	min-height: 720px;
	overflow-y: visible;
}


a {
    color: #5F8BB7;
    text-decoration: underline;
} 
a:hover {
    color: #D71921;
    text-decoration: underline;
}


#wrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}


.pegBoard {
	width: 45%;
	height: 700px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/includes/images/bg-pegBoard.jpg) left bottom repeat-x;
	z-index: 0;	
}

.slatWall {
	width: 55%;
	height: 700px;
	display: block;
	position: absolute;
	top: 0px;
/*	top: 583px;*/
	right: 0;
	background: transparent url(/includes/images/bg-slatWall.jpg) left bottom repeat-x;
	z-index: 0;	
}

div.center {
	margin: 0px auto;
	width: 960px;
	position: relative;
	display: block;
}

div.zTwentyTwo {
	position: relative;
	display: block;
	z-index: 22;
}

div#bigOverlay {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	top:  0;
	left: 0;
	z-index: 25;
}

div#bigOverlayTwo {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	top:  0;
	left: 0;
	z-index: 7;
}

/* *****************************************
basic text styles
***************************************** */

#header h1 {
	width: 241px;
	height: 66px;
	display: block;
	position: absolute;
	left: 57px;
	top: 20px;
	background: transparent url(/includes/images/logo.png) no-repeat;
	text-indent: -9999px;
	z-index: 20;
}

#header h2 {
	width: 346px;
	height: 56px;
	display: block;
	position: absolute;
	left: 346px;
	top: 42px;
	background: transparent url(/includes/images/bg-h2.png) no-repeat;
	text-indent: -9999px;
	z-index: 20
}

#header #line {
	width: 1px;
	height: 81px;
	display: block;
	position: absolute;
	left: 322px;
	top: 13px;
	background: transparent url(/includes/images/line.png) no-repeat;
	text-indent: -9999px;
}

body,
a:active,
a:focus,
input,
input:active,
input:focus  {
	outline: none;
	-moz-outline-style: none;
}


.hidden {
	display: none;
}



/* *****************************************
header area
***************************************** */
#header {
	display: block;
	position: relative;
}


#phoneNumber {
	position: absolute;
	top: 0;
	right: 20px;
	width: 204px;
	height: 43px;
	display: block;
	background: transparent url(/includes/images/bg-phoneNumber.jpg) no-repeat;
	z-index: 5;
}

#phoneNumber span.tel {
	font-size: 13px;
	color: #9B9B9B;
	text-transform: uppercase;
	left:56px;
	top: 14px;
	position:absolute;
}

.contactButton {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 204px;
	height: 53px;
	display: block;
	background: transparent url(/includes/images/bg-contactUsCombo.png) top left no-repeat;
	text-indent: -9999px;
	z-index: 30;
}

a.activated {
	height: 54px;
	top: 49px;
	background: transparent url(/includes/images/bg-contactUsCombo.png) bottom left no-repeat;
}




/* *****************************************
contact area
***************************************** */

#contact {
	display:none;
	height: 0px;
	width: 100%;
	top: 0px;
	background: transparent url(/includes/images/bg-contact.jpg) repeat-x;
	background-position: 0 6px;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

#contact.open {
	display: block;
	height: 578px;
	overflow: hidden;
}

#contactForm {
	margin-top: 120px;
}

#contactForm label {
	text-transform: uppercase;
	color: #888a8b;
	font-size: 14px;
}

#contactForm label.required {
	padding-right: 10px;
	background: transparent url(/includes/images/required.png) top right no-repeat;
}

#contactForm input {
	margin-bottom: 13px;
	font-size: 11px;
	color: #6A6B6C;
}

#contactForm input.text {
	border: 1px solid #b0b2b6;
	/*background: transparent url(/includes/images/bg-input.png) repeat-x;*/
	background: #fff;
	height: 18px;
	overflow: hidden;
	padding: 2px;
	margin-right: 7px;
	font-size: 12px;
	display: block;
}

#contactForm input.error {
	border: 1px solid #D71921;
}

#contactForm select.select {
	border: 1px solid #b0b2b6;
/*	background: transparent url(/includes/images/bg-input.png) repeat-x;*/
	background: #fff;
	height: 22px;
	overflow: hidden;
	padding: 4px 2px;
	font-size: 12px;
	display: block;
}

#contactForm input.standard {
	width: 225px;
}

#contactForm input.long {
	width: 322px;
}

#contactForm input.medium {
	width: 166px;
}

#contactForm input.short {
	width: 76px;
}

#contactForm input.tiny {
	width: 56px;
}


table#topElements {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 518px;
}


table#businessElement      {
	position: absolute;
	top: 158px;
	left: 40px;
	width: 518px;
}


table#addressElements      {
	position: absolute;
	top: 200px;
	left: 40px;
	width: 324px;
}

table#insterestedElements {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 336px;
}

#contactForm table#insterestedElements label {
	display: block;
	font-size: 12px;
	text-transform: none;
	color: #74777f;
}

#contactForm table#insterestedElements label.small {
	margin-bottom: 14px;
}

#contactForm table#insterestedElements span {
	color: #90949c;
	display: block;
	font-size: 11px;
	margin-left: 5px;
}

#requestQuoteBox {
	margin-top: 16px;
	background: transparent url(/includes/images/bg-requestQuote.png) no-repeat;
	width: 323px;
	height: 138px;
	padding: 10px;
	position: relative;
}

#requestQuoteOverlay {
	width: 309px;
	height: 95px;
	display: block;
	position: absolute;
	top: 34px;
	left: 7px;
	z-index: 10;
	background: transparent url(/includes/images/bg-requestQuoteOverlay.png) no-repeat;	
}

#contactForm input#requestQuote {
	margin-bottom: 10px;
}

#contactForm table#insterestedElements label.hidden {
	display: none;
}


#contactForm input.quantity {
	width: 56px;
}

#contactForm input.color {
	width: 76px;
}

#contactForm input.requirements,
#contactForm input.anticipated {
	width: 145px;
}

#quoteFields {
	
}

#quoteFields table {
	margin: 0px 0 5px -3px;
}

#quoteFields input {
	margin-right: 7px;
	margin-bottom: 0;
}

#contactForm input#submit {
	background: transparent url(/includes/images/submit.jpg) no-repeat;
	width: 175px;
	height: 52px;
	border: none;
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: 270px;
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}


fieldset.requestQuote span, 
fieldset.interestedIn span {
	display: block;
	clear: left;
	height: 22px;
	overflow: hidden;
}

fieldset.requestQuote span input,
fieldset.interestedIn span input {
	float: left;
	display: inline;
}

fieldset.requestQuote span span.ieFix,
fieldset.interestedIn span span.ieFix {
	float: left;
	display: inline;
	clear: none;
}


#messages {
	position: absolute;
	left:  40px;
	top: 310px;
}

#messages.formGood {
	top: 120px;
}

#contactForm #messages p.error {
	color: #D71820;
/*	font-weight: bold;*/
}

/* *****************************************
banner area
***************************************** */
#banner {
	position: relative;
	top: 100px;
	height: 700px;
	background: transparent url(/includes/images/bg-banner.jpg) no-repeat;
	background-position: 58px 0;
	display: block;
}

#ezPod {
	position: absolute;
	display: block;
	width: 473px;
	height: 536px;
	background: transparent url(/includes/images/bg-ezPod.png) top left no-repeat;
	top: 100px;
	z-index: 22;
	overflow: hidden;
}

#slideshow {
	width: 275px;
	height: 453px;
	position: relative;
	margin: 22px 0 0 40px;
	display: block;
}

#slideshow li {
	float: left;
	margin-bottom: 200px;
}

input.carousel-previous {
	position: absolute;
	bottom: 32px;
	right: -43px;
	background: transparent url("/includes/images/btn-phoneNav-backOff.png") no-repeat scroll center center;
	text-indent: -9999px;
	width: 33px;
	height: 33px;
	border: none;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	display: block;
}



input.carousel-next {
	position: absolute;
	bottom: 32px;
	right: -77px;
	background: transparent url("/includes/images/btn-phoneNav-nextOff.png") no-repeat scroll center center;
	text-indent: -9999px;
	width: 33px;
	height: 33px;
	border: none;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	display: block;
}

input.carousel-previous.disabled {
	background: transparent url("/includes/images/btn-phoneNav-backDisabled.png") no-repeat scroll center center;
}

input.carousel-next.disabled {
	background: transparent url("/includes/images/btn-phoneNav-nextDisabled.png") no-repeat scroll center center;
}

#bannerBlock {
	position: relative;
	top: 100px;
	height: 548px;
	background: transparent url(/includes/images/bg-bannerBlock.jpg) center top no-repeat;
	display: block;
	z-index: 8;
}


/* *****************************************
content area
***************************************** */
#content {
	width:  486px;
	display: block;
	position: absolute;
	top:  143px;
	left: 456px;
}

#content p {
	color: #4b4b4f;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	margin-bottom: 38px;
	text-indent: -9999px;
	width: 487px;
	height: 87px;
}

#content p.first {
	background: transparent url(/includes/images/bg-pfirst.png) left top no-repeat;
}

#content p.second {
	background: transparent url(/includes/images/bg-psecond.png) left top no-repeat;
}

#patent {
	position: absolute;
	left: 845px;
	top: 409px;
	bottom: 100px;
	width: 125px;
	height: 38px;
	display: block;
	background: transparent url(/includes/images/bg-patent.png) left top no-repeat;
	text-indent: -9999px;
}

#phoneNav {
	position: absolute;
	left: 325px;
	top: 410px;
	bottom: 100px;
	height: 38px;
	display: block;
}

#phoneNav a,
#phoneNav span {
    position: relative;
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #898a93;
	z-index: 9999;
	overflow: hidden;
}

#phoneNav a.back {
	background: transparent url(/includes/images/btn-phoneNav-backOff.png) center center no-repeat;
	width: 33px;
	text-indent: 9999px;
}
#phoneNav a.next {
	background: transparent url(/includes/images/btn-phoneNav-nextOff.png) center center no-repeat;
	width: 33px;
	text-indent: 9999px;
}


#phoneNav span.text {
	padding-left: 6px;
	margin-left: 70px;
}



/* *****************************************
footer area
***************************************** */

#footer {
	position: relative;
	z-index: 20;
	background: #FFFFFF;
	padding: 20px 0 60px 0;
	font-size: 11px;
	line-height: 16px;
	color: #ADADAD;
	text-align: center;
	
}
#footer p strong {
    padding: 0 4px;
	color: #424649;
	font-weight: bold;
	text-transform: uppercase;
}
#footer p .divider {
	padding: 0 4px;
	color: #D6D6D6;
}

body div#bannerBlock.activeContact,
body div.activeContact {
	top: 532px;
}

body div.activeContact {
	top: 443px;
}




/* *****************************************
tabs area
***************************************** */

#tabContent {
	background: #FFFFFF url(/includes/images/bg-tabs.png) left top repeat-x;
	height: 547px;
	display: block;
	position: relative;
	z-index: 10;
	top: 0px;
}

#tabs {
	position: relative;
	padding-top: 15px;
}

#tabs ul {
    padding: 2px 60px 0 0;
}

#tabs h2 {
    width: 670px;
    padding: 30px 0 20px 10px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #4C4C50;
	text-shadow: 1px 1px 1px #FFFFFF;
}

ul.contentList {
    font-size: 13px;
    line-height: 15px;
    color: #6A6B6C;
}

ul.contentList li {
    background: transparent url(/includes/images/bg-content-list-shadow.png) left top no-repeat;
    padding: 10px 60px 20px 30px;
    width: 515px;
}

#tabs-3 p {
    padding: 10px 20px 20px 10px;
    width: 575px;
}

#tabs-1,
#tabs-2,
#tabs-3 {
    background: transparent url(/includes/images/bg-display-img-02.png) right 40px no-repeat;
    min-height: 430px;
}

/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { 
	position: relative; 
	padding: 0; 
	zoom: 1; 
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav { 
	margin: 0; 
	padding: .2em .2em 0; 
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: right; 
	position: relative; 
	top: 0px; 
	margin: 0 -40px 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap; 
	background: url(/includes/images/tabOff.png) no-repeat;
	background-position: center bottom;
	width: 200px;
	height: 37px;
	display: block;
}



.ui-tabs .ui-tabs-nav li#mid {
	z-index: 20;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 17px 0 0 0; 
	text-decoration: none; 
	display: block;
	text-align: center;
	width: 200px;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7f7f7f;
}

/*.ui-tabs .ui-tabs-nav li:hover {
	background: url(/includes/images/tabOver.png) no-repeat;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li:hover a:hover {
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-state-active:hover a,
.ui-tabs .ui-tabs-nav li.ui-state-active:hover a:hover {
    color: #7f7f7f;
}*/


.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; 
	padding-bottom: 1px; 
	background: url(/includes/images/tabOn.png) no-repeat;
	width: 216px;
	height: 37px;
	display: block;
	position: relative;
	z-index: 25;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	padding: 13px 0 0 0;
	width: 216px; 
}

.ui-tabs-selected {
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0; 
	padding: 1em 1.4em; 
	background: none;
	clear: both; 
}
	
.ui-tabs .ui-tabs-hide { display: none !important; }










