/************************************************************** Reset Styles */
* {
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,input,select,textarea {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

ol,ul {
	list-style: none;
}

a img {
	border: none;
}

/********************************************************** Structure Styles */
html,body,#container {
	height: 100%;
	font-family: Verdana, sans-serif;
}

html {
	font-size: 110%;
}

body {
	min-width: 980px;
	background: url(/img/blue-background.png) top repeat-x;
	font-size: 75%;
}

body.internal {
	background: url(/img/blue-short-background.png) center -20px repeat-x;
}

body>#container {
	height: auto;
	min-height: 100%;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/************************************************************* Global Styles */
.arrow {
	font: 100% Arial, sans-serif;
	letter-spacing: -2px;
}

.text {
	width: 166px;
	background: #FFFFFF url(/img/form-input-background.gif) 0 0 no-repeat;
	border: 1px solid #80BAD9;
	height: 22px;
	line-height: 22px;
	padding: 1px 4px;
}

.text:focus {
	background: #FFFFFF url(/img/form-input-background.gif) -1000px 0
		no-repeat;
	border: 1px solid #0074B3;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.padding-top {
	padding-top: 10px;
}

.small {
	font-size: 80%;
}

.blue-background {
	background: #DCEAF3;
	background: -moz-linear-gradient(top, #E8F1F7, #DCEAF3);
	background: -webkit-gradient(linear, left top, left bottom, from(#E8F1F7),
		to(#DCEAF3) );
	background: -webkit-linear-gradient(top, #E8F1F7, #DCEAF3);
	background: -ms-linear-gradient(top, #E8F1F7, #DCEAF3);
	background: -o-linear-gradient(top, #E8F1F7, #DCEAF3);
}

/************************************************************* Banner Styles */
#banner {
	height: 382px;
	color: #FFFFFF;
	position: relative;
	padding: 28px 0 0 0;
}

.internal #banner {
	height: 202px;
}

#banner h1 {
	width: 227px;
	height: 160px;
	background: url(/img/header/ecopal-logo.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 26px;
}

#banner h1 a {
	height: 100%;
	display: block;
}

#banner h2 {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
}

#banner h3 {
	width: 292px;
	height: 42px;
	background: url(/img/header/call-us.png) right no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	margin: 0 0 0 638px;
}

#banner #latest-tweet {
	width: 157px;
	min-height: 61px;
	background: url(/img/header/twitter-quotes.png) center no-repeat;
	font: italic 110% "Trebuchet MS", Georgia, sans-serif;
	line-height: 1.25;
	position: absolute;
	bottom: 68px;
	left: 30px;
	padding: 10px 30px;
	word-spacing: 1px;
}

#banner #twitter-link {
	background: url(/img/header/twitter-icon.gif) left no-repeat;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 48px;
	left: 30px;
	padding: 0 0 0 30px;
}

#banner #latest-tweet .twitter-icon:hover {
	text-decoration: underline;
}

#banner #rotate {
	width: 600px;
	height: 240px;
	background: url(/img/header/rotate-background.png) center no-repeat;
	overflow: hidden;
	position: absolute;
	top: 100px;
	right: 13px;
	padding: 22px 17px;
}

#banner #rotate li {
	width: 184px;
	height: 210px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0 1px 0 #000000;
	position: absolute;
	z-index: 0;
	padding: 30px 62px 0 352px;
}

#banner #rotate li.first {
	z-index: 2;
}

#banner #rotate #r-gorgon {
	background: #000000 url(/img/header/rotate/gorgon.jpg) center no-repeat;
}

#banner #rotate #r-fumigate {
	background: #000000 url(/img/header/rotate/fumigate.jpg) center
		no-repeat;
}

#banner #rotate #r-air {
	background: #000000 url(/img/header/rotate/air.jpg) center no-repeat;
}

#banner #rotate #r-shipping {
	background: #000000 url(/img/header/rotate/shipping.jpg) center
		no-repeat;
}

#banner #rotate li h4 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: -0.5px;
	margin: 0 0 20px 0;
}

#banner #rotate li p,#banner #rotate li a {
	line-height: 1.25;
}

#banner #rotate li a {
	width: 186px;
	border-top: 2px dotted #AAAAAA;
	border-top: 2px dotted rgba(255, 255, 255, 0.5);
	font-size: 75%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 30px;
	padding: 10px 0 0 0;
}

/************************************************************ Content Styles */
#content {
	overflow: auto;
	padding: 40px 0 520px 0;
}

#left-col {
	width: 218px;
	min-height: 1px;
	display: inline;
	float: left;
	margin: 0 40px 0 30px;
}

#left-col #nav {
	border-bottom: 1px solid #B0D0DF;
	text-align: right;
	margin: 0 0 30px 0;
}

#left-col #nav li {
	height: 35px;
	border-top: 1px solid #B0D0DF;
	border-right: 1px solid #B0D0DF;
	border-left: 1px solid #B0D0DF;
	line-height: 19px;
	display: block;
}

#left-col #nav li.home a {
	background: url(/img/nav-home-icon.gif) 20px 8px no-repeat;
}

#left-col #nav li.active {
	width: 198px;
	height: 20px;
	background: url(/img/nav-active.gif) left no-repeat;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #001B2A;
	padding: 8px 34px 8px 0;
}

#left-col #nav li a {
	height: 19px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px 19px 8px 0;
}

#left-col #nav li a:hover {
	background-color: #E6F0F5;
	text-shadow: 0 1px 0 #FFFFFF;
}

#left-col h3 {
	font-size: 120%;
	color: #003A59;
	padding: 0 20px;
}

#left-col .gradient-background {
	background: url(/img/latest-background.gif) top no-repeat;
	border-top: 1px solid #B0D0DF;
	padding: 20px 0 0 0;
}

#left-col .latest {
	border-bottom: 1px solid #B0D0DF;
	margin: 10px 0 20px 0;
}

#left-col .latest li {
	border-top: 1px dashed #B0D0DF;
}

#left-col .latest li a {
	min-height: 46px;
	color: #555555;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}

#left-col .latest li a:hover {
	background: #E6F0F5;
}

#left-col .latest li h4 {
	color: #000000;
	margin: 0 0 8px 0;
}

#left-col .latest li p {
	width: 133px;
	font-size: 80%;
}

#left-col .latest img {
	width: 40px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 2px;
	margin: 0 0 0 10px;
}

#left-col .awards img {
	display: block;
}

#left-col .awards ul {
	font-size: 85%;
	text-align: center;
	margin: 0 0 30px 0;
}

#left-col .awards ul li {
	background: #F0F0F0;
	border-bottom: 1px dashed #CCCCCC;
	color: #404040;
	text-shadow: 0 1px 0 #FFFFFF;
	padding: 8px 20px;
}

#left-col .awards ul li.winner {
	background: #C1982D;
	border: none;
	font-size: 115%;
	color: #FFFFFF;
	text-shadow: none;
}

#left-col .awards ul li.winner span {
	text-transform: uppercase;
}

#left-col .awards ul li span {
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin: 0 0 2px 0;
}

#left-col form {
	margin-bottom: 30px;
}

#right-col div.featured {
	height: 48px;
	background: url(/img/home-featured-box.png) bottom no-repeat;
	position: relative;
	padding: 29px 90px 0 20px;
}

#right-col div.featured p {
	font-size: 90%;
	color: #000000;
	text-align: right;
	text-shadow: 0 1px 0 #FFFFFF;
}

/*************************************************************** Form Styles */
#content form {
	border: 1px solid #B0D0DF;
	color: #003A59;
	text-shadow: 1px 1px 0 #FFFFFF;
	overflow: auto;
	padding: 20px;
}

#content form div.col {
	width: 269px;
	float: left;
	margin: 0 20px 0 0;
}

#content form div.col.last {
	margin: 0;
}

#content form h3 {
	font-size: 160%;
	letter-spacing: -0.5px;
	padding: 0;
	margin: 0 0 5px 0;
}

#content form p {
	margin: 0 0 10px 0;
}

#content form p.just-ask {
	font-size: 80%;
	text-align: justify;
	margin: 0 0 14px 0;
}

#content form p.error {
	width: 174px;
	background: #FFF0F0;
	border: 1px dashed #FF9999;
	font-size: 80%;
	color: #990000;
	padding: 10px;
	margin: 0 0 10px -10px;
}

#content form p.success {
	width: 174px;
	background: #F0FFF0;
	border: 1px dashed #669966;
	font-size: 80%;
	color: #006600;
	padding: 10px;
	margin: 0 0 10px -10px;
}

#content form p.success strong {
	display: block;
}

#right-col form p.error,#right-col form p.success {
	width: 556px;
}

#content form label {
	font-size: 90%;
	display: block;
	margin: 0 0 4px 0;
}

#left-col form .textarea {
	max-width: 166px;
	height: 110px;
	min-height: 40px;
}

#right-col form div.col .text {
	width: 259px;
}

#right-col form div.col .textarea {
	min-width: 259px;
	max-width: 259px;
	height: 100px;
	min-height: 40px;
}

#content form select {
	width: 176px;
	height: 26px;
	background: #FFFFFF;
	border: 1px solid #80BAD9;
	padding: 4px;
}

#right-col form div.col select {
	width: 269px;
}

#content form option {
	padding: 2px 4px;
}

#content form input[required] {
	border: 1px solid #404040;
}

#content form p.submit {
	text-align: right;
	margin: 0;
}

#content form p.submit input {
	background: #0074B3;
	border: 1px solid #0074B3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 4px 8px;
}

#content form p.submit input:hover {
	background: #80BAD9;
	color: #000000;
}

/********************************************************* Right-hand Styles */
#right-col {
	width: 600px;
	color: #222222;
	display: inline;
	float: left;
	padding: 0 0 0 40px;
}

#right-col h2 {
	font-size: 200%;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #000000;
	margin: 0 0 20px 0;
}

#right-col h2 span {
	font-style: normal;
	color: #0074B3;
}

#right-col h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 130%;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#right-col h4,#right-col h5,#right-col h6 {
	line-height: 1.5;
}

#right-col img.focus {
	background: #FFFFFF;
	border-bottom: 4px solid #0074B3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 20px 0;
}

#right-col blockquote {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F0F0F0;
	font-style: italic;
	text-shadow: 0 1px 0 #FFFFFF;
	padding: 20px 20px 5px 20px;
	margin: 0 0 20px 0;
}

#right-col blockquote p {
	text-indent: 1.5em;
}

#right-col img.frame {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0 0 15px 20px;
}

#right-col img.padding {
	margin: 0 0 15px 20px;
}

#right-col>img.focus {
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	margin: -153px 0 20px 0;
}

#right-col img.focus+h2 {
	margin: 25px 0 20px 0;
}

#right-col p,#right-col ul {
	line-height: 1.5;
	text-align: justify;
	margin: 0 0 20px 0;
}

#right-col p+h2 {
	margin: 30px 0 20px 0;
}

#right-col p+h3 {
	margin: 30px 0 5px 0;
}

#right-col ul {
	padding: 0 0 0 20px;
}

#right-col li {
	list-style: outside square;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

#right-col table {
	width: 600px;
	background: #F7F6DA url(/img/notepad-top-background.gif) top no-repeat;
	color: #000000;
	text-align: left;
	table-layout: fixed;
	margin: 0 0 20px 0;
	padding: 40px 20px 20px 20px;
}

#right-col th,#right-col td {
	line-height: 1.5;
	padding: 0 5px;
}

#right-col table.alternative {
	text-shadow: 0 1px 0 #FFFFFF;
}

#right-col table.alternative thead th {
	font-style: italic;
	font-size: 90%;
	color: #606060;
	text-align: left;
	padding: 0 5px 20px 5px;
}

#right-col table.alternative tbody {
	font-family: 'Courier New', Courier, monospace;
}

#right-col table.alternative tbody th {
	border-bottom: 2px solid #E2EAD3;
}

#right-col table.alternative tbody td {
	border-bottom: 2px solid #E2EAD3;
}

#right-col table.alternative td.total {
	border-bottom: none;
	padding-top: 10px;
}

#right-col a {
	background: #E6F0F5;
	border: 1px solid #B0D0DF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	padding: 0 4px;
	white-space: nowrap;
}

#right-col a:hover,#right-col a:active {
	background: #0074B3;
	border: 1px solid #0074B3;
	color: #FFFFFF;
	text-shadow: none;
}

#right-col hr {
	height: 0px;
	border: none;
	border-top: 1px solid #DDDDDD;
	color: #DDDDDD;
	margin: 40px 0 20px 0;
}

/************************************************************ Product Styles */
#right-col ul.products {
	float: left;
	padding: 20px 0;
	margin: 0;
}

#right-col ul.products li.product {
	width: 164px;
	height: 284px;
	background: url(/img/product-list-background.gif) top no-repeat;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	list-style: none;
	text-align: center;
	float: left;
	position: relative;
	padding: 15px 10px;
	margin: 0 21px 21px 0;
}

#right-col ul.products li.product.no-margin {
	margin: 0;
}

#right-col ul.products ul {
	width: 164px;
	list-style: none;
	position: absolute;
	left: 10px;
	bottom: 15px;
	padding: 0;
	margin: 0;
}

#right-col ul.products ul li {
	font-size: 80%;
	line-height: 1;
	list-style: none;
	text-align: center;
}

#right-col ul.products h4 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: -0.5px;
}

#right-col ul.products p.qty {
	font-size: 80%;
	line-height: 1;
	color: #808080;
	text-align: center;
}

#right-col ul.products img {
	width: 160px;
	display: block;
	margin: 0 auto 10px auto;
}

#right-col ul.products a.pdf {
	width: 12px;
	height: 20px;
	background: url(/img/pdf-icon.gif) center no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	right: 20px;
}

#right-col.products h3 {
	clear: left;
}

/************************************************************* Survey Styles */
#right-col form.survey {
	overflow: hidden;
}

#right-col form.survey h3 {
	border: none;
	font-size: 150%;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 15px 0;
}

#right-col form.survey fieldset {
	border: none;
	width: 269px;
	float: left;
	margin: 0;
	padding: 0;
}

#right-col form.survey fieldset legend {
	display: none;
}

#right-col form.survey fieldset p label {
	display: inline;
}

#right-col form.survey fieldset p.submit {
	text-align: left;
}

#right-col form.survey p.info {
	font-size: 85%;
	font-style: italic;
	color: #606060;
	text-align: right;
	margin: 0 20px;
}

/************************************************************* Footer Styles */
#footer {
	height: 490px;
	background: url(/img/grey-background.png) center 145px repeat-x;
	clear: left;
	margin: -490px 0 0 0;
}

#footer .wrap {
	width: 910px;
	margin: 0 auto;
}

#footer sup {
	font-size: 80%;
	vertical-align: top;
}

#footer .box {
	width: 380px;
	height: 213px;
	background: url(/img/footer/box.png) center no-repeat;
	float: left;
	position: relative;
	padding: 40px 35px 0 35px;
}

#footer .left {
	margin: 0 10px 70px 0;
}

#footer .right {
	margin: 0 0 70px 0;
}

#footer .box img {
	float: right;
	margin: 0 0 20px 30px;
}

#footer .box h3 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#footer .box p {
	font-size: 95%;
	color: #333333;
	line-height: 1.3;
}

#footer .box .button {
	width: 120px;
	height: 35px;
	background: url(/img/more-button-spotlight.png) left no-repeat;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	line-height: 34px;
	letter-spacing: -0.5px;
	text-align: center;
	text-decoration: none;
	float: left;
	position: absolute;
	bottom: 42px;
}

#footer ul,#footer dl {
	width: 200px;
	font-size: 90%;
	text-shadow: 0 1px 0 #E0E0E0;
	float: left;
}

#footer #social {
	width: 218px;
	margin: 0 82px 0 5px;
}

#footer #social li {
	margin: 0 0 10px 0;
}

#footer #social a {
	display: block;
	text-indent: -9999px;
}

#footer #social #fb a {
	height: 36px;
	background: url(/img/footer/facebook.png) center no-repeat;
}

#footer #social #tw a {
	height: 36px;
	background: url(/img/footer/twitter.png) center no-repeat;
}

#footer #social #specialists a {
	height: 40px;
	background: url(/img/footer/specialists.gif) bottom no-repeat;
}

#footer dt {
	font-weight: bold;
	color: #0073B2;
	margin: 0 0 8px 0;
}

#footer dd {
	line-height: 1.2;
}

#footer dd a,#footer #extra a {
	border-bottom: 1px dashed #333333;
	border-bottom: 1px dotted #333333;
	color: #000000;
	text-decoration: none;
}

#footer dd a:hover,#footer #extra a:hover {
	border-bottom: 1px solid #333333;
}

#footer #pages {
	width: 190px;
}

#footer #pages dd {
	margin: 0 0 3px 0;
}

#footer #address {
	width: 210px;
}

#footer #address dd {
	margin: 0 0 18px 0;
}

#footer #address dd.last {
	margin: 0;
}

#footer #extra {
	height: 120px;
	font-size: 80%;
	color: #555555;
	position: relative;
	text-align: right;
}

#footer #extra li {
	width: 200px;
	line-height: 1.2;
	margin: 0 0 18px 0;
}

#footer #extra #design {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
