/* CSS Document for screen */

body {
	background: url(../img/layout/bg.gif) repeat-x;
	font-family: Verdana, Arial;
	font-size: small;
	color: #2f2f2f;
	padding: 0;
	margin: 1em 1em 2em 1em;
}

h1 {
	font-family: Arial;
	color: #3d4242;
	font-size: 185%;
	font-weight: 400; 
	letter-spacing: -0.3px;
	padding: 0;
	margin: 0;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	margin:0;
	padding:0;

	
}

h3 {
	display: block;
	font-weight: bold;
	font-size: 90%;
 	margin: 10px 0 0 10px;
	padding: 0;
}
p {
	margin-right:15px;
}
a:link, a:visited, a:active {
	color: #c12129;
}

#container {
	width: 729px;
	margin: 0 auto;
	background: #FFF url(../img/layout/bg-gradient.jpg) left top repeat-y;
	border: 1px solid #a7a197;
}

#zoom-container {
	width: 729px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #a7a197;
}

#header {
	margin: 15px 20px 0 20px;
}

.branding {
	float: left;
	padding: 0 0 15px 10px;
	border: 0;
}

.site-search {
	float: right;
}

.site-search #product-search-input {
	font-size: 90%;
	font-family: verdana;
	border: 1px solid #d6d7d9;
	padding: 5px; 
	vertical-align:middle;
	height: 13px;
	width: 140px;
	margin-right: 5px;
	margin-top: 17px;
}

.site-search #product-search-button {
	vertical-align:middle;
	margin-top: 17px;
/*	font-family: Verdana;
	font-size: 85%;
	padding: 2px 2px 2px 2px; */
}

#banner {
	display: inline;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav-breadcrumb {
	margin: 0;
	font-size: 85%;
	height: 45px;
	line-height: 4em;
	color: #c12129;
	margin-left: 0px;
	padding-left: 0;
}

body.home #nav-breadcrumb {
	height: 25px;
}

#nav-breadcrumb span{
	font-size: 10px;
	color: #907e6b;
}

#nav-breadcrumb li {
	float:left;
	list-style:none;
	margin-left:0.5em;
}

.hide {
    display:none;
}

/* =NAVIGATION
----------------------------------------------- */

#nav {
	clear:both;
 	display:inline;
	margin-left:20px;
	float:left;
	width: 180px;
}

.nav-primary {
	list-style: none;
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
}

.nav-primary li {
	display: inline;
	margin: 0;
	padding: 0;
}

.nav-primary a.top {
	display: block;
	text-decoration: none;
	background: #9f9990 url(../img/layout/nav-bg.gif) no-repeat 0 50%;
	width: 170px;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	margin: 0 0 5px 0 !important;
	margin: 0;
	padding: 12px 0 13px 10px;
	line-height:0;
}

.nav-primary a:visited {
	color: #fff;
}

.nav-primary a.top:hover,
.about #nav-about a.top,
.products #nav-products a.top,
.industry #nav-industry a.top,
.technical #nav-technical a.top,
.news #nav-news a.top,
.agents #nav-agents a.top,
.contact #nav-contact a.top
{
	background: #c62231 url(../img/layout/nav-bg.gif) no-repeat 100%;
}

.nav-primary-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 85%;
	padding-bottom: 4px;
}

.nav-primary-sub li {
	display: block;
/*	padding-left: 10px; */
	margin-left: 0;
	border-bottom: 1px solid #d6d7d9;
	padding-top: 1px; 
	padding-bottom: 1px;
	color: #3d4242;
}

.nav-primary-sub li a:link, .nav-primary-sub li a:visited {
	color: #907e6b;
	display: block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.nav-primary-sub li a:hover {
	color: #c12129;
	background: #efefef url(../img/layout/arrow.gif) center right no-repeat;
	display: block;

}


/* =NEWS
----------------------------------------------- */
.news dl {
	padding: 0;
	margin: 0;
}

.news dt {
	background: url(../img/layout/bullet.jpg) no-repeat 10px 75%;
	padding: 10px 0 0 10px;
	margin: 0;
	border-top: 1px solid #d6d7d9;
	font-size: 90%;
}
.news dt a {
	display:block;
	margin-left: 10px;
}
.news dd {
	padding: 0;
	margin: 5px 0 10px 20px;
	font-size: 85%;
	line-height: 18px;
}

.rss {
	padding: 10px 0 0 0;
	font-size: 85%;
	border-top: 1px solid #d6d7d9;
}

#rss-image {
	vertical-align: middle;
	border: 0;
}
/* =CONTENT AREA
----------------------------------------------- */

#content-primary {
	display:inline;
	margin:0 20px 20px 0;
	float:right;
	width: 460px;
}

#content-primary p {
	font-size: 90%;
	line-height: 18px;
}
/*
#content-primary ul li {
	line-height: 20px;
}
*/
/* =HOME PRODUCTS
----------------------------------------------- */

.content-box{
	float: left;
	height: 310px;
	width: 205px;
	margin: 5px;
	padding: 3px;
	border: 1px solid #a7a197;
	
}

.content-box h1 {
	background-color: #cc0033;
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

#contact-us {
	height: 230px;
}

#sahara {
	height: 230px;
}

#featured-products {
	float: left;
	width: 450px;
	margin-top: 10px;
}

#featured-products dl {
 	width: 450px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	/* Fixes IE/Win double margin bug */
	display: inline;
	float:left;
	border: 1px solid #a7a197;
	overflow: hidden;
	background:#fcfafb;
}

#featured-products dt, #featured-products dt a {
	float:right;
	width: 325px;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 89%;
	color:#000;
}
#featured-products dt a {
	font-size: 100%;
	text-decoration:none;
}


#featured-products dd {
	width: 305px;
	padding: 0;
	margin: 0 0 0 125px;
	font-size: 85%;
	line-height: 18px;
	margin-bottom: 5px;
}

#featured-products dd.img {
	margin: 0 0 10px 9px;
	width: 100px;
	float: left;
	display: inline; /* fixes double left margin */
}

#featured-products dd.img img {
 	width: 100px;
	/*height: 100px;*/
	border: 1px solid #d6d7d9;
	margin: 0;
	float:left;
	padding: 1px;
}

#featured-products dd.link {
	font-size: 90%;
	background: url(../img/layout/bullet.jpg) no-repeat 0 60%;
	text-indent: 10px;
}

#bottom {
	clear: both;
}

/* = ABOUT PAGE 
----------------------------------------------- */

#about {
	float:right;
	width:50%;
	margin-bottom:10px;
/*	outline:solid 1px;  */
}

#about a {
	text-align:center;
	margin: 5px 0 10px 25px;
}

#about-img {
	float: right;
	margin: 15px 0 10px 12px;
	border: 2px solid #d6d7d9;
}



/* =SITE INFO 
----------------------------------------------- */
#site-info {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 730px;
	text-align: center;
	color: #907e6b;
	font-size: 85%;
	position: relative;
	top: 42px;
}

.site-info-seperator {
	font-size: 6px;
	vertical-align: middle;
}

/* =PRODUCT CATEGORIES 
----------------------------------------------- */
.category {
	float: left;
	width: 100px;
	outline: 0px solid red;
	margin: 0 10px 0 0;
	padding-top: 20px;
	height: 168px;
	text-align: center;
	
}

.category img {
	width: 100px;
/*	height: 100px; */
	border: 2px solid #d6d7d9;
	margin: 0;
}

.category dd {
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* =PRODUCT SUB-CATEGORIES 
----------------------------------------------- */
.sub-category {
	float: left;
	width: 100px;
	outline: 0px solid red;
	margin: 0 10px 10px 0;
	height: 150px;
}

.sub-category img {
	width: 100px;
/*	height: 100px; */
	border: 2px solid #d6d7d9;
	margin: 0;
}

.sub-category dd {
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	outline: 0px solid red;

}

/* =PRODUCT INFORMATION 
----------------------------------------------- */
.prod {
	border-top: 1px solid #d6d7d9;
	float: left;
	margin-top: 20px;
/*	margin-bottom: 10px;  */
	width: 100%;
}

.prod-info {
	margin: 0;
	padding: 7px 0 0 0;
}

.prod-info dl {
	margin: 0;
	padding: 0;
	border: 1px solid red;
}

.prod-info dt {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 89%;
}

.prod-info dd {
	padding: 0;
	margin: 0 0 0 115px;
	font-size: 85%;
	line-height: 18px;
	margin-bottom: 5px;
}

.prod-info dd.prod-info-img {
	margin: 0;
	padding: 0;
}

.prod-info dd.prod-info-img img {
 	width: 100px;
	/*height: 100px;*/
	border: 1px solid #d6d7d9;
	margin: 0 0 10px 0;
	padding: 1px;
	float:left;
}

.prod-info-tech, .prod-info-spec {
	background: url(../img/layout/pdf-icon.gif) center left no-repeat;
	text-indent: 25px;
}

.prod-info-zoom {
	background: url(../img/layout/zoom-icon.gif) center left no-repeat;
	text-indent: 25px;
}

.prod-info-buy {

	left: 50px;
/*	top: -30px; */
	margin: 0;
	padding: 0;
/*	width: 10px; */
/* 	height: 34px;*/
/*	border: 1px solid red; */
}

.prod-info-buy p {
	line-height:0.5em;
	margin:0;
}

.prod-info-buy img {
	border: 0;
	vertical-align: middle;
	padding-right: 5px;
}

form#prod-buy-form {
	position:relative;
	top:-27px;
	left:100px;
	display:inline;
}

form#prod-buy-form input {

	
}

#content-primary dd.prod-info-buy p.price {
	color: #c12129;
	font-size: 200%;
	line-height:1.5em;
	margin-left:5px;

}

#more-products {
	border-top: 1px solid #d6d7d9;
	padding-top: 15px;
	margin: 10px 0 0 0;
	clear: both;
}

#more-products span {
	padding: 0 10px 5px 0;
	display: block;
}

#select-prod {
	font-family: verdana;
	width: 30em;
	height: 1.5em;
}


/* = TECHNICAL
----------------------------------------------- */
#pdf {
	background: url(../img/layout/pdf-icon.gif) no-repeat;
	padding-left: 22px;
}


/* =ZOOMED IMAGE
----------------------------------------------- */

#zoom-container h1 {
	text-align: center;
	margin: 5px;
}

#zoom-container div#img-zoom p {
	text-align: center;
	color: #907e6b;
}
#zoom-container div#img-zoom img {
	margin: 0 auto;
	display: block;
	border: 1px solid #d6d7d9;
	padding: 5px;
}

/* =NEWS PAGES
----------------------------------------------- */
#image-box {
	float: right;
	margin: 10px 0 20px 10px;
}
#image-box #article-img{
    display:block;
    border: 1px solid #d6d7d9;
}

#image-box #caption{
	text-align:center;
	margin-top:5px;
}
.clear {
    clear:both;
 }
 
 /* =AGENTS LIST
 ----------------------------------------------- */

#content-primary ul#regions {
	margin: 10px 0 30px 0;
		padding-left: 0;
		
}
#content-primary ul#regions li {
	display: inline;

}
dd.toplink {
	text-align:right;
}
div.vcard {
padding-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
}
dl.agents, dl.agents dt, dl.agents dd {
	margin: 0 0 15px 0;
	padding: 0;
}

dl.agents dt {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: normal;
}

#flash {
	margin-top: 15px;
}

/* =FORM
----------------------------------------------- */

form#contact-form label span {
	position: absolute;
	left: 153px;
	top: 0.75em;
	color: red;
	font-weight: bold;
}

form#contact-form {
	width: 440px;
	padding-top: 10px;
}

form#contact-form label {
	display: block;
	padding-bottom: 4px;
	position: relative;
}

form#contact-form span {
	font-size: 80%;
}

form#contact-form input, form#contact-form textarea {
	width: 200px;
}

form#contact-form input#name
{
	margin-left: 131px;
}
form#contact-form input#company
{
	margin-left: 107px;
}
form#contact-form input#project
{
	margin-left: 120px;
}
form#contact-form input#telephone
{
	margin-left: 99px;
}
form#contact-form input#fax
{
	margin-left: 144px;
}
form#contact-form input#email
{
	margin-left: 134px;
}
form#contact-form input#volume
{
	margin-left: 53px;
}
form#contact-form input#type
{
	margin-left: 64px;
}
form#contact-form input#sealed
{
	margin-left: 66px;
}
form#contact-form input#open
{
	margin-left: 76px;
}
form#contact-form input#required
{
	margin-left: 20px;
}
form#contact-form input#construction
{
	margin-left: 83px;
}
form#contact-form label#notes-label {
	display: inline;
	position: relative;
	top: -80px;
}
form#contact-form textarea#notes
{
	margin-left: 129px;
	height: 100px;
}
form#contact-form input#submit {
	margin-left: 225px;
	margin-top: 10px;
	width: auto;
}


.errormessage {
	width: 380px;
	font-size: 85%; 
	padding: 10px;
	margin: 30px 0px 0 0px;
    border: 1px solid #F00;
    background: #FFCCCC url(../img/layout/error.gif) 10px 10px no-repeat;
}

.errormessage p {
	font-size: 100%;
	padding: 0;
	margin: 0 0 0 30px;
}

.errormessage a {
    color: #00F;
}

.errormessage ul {
	padding: 0;
	margin: 10px 0 0 50px;
}

#contact-confirm {
	text-align: center;
	border: 1px solid green;
	background: #d7ffcf;
	padding: 0 10px;
	margin-top: 20px;
}

/* = TECHNICAL APP GUIDES
---------------------------------*/
table.appguide {
	margin: 5px 0 5px -2px;
	padding: 0;
}

table.appguide tr {
	margin: 0;
	padding: 0;
}

table.appguide td {
	margin: 0;
	padding: 6px 10px 4px 0;
	vertical-align: top;
}

table.appguide td.volume {
	width: 100px;
}

/* =HOMEPAGE FEATURES
------------------------------------- */
div.home-feature {
    background-color: #4b4b4b;
    background-position: 0 0%;
    background-repeat: no-repeat;
    width: 318px;
    min-height: 110px;
    margin-bottom: 10px;
    padding: 10px 130px 10px 10px;
}

div#home-feature-1 {
    background-image: url(../img/homepage/home-feature-1.jpg);
}

div#home-feature-2 {
    background-image: url(../img/homepage/home-feature-2.jpg);
}

div#home-feature-3 {
    background-image: url(../img/homepage/home-feature-3.jpg);
}

div#home-feature-4 {
    background-image: url(../img/homepage/home-feature-4.jpg);
}

div.home-feature h2 {
    margin: 0;
    color: #fff;
}

#content-primary div.home-feature p {
    margin: 5px 0 10px 0;
    font-size: 80%;
    color: #fff;
/*    letter-spacing: -1px; */
}

div.home-feature a.read-more {
    background: #b8273e;
    border: 1px solid #fff;
    padding: 2px;
    text-decoration: none;
    font-size: 85%;
    color: #fff;
}

/* =HOMEPAGE Categories
------------------------------------- */


#container a#desiccators:link, #container a#desiccators:visited,
#container a#humidity-indicators:link, #container a#humidity-indicators:visited,
#container a#immersion-breathers:link, #container a#immersion-breathers:visited,
#container a#valves:link, #container a#valves:visited,
#container a#desiccant-bags:link,#container a#desiccant-bags:visited,
#container a#desiccants:link,#container a#desiccants:visited,
#container a#document---desiccant-ports:link,#container a#document---desiccant-ports:visited,
#container a#buy-online:link,#container a#buy-online:visited,
#container a#moisture-adsorbing-polymers:link,#container a#moisture-adsorbing-polymers:visited,
#container a#neps-purging-system:link,#container a#neps-purging-system:visited,
#container a#shock---vibration:link,#container a#shock---vibration:visited,
#container a#regen8:link,#container a#regen8:visited,
#container a#tie-down-shelving:link,#container a#tie-down-shelving:visited,
#container a#transformer-breathers:link,#container a#transformer-breathers:visited,
#container a#vent-dryers:link,#container a#vent-dryers:visited,
#container a#remote-breathers:link,#container a#remote-breathers:visited{
width:105px;
height:105px;
display:block;
} 


#container a#desiccators:link,#container a#desiccators:visited{
background:url(../img/homepage/1.1.gif) 0 0;
}

#container a#desiccators:hover{
background:url(../img/homepage/1.1.gif) 0 106px;
}

	#container a#humidity-indicators:link,#container a#humidity-indicators:visited{
	background:url(../img/homepage/1.2.gif) 0 0;
	}
		
	#container a#humidity-indicators:hover{
	background:url(../img/homepage/1.2.gif) 0 106px;
	}

#container a#immersion-breathers:link,#container a#immersion-breathers:visited{
background:url(../img/homepage/1.3.gif) 0 0;
}
	
#container a#immersion-breathers:hover{
background:url(../img/homepage/1.3.gif) 0 106px;
}

	#container a#valves:link,#container a#valves:visited{
	background:url(../img/homepage/1.4.gif) 0 0;
	}
			
	#container a#valves:hover{
	background:url(../img/homepage/1.4.gif) 0 106px;
	}

#container a#desiccant-bags:link,#container a#desiccant-bags:visited{
background:url(../img/homepage/2.1.gif) 0 0;
}
		
#container a#desiccant-bags:hover{
background:url(../img/homepage/2.1.gif) 0 106px;
}

	#container a#desiccants:link,#container a#desiccants:visited{
	background:url(../img/homepage/2.2.gif) 0 0;
	}
			
	#container a#desiccants:hover{
	background:url(../img/homepage/2.2.gif) 0 106px;
	}

#container a#document---desiccant-ports:link,#container a#document---desiccant-ports:visited{
background:url(../img/homepage/2.3.gif) 0 0;
}
		
#container a#document---desiccant-ports:hover{
background:url(../img/homepage/2.3.gif) 0 106px;
}

	#container a#buy-online:link,#container a#buy-online:visited{
	background:url(../img/homepage/2.4.gif) 0 0;
	}
			
	#container a#buy-online:hover{
	background:url(../img/homepage/2.4.gif) 0 106px;
	}

#container a#moisture-adsorbing-polymers:link,#container a#moisture-adsorbing-polymers:visited{
background:url(../img/homepage/3.1.gif) 0 0;
}
		
#container a#moisture-adsorbing-polymers:hover{
background:url(../img/homepage/3.1.gif) 0 106px;
}

	#container a#neps-purging-system:link,#container a#neps-purging-system:visited{
	background:url(../img/homepage/3.2.gif) 0 0;
	}
			
	#container a#neps-purging-system:hover{
	background:url(../img/homepage/3.2.gif) 0 106px;
	}
	
#container a#shock---vibration:link,#container a#shock---vibration:visited{
background:url(../img/homepage/3.3.gif) 0 0;
}
		
#container a#shock---vibration:hover{
background:url(../img/homepage/3.3.gif) 0 106px;
}

	#container a#regen8:link,#container a#regen8:visited{
	background:url(../img/homepage/3.4.gif) 0 0;
	}
			
	#container a#regen8:hover{
	background:url(../img/homepage/3.4.gif) 0 106px;
	}
	
#container a#tie-down-shelving:link,#container a#tie-down-shelving:visited{
background:url(../img/homepage/4.1.gif) 0 0;
}
		
#container a#tie-down-shelving:hover{
background:url(../img/homepage/4.1.gif) 0 106px;
}

	#container a#transformer-breathers:link,#container a#transformer-breathers:visited{
	background:url(../img/homepage/4.2.gif) 0 0;
	}
			
	#container a#transformer-breathers:hover{
	background:url(../img/homepage/4.2.gif) 0 106px;
	}
	
#container a#vent-dryers:link,#container a#vent-dryers:visited{
background:url(../img/homepage/4.3.gif) 0 0;
}
		
#container a#vent-dryers:hover{
background:url(../img/homepage/4.3.gif) 0 106px;
}

	#container a#remote-breathers:link,#container a#remote-breathers:visited{
	background:url(../img/homepage/4.4.gif) 0 0;
	}
			
	#container a#remote-breathers:hover{
	background:url(../img/homepage/4.4.gif) 0 106px;
	}

.categoryHp {
	float: left;
	width: 100px;
	outline: 0px solid red;
	margin: 0 10px 0 0;
	padding-top: 20px;
	height: 150px;
	text-align: center;
	
}

.categoryHp dd {
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
}

