@charset "utf-8";

*
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

*:focus
{
    outline: none;
}

:-moz-any-link:focus {
    outline: none;
}

body
{
    background: #fff;
    font-family: Arial;
    font-size:12px;
    color:#333;

}

img
{
    border:0;
}

.display-none
{
    display: none;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.wrapper
{
    width: 990px;
    margin: 0 auto;

}

.wrapperreport
{
    width: 760px;
    margin: 0 0 0 0 ;
    padding: 0 0 0 0;
}
.header {
    width: 960px;
    margin: 0 auto;
}
.header span {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #58595b;
    margin-top: 25px;
}
.header span sup {
    font-size: 12px;
}

div#logo {
    float: left;
    padding-bottom: 10px;
    width: 110px;
}
div#nav 
{
    width: 880px;
    float: right;
    margin: 0px 0px 0 0;
}

.welcome-box
{
    position: relative;
}

.welcome-box-content
{
   
}

.welcome-box-header
{
    position: absolute;
    right: 0;
    width: 376px;
    border: 0px solid #ccde56;
}

.welcome-box-header #click-here
{
    display: inline-block;
    width: 63px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 16px;
}

.welcome-box-content
{
    height: 50px;
}

.welcome-box .welcome
{
    display: inline-block;
    height: 20px;
    padding-left: 30px;
    background: url("../images/leaf.png") left center no-repeat;
    color: #00703f;
    font-weight: bold;
    font-size: 18px;
}

.welcome-box .green-link
{
    font-size: 12px;
    color: #6bb23e;
    font-weight: bold;
}

.welcome-box .green-link a
{
    font-size: 12px;
    color: #00703f;
    text-decoration: underline;
}

.welcome-box .green-link a:hover
{
    text-decoration: none;
}

.banner
{
    /* position: relative;*/
    height: 297px;
    margin-bottom: 10px;
    z-index: 900;
}

.form {
    position: relative;
    float:left;
    margin-top: 0px;
    width: 450px;
    z-index: 2000;
}
.loginForm {
    float: left;  
    margin-top: 0px;
    width: 450px;
    position: relative;
}  

div.loginForm h2 {
    font-size: 20px;
    line-height: 130%;
}

div.loginForm form {
    margin: 30px 0 15px;
}

div.loginForm input {
    margin-top: 3px;
}

div.loginForm a.forgotPassword {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #6d6e71;
}

div.loginForm a.forgotPassword:hover {
    text-decoration: underline;
}

div.loginForm input[type=submit] {
    margin: 20px 0;
}

div.notebook {
    float: right;
    margin: 5px 10px 0 0;
}
div.globe {
    float: right;
    margin: 60px 20px 0 0;
}

.left-up-corner
{
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2000;
}

.right-up-corner
{
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2000;
}

.left-bottom-corner
{
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2000;
}

.right-bottom-corner
{
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 2000;
}

#banner-content
{
    /*height: 279px;*/
    overflow: hidden;
}

#banner-content .slide
{
    width: 960px;
}

.menu
{
    margin: 10px 0 10px 0;
    position: relative;
}

.content
{
    position: relative;
    min-height: 45px;
    /*padding: 15px 15px 10px 15px;*/
    padding: 0px 0px 15px 0px;
    width: 990px;
}

.page-title
{
    /*height: 50px;*/
    min-height: 65px;
    padding: 0px 0 0 0px;
    font-size: 28px;
    font-weight: bold;
    /*width: 300px;*/
}

.right-side-home
{
    background: url("../images/tree.png") left top no-repeat;
    width: 450px;
    min-height: 620px;
    padding-left: 10px;
    border-left: 1px solid #ccde56;
    position: relative;
}

.footer-wrapper {
    /*margin-top: -133px;*/
    position: absolute;
    height: 93px;
    width: 100%;
}
.footer {
    width: 990px;
    margin: 0 auto;
}
div#footer div.visitUs {
    float: left;
}

div#footer div.visitUs p {
    font-family: 'Arial';
    font-size: 16px;
    padding-top: 55px;
    color: #231f20;
    line-height: 120%;
}

div#footer div.smallFooter {
    float: right;
}

div#footer div.smallFooter img {
    float: right;
}

div#footer div.smallFooter p {
    font-family: 'Arial';
    font-size: 12px;
    clear: right;
    padding-top: 3px;
}

.footer ul {
    float: left;
    font-size: 12px;
    color: #525252;
    padding-top: 10px;
}
.footer ul li {
    list-style: none;
    float: left;
    margin-right: 40px;
}
.footer ul li a {
    font-size: 12px;
    color: #1b75af;
    text-decoration: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.green-border
{
    position: relative;
    border: 1px solid #ccde56;
    min-height: 25px;
}
div.bigBanner {
    margin-bottom: 20px;
}

/* Menu */
.sub
{
    padding-top: 5px !important;
}

.menu-left-side
{
    background: url("../images/menu-greenbgrd.png") repeat-x;
    width: 665px;
}

.preload1
{
    background: url(three_1.gif);
}

.preload2
{
    background: url(three_1a.gif);
}



.firstlink
{
    background: url("../images/menu-greenbgrd.png") repeat-x;
}

.firstlink a
{
    color: #fff !important;
}

.otherlink
{
    background: url("../images/menu-greybgrd.png") repeat-x;
}

.contac-us 
{
    color:#6cb252;
    font-size:16px;
    text-align:center;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.contac-us a
{
    color: #00703f;
}
.contac-us a:hover
{
    text-decoration: none;
}
.breadcrumbs
{
    font-size: 12px;
    font-weight: bold;
    color: #005f33;
    margin: 0 0 10px 15px;
}
.breadcrumbs span
{
    color: #000;
    font-weight: normal;
}
.txt-pages .subtitle
{
    margin: 20px 0 0 0;
    height: 20px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 16px;
}
.txt-pages p
{
    margin: 10px 0 0 0;
}
.txt-pages ul
{
    margin: 10px 0 0 40px;
}
.txt-pages ul li
{
    line-height: 18px;
    
}
.txt-pages p a
{
    color: #000;
}
.txt-pages p a:hover
{
    text-decoration: none;
}
.content-wrapper {
    width: 990px;
    margin: 0 auto;
    margin-top: 0px;
}
.content-wrapper p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.howItWorks h2 {
    font-family: Arial;
    font-size: 24px;
    color: #231f20;
    padding-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
	padding: 0;

}

.howItWorks img {
    padding-right: 10px;
}
.howItWorks ul
{
    list-style: none;
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
.howItWorks ul li {
    font-family: 'Arial';
    font-size: 20px;
    color: #231f20;
    padding-bottom: 10px;
    /*display: inline-block;*/
 }

div.headline h1 {
    font-family: 'Arial';
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #194104;
    padding: 10px 15px;
    margin: 0px 0px 10px 0px;
}

.whyRecycle {
    /*padding-top: 20px;
    overflow: hidden;*/
}

.whyRecycle ul {
    width: 615px; 
    float: left;
    list-style:square url("../images/arrow-green-right.png");
    padding: 0px 0 0 22px;
}

.whyRecycle ul li {
    padding: 10px 0 0 0px;
    position: relative;
    font-family: 'Arial';
    font-size: 20px;
    color: #231F20;
    line-height: 130%;
    margin: 0;
	border: 0;
	vertical-align: baseline;

}

.whyRecycle ul li img {
    float: left;
    padding-right: 15px;
    padding-top: 6px;
}

.whyRecycle p {
    font-family: 'Arial';
    font-size: 20px;
    color: #231F20;
    line-height: 130%;
    overflow: hidden;
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	display:inline;

}

.whyRecycle li span {
    font-size: 12px;
    position: relative;
    top: -8px;
}
.printer {
    float: right;
    padding: 60px 10px 0 0;
}

.info {
    clear: both;
    margin-top: 30px;
}

.info ul 
{
    list-style: none;
}
.info ul li {
    padding-bottom: 7px;
}

.info ul li p {
    font-size: 12px;
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

.info ul li p span {
    padding-right: 20px;
}

.inner-content-banner
{
    position: relative;
    border: 1px solid #ccde56;
    width: 445px;
    height: 318px;
    background: url("../images/continue-shopping.png") left top no-repeat;
    margin-top: 25px;
}
.inner-content-banner #click-here
{
    display: inline-block;
    width: 105px;
    height: 36px;
    background: url("../images/click-here-big-btn.png") left top no-repeat;
    position: absolute;
    left: 135px;
    top: 200px;
}
#print-shipping
{
    display: inline-block;
    width: 192px;
    height: 36px;
    background: url("../images/print-shipping-label-btn.png") left top no-repeat;
}
#tblResources
{
    margin-top: 15px;
}
#tblResources th
{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 29px;
    background: url("../images/th-bgrd.png") left top repeat-x;
}
#tblResources .th-left
{
    background: url("../images/th-left.png") left top repeat-x;
    width: 3px;
}
#tblResources .th-right
{
    background: url("../images/th-right.png") left top repeat-x;
    width: 3px;
}
#tblResources td
{
    padding: 5px 0 0 0;
}
#tblResources td a
{
    color: #006600;
}
#tblResources td a:hover
{
    text-decoration: none;
}
.box
{
    position: relative;
    border: 1px solid Gray;
    width: 240px;
    margin: 0 10px;
}
.box-heading
{
    color:Gray;
}
.box-small
{
    position: relative;
    border: 1px solid #ccde56;
    width: 160px;
    height: 61px;
    font-size: 11px;
}
.box-small .title
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/box-small-bgrd.png") left top repeat-x;
    text-align: center;
    padding: 4px 0 5px 0;
}
.box-small .cart-total
{
    
    text-align: center;
    padding: 10px 0 0 0;
}
.box-small a
{
    color: #006135;
    font-weight: bold;
}
.box-small a:hover
{
    text-decoration: none;
}
#tbHead
{
    font-size: 11px;
}


.step-menuon
{
    color: orange;
    /*background: url("../images/step-menu-on.png") left top no-repeat;*/
}
.step-menuoff
{
    color: #000;
    /*background: url("../images/step-menu-off.png") left top no-repeat;*/
}
.first-menuon
{
    color: orange;
    /*background: url("../images/step-menu-on-left.png") left top no-repeat;*/
}
.first-menuoff
{
    color: #000;
    /*background: url("../images/step-menu-off-left.png") left top no-repeat;*/
}
.last-menuon
{
    color: orange;
    /*background: url("../images/step-menu-on-right.png") left top no-repeat;*/
}
.last-menuoff
{
    color: #000;
    /*background: url("../images/step-menu-off-right.png") left top no-repeat;*/
}
.step-menu
{
    margin: 20px 0 0px 3px;  
    
}
.step-menu ul li
{
    float: left;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;

}
.step-menu ul li a
{
    display: inline-block;
    width: 135px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    /*color: #000;*/
    margin-top: 0px;
    margin-bottom: 0px;
    /*background: url("../images/step-menu-off.png") left top no-repeat;*/
    /*padding-top: 7px;*/
    
}

.step-menu ul li a:visited
{
    /*color: orange; */
}
.step-menu ul li a:active
{
    color: orange;
    /*background: url("../images/step-menu-on.png") left top no-repeat;*/
    text-decoration: none;
}
.step-menu ul li a:hover
{
    color: orange;
    
    /*background: url("../images/step-menu-on.png") left top no-repeat;*/
    text-decoration: none;
}

/*.first-link a
{
    background: url("../images/step-menu-off-left.png") left top no-repeat !important;
}*/
.first-link a:hover
{
   /* background: url("../images/step-menu-on-left.png") left top no-repeat !important;*/
   color:Orange;
}
.first-link a:active
{
    /*background: url("../images/step-menu-on-left.png") left top no-repeat !important;*/
    color:Orange;
}
/*.last-link a
{
    background: url("../images/step-menu-off-right.png") left top no-repeat !important;
}*/
.last-link a:hover
{
    /*background: url("../images/step-menu-on-right.png") left top no-repeat !important;*/
    color:Orange;
}
.last-link a:active
{
    /*background: url("../images/step-menu-on-right.png") left top no-repeat !important;*/
    color:Orange;
}

.active-left
{
    display: inline-block;
    width: 185px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-top: 7px;
    /*background: url("../images/step-menu-on-left.png") left top no-repeat !important;*/
}
.active-right
{
    display: inline-block;
    width: 185px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-top: 7px;
    /*background: url("../images/step-menu-on-right.png") left top no-repeat !important;*/
}
.active-other
{
    display: inline-block;
    width: 185px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-top: 7px;
    /*background: url("../images/step-menu-on.png") left top no-repeat !important;*/
}
.mainmenu-active
{
    color: Black;
    /*position: relative;
    z-index: 500;
    left: -4px;
    top: -6px;
    width: 197px;
    padding: 0 0 0 0;
    padding: 17px 0 11px 0 !important; 
    background: url('../images/active-tab.png') no-repeat 0 0;*/

}
.mainmenu-inactive
{
    background: url('../images/menu-li-brgd.png');
    color: White;
    /*width: 192px;*/
    padding: 0 0 0 0;
    
}
/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
.red
{
	color:Red;
}
.bold
{
    font-weight: bold;
}
.title_text {
	font-size: 18px;
    font-weight: bold;
	text-align: left;
	color: #333;
}
.sub_title_text {
	font-size: 16px;
    font-weight: bold;
	text-align: left;
	margin-top: 0px;
	color: #333;
}
.content_text {
	font-size: 14px;
    font-weight: normal;
	text-align: left;
	color: #333; 
}
#divInk, #divToner
{
    border-bottom: thin solid #ccde56; 
    height: 105px; 
    margin-top: 10px; 
    width:100%;
}
.leftcol
{
    text-align: right;
    float:left;
    width: 165px;
    padding: 3px 0px 0px 0px;
    height: 27px;


}
.rightcol
{
    float:right;
    width:390px;
    margin-left: 10px;

}
.rowheight
{
    height: 30px;
}
.margintop
{
    margin-top: 15px;    
}

.divShowBox
{
    margin-top:10px;
    font-size: 14px;
}
.rptdisclaimer
{
    font-style:italic;
                   
}
/* End hide from IE-mac */