/*[fmt]AA90-1A0A-34B*/
/*
Theme Name: American Paper Converting
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #51A201 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
html, body
{
}
html
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body
{
	background: #FFF;
	font: 12px/20px "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
	text-align: center;
}
/*Links*/
a
{
	color: #4B5E26;
	text-decoration: none;
}
a:link
{
}
a:visited
{
}
a:focus, a:hover, a:active
{
	color: #000;
	text-decoration: none;
}
a.blue-links
{
	color: #0AB2CB;
}
a.blue-links:focus, a.blue-links:hover, a.blue-links:active
{
	color: #648C07;
}
/*Headers*/
h1, h2, h3
{
	font-weight: bold;
}
h1
{
	font-size: 22px;
	margin-bottom: 14px;
}
h2
{
	font-size: 22px;
	margin-bottom: 14px;
	color: #4B5E26;
}
h3
{
	font-size: 16px;
	margin-bottom: 8px;
	color: #472307;
}
h4, h5, h6
{
	margin-bottom: 6px;
}
h4
{
}
h5
{
}
h6
{
}
/*Text blocks, Content*/
address
{
}
blockquote
{
}
cite
{
}
em
{
	font-style: italic;
}
p
{
	margin: 0 0 22px;
	line-height: 22px;
}
pre
{
}
small
{
	font-size: 0.8em;
}
span
{
}
strong
{
	font-weight: bold;
}
/*Misc*/
abbr, acronym
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
del
{
	color: #8B0000;
	text-decoration: line-through;
}
hr
{
	display: none;
}
ins
{
	color: #006400;
	text-decoration: none;
}
sub, sup
{
	font-size: 0.7em;
}
sup
{
	vertical-align: sub;
}
sup
{
	vertical-align: super;
}
/*Tables*/
table
{
}
caption
{
}
thead
{
}
tfoot
{
}
tbody
{
}
tr
{
}
tr.alt
{
}
th
{
}
td
{
}
/*Froms*/
form
{
}
fieldset
{
}
legend
{
}
label
{
}
input
{
	vertical-align: middle;
}
input.button
{
}
input.primary-button
{
}
input.secondary-button
{
}
textarea
{
}
select
{
}
.checkboxes
{
}
/*Lists*/
ul, ol
{
}
ul
{
}
ol
{
}
li
{
}
/*Defition Lists*/
dl
{
}
dd
{
}
dt
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap
{
}
#wrap
{
	margin: 0 auto;
/*centered*/
}
#header, #main
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header
{
}
#main
{
	background-color: #F5F5DC;
	margin: 2px auto 0;
}
#container
{
	float: left;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 -350px 0 0;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 100%;
/*padding:2px 0 1px 0;*/
}
#content
{
/*margin: 0 320px 0 0;
margin (side of sidebar) width of sidebar*/
	margin: 30px 0 0;
	overflow: hidden;
	padding: 0 20px 30px;
	border-right: 320px solid #ACBC63;
}
#sidebar
{
	float: right;
/*right = sidebar on right; left = sidebar on left*/
	padding: 20px 20px 40px;
	width: 280px;
/*= (width - padding)*/
	background-color: #ACBC63;
	min-height: 600px;
	margin-top: 30px;
}
div#footer
{
}
/*MENU
------------------------------------------------------------------*/
#nav
{
}
ul#menu
{
}
#menu li
{
}
#menu a
{
}
/***** Sub-Nav Drop-Downs (optional) ****
****************************
ul#menu li ul { position: absolute; left: -999em; background: #ffffff; }
ul#menu li.hover, ul#menu li:hover { position: static; }
ul#menu li.hover ul, ul#menu li:hover ul { left: auto; z-index: 100; }

ul#menu li ul li { float: none; margin: 0; }
ul#menu li ul li a { display: block; }
ul#menu li ul li a:hover {  }
Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter img, .aligncenter p.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
img.alignleft
{
	display: inline;
	margin: 0 12px 10px 0;
	padding: 4px;
}
img.alignright
{
	display: inline;
	margin: 0 0 10px 12px;
	padding: 4px;
}
.entry div.alignleft
{
	float: left;
	margin: 0 14px 10px 0;
}
.entry a
{
	border-bottom: 1px dashed #4B5E26;
}
.entry p:target
{
	background: #AB6;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.entry p:target a, ul.sb-list li a:active
{
	color: #F4F4DB;
	border-bottom: 1px dashed #F4F4DB;
}
/*Resizes the image to the maximum width of the content area*/
.entry img.alignleft, .entry img.alignright
{
	max-width: 300px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.entry img
{
	max-width: 635px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption img
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #fff;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Bulleted Lists in Content and Sidebar*/
ul.sb-list ul, div.entry ul
{
	margin: 8px 22px 22px 15px;
}
ul.sb-list ul, ul.sb-list ul li, div.entry ul, div.entry ul li
{
	list-style: disc;
}
ul.sb-list ol, div.entry ol
{
	margin: 8px 22px 22px 15px;
}
ul.sb-list ol, ul.sb-list ol li, div.entry ol, div.entry ol li
{
	list-style: decimal;
}
/*Tables and #wp-calendar*/
table
{
	color: #3E5867;
	width: 100%;
}
caption
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
thead
{
	background-color: #F4F8F9;
	text-align: center;
}
tbody
{
	background-color: #F7F7F7;
	text-align: center;
}
tfoot
{
	background-color: #FFF;
	text-align: left;
}
td#next
{
	text-align: right;
}
/*Content-specific or unsorted CSS
------------------------------------------------------------------
Logo & branding styling -------------*/
#branding
{
	height: 130px;
	width: 1000px;
}
#logo
{
	width: 430px;
	height: 130px;
	float: left;
}
#branding-right
{
	width: 400px;
	float: right;
	padding: 24px 0 0;
	margin: 0;
	text-align: right;
}
#header-phone, #header-fax
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin-right: 2px;
}
#searchform
{
	display: block;
	clear: both;
	padding-top: 14px;
	float: right;
}
#searchform label
{
	display: none;
}
#search-text
{
	background: url(images/search_formbox.gif) no-repeat top left;
	width: 192px;
/*box width - padding*/
	height: 24px;
	margin: 3px 4px 0 0;
	padding: 4px 0 0 8px;
	border: 0 none #000000;
	display: block;
	float: left;
	color: #999;
}
#search-submit
{
	background: url(images/button_search.gif) no-repeat top left;
	width: 85px;
	height: 34px;
	border: 0 none #000000;
	display: block;
	float: left;
}
#search-submit:hover
{
	cursor: pointer;
}
/*Nav menu -------------*/
ul#menu
{
	width: 1000px;
	background-color: #FFF;
	height: 50px;
}
#menu li
{
	display: block;
	float: left;
	padding: 0 1px 0 0;
}
#menu li.last-item
{
	padding-right: 0;
}
#menu a
{
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
#menu a span.btn-upper
{
	display: block;
	height: 44px;
/*menu block height - padding*/
	width: 189px;
	padding: 6px 0 0 10px;
	background: transparent url(images/nav_stack.gif) repeat-x scroll bottom left;
}
#menu a span.btn-lower
{
	display: block;
	clear: both;
	font-size: 10px;
	background: transparent none;
	padding: 0;
	line-height: 14px;
}
#menu li a:hover span.btn-upper, 
#menu li.current_page_item a span.btn-upper, 
.page-id-3 #productsBtn span.btn-upper, 
.page-id-5 #sustainabilityBtn span.btn-upper, 
.page-id-7 #aboutUsBtn span.btn-upper, 
.page-id-9 #contactUsBtn span.btn-upper, 
.page-template-tmp_productslanding-php #productsBtn span.btn-upper
{
	background: transparent url(images/nav_stack.gif) repeat-x scroll top left;
}
#menu li a:hover, #menu li.current_page_item a, .page-id-3 a#productsBtn, 
.page-id-5 a#sustainabilityBtn, .page-id-7 a#aboutUsBtn, 
.page-id-9 a#contactUsBtn, 
.page-template-tmp_productslanding-php #productsBtn
{
	color: #FFF;
}
/*Home page specific styles ------------*/
#home-intro
{
	width: 359px;
	height: 265px;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 35px 20px 0;
	background: url(images/bg_home_box.gif) repeat-x scroll top left;
	color: #FFF;
}
#home-intro h2
{
	margin-bottom: 8px;
	color: #FFF;
}
#home-intro h4
{
	margin-bottom: 14px;
}
#home-intro p
{
	margin-bottom: 12px;
}
#home-intro .button-linked
{
	float: right;
	margin-top: 8px;
}
#home-subpages
{
	height: 320px;
	width: 1000px;
	background-color: #F5F5DC;
	margin-top: 1px;
}
.home-subpage-left
{
	display: block;
	float: left;
	height: 260px;
	width: 360px;
	padding: 20px 20px 40px;
}
.home-subpage-single
{
	display: block;
	float: left;
	height: 260px;
	width: 260px;
	padding: 20px 20px 40px;
}
.home-subpage-left img
{
	margin-right: 20px;
	vertical-align: middle;
}
/*Home page slideshow ----*/
#home-slideshow
{
	width: 600px;
	height: 300px;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}
div.ss-nav-container
{
	display: none;
	position: absolute;
	bottom: 21px;
	right: 17px;
	width: 80px;
	z-index: 200;
	text-align: right;
}
ul#ss-nav
{
	float: right;
}
ul#ss-nav li
{
	float: left;
}
ul#ss-nav li a
{
	display: block;
	padding: 2px;
	border: 1px solid transparent;
}
ul#ss-nav li a span
{
	display: block;
	width: 8px;
	height: 8px;
	background: #648C07;
}
ul#ss-nav li a:hover span, ul#ss-nav li.active a span
{
	background: #0AB2CB;
}
ul#ss-nav li.active a
{
	border: 1px solid #FFF;
}
#front-page-slideshow-list
{
	width: 600px;
	height: 300px;
	position: relative;
}
#front-page-slideshow-list li
{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 300px;
	display: none;
}
#front-page-slideshow-list li img.slide-image
{
	width: 600px;
}
.gallery-overlay
{
	position: absolute;
	z-index: 30;
	bottom: 0;
	width: 600px;
	height: 70px;
	color: #FFF;
	padding: 0 20px;
}
.gallery-overlay-bg
{
	position: absolute;
	z-index: 29;
	bottom: 0px;
	width: 600px;
	height: 70px;
	background-color: #000000;
	-khtml-opacity: .75;
	-moz-opacity: .75;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	opacity: .75;
}
p.gallery-title
{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 12px 0 0px;
}
p.gallery-title a
{
	color: #FFF;
	text-decoration: none;
}
p.gallery-description
{
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	width: 460px;
}
p.gallery-description span
{
	margin-right: 10px;
}
p.gallery-description a.learn-more-btn
{
	font-size: 18px;
	color: #0AB2CB;
	border-bottom: 1px dashed #0AB2CB;
	text-decoration: none;
	text-transform: none;
}
p.gallery-description a.learn-more-btn img
{
	border: none;
	vertical-align: text-bottom;
}
div.loader
{
	background: transparent url(images/ajax-loader.gif) no-repeat center center;
}
/*Products landing page styles ------------*/
div.products-landing #content
{
	border: none;
	padding: 0 10px 30px;
}
div.products-landing #content h2
{
	padding-left: 10px;
}
div.pcat-col
{
	float: left;
	width: 225px;
	padding: 10px 10px 18px;
	background: #ECEAD1;
	height: 380px;
}
#pcategories div.alt
{
	background: none;
}
div.pcat-col h3.pcat-title
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #4B5E26;
	margin: 10px 0 0;
	padding: 0;
}
div.pcat-col a.pcat-image
{
	display: block;
	border: none;
	height: 225px;
	width: 225px;
	overflow: hidden;
	background: #ABBB62;
}
div.pcat-col p.pcat-most-pop
{
	margin: 0;
	padding: 0;
}
div.pcat-col p.pcat-most-pop strong
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}
div.pcat-col a, #p-refine li a
{
	border-bottom: 1px dashed #4B5E26;
}
div#p-refine
{
	padding: 30px 0 50px;
}
div#p-refine h3
{
	padding-left: 10px;
}
#p-refine ul.p-refine-list
{
	float: left;
	width: 735px;
}
#p-refine ul.p-refine-list li
{
	float: left;
	width: 235px;
	padding-left: 10px;
}
/*Product Single View Styles -----*/
div.products-single #content
{
	border: none;
	padding: 0 0 30px;
}
div.products-single #content h2
{
	color: #000000;
	padding-left: 20px;
	margin-bottom: 25px;
}
div.products-single #content h2.breadcrumb
{
	text-transform: capitalize;
	font-size: 16px;
}
div.products-single #content h2 a
{
	border-bottom: 1px dashed #4B5E26;
}
#psubcat-container
{
	float: left;
	width: 205px;
	padding: 20px;
	background: #ECEAD1;
	min-height: 265px;
}
#psubcat-container h3
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
#psubcat-container small, #poptions-container small
{
	display: block;
	margin: 0 0 10px;
	padding: 0;
	line-height: 12px;

	letter-spacing: 1px;
	text-transform: uppercase;
}
#poptions-container
{
	float: left;
	width: 200px;
}
#psingle-container
{
	margin-left: 445px;
	background: #ECEAD1;
	width: 555px;
}
ul.psubcat-list li.selected a, ul.psubcat-list li a:hover
{
	color: #006E7E;
	border-bottom: 1px solid #006E7E;
}
ul.psubcat-list
{
	padding-top: 2px;
}
ul.psubcat-list li
{
	margin: 0 0 4px;
}
ul.psubcat-list li a
{
	border-bottom: 1px dashed #4B5E26;
}
/*-- center, poptions-container*/
#poptions-container h3
{
	padding: 20px 20px 0px;
	margin: 0;
}
#poptions-container small
{
	padding-left: 20px;
}
#poptions-container div.instructions
{
	padding: 62px 15px 10px;
	font-size: 14px;
	font-weight: bold;
}
ul.poptions-list li.selected
{
	background: #ECEAD1;
}
ul.poptions-list li a
{
	display: block;
	padding: 2px 20px;
}
ul.poptions-list li a:hover, ul.poptions-list li.selected a
{
	color: #006E7E;
}
ul.poptions-list li a:hover span, ul.poptions-list li.selected a span
{
	border-bottom: 1px dashed #006E7E;
}
/*-- right side, psingle-container*/
#psingle-container .product-landing-image
{
	padding: 20px;
}
#psingle-container .product-landing-image .product-landing-overlay
{
	background: #000000;
	color: #FFFFFF;
	padding: 5px 20px;
}
#psingle-container .product-landing-image .product-landing-overlay h2
{
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#psingle-container .product-landing-image .product-landing-overlay p
{
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#psingle-container ul
{
	margin-bottom: 22px;
}
#psingle-container ul li p
{
	margin-bottom: 0;
}
#psingle-container ul.ptype-tabs
{
	height: 53px;
	background: #F4F4DB;
	margin-bottom: 0;
}
div.dispensers ul.ptype-tabs
{
	display: none;
}
ul.ptype-tabs li
{
	display: block;
	background: #F4F4DB;
	padding: 0;
	float: left;
	height: 53px;
	margin-right: 5px;
	background: #ECEAD1;
}
ul.ptype-tabs li a
{
	padding: 0 20px;
	display: block;
	width: 225px;
	height: 53px;
	border: none !important;
	background: url(images/tab_off.gif) repeat-x 0px 0px;
}
ul.ptype-tabs li a.current
{
	background: none;
}
ul.ptype-tabs li span
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 17px;
	display: block;
	color: #4B5E26;
}
ul.ptype-tabs li a.current span
{
	color: #472307;
}
ul.ptype-tabs li.virgin span
{
	padding-left: 42px;
	background: transparent url(images/icon_tree.png) no-repeat 0px 0px;
	padding-bottom: 10px;
}
div.dispensers ul.ptype-tabs li.virgin span
{
	background: none !important;
	padding-left: 0;
}
ul.ptype-tabs li.recycled span
{
	padding-left: 47px;
	background: transparent url(images/icon_ecogreen.png) no-repeat 0px 0px;
	padding-bottom: 15px;
}
ul.ptype-tabs li
{
}
ul.ptype-tabs li.off span
{
}
div#pmeta-top
{
	padding: 30px 20px 20px;
}
.pmeta-left
{
	float: left;
	width: 225px;
	margin-right: 45px;
}
.pmeta-right
{
	float: left;
	width: 245px;
}
.pmeta-right img
{
	max-width: 225px;
	max-height: 215px;
}
div#pmeta-top h3.pname
{
	margin: 0;
}
div#pmeta-top p.psubname strong
{
	text-transform: uppercase;
}
div#pmeta-top p.psubname
{
	margin-bottom: 15px;
}
div.dispensers div#pmeta-top p.psubname strong
{
	display: none;
}
div#pmeta-middle
{
	padding: 0 20px;
}
#request-a-sample
{
	display: block;
	width: 214px;
	height: 37px;
	background: url(images/button_long_green.png) no-repeat 0px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	text-transform: uppercase;
}
#download-brochure
{
	display: block;
	width: 214px;
	height: 37px;
	background: url(images/button_long_blue.png) no-repeat 0px 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	text-transform: uppercase;
}
#pmeta-bottom
{
	padding: 20px;
}
ul.comp-dispensers-list li
{
	float: left;
	margin-right: 20px;
}
ul.comp-dispensers-list li img
{
	width: 70px;
	height: 70px;
}
ul.comp-dispensers-list li p a
{
	border-bottom: 1px dashed #4B5E26;
}
/*Contact Us Form ----------------*/
form.cform
{
	width: 420px;
	margin: 0 auto;
}
form.cform fieldset
{
	width: 420px;
}
form.cform fieldset legend, .linklove, .mapp-poweredby
{
	display: none;
}
.cform ol, .cform ol li
{
	list-style: none !important;
}
.cform ol
{
	padding: 0 !important;
	margin: 0 !important;
}
.cform label
{
	display: block;
	font-weight: bold;
}
.cform input, .cform textarea, .cform select
{
	display: block;
	margin-bottom: 10px;
}
.cform input.single
{
	width: 400px;
	padding: 5px;
	font-size: 14px;
}
.cform .cf_error
{
	border: 2px solid #930F0F;
}
.cform textarea.area
{
	width: 400px;
	padding: 5px;
}
div#usermessagea
{
	display: block;
	width: 404px;
	margin: 0 auto 10px;
}
div.failure
{
	background: #930F0F;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cform input.sendbutton
{
	background: url(images/button_green.png) no-repeat 0px 8px;
	width: 165px;
	height: 64px;
	border: none;
	color: #FFFFFF;
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	float: right;
}
.cform p.cf-sb
{
	height: 64px;
	width: 410px;
}
/*Search Results Page ------------------*/
div.search-container div#content
{
	border-right: none;
}
ul#search-results, ul#search-results li
{
	list-style: none;
}
ul#search-results li
{
	margin-bottom: 20px;
}
ul#search-results li a
{
	font-size: 15px;
	border-bottom: 1px dashed #4B5E26;
}
/*Footer styling -------------*/
#footer
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
	color: #FFF;
	padding: 15px 20px 60px;
}
#footer li
{
	line-height: 22px;
}
#footer li a
{
	display: block;
}
#footer li.props
{
	margin-top: 45px;
	color: #fff;
}
#footer li.props a
{

	display: inline;

}
#footer a
{
	text-decoration: none;
	color: #0AB2CB;
}
#footer a:hover, #footer a:hover, #footer a:active
{
	text-decoration: underline;
	color: #648C07;
}
#footer h3
{
	color: #FFF;
}
#ftLeft
{
	width: 360px;
	display: block;
	float: left;
}
#ftColNav
{
	width: 120px;
	display: block;
	float: left;
	margin-left: 40px;
}
#ftColIndustries
{
	width: 180px;
	display: block;
	float: left;
	margin-left: 60px;
}
#ftColProducts
{
	width: 140px;
	display: block;
	float: left;
	margin-left: 60px;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
.green
{
	color: #648C07;
}
.button-linked
{
	color: #000;
	font-size: 14px;
/*font-weight:bold;*/
	display: block;
	width: 165px;
	height: 38px;
	padding: 16px 0 0;
	background: url(images/button_green.png) no-repeat top left;
	text-align: center;
	text-decoration: none;
}
/*CLEARFIX
------------------------------------------------------------------*/
html .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
