








/* --- common for all tier pages --- */

body {
	background: url(images/tier1-bg.jpg) white repeat-x;
	background-position: 0 -1px;
	}

#main {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	background: url(images/tier1-crumb-bg.jpg) white repeat-x 0 0;	
}

#bread-crumb {
	height: 32px;
	width: auto;
	margin-bottom: 13px;
	position: relative;
}

#bread-crumb p {
	font-size: 1.2em;
	position: absolute;
	bottom: 8px;
	left: 10px;
	font-weight: bold;
	word-spacing: 4px;
	}

#bread-crumb p a {
	word-spacing: normal;
	}

#bread-crumb p a.active {
	color: #6f6c6c;
	}
	
/* --------------------------------- */



/* top bar */

div#topbar {
	width: 100%;
	margin: 0;
	padding: 0;
}

#topbar h3 {
	font-size: 2.4em;
	color: #93aec0;
	float: left;
	padding: 10px;
	margin-left: 15px;
	}

#topbar h3 sup {
	font-size: 1em;
	}

#topbar h4 {
	float: right;
	color: #999;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 10px 10px;
	text-transform: uppercase;
}

.supp-cont {
	float:left;
	width:98%;
	line-height:normal;
	margin: 0 1% 20px 1%;
}

ul#tabs {
	margin:0;
	padding: 0;
	list-style:none;
	width: 100%;
	background-image: url(images/tabs-ul-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*background-position: 0 23px;
	height: 25px;*/
}
ul#tabs li {
	font-size: 1.2em;
	float:left;
	background: url(images/prodtab-left-blue-off.gif) no-repeat left top;
	margin:0;
	margin-right:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tabs a {
	float:left;
	display:block;
	background-image: url(images/prodtab-right-blue-off.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 20px 3px 10px;
	text-decoration: none;
	color: #fff;
}
ul#tabs li, ul#tabs a {
	background-color: #11ACEF;
}

#tabs li.active {
 	background-image:url(images/prodtab-left-on.gif);
}
#tabs li.active a {
		/*color: #9fad3a;*/
		color:#3089cd;
		background-image:url(images/prodtab-right-on.gif);
	}
#tabs li:hover a {
	color: #3d4600; 
}
#tabs li.last {
	margin-right: 0px;
}

div.tab-cont {
	float: left;
	clear: both;
	width: 98%;
	padding: 20px 1% 7px 1%;
	border: 1px solid #ccc;
	border-top: 0;
	min-height: 345px;
}
	div.tab-cont h6 {
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: normal;
		color: #666;
		margin: .8em 0 0 10px;
		}


/* misc non-specific elements */




#main-hdr {
	width: 100%;
	background-color: #93aec0;
	float: left;
	margin-bottom: 20px;
}


#main-hdr h4 {
	font-size: 3.6em;
	color: #fff;
	padding: 20px 0 10px 17px;
	border-bottom: 1px solid #83a2b7;
}

#supp-main {
	min-height: 500px;
}

#supp-main .text {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
}

#supp-main p {
	font-size: 1.2em;
	line-height: 150%;
	color: #858788;
	}
	
#supp-main p.blu {
	color: #6e8ea3;
}

#supp-main .info {
	float: left;
	width: 31%;
	margin: 0 2% 10px 0;
	min-height: 125px;
}

#supp-main .info div.bar {
	background: url(images/support/overview/cobg-right.gif) no-repeat 100% 0;
	width: 100%;
}

#supp-main .info div.Qbar h5 {
	width: auto;
	background-repeat:repeat-y;
	background: url(images/support/overview/cobg-left.gif) repeat 0 0;
	font-size: 2em;
	height: 23px;
	padding:25px,12px,20px,20px;
    margin-right : 10px;
	margin-bottom: 0;
	
}

#supp-main .info div.bar h5 {
	width: auto;
	background: url(images/support/overview/cobg-left.gif) no-repeat 0 0;
	font-size: 2em;
	height: 23px;
	padding: 10px 0 0 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

#supp-main .first p { background-color: #f3f7f9; }
#supp-main .first div.bar { background: url(images/support/overview/cobg-first.gif) no-repeat 50% 0; width: 100%; }
#supp-main .first div.bar h5 { background: url(images/support/overview/cobg-first.gif) no-repeat 0 0; color: #fff; }

#supp-main .info p {
	display: block; 
	padding: 8px 8px 10px 12px;
	font-size: 1.1em;
	line-height: 150%;
}

.text p {
	margin-bottom: 10px; 
}

#overview .text p {
	margin: 10px 0 0 0;
	color: #fff;
}

#overview #main-hdr .text, #overview #main-hdr p  { margin-bottom: 0; }


#companies {
	width: 100%;
	float: left; 
	margin-bottom: 1px;
}

h5 {
        font-size: 1.7em;
        margin-bottom: 5px;
}

#supp-main h5, #contact-form h5 {
        font-size: 1.7em;
        margin-bottom: 5px;
}

h5.phone {
	color: #595757;
	margin-top: .5em;
}

#contact-form {
	padding-bottom: 15px;
}

#contact-form label, .lat-form label {
	display: block;
	font-weight: bold;
	color: #858788;
	margin-top: 8px; 
	margin-bottom: 3px;
}

#contact-form .fields input
, #contact-form .fields select
, #contact-form .fields textarea
, .lat-form input {
	background-color: #f5f6f7;
	border: 1px solid #dde2e5;
	width: 100%;
	padding: 3px 5px;
}

#contact-form .fields input.textarea {
	height: 100px;
}

#contact-form .note {
	font-size: .9em;
	margin-top: 5px;
	}

#contact-form .submit, .lat-form .submit {
	border: 0;
	margin-top: 10px;
	width: 79px;
	height: 20px;
	background-color: #fff;
	}



/* 2 COLUMN WIDE: 75% left, 25% right */

.TwoColWide #left-nav {
	display: none;
}

.TwoColWide #supp-main {
	float: left;
	width: 73%;
	margin: 0 2% 10px 0%;
}

.TwoColWide #contact-form {
	float: left;
	width: 23%;
	margin: 0 2% 10px 0;
}

.TwoColWide #main-hdr .text {
	margin-right: 345px;
	}
	
.TwoColWide #main-hdr .hdr-img {
	float: right;
}

.TwoColWide #main-hdr h4 {
		margin-right: 345px;
}


/* 2 COLUMN SMALL: 25% left, 75% right */

.TwoColSm #left-nav {
	float: left;
	width: 23%;
	margin: 0 1% 10px 1%;
}

.TwoColSm #supp-main {
	float: left;
	width: 73%;
	margin: 0 2% 10px 0;
}

.TwoColSm #contact-form {
	display: none;
}
.TwoColSm #main-hdr {
	background: #93aec0 url(images/support/cnr-br-blue.gif) no-repeat 100% 100%;
	margin-bottom: 15px;
}

.TwoColSm #main-hdr .text {
	margin-right: 345px;
	}
	
.TwoColSm #main-hdr .hdr-img {
	float: right;
}

.TwoColSm #main-hdr h4 {
	border: 0;
}


/* 3 COLUMN: 25% left, 50% middle, 25% right */

.ThreeCol #left-nav {
	float: left;
	width: 23%;
	margin: 0 1% 10px 1%;
}

.ThreeCol #supp-main {
	float: left;
	width: 48%;
	margin: 0 2% 10px 0%;
}

.ThreeCol #contact-form {
	float: left;
	width: 23%;
	margin: 0 2% 10px 0;
}

.ThreeCol #main-hdr {
	background: #93aec0 url(images/support/cnr-br-blue.gif) no-repeat 100% 100%;
	margin-bottom: 15px;
}

.ThreeCol #main-hdr h4 {
	border: 0;
}


	
/* left navigation - 3 col layout */

#left-nav h5 {
	padding: 4px 10px;
	color: #494646;
	background-color: #eaebeb;
	font-size: 1.1em;
	margin: 0;
}

#left-nav ul li {
	display: block;
	border-bottom: 1px solid #eaebeb;
	color: #a2a8aa;
  font-size: 1.1em;
  padding-left: 15px;
  }

#left-nav ul li a {
	display: block;
  padding: 4px 5px 4px 10px;
	background: url(images/support/left-nav-blt.gif) no-repeat 0 8px;
}	

#left-nav a.active {
	color: #494646;
 }

/* warranty/file download list */

.downloads {
	width: 95%;
	margin-bottom: 10px;
}

.downloads li {
	display: block;
	width: 100%;
}


.downloads li a, .downloads li.first em {
	display: inline-block;
	width: 50%;
	padding: 5px 20% 5px 14px;
	background: url(images/support/crt-blue.gif) no-repeat 0 7px;
	font-weight: bold;
	font-size: 1.1em;
	border-right: 1px solid #e1e6e8;
	}

.downloads li.first em { background-image: none; }

.downloads li span {
	display: inline-block;
	width: 20%;
	padding-left: 10px;
	padding-bottom: 5px;
}

.downloads li.first em, .downloads li.first span {
	text-transform: uppercase;
	color: #767373;
	font-style: normal;
}


.blu {
	color: #6e8ea3;
}


table.prodlist {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 20px;
	}

table.prodlist th {
	font-size: 1.1em;
	font-weight: bold;
	color: #494646;
}

table.prodlist th, table.prodlist td {
	padding: 2px 20px 5px 0px;
}

table.prodlist td {
	color: #858788;
}

table.rowbdr th, table.rowbdr td {
	padding: 5px 15px 6px 0px;
	border-bottom: 1px solid #888;
}



a.crt-blue {
	display: block;
	padding: 2px 15px;
	background: url(images/support/crt-blue.gif) no-repeat 0 50%;
}




.lat-left {
	margin-right: 300px;
}

.lat-form {
	width: 230px;
	margin-right: 10px;
	float: right;
}

.lat-form strong {
	font-weight: normal;
	color: #494646;
}


ul.reg {
	list-style-type: disc;
	margin: 10px 0;
}

ul.reg li {
	font-size: 1.2em;
	margin-left: 25px;
	padding-bottom: 5px;
}




/* technical docs page */

ul.doclist { clear: both; margin: 10px 0 20px 0; width: 100%; }

ul.doclist li { padding: 3px 20px 4px 0px; }
ul.doclist li a.doc-cat { background: url(images/support/crt-plus.gif) no-repeat 0 4px; font-size: 1.3em; font-weight: bold; color: #494646; margin: 0 0 5px 0; padding-left: 15px; }
ul.doclist li.active a.doc-cat { display: block; background: url(images/support/crt-minus.gif) no-repeat 0 4px;  }
ul.doclist li p { margin-bottom: .5em; }
ul.doclist li table { width: 97%; margin: 0 0 10px 3%; font-size: 1.1em; color: #858788; }
ul.doclist li table th { font-weight: bold; color: #494646; }
ul.doclist li table th, ul.doclist li table td { padding-bottom: 10px; padding-right: 2%; }

ul.doclist li table th { width: 12%; padding-right: 1%; }
ul.doclist li table th.desc { width: 50%; }
ul.doclist li table th.first, ul.doclist li table th.date { white-space: nowrap; }







/* pass + seymour electrical/faq */

ul.qa { margin-top: 15px; }
ul.qa li.question { margin-bottom: 10px; }
ul.qa li.answer { margin-bottom:20px; }
#supp-main ul.qa li.question p { display: inline; font-size: 1.6em; color: #6e8ea3; }
#supp-main ul.qa li.answer p { display: inline; font-size: 1.2em; color: #858788; }

#supp-main ul.qa li span { font-size: 2.5em; color: #727272; }
/* cufon adjustment */
#supp-main ul.qa li span span { margin-bottom: -5px; }




/* wiremold white papers */

ul.white-papers { width: 100%; }
ul.white-papers li a {
	display: block;
	padding: 4px 0 4px 14px;
	background: url(images/support/crt-blue.gif) no-repeat 0 7px;
	font-size: 1.1em;
}


/* On-Q serial page */

.serial { margin-right: 355px; }
.screenshot { float: left; }

/* On-Q warr page */

.onq-left { width: 100%%; }
.onq-right { float: right; width: 50%; margin-bottom: 10px; }
.onq-right strong { color: #494646; }
.onq-right p { margin-bottom: .5em; }





/* body.small tweaks */

body.small #overview .hdr-img { display: none; }
body.small #overview #main-hdr h4,
body.small #overview #main-hdr .text,
body.small #overview #main-hdr .text p {	margin-right: 0; }
body.small #overview #main-hdr .text { padding-bottom: 15px; }




/* ie tweaks */

#left-nav { display: inline; }
