/* --------------------------------------------------------------------  main styles */
body {
	margin:0;
	padding:0;
	background:#464747;
 	color:#464646;
	font-family:tahoma,arial,sans-serif;
	min-width:755px;
}

form {
	margin:0;
	padding:0
}

img {border:none;}

a {
	text-decoration:none;
	color:#007ccc;
}

a:hover {text-decoration:underline;}

input {vertical-align:middle;}

.floatleft {
	float:left !important;
}

.floatright {
	float:right !important;
}

.clear {
	clear:both !important;
}

.bold {
	font-weight:bold !important;
}

.relative {position:relative;}

input.text,
input,
select,
textarea,
select {
	color:#000;
	font-family:tahoma,arial,sans-serif;
}



/*  ---------------------------------------------------------------------  main container */
#container {
	padding:27px 22px 0 22px;

}


/*----------------------------------------- header */
#header {
	float:left;
	min-height:96px;
	width:100%;
	background:#00225c url(http://www.espec.com//images/interface/bg-header-left.gif) no-repeat left top;
	position:relative;
	overflow:hidden;
}

* html #header {height:96px}

#header .bg {
	float:left;
	min-height:96px;
	width:100%;
	background:url(http://www.espec.com//images/interface/bg-header-right.gif) no-repeat right top;
}


/* -------------------------------------------  logo */
a.logo {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:300px;
	height:60px;
	background:url(http://www.espec.com//images/interface/logo1.gif);
	position:absolute;
	top:15px;
	left:21px;
}

/* --------------------------------------------header bar with links */
#header .bar {
	color:#fff;
	font-size:78%;
	float:right;
	padding:16px 16px 0 0;
}

#header .bar * {
	margin:0 0 0 27px;
}

#header .bar a {color:#fff;}

#header .bar .phone {
	font-weight:normal;
	padding:0 0 0 17px;
	background:url(http://www.espec.com//images/interface/ico-phone.gif) no-repeat left;
}

#header .bar .contact-us {
	font-weight:normal;
	padding:0 0 1px 19px;
	background:url(http://www.espec.com//images/interface/ico-mail.gif) no-repeat left;
}

#header .bar .sitemap {
	font-weight:normal;
	padding:0 0 0 19px;
	background:url(http://www.espec.com//images/interface/ico-sitemap.gif) no-repeat left;
}


/* ---------------------------------------------  header text line */
#header em {
	color:#cdcecf;
	padding:35px 19px 10px 0;
	font-size:100%;
	float:right;
	clear:right;
}


/* -----------------------------------------------  breadcrumbs */
#breadcrumbs {
	clear:both;
	color:#f3f3f3;
	font-size:70%;
	border-top:1px solid #4e70f2;
	border-bottom:1px solid #263775;
	padding:4px 29px 5px 29px;
	background:#304594 url(http://www.espec.com//images/interface/bg-breadcrumbs.gif) repeat-x top;
	font-family:arial,sans-serif;
}

#breadcrumbs a {color:#f3f3f3;}


/* ------------------------------------------------navigation bar */
#nav-bar {
	clear:both;
	width:100%;
	overflow:hidden;
	background:#0062a1 url(http://www.espec.com//images/interface/nav-bar.gif) repeat-x top;
	border-top:1px solid #0294f3;
	border-bottom:1px solid #005286;
	padding:4px 0 0 0;
}


/* ------------------------------------------------- navigation */
#navigation {
	float:left;
	padding:0 0 0 29px;
	font-size:94%;
}

#navigation li {
	float:left;
	background:url(http://www.espec.com//images/interface/delimiter.gif) no-repeat left bottom;
	padding:4px 14px 6px 15px;
}

#navigation li.first {
	background:none;
	padding-left:0;
}

#navigation li a {color:#adc1ca;}

#navigation li a:hover {color:#fff;}

#navigation li.active a {color:#fff;text-decoration:underline;}


/* -------------------------------------------------------------  search */
.search {
	float:right;
	padding:0 20px 0 0;
}

.search .text {
	font-size:78%;
	width: 200px;  /* was 220 */
	padding:4px 0 4px 6px;
	border:0;
	background:#dbdbdb;
}
	

/* ----------------------------------------------------------------------------------  middle container */
#middle {
	width:100%;
	padding-right:1px;
	overflow:hidden;
	margin:0 -1px 12px 0;
}


/* ----------------------------------------------------left column */
#left-column {
	float:left;
	width:69.5%; /* was 65% */
	background:#fff url(http://www.espec.com//images/interface/bg-left-column.gif) repeat-y right;
	padding-bottom:9999px;
	margin-bottom:-9999px;
}


/* --------------------------------------------------  right column */
#right-column {
	float:right;
	width:30%; /* was 35% */
	background:#dcddde url(http://www.espec.com//images/interface/bg-right-column.gif) repeat-y left;
	padding-bottom:9999px;
	margin-bottom:-9999px;
}


/* -------------------------------------------------middle corners */
.corners {
	width:100%;
	clear:both;
}

.left-bg {
	float:left;
	width:70%;  /* was 65% */
	height:10px;
	overflow:hidden;
	background:#fff url(http://www.espec.com//images/interface/bg-left-bg.gif) no-repeat left top;
}

.left-bg div {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(http://www.espec.com//images/interface/bg-left-column.gif) repeat-y right;
	
}

.right-bg {
	float:right;
	width:30%;  /* was 35% */
	height:10px;
	overflow:hidden;
	background:#dcddde url(http://www.espec.com//images/interface/bg-right-bg.gif) no-repeat right top;
}

.right-bg div {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(http://www.espec.com//images/interface/bg-right-column.gif) repeat-y left;
}

.full-corners {
	clear:both;
	overflow:hidden;
	height:10px;
	width:100%;
	background:#fff url(http://www.espec.com//images/interface/bg-left-bg.gif) no-repeat left bottom;
}

.full-corners div {
	overflow:hidden;
	height:10px;
	width:100%;
	background:url(http://www.espec.com//images/interface/bg-right-corner.gif) no-repeat right -4px;
}

	
/* -----------------------------------------------------  columns containers */
#left-column .container {
	margin:0 2px 0 0;
	overflow:hidden;
	background:url(http://www.espec.com//images/interface/bg-left-container.gif) repeat-x top;
	padding:20px 19px 0 25px;
}

#right-column .container {
	margin:0 0 0 2px;
	overflow:hidden;
	background:url(http://www.espec.com//images/interface/bg-right-container.gif) repeat-x top;
	padding:24px 16px;
}

.full-container {
	overflow:hidden;
	background:#fff url(http://www.espec.com//images/interface/bg-left-container.gif) repeat-x top;
	padding:20px 19px 30px 25px;
}
	
/* ------------------------------------------------------------------------------------main text styles */
ul {
	margin:0;
	padding:0;
	list-style:none;
	background: none;
}


h1 {
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#103b6c;
	margin: 0px 0px 10px 0px;
}

.banner h1{
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#103b6c;
	margin: 0px 0px 0px 0px;
	}


h2 {margin:0}

h3 {margin:0}

h4 {
	font-size:14px;
	font-weight: 300;
	color:#000;
	margin: 0px 0px 5px 0px;
}

p {
	margin:0 0 1em 0;
	font-size:78%;
	line-height: 140%;
}

h2.sub-header {
	font-size:88%;
	color:#103b6c;
	font-style:italic;
	margin: -7px 0px 0px 0px;
}

.one p,.product-container p {line-height:20px;}


/* ------------------------------------------------------------------------------------  product listing (used on home page) */
.product-list {
	width:100%;
	overflow:hidden;
}

.product-list .row {
	width:100%;
	overflow:hidden;
	padding:0 1px 10px 0;
	margin-right:-1px;
}

.product-list .row .one {width:48%;}

#left-column h3 {
	font-size:113%;
	border-bottom:1px solid #f60;
	color:#0071b7;
	padding:0 0 1px 0;
	margin:10px 0 6px 0;
	font-weight:normal;
}

.product-list h3 {
	margin:0 0 4px 0;
}

.product-list h3 a:hover {
	text-decoration: none;
	color:#103b6c;
}

.product-list img {
	float:right;
	margin:0 0 0 4px;
}

p.heading {
	margin:8px 0 0 0;
	font-size:82%;
}

.product-list ul{
	margin:0 0 1em 0;
	font-size:78%;
	line-height:140%;
	background: none;
}


.product-list ul li {
	padding:0 0 1px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat 0 6px;
}



ul.bullet {
	margin:0 0 1em 0;
	font-size: 100%;
	line-height:140%;
}

ul.bullet li {
	padding:0 0 10px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat 0 6px;
	font-size: 110% !important;
	margin-bottom: 5px;
}

ul.bullet li a {
		font-size: 100%;
		
}


/* -----------------------------------------------------------------------------------products list (bucket pages) */
ul.products {
	width:100%;
	border-collapse:collapse;
	margin:30px 0 0 0;

}

ul.products li {
	border-top:1px solid #f60;
	vertical-align:top;
	padding-top:0;
	padding-bottom:40px ;
	width:100%;
	overflow:hidden;
}

ul.products .name {float:left;width:30%;}

ul.products .description {
	float:left;
	width:33%;
	padding:4px 0 0 3%;
}

ul.products .description ul {
	padding: 4px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
}

ul.products .description ul li {
	padding:1px 0px 1px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat 0 6px;
	border: none;
	font-size: 78%;
}

ul.products .photo {
	float:right;
	width:30%;
	text-align:center;
	padding:10px 0;
}

ul.products h2 {
	font-size:113%;
	color:#0071b7;
	font-weight:normal;
	margin:6px 0;
}

ul.products h2 a {color:#0071b7;}

ul.products h2 a:hover {
	text-decoration: none;
	color:#103b6c;
}

ul.products p {
	line-height:20px;
	margin-right:30px;
}

.edit_this {
	font-size: 10px;
}

.option_photo img {
	float:right;
	padding: 10px;
}



/* --------------------------------------------------------------------------  product container (family and model pages) */

.product-container {
	minimum-height: 340px;
}

.product-container .image {
	float:right;
	padding:0 40px;
	margin:0 0 20px 20px;
	text-align:center;
}

.product-container img {
	margin:0 0 15px 0;
}

.product-container .image a.photo_gallery_link {
	padding:5px 0 5px 28px;
	background:url(http://www.espec.com//images/interface/ico-more-images.gif) no-repeat left;
	font-size:78%;
	color:#35499f;
}





/* -------------------------------------------------------------------    table specifications */

table {
	border-collapse:collapse;
	width:100%;
	color:#464747;
	margin:0 0 30px 0;
	}
.filters .filter {
	display: block;
	width: 98% !important;
	}
.banner {
	background-color: #7da7cd;
	background-image: url(/images/test_chambers1.jpg);
	background-repeat: no-repeat;
	border: none;
}

.banner1 {
	background-color: #7da7cd;
	background-image: url(/images/test_chambers2.jpg);
	border: none;
}

td.first {text-align:right;}

table a {
text-decoration: underline;
}

table tfoot {
	font-size: 78%;
	font-style: italic;
	padding: 3px 0px 0px 3px;
}

th {
	background:#3494b8;
	color:#fff;
	font-size:77%;
	padding:4px 0; 
	text-align: center;
	border:1px solid #fff;
}

td {
	background:#a3bbc6;
	font-size:82%;
	padding:10px 10px 10px 10px;;
	border:1px solid #fff;
	text-align:left;
}

.bg td {background:#d0e0e7;}


table.spec {
	border-collapse:collapse;
	width:100%;
	color:#464747;
	margin:0 0 30px 0;
}

table.spec th,
table.spec td {
	border:1px solid #fff;
	text-align:center;
	width:33%;
}

table.spec td.first {text-align:right;}

table.spec th {
	background:#3494b8;
	color:#fff;
	font-size:77%;
	padding:4px 0;
}

table.spec td {
	background:#a3bbc6;
	font-size:82%;
	padding:3px 10px;
}

table.spec .bg td {background:#d0e0e7;}




/* ----------------------------------------------------------------------------------Request a Quote */
.request {
	margin:0;
	width:422px;
}

.request em {
	font-size:64%;
	display:block;
	width:100%;
	padding:0 0 10px 0;
}

.request .left-col {
	float:left;
	width:180px;
	padding:0 12px 0 0;
}

.request .right-col {
	float:left;
	width:220px;
}

.request .left-col legend {font-size:64%;color:#505050;}

.request fieldset {
	line-height:120%;
	width:155px;
	padding:5px 10px;
}

.request fieldset label {font-size:78%;}

.request fieldset label input {
	width:15px;
	height:14px;
	margin:0 4px 0 0;
}

.request div.row {
	width:100%;
	overflow:hidden;
	padding:7px 0 0 0;
}

.request div.row label {
	display:block;
	width:100%;
	font-size:78%;
}

.request div.row .text {
	float:left;
	padding:2px 0 2px 6px;
	background:#dbdbdb;
	border:0;
	margin:1px 0 0 0;
	width:220px;
	font-size:78%;
}

.request textarea {
	float:left;
	padding:2px 0 0 6px;
	background:#dbdbdb;
	border:0;
	width:215px;
	height:60px;
	font-size:78%;
}

.request select {
	font-size:78%;
	width:220px;
}

.request .buttons {
	padding:10px 0 20px 0;
	width:100%;
	overflow:hidden;
}



/* ----------------------------------------------------------------------------------Request Form Full Width */
.request_full {
	margin:0;
	width:90%;
}

.request_full em {
	font-size:64%;
	display:block;
	width:100%;
	padding:0 0 10px 0;
}

.request_full .left-col {
	float:left;
	width:180px;
	padding:0 12px 0 0;
}

.request_full .right-col {
	float:left;
	width:220px;
}

.request_full .radio_buttons {
	padding: 10px 0px 10px 0px;
}

.request_full legend {
	font-size:64%;
	color:#505050;
}

.request_full fieldset {
	line-height:120%;
	width:405px;
	padding:0px 0px 10px 10px;
}

.request_full fieldset label {font-size:78%;}

.request_full fieldset label input {
	width:15px;
	height:14px;
	margin:0 4px 0 0;
}

.request_full div.row {
	width:100%;
	overflow:hidden;
	padding:7px 0 0 0;
}

.request_full div.row label {
	display:block;
	width:100%;
	font-size:78%;
}

.request_full div.row .text {
	float:left;
	padding:2px 0 2px 6px;
	background:#dbdbdb;
	border:0;
	margin:1px 0 0 0;
	width:415px;
	font-size:78%;
}

.request_full textarea {
	float:left;
	padding:2px 0 0 6px;
	background:#dbdbdb;
	border:0;
	width:415px;
	height:60px;
	font-size:78%;
}

.request_full .radio_button {font-size:78%;}

.request_full select {
	font-size:78%;
	width:415px;
}

.request_full .buttons {
	padding:20px 0 20px 0;
	width:415px;
	overflow:hidden;
}



/* -----------------------------------------------------------------------------right text headers */
#right-column h2,
#right-column h3 {
	font-size:113%;
	border-bottom:1px solid #006fb6;
	color:#464747;
	padding:0 0 2px 0;
	margin:0 5px 4px 0;
	font-weight:normal;
}

/* ------------------------------------------------------------ hurry */

.hurry {
	display: block;
	background-color: #CECFD0;
	padding: 10px;
	border: 1px solid #E4E3E3;
	color: #4F7517;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	margin:0px 0 37px 0;
}

.hurry p{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

.hurry img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.hurry a{
	color: #464747;
	font-size: 70%;
	text-decoration: underline;
}

/* ------------------------------------------------------------ right column news */

#right-column h2.news a {
	float:right;
	margin:7px 1px 0 0;
}

ul.news {font-family:arial,sans-serif;}

ul.news li {
	padding:4px 0 20px 20px;
	background:url(http://www.espec.com//images/interface/ico-news.gif) no-repeat 0 5px;
}



ul.news li ul {
	margin:0 0 1em 0;
	font-size:78%;
	line-height:140%;
	background: none;
}


ul.news li ul li {
	padding:0 0 1px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat 0 6px;
}



ul.news li.more-news {
	padding:4px 0 20px 22px;
	background:url(http://www.espec.com//images/interface/ico-more-news.gif) no-repeat 0 5px;
	margin-left:-2px;
}

ul.news strong {
	color:#35499f;
	font-size:88%;
	font-weight:normal;
}

ul.news strong a {
	color:#35499f;
	text-decoration:none;
}

ul.news .date {
	color:#575858;
	font-size:70%;
	margin:0;
}

ul.news p {
	line-height:20px;
	margin:0;
}

ul.news p a {
	text-decoration:underline;
	color:#007ccc !important;
}


/* --------------------------------------------------------------------right column listings */
#right-column ul a {color:#34489e;}

#right-column h3.nav-header {
	border-bottom:1px solid #fafafa;
	margin:0 -25px 0 -14px;
	padding:5px 14px;
}

ul.navigation {
	margin:0 -25px 40px -14px;
}

ul.navigation li {
	border-bottom:1px solid #dcddde;
}

ul.navigation li a {
	border-bottom:1px solid #fafafa;
	display:block;
	padding:5px 15px;
}

ul.navigation li a:hover {
	background:#f7f8f8;
	text-decoration:none !important;
}

ul.navigation li.active {
	background:#f7f8f8;
	text-decoration:none !important;
}

ul.related-products {
	margin:10px 0 20px 0;
	font:88%/123% arial,sans-serif;
}

ul.related-products li {
	margin:0 0 10px 0;
	padding:0 0 0 21px;
	background:url(http://www.espec.com//images/interface/ico-products.gif) no-repeat 0 0;
}
	
ul.faqs {
	margin:10px 0 20px 0;
	font:88%/123% arial,sans-serif;
}

ul.faqs li {
	margin:0 0 10px 0;
	padding:0 0 0 21px;
	background:url(http://www.espec.com//images/interface/ico-faq.gif) no-repeat 0 0;
}
	
ul.related-links {
	margin:10px 0 20px 0;
	font:88%/123% arial,sans-serif;
}

ul.related-links li {
	margin:0 0 10px 0;
	padding:0 0 0 21px;
	background:url(http://www.espec.com//images/interface/ico-link.gif) no-repeat 0 5px;
}

ul.related-downloads {
	margin:10px 0 20px 0;
	font:88%/123% arial,sans-serif;
}

ul.related-downloads li {
	margin:0 0 10px 0;
	padding:0 0 0 21px;
	background:url(http://www.espec.com//images/interface/ico-pdf.gif) no-repeat 0 0;
}
	
ul.available-options {
	margin:10px 0 20px 0;
	font:88%/123% arial,sans-serif;
}

ul.available-options li {
	margin:0 0 10px 0;
	padding:0 0 0 21px;
	background:url(http://www.espec.com//images/interface/ico-plus.gif) no-repeat 0 0;
}
	

/* -------------------------------------------------------------------------------- Full Width Product Model on Family Pages */

#full_width_specs {
	float: left;
	width: 100%;
	background: none;
	}


/* IE6 hack, without this the entire div disappears */
* html #full_width_specs{height:50px}


#full_width_specs h3 {
	font-size:113%;
	border-bottom:1px solid #f60;
	color:#0071b7;
	padding:0 0 1px 0;
	margin:0 0 6px 0;
	font-weight:normal;
}

.full_width_specs_container {
	overflow:hidden;
	background-color: #fff;
	padding: 20px 19px 30px 25px;
	background:#fff url(http://www.espec.com//images/interface/bg-left-container.gif) repeat-x top;
}


.full_width_table td {text-align:center;}







/* -------------------------------------------------------------------------------------  bottom box */
.bottom-box {
	width:100%;
	overflow:hidden;
	margin:0 0 12px 0;
}

.bottom-box .top,
.bottom-box .bottom {
	width:100%;
	overflow:hidden;
	clear:both;
	height:15px;
}

.bottom-box .top *,
.bottom-box .bottom * {
	width:15px;
	height:15px;
	overflow:hidden;
}

.bottom-box .top {background:url(http://www.espec.com//images/interface/bg-box-top.gif) repeat-x top;
}

.bottom-box .top .lc {
	float:left;
	background:url(http://www.espec.com//images/interface/corner-lt.gif);
}

.bottom-box .top .rc {
	float:right;
	background:url(http://www.espec.com//images/interface/corner-rt.gif);
}

.bottom-box .bottom {background:url(http://www.espec.com//images/interface/bg-box-bottom.gif) repeat-x top;
}

.bottom-box .bottom .lc {
	float:left;
	background:url(http://www.espec.com//images/interface/corner-lb.gif);
}

.bottom-box .bottom .rc {float:right;background:url(http://www.espec.com//images/interface/corner-rb.gif);
}

.bottom-box .content-box {
	background:#cecece url(http://www.espec.com//images/interface/bg-box.gif) repeat-x top;
	overflow:hidden;
	width:100%;
}

.bottom-box .content {
	padding:0 25px;
}

.bottom-box .content .column {
	float:left;
	width:30%;
	padding:0 3% 0 0;
}

.bottom-box h3 {
	color:#35499f;
	font-size:113%;
	font-weight:normal;
	padding:0 0 0 20px;
}

.bottom-box h3 a {color:#35499f;}

.bottom-box h3 a:hover {
	text-decoration: none;
	color:#0071b7;
}

.bottom-box ul {
	font-size:88%;
	margin:0 0 0 33px;
}

.bottom-box ul li {
	padding:0 0 1px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat left;
}

* html .bottom-box ul li {padding-bottom:0;}

.bottom-box ul a {color:#464747;}

.bottom-box .products {
	margin-left:4px;
	background:url(http://www.espec.com//images/interface/ico-products.gif) no-repeat left;
}

.bottom-box .faq {background:url(http://www.espec.com//images/interface/ico-faq.gif) no-repeat left;
}

.bottom-box .support {background:url(http://www.espec.com//images/interface/ico-support.gif) no-repeat left;
}

.bottom-box .about {background:url(http://www.espec.com//images/interface/ico-about.gif) no-repeat left;
}

.bottom-box .global {background:url(http://www.espec.com//images/interface/ico-global.gif) no-repeat left;
}

/* -------------------------------------------------------------------------------  footer */
#footer {
	text-align:center;
	color:#a3bbc6;
	padding:0 25px 0 15px;
	overflow:hidden;
}

#footer a {color:#a3bbc6;}

#footer address {
	float:left;
	text-align:left;
	font-style:normal;
	font-size:78%;
	line-height:130%;
	padding:0 0 40px 0;
}

#footer .copyright {
	float:right;	
	text-align:right;
	font-size:78%;
	line-height:130%;
	padding:0 0 40px 0;
}

#footer .call {
	font-size:113%;	
	padding:20px 0;
}

#footer .call strong {
	font-weight:normal;
	color:#f60;
}

#footer .call span {
	font-size:80%;
	display:block;
	margin:10px 0;
}





	
/* ----------------------------------------------------- Photo Gallery ------------------------- */
.thumbs {
	text-align: center;
	padding: 15px 3px 8px 3px;
	background-color: #EAEBEE;
}

.title {
	margin: 3px 0 0 0;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.imageBG {
	text-align: center;
	background-color:  #EAEBEE;  
}

.caption {
	margin: 12px 0 4px 0;
	background-color: transparent;
	font-size:130%;
	text-align: left;
}

/* ------------------------------------------------ Search Results -------------------------------- */
.tablePad {
	padding: 20px 3px 5px 0px;
}

.weblog_post {
	margin: 30px 0px 30px 0px;
}

.weblog_post h3 a:hover {
	text-decoration: none;
}

.weblog_date{
	font-size: 70%;
	margin: -3px 0px 10px 0px;
}

#nav_cat_archive{

}

#nav_cat_archive h3 {
	margin: 25px 0px 0px 0px;
}

#nav_cat_archive .bullet {
	margin: -5px 0px 0px 10px;
}

#nav_cat_archive p{
	margin: 5px 0px 8px 0px;
	font-size: 100%;
}

#nav_cat_archive ul li ul li {
		font-size: 100%;
}

#left-column .container ul {
	margin:0px 0 20px 10px;
	font-size:78%;
	line-height:140%;
	background: none;
}
#left-column .container li {
	padding:0 0 1px 10px;
	background:url(http://www.espec.com//images/interface/bullet.gif) no-repeat 0 6px;
}

#left-column .container ul li ul {
	margin: 5px 0px 5px 2px;
	font-size:90%;
	line-height:140%;
	background: none;
}

/* -------------------------comparison page styles ---------------------- */
.compare_column {
	width: 25%;
	float: left;
	padding: 30px 0px 0px 0px;
	}
	
.label_column {
	padding: 30px 0px 0px 0px;
	width: 25%;
	float: left;
	}

.compare_column_heading {
	height: 200px;
	padding: 0px 20px 0px 10px;
}

.compare_column_heading img {
	float: right;
	padding-left: 10px;
	}

.label_column td {
	height: 90px;
	font-weight: bold;
	}

.compare_column td {
	height: 90px;
	}


#compare_form {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	text-align: right;
	}

#compare_form .compare_button {
	font-size: 80%;
	color: #ffffff;
	background-color: #3494B8;
	margin-bottom: 3px;
}

#compare_form select {
	width: 24%;
	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size: 80%;
	margin: 0px 4px 0px 0px;
}

#spec_notes {
	clear:both;
	width: 100%;
	text-align: center;
	}

#home_banner {
	width: 100%;
	background-color: #7da7cd;
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 35px;
	}

#home_banner h1 {
	color: #ffffff;
	text-align: left;
	width: 42%;
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
.ets_right_column_space {
	height: 45px;
}

/* ----------  CSS Fixes applied 6/12/09 to solve issue with quote form bookmark --------------- */
			div#middle {
				position: relative;
				margin-right: 0;
				padding-right: 0;
				background: #fff url(http://www.espec.com//images/interface/bg-middle.gif) repeat-y 100% 0;
				zoom: 1;
				}
				
			div#left-column {
				position: relative;
				z-index: 2;
				margin-bottom: 0;
				padding-bottom: 20px;
				background: transparent;
				}

			div#left-column .container {
				margin: 0;
				padding-right: 21px;
				}
			
			div#right-column {
				position: relative;
				z-index: 4;
				margin-bottom: 0;
				padding-bottom: 20px;
				background: transparent;
				}

			div#right-column .container {
				position: relative;
				margin: 0;
				padding-left: 18px;
				background: transparent url(http://www.espec.com//images/interface/bg-right-container_6_09.gif) no-repeat -2px 0;
				}

			div.rc-bg {
				position: absolute;
				bottom: 0;
				z-index: 3;
				right: 0;
				width: 30%;
				height: 9999px;
				padding-left: 2px;
				background: #dcddde url(http://www.espec.com//images/interface/bg-column-right.gif) repeat-y;
				}
			
			.corners {
				position: absolute;
				left: 0;
				bottom: 0;
				z-index: 5;
				width: 100%;
				height: 10px;
				}

			.corners .left-bg {
				background-color: transparent;
				}

			.corners .left-bg div {
				background: transparent;
				}

			.corners .right-bg {
				background-color: transparent;
				}

			.corners .right-bg div {
				background: transparent;
				}

			div#full_width_specs {
			    float: none;
			    clear: both;
			    position: relative;
			    z-index: 5;
			    }

			div.full-corners {
			    position: relative;
			    z-index: 4;
			    }