@charset "utf-8";

/************************************************************/
/*	BrilliantRetail 										*/
/*															*/
/*	@package	BrilliantRetail								*/
/*	@Author		Brilliant2.com 								*/
/* 	@copyright	Copyright (c) 2011, Brilliant2.com 			*/
/* 	@license	http://brilliantretail.com/license.html		*/
/* 	@link		http://brilliantretail.com 					*/
/* 	@since		Version 1.0.0 Beta							*/
/*															*/
/************************************************************/
/* NOTICE													*/
/*															*/
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF 	*/
/* ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED	*/
/* TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 		*/
/* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT 		*/
/* SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION	*/
/* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 	*/
/* IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 		*/
/* DEALINGS IN THE SOFTWARE. 								*/	
/************************************************************/


/* CSS Document */

/* Global */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('https://themes.googleusercontent.com/font?kit=F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA') format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('https://themes.googleusercontent.com/font?kit=lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU') format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url('https://themes.googleusercontent.com/font?kit=UFoEz2uiuMypUGZL1NKoeg') format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: normal;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('https://themes.googleusercontent.com/font?kit=yls9EYWOd496wiu7qzfgNg') format('truetype');
}

#demo {
	text-align:center;
	font-size: 12px;
	padding: 4px;
	border: 1px #BBE0D2 solid;
	background-color: #ECF8EF;
	color: #1892BF;
	margin-top: 4px;
}


* {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', Arial, Helvetica, Sans Serif;
	text-align: left; }

.clearboth {
	clear: both;
	height: 1%; }

.clearleft {
	clear: left;
	height: 1%; }

.clearright {
	clear: right;
	height: 1%; }

.floatleft{float:left;}

.floatright{float:right;}

.capitalise{text-transform:capitalize;}

a {
	text-decoration: none; }

img {
	border: none; }


body {
        margin-right: 2px;
        background: url(/themes/site_themes/default_site/images/dyna-bg.jpg) 50% 0 no-repeat #fff;}

.wrapper {
	margin: 0 auto;
	width: 988px; }
	
/* Alerts & Messages */
	#br_alert {
		background-color: #ffe5e5;
		border: 1px #FF0000 solid;
		margin: 10px 0;
		padding: 10px;
		color: #FF0000;
	}

	#br_message {
		border: 1px #41953D solid;
		background-color: #F3F3F3;
		margin: 10px 0;
		padding: 10px;
		color: #007336;
	}
	
	#br_alert p,
	#br_message p {
		font-size: 16px;
	}
	
/* End Alerts & Messages */

#header {
	background: none; }    /* Choose color for your header */

#header .wrapper {
	padding: 1px 0 0 0; }
	

#header #topbar {
	padding: 1px 0 0 0; }

#header #topbar table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#header #topbar table td {
	vertical-align: middle; }

#header #topbar table td.col_left {
	width: 50%;
	height: 120px;
	text-align: left; }

#header #topbar table td.col_left img{
        padding-left:30px;
        padding-top:0px;
}

#header #topbar table td.col_right {
	padding: 0px 42px 0 0;
	width: 50%;
        height:100px;
	font-size: 14px;
	color: #666;
	text-align: right; }

#header #topbar table td.col_right .top_nav{
    padding:0px 9px 10px;
}

#header #topbar table td.col_right .top_search{
    padding:0px 0px 20px;
}

#header #topbar table td.col_right span.cart_total {font-size:12px;}

#header #topbar table td p {
	font-size: 12px;
	color: #9898aa;
	text-align: right;
	line-height: 24px; }

#header #topbar table td.col_right img {
	vertical-align: middle;  }

#header #topbar table td.col_right a {
        font-size: 12px;
	color: #9898aa; }

#header #topbar table td.col_right span.logout a {
	color: #089449; }

#header #topbar table td.col_right a:hover, #header #topbar table td.col_right a.active {
	color: #089449; }
	
	

#header #main_menu {
	float: left;
        background: url(/themes/site_themes/default_site/images/bg_top_nav.jpg)  0 0 no-repeat; 
	display: inline;
	padding: 10px 0 0;
	height: 42px;
        width:988px;
        position:absolute;
        z-index:10;}

#header #main_menu #nav, #header #main_menu #nav ul {
	list-style: none; }

#header #main_menu #nav a {
	display: block;
        text-align:center;
	color: #FFF; }

#header #main_menu #nav li a{
        height:30px;
        width:98px;
}

#header #main_menu #nav li li a{height:15px;}

#header #main_menu #nav a:hover {
	color: #084d28;}        

#header #main_menu #nav li:hover {
            
}

#header #main_menu #nav li {
	float: left;
        width:98px;
        text-align: center;
	margin: 0 12px;
	padding: 4px 0px 0;
	height: 38px;
	font-size: 17px;
        font-family: 'PT Sans', Arial, Helvetica, Sans Serif;
	color: #FFF;
	font-weight: bold;

	line-height: 1.25em; }

#header #main_menu #nav li.active {
	color: #084d28;
        height: 45px;        
}

#header #main_menu #nav li.home {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  0 bottom no-repeat;
}

#header #main_menu #nav li.products {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  -104px bottom no-repeat;
}

#header #main_menu #nav li.services {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  -208px bottom no-repeat;
}

#header #main_menu #nav li.news {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  -312px bottom no-repeat;
}

#header #main_menu #nav li.more-on-us {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  -416px bottom no-repeat;
}

#header #main_menu #nav li.contact {
        background: url(/themes/site_themes/default_site/images/active-menu-sprite.png)  -520px bottom no-repeat;
}

#header #main_menu #nav li.active a {
	color: #084d28; }

#header #main_menu #nav li.active li a {
	color: #fff; }

#header #main_menu #nav li li {
	float: none;
	margin: 0;
	padding: 5px 0;
	width: 11em;
	height: auto;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 1;
        white-space: nowrap;}

#header #main_menu #nav li li a {
	width: 11em;
	color: #fff; }

#header #main_menu #nav li li a:hover {
	color: #084D28;
	text-decoration: none; }


#header #main_menu #nav li ul {
    position: absolute;
	z-index: 9999;
	padding: 5px 10px;
    left: -999em;
        background: url(/themes/site_themes/default_site/images/menu_bg.jpg) 0 top repeat-x #77BF57;
	border-top: 1px solid #38903C;
	border-right: 1px solid #38903C;
	border-bottom: 1px solid #38903C;
	border-left: 1px solid #38903C; }
	
#header #main_menu #nav li:hover ul {
	left: auto;
	margin: 5px 0 0 -10px; }

#header #main_menu #nav li:hover ul, #header #main_menu #nav li.sfhover ul {
    left: auto;
	margin: 5px 0 0 -10px; }


#header #main_menu #nav li:hover ul ul {
	margin: -1.6em 0 0 10em; }

#header #main_menu #nav li:hover ul ul, #header #main_menu #nav li.sfhover ul ul {
    margin: -1.6em 0 0 10em; }


#header #main_menu #nav li ul ul {
    margin: -1.6em 0 0 10em; }

#header #main_menu #nav, #header #main_menu #nav ul {
    list-style: none; 
    line-height: 1; }

#header #main_menu #nav li:hover ul ul, #header #main_menu #nav li.sfhover ul ul {
    left: -999em; }

#header #main_menu #nav li:hover ul,
#header #main_menu #nav li li:hover ul,
#header #main_menu #nav li.sfhover ul,
#header #main_menu #nav li li.sfhover ul {
    left: auto; }


#header #main_menu #nav li:hover ul ul,
#header #main_menu #nav li:hover ul ul ul,
#header #main_menu #nav li.sfhover ul ul,
#header #main_menu #nav li.sfhover ul ul ul {
    left: -999em; }
	
#header #main_menu #nav li:hover ul,
#header #main_menu #nav li li:hover ul,
#header #main_menu #nav li li li:hover ul,
#header #main_menu #nav li.sfhover ul,
#header #main_menu #nav li li.sfhover ul,
#header #main_menu #nav li li li.sfhover ul {
    left: auto; }

	

#header #main_search {
	float: right;
	display: inline;
	margin: 3px 0 0;
	padding: 2px 0px 0 14px;
	/*width: 195px;*/
	width: 256px;
	height: 34px;
	overflow: hidden;
	}

#header #main_search .search_txt, #email_updates .inptxt {
	float: left;
	margin: 3px 0 0;
	padding: 0 0 0 10px;
	width: 192px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	font-style: italic;
        height:28px;
	line-height: 16px;
	background: url(/themes/site_themes/default_site/images/search_btn_bg.jpg) 0 0 repeat-x; 
	border: 1px solid #e9e9e9; }

#header #main_search .search_btn{
	float: right;
	padding: 1px 0 0;
	width: 47px;
	height: 36px;
        background: url(/themes/site_themes/default_site/images/btn_go.jpg) 0 0 no-repeat;
        border:none;
        text-indent: -9999px;
}

#header #main_search .search_btn:hover, #contact .email_btn:hover {
        background-position: 0 -36px;
}

#header .fb_button{
	float: left;
    padding: 0;
    margin:0 0 0 133px;
    width: 21px;
    height: 21px;
    background: url(/themes/site_themes/default_site/images/images/fb_sprite.jpg) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
    cursor:pointer;
}

#header .fb_button:hover {
    background-position: 0 -21px;
}
	
	
.page .wrapper {
	padding: 7px 0 14px;
	min-height: 500px; }

.page .page_banner{
    position:relative;
    height: 125px;
    margin: 44px auto 0;
    width:988px;
    background: url(/themes/site_themes/default_site/images/other-page-bg.jpg) 0 0 no-repeat;
}

.page .page_banner h1{
    color: white;
    text-shadow: #337B32 2px 2px 2px;
    line-height: 36px;
    padding: 25px 40px;
    font-style: italic;
}

.page .wrapper #sidebar {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 250px; }

.page .wrapper #subject {
	float: right;
	display: inline;
	padding: 1px 0 0;
	width: 690px; }

#footer{
        background: url(/themes/site_themes/default_site/images/footer_rt.jpg) 0 0 repeat-x;
        clear:both;
}

#footer .wrapper {
        background: url(/themes/site_themes/default_site/images/footer_dots.jpg) 0 0 no-repeat;
	padding: 0 15px;
	width: 988px;
	height: 188px;
        min-height: 188px;
	overflow: hidden;
	}

#footer .wrapper .col1, #footer .wrapper .col2, #footer .wrapper .col3{float:left;margin-right:8px;}

#footer .wrapper .col1, #footer .wrapper .col2{
        padding-left:30px;
        width:210px;
}

#footer .wrapper .col3{
        background: url(/themes/site_themes/default_site/images/footer_signup_trans.png) 0 0 no-repeat;
        padding:10px 60px 10px 30px;
        min-height:158px;
        width:388px;}

#footer h5{
    font-size:13px;
    color: #007336;
    padding:0px 0px 10px;}

#footer h4{
    font-size:17px;
    color: #007336;
    padding:0px 0px 15px;}

#footer .logo {
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 80px;
	overflow: hidden; }

#footer .left {
	float: left;
	display: inline;
	padding: 20px 0 0;
	width: 988px;
	overflow: hidden; }

#footer .txt ul{width:75%;}

#footer .txt ul li {
	margin-right: 15px;
        padding:3px 0;
	list-style-type: none;
	font-size: 12px;
        border-bottom: 1px solid #e1e1e1;
	color: #6e6e6e;
	line-height: 1.5em; }

#footer .txt ul li.last{border-bottom:none;}
	
#footer .txt p {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 1.5em; }

#footer .txt a {
	color: #6e6e6e; }

#footer .txt a:hover {
	color: #084D28; }

#footer .txt p.legal {
	margin: 8px 0 0;
	font-size: 10px; }

#footer .col3 .email_inputs{
        width:388px;
        display:block;
        float:left;
        padding-bottom:6px;
}

#footer input.email_btn{
        float: left;
        padding: 1px 0 0;
        width: 71px;
        height: 38px;
        background: url(/themes/site_themes/default_site/images/btn_send.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px;}

#footer input.email_btn:hover {
        background-position: 0 -38px;}

#sub-footer .wrapper {
	padding: 15px 15px 15px;
        min-height:0px;
	width: 988px;
        color:#666666;
        text-align:center;
	overflow: hidden;
        font-size: 11px;}

#sub-footer .wrapper a{color:#666666;}

#sub-footer .wrapper a:hover{
        text-decoration: underline;
        color:#666666;}

#sub-footer p.legal {
        margin: 3px 0 0;
        text-align:center;
}
	
/* end of Global */






/* Home */

#home {
	padding: 1px 0 35px; }

#home #promos{
    position:relative;
    height: 350px;
}

#home #promos .promos_inside {
	position: absolute;
        display:block;
        z-index:9;
	margin: 44px auto 0;
	width: 988px;
	height: 300px;
	overflow: hidden;
}

#home #promos p.ctrl {
	position: absolute;
	top: 280px;
	right: 15px;
	z-index: 9999;
	text-align: right;
	line-height: 11px; }

#home #promos p.ctrl img {
	margin: 0 3px;
	width: 11px;
	height: 11px;
	background: url(/themes/site_themes/default_site/images/promo_nav.png) 0 0 no-repeat;
	border: none; }

#home #promos p.ctrl img.active, #home #promos p.ctrl a:hover img {
	background: url(/themes/site_themes/default_site/images/promo_nav_active.png) 0 0 no-repeat; }

#home #left {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	padding: 10px 0 0;
	width: 560px; }

#home #left a.find_out_more, #home #right a.find_out_more, #catalog #subject #list .product_col .desc a.find_out_more, #contact a.find_out_more{
    font-size:13px;
    color:#959595;
    text-transform:uppercase;    
}

#home #left a.find_out_more:hover, #home #right a.find_out_more:hover, #catalog #subject #list .product_col .desc a.find_out_more:hover, #contact a.find_out_more:hover{color:#084D28;}

#home #left a.find_out_more .find_out_arrow, #home #right a.find_out_more .find_out_arrow, #catalog #subject #list .product_col .desc a.find_out_more .find_out_arrow, #blog #blog_products a.find_out_more .find_out_arrow, #contact a.find_out_more .find_out_arrow {
    width: 11px;
    font-size:10px;
    background: url(/themes/site_themes/default_site/images/find_out_button.jpg) 0 0 no-repeat;
}

#home #left .inner-content{
    display:block;
    float:left;
    width:490px;
}

#home #left .middle_shaddow{
    display:block;
    float:left;
    margin-left:50px;
    width:20px;   
}

#home #left .middle_shaddow .repeater{
    min-height:500px;
    background: url(/themes/site_themes/default_site/images/home_content_shad_rt.jpg) 0 0 repeat-y;
}

#home #left h2 {
	margin: 20px 0 0;
	font-size: 23px;
	color: #007336;
        text-shadow: #f8f8f8 1px 1px 1px;
	font-weight: bold; }

#home #left h5, #home #right h5 {
	margin: 10px 0 10px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 1.65em; }

#home #left p {
	margin: 10px 0 10px;
	font-size: 14px;
	color: #666; }

#home #left #benefits ul {
	padding: 0 0 5px 11px;
	list-style: none; }

#home #left #benefits ul li {
	padding: 8px 0 0 15px;
	font-size: 13px;
	color: #333;
	line-height: 1.25em;
	background: url(/themes/site_themes/default_site/images/bullet01.jpg) 0 14px no-repeat; }

#home #left a {
	color: #084D28; }

#home #left #products {
	float: left;
	display: inline;
	padding: 1px 0 0;
}

#home #left #products h2 {
	margin-top: 0;
}

#home #left #products div.img {
	text-align: center;
}

#home #left #products img {
	border: 1px #e2e2e2 solid;
	margin: 0 auto;
}
#home #left #products p,
#home #left #products h6 {
	padding: 0 25px;
	margin: 2px 0;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#home #left #products .btn {
	position: relative;
	margin: 4px 25px;
	padding: 0;
	width: 40px;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#home #left #products .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	width: 40px;
	height: 18px;
	cursor: pointer; 
}

#home #left #products ul {
	padding: 0px;
	list-style: none;}

#home #left #products ul li {
	list-style: none;
	float:left;
	padding: 10px 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.25em; 
	width: 150px;
}

#home #left #products ul li p.price {
	font-size: 12px;
}

#home #left #products ul li p.price span.original {
	font-weight: bold;
	text-decoration: line-through;
}

#home #left #products ul li p.price span.sale {
	margin-left: 5px;
	color: #a32d2c; 
}

#home #left #products a {
	color: #0066cc; 
}


#home #left #benefits {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 285px; 
}
	

#home #left #email_updates {
	float: right;
	display: inline;
	margin: 25px 0 0;
	padding: 1px 0 15px;
	width: 298px;
	border: 1px solid #e2e2e2; 
}

#home #left #email_updates h4 {
	padding: 0 11px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #e2e2e2; }

#home #left #email_updates label {
	display: block;
	margin: 11px 11px 0;
	font-size: 14px;
	color: #333; }

#home #left #email_updates .btn {
	position: relative;
	display: block;
	margin: 10px 11px 0;
	width: 65px;
	height: 21px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 21px;
	background: url(/themes/site_themes/default_site/images/bg_btn01.jpg) 0 0 repeat-x;
	border: 1px solid #e2e2e2; }

#home #left #email_updates .btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 21px; }

#home .panel-seperator{
        margin-top:20px;
        border-bottom: 1px solid #f0f0f0;
        width:100%;
}

#home #left .panel img{
        float:left;
        display:block;
        padding-right:25px;
}
	

#home #right {
	float: right;
	display: inline;
	margin: 0 30px 0 30px;
	padding: 10px 0 0;
	width: 338px; }

#home #right h2 {
	margin: 20px 0 0;
	font-size: 18px;
	color: #666;
	font-weight: bold; }

#home #right .box-content h2 {
	margin: 5px 0 0;
}

#home #right h3 {
	font-size: 16px;
	color: #666;
	font-weight: bold; }

#home #right p {
	margin: 0 0 15px;
	font-size: 14px;
	color: #333;
	line-height: 1.35em; }

#home #right p.author {
	margin: 0 0 15px;
	font-size: 12px;
	color: #666;
}

#home #right a {
	color: #084D28; }

#home #right ul {
	list-style: none; }

#home #right ul li {
	padding: 5px 0 0; }

#home #right ul li .pic {
	float: left;
	display: inline;
	padding: 4px 0 0;
	width: 45px;
	overflow: hidden; }

#home #right ul li .txt {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	padding: 1px 0 0;
	width: 255px;
	overflow: hidden; }

#home #right .panel-box{
        margin: 20px 0 0;
        background: url(/themes/site_themes/default_site/images/home_panelbox_rt.jpg) 0 bottom repeat-y;}

#home #right .panel-box .box-top{
        background: url(/themes/site_themes/default_site/images/home_panelbox_top.jpg) 0 top no-repeat;
        height:8px;}

#home #right .panel-box .box-content{
        padding: 12px 30px 30px;
        background: url(/themes/site_themes/default_site/images/home_panelbox_bottom.jpg) 0 bottom no-repeat;}

#home #right .panel-box h2.green{
        margin: 0px 0 0;
        color: #007336;
        font-weight: bold;
}

/* this is for the industry buttons */

#home #industry ul li{
    width:105px;
    height:104px;
    list-style: none;
    float: left;
    margin: 0px 0px 23px 23px;
    padding:0px;
    text-indent: -9999px;
    display:block;
    background: url(/themes/site_themes/default_site/images/industry_buttons.jpg) 0 0 no-repeat;
}

#home #industry ul li.new-row{
    margin: 0px 0px 23px 0px;
}

#home #industry ul li a div.fillout{
    width:105px;
    height:104px;
}

#home #industry ul li.kitchen{
    background-position: 0px -104px;}

#home #industry ul li.kitchen:hover{
    background-position: -105px -104px;}

#home #industry ul li.laundry{
    background-position: 0px 0px;}

#home #industry ul li.laundry:hover{
    background-position: -105px 0px;}

#home #industry ul li.marine{
    background-position: 0px -208px;}

#home #industry ul li.marine:hover{
    background-position: -105px -208px;}

#home #industry ul li.housekeeping{
    background-position: 0px -312px;}

#home #industry ul li.housekeeping:hover{
    background-position: -105px -312px;}

#home #industry ul li.automotive{
    background-position: 0px -416px;}

#home #industry ul li.automotive:hover{
    background-position: -105px -416px;}

#home #industry ul li.food-and-beverage{
    background-position: 0px -520px;}

#home #industry ul li.food-and-beverage:hover{
    background-position: -105px -520px;}

#home #industry ul li.engineering-and-metal{
    background-position: 0px -624px;}

#home #industry ul li.engineering-and-metal:hover{
    background-position: -105px -624px;}

#home #industry ul li.building-and-construction{
    background-position: 0px -832px;}

#home #industry ul li.building-and-construction:hover{
    background-position: -105px -832px;}

#home #industry ul li.floorcare{
    background-position: 0px -728px;}

#home #industry ul li.floorcare:hover{
    background-position: -105px -728px;}

#home #industry ul li.wine{
    background-position: 0px -936px;}

#home #industry ul li.wine:hover{
    background-position: -105px -936px;}

#home #industry ul li.corrosion{
    background-position: 0px -1040px;}

#home #industry ul li.corrosion:hover{
    background-position: -105px -1040px;}

#home #industry ul li.agriculture{
    background-position: 0px -1144px;}

#home #industry ul li.agriculture:hover{
    background-position: -105px -1144px;}

/* Special Scroll */
#client_container{position:relative; margin:0; width:288px; height:130px; padding:0 0px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#client_container .customScrollBox{position:relative; width:278px; overflow:hidden;}
#client_container .customScrollBox .horWrapper{position:relative; left:0; white-space: nowrap;}
#client_container .customScrollBox .container{position:relative; left:0; display:inline-block; *display:inline;}
#client_container .customScrollBox .content{clear:both;}
#client_container .customScrollBox .content p{padding:5px; margin:0 5px;}
#client_container .customScrollBox .content p img{margin-right:5px;}
#client_container .dragger_container{position:relative; height:10px; width: 278px; margin:0px; border-left: 1px solid #c7c7c8; border-top: 1px solid #c7c7c8; background-color: #e6e6e6; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#client_container .dragger{position:absolute; width:60px; height:9px; background-color:#44986c; margin-top:0px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#client_container .dragger_pressed{position:absolute; width:60px; height:9px; background:#007337; margin-top:0px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#client_container .scrollUpBtn,#client_container .scrollDownBtn{position:absolute; top:0; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:large; font-weight:normal; color:#C30; margin:8px 5px 0 10px; text-decoration:none;}
#client_container .scrollDownBtn{right:10px;}
#client_container .scrollUpBtn{right:50px;}
#client_container .scrollUpBtn:hover,#client_container .scrollDownBtn:hover{color:#fff;}

/* end of Home */



/* Blog Summary */

#blog_summary {
	padding: 1px 0 35px; }
	

#blog_summary #subject {
	float: right;
display: inline;
margin: 2px 30px 0 10px;
width: 690px;
overflow: hidden; }

#blog_summary #subject ul {
	list-style: none; }

#blog_summary #subject ul li {
	padding: 20px 0 0; }

#blog_summary #subject .logo {
	float: left;
	display: inline;
	width: 90px;
	overflow: hidden; }

#blog_summary #subject .news_row {
        float:left;
        display:block;
        width:690px;
	padding: 15px 0 15px;
	font-size: 14px;
	color: #333;
        border-bottom: 1px solid #f2f2f2;
	line-height: 1.25em; }

#blog_summary #subject .pic {
	float: left;
	display: inline;
	width: 170px;
	overflow: hidden; }

#blog_summary #subject .txt {
        padding-top:5px;
	float: left;
	display: inline;
	width: 520px;
	overflow: hidden; }
	

#blog_summary #subject h2 {
	font-size: 30px;
        text-shadow: #AAA 1px 1px 1px;
        font-weight: normal;
        padding: 0px 0px 6px;
        float: left;
        width: 520px;
        clear: right;
        color: #007336; }

#blog_summary #subject h2 a{
        color: #007336;
}

#blog_summary #subject h5 {
	font-size: 12px;
	color: #666;
	font-weight: normal; }

#blog_summary #subject p {
	margin: 8px 0 15px;
	color: #505757;
	line-height: 1.5em; }

#blog_summary #subject .sort_nav_block p{
        padding: 10px 25px 0 0;
        text-align:right;
        margin:0px;
        font-size:13px;
}

#blog_summary #subject .sort_nav_block p a{
        color: #38913C;}

#blog_summary #subject a {
	color: #084D28; }


#blog_summary #categories {
	position: relative;
	float: right;
	display: inline;
	margin: 25px 0 0;
	padding: 1px 0 25px;
	width: 248px;
	overflow: hidden;
	border: 1px solid #e2e2e2; }

#blog_summary #categories h5 {
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #e2e2e2; }

#blog_summary #categories ul {
	padding: 0 10px;
	list-style: none;}

#blog_summary #categories ul li {
        float:left;
        width:690px;
	padding: 10px 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.25em; }



#blog_summary #categories a {
	color: #0066cc; }

#blog_summary #categories p.rss {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 60px;
	font-size: 12px;
	color: #333;
	text-align: right; }

#blog_summary #categories p.rss img {
	vertical-align: middle;
	border: none; }
	

#blog_summary p.pagi {
	margin: 30px 0 0;
	padding: 8px 0 0 90px;
	font-size: 12px;
	color: #666;
}

#blog_summary p.pagi a {
	color: #0066cc; 
}
	
/* end of Blog Summary */



/* Blog */

#blog {
	padding: 1px 0 35px; }

#blog #pic {
	float: left;
	display: inline;
	padding: 18px 0 0;
	width: 75px;
	overflow: hidden; }


#blog #subject {
	float: left;
	display: inline;
	margin: 2px 10px 0 30px;
	width: 690px;
	overflow: hidden; }

#blog #subject h1 {
	font-size: 18px;
	color: #666;
	font-weight: bold; }

#blog #subject p {
	margin: 10px 0 15px;
	font-size: 13px;
	color: #333;
	line-height: 1.5em; }

#blog #subject p#crumbs {
	margin: 0px;}

#blog #subject a {
	color: #0066cc; }


#blog #subject p.bloginfo {
	margin: 0;
	font-size: 11px;
	color: #666;
	line-height: 1.5em; }

#blog #subject p.pagi {
	margin: 0;
	padding: 3px 10px;
	font-size: 14px;
	color: #666; }


#blog #subject .box {
	margin: 3px 0 0;
	padding: 2px 2px 2px 9px;
	border: 1px solid #e2e2e2; }

#blog #subject .box h3 {
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 19px; }

#blog #subject .box p.btn {
	float: right;
	margin: 0;
	font-size: 14px;
	line-height: 17px; }

#blog #subject .box p.btn a {
	display: inline-block;
	padding: 0 10px;
	height: 17px;
	line-height: 17px;
	background: url(/themes/site_themes/default_site/images/bg_btn01.jpg) 0 0 repeat-x;
	border: 1px solid #e2e2e2;
}


#blog #subject ul#comments {
	padding: 5px 10px 0;
	list-style: none; 
}

#blog #subject ul#comments li {
	padding: 5px;
	border-bottom: 1px solid #e2e2e2;
}

#blog #subject ul#comments li p {
	margin: 5px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.35em; }

#blog #subject ul#comments li p small {
	font-size: 10px; }

#blog #subject img{
        float:left;
        max-width: 390px;
        padding: 10px 15px 0 0;}

#blog #subject .sub_heading_content{
        padding-top:10px;
        border-top: 1px solid #e2e2e2;
}

#blog #subject .addthis_toolbox{
        float:left;
        width:690px;}

#blog #subject .date-author{
        padding:7px 0px 5px;
        float:left;
        width:690px;}

#blog #subject .date-author h5{
        font-size: 12px;
        font-style: italic;
        color: #666;
        font-weight: normal;}

#blog #add_comment {
	margin: 20px 0 0;
	padding: 8px 0 20px;
	background: #f6f6f6;
	border: 1px solid #e2e2e2; }

#blog #add_comment h4 {
	margin: 10px 0 0 2px;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	font-weight: normal; }

#blog #add_comment label {
	display: block;
	margin: 10px 15px 0;
	font-size: 14px;
	color: #333; }

#blog #add_comment label.error {
	color:#FF0000;
	display:block;
	font-size:12px;
	margin-top:0;
	padding:2px 4px 0 2px;
}

#blog #add_comment .inptxt {
	display: block;
	margin: 5px 0 0 15px;
	padding: 5px;
	width: 465px;
	overflow: auto;
	font-size: 14px;
	color: #333;
	background: #fafcfc;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #d8d8d8; 
}

#blog #add_comment .inparea {
	display: block;
	margin: 5px 0 0 15px;
	padding: 5px;
	width: 465px;
	height: 70px;
	overflow: auto;
	font-size: 14px;
	color: #333;
	background: #fafcfc;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #d8d8d8; 
}

#blog #add_comment .inpchk {
	margin: 0 0 0 15px;
}

#blog #add_comment .btn {
	position: relative;
	display: block;
	margin: 15px 15px 0;
	width: 65px;
	height: 21px;
	font-size: 14px;
	color: #0066cc;
	text-align: center;
	line-height: 21px;
	background: url(/themes/site_themes/default_site/images/bg_btn01.jpg) 0 0 repeat-x;
	border: 1px solid #e2e2e2; }

#blog #add_comment .btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 21px; }

#blog #blog_products,
#blog #categories {
	float: right;
	display: inline;
	margin: 2px 30px 0 0px;
        padding: 0 0 0 0;
        width: 195px;
	overflow: hidden;}

#blog #blog_products h5,
#blog #categories h5 {
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #e2e2e2; }

#blog #blog_products img {
	float:left;
	border: 1px #e2e2e2 solid;
	margin-right: 10px;
}
#blog #blog_products h6 {
	padding: 0 10px 7px 0;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}

#blog #blog_products h6 a{
	color: #666;}

#blog #blog_products h6 a:hover{
        color: #084D28;}

#blog #blog_products .btn {
	position: relative;
	margin: 6px 0 0;
        padding: 0;
	width: 40px;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#blog #blog_products .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	width: 40px;
	height: 18px;
	cursor: pointer; 
}

#blog #blog_products ul,
#blog #categories ul {
	padding: 5px 10px 0;
	list-style: none;}

#blog #blog_products ul li,
#blog #categories ul li {
        margin:5px;
	padding: 10px 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.25em;
        border-top: 1px solid #F2F2F2;}

#blog #blog_products ul li p.price {
	font-size: 12px;
}

#blog #blog_products ul li p.price span.original {
	font-weight: bold;
	text-decoration: line-through;
}

#blog #blog_products ul li p.price span.sale {
	margin-left: 5px;
	color: #a32d2c; 
}

#blog #blog_products a,
#blog #categories a {
	color: #0066cc; }

#blog #blog_products .find_out_more{
        margin:7px 10px 0 0;
        font-size:12px;
        color:#959595;
        text-transform:uppercase;}

#blog #blog_products a:hover{
        color: #084D28;}


#blog #categories p.rss {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 60px;
	font-size: 14px;
	color: #333;
	text-align: right; }

#blog #categories p.rss img {
	vertical-align: middle;
	border: none; }
	
/* end of Blog */






/* Shopping Cart */

#cart {
	padding: 1px 0 10px; }

#cart .wrapper .whole_screen {
        margin: 2px 30px 0;
    
}

#cart #top h1 {
	float: left;
	margin: 0 0 0 14px;
	font-family: 'Droid Serif', Arial, Helvetica, Sans Serif;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 28px; }

#cart #top p {
	float: right;
	font-size: 14px;
	color: #7b7b7b;
	text-align: right;
	line-height: 28px; }

#cart #top #crumbs{float:left;} 

#cart #top a {
	color: #084D28; }


#cart table.cart {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#cart table.cart th {
	padding: 5px 14px;
	font-size: 14px;
	color: #505757;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart table.cart th.col1 {
	text-align: left; }

#cart table.cart th.col5 {
	text-align: right; }

#cart table.cart td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border-bottom: 2px solid #ebebeb; }

#cart table.cart td.col1 {
	width: 5%; }

#cart table.cart td.col2 {
	width: 12%; }

#cart table.cart td.col3 {
	width: 58%;
	text-align: left; }

#cart table.cart td.col4 {
	width: 10%; }

#cart table.cart td.col4 form {
	width: 29px;
	margin: 0 auto;
}

#cart table.cart td.col5 {
	width: 15%;
	font-size: 14px;
	color: #505757;
	text-align: right;
	line-height: 1.5em; }

#cart table.cart td.col5 p.price {
	text-align: right;
}

#cart table.cart td.col5 p.price span.original{
	text-decoration: line-through;
	display: block;
	text-align: right;
}

#cart table.cart td.col5 p.price span.sale{
	padding-left:10px;
	display: block;
	text-align: right;
}

#cart table.cart td.col2 table {
	margin: 0;
	width: 100%; }

#cart table.cart td.col2 table td {
	padding: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart table.cart td.col3 h5 {
	font-size: 15px;
	color: #505757;
	font-weight: normal; }

#cart table.cart td.col3 p {
	margin: 4px 0 0;
	font-size: 14px;
	color: #505757; }

#cart table.cart td.col3 a {
	color: #084D28; }

#cart table.cart td.col4 input {
	padding: 4px 0 0;
	width: 27px;
	height: 19px;
	font-size: 14px;
	color: #505757;
	text-align: center;
	background: #fff;
	border: 1px solid #a7abab; }

#cart table.cart td.col5 span.sale {
	color: #a32d2c; }

#cart table.cart tr.update td .btn {
	position: relative;
        margin: 15px 0 0;
        padding: 0;
        overflow: hidden;
        font-size: 15px;
        text-align: center;
}

#cart table.cart tr.update td .btn p {
	font-size: 14px;
	color: #084D28;
	text-align: center;
	line-height: 23px; 
}

#cart table.cart tr.update td .btn input {
	float: right;
        cursor: pointer;
        padding: 1px 0 0;
        width: 111px;
        height: 37px;
        background: url(/themes/site_themes/default_site/images/btn_update.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px; }

#cart table.cart tr.update td .btn input:hover{
        background-position: 0 -37px;
}
	
#cart table.cart tr.discount td {
	padding: 10px 10px 0;
	border-bottom: none; }

#cart table.cart tr.discount td label {
	float: left;
	font-size: 14px; 
	color: #505757;
	line-height: 25px; }

#cart table.cart tr.discount td .code {
	float: left;
	margin: 0 0 0 10px;
	width: 280px;
	height: 23px;
	background: #fff;
	border: 1px solid #e2e2e2; }

#cart table.cart tr.discount td .txtinp {
	float: left;
	margin: 3px 0 0 5px;
	width: 180px;
	font-size: 14px;
	color: #505757;
	background: none;
	border: none; }

#cart table.cart tr.discount td .btn {
	position: relative;
	float: right;
	width: 75px;
	height: 23px;
	overflow: hidden;
	background: #e8e8e8; }

#cart table.cart tr.discount td .btn p {
	font-size: 14px;
	color: #505757;
	text-align: center;
	line-height: 23px; }

#cart table.cart tr.discount td .btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 23px; }

#cart table.cart tr.total td {
	padding: 10px 10px 25px; }

#cart table.cart tr.total td.ads {
	text-align: left; 
	width: 675px;
}

#cart table.cart tr.total td.summary {
	text-align: right; }

#cart table.cart tr.total td.summary p {
	margin: 4px 0 0;
	font-size: 14px;
	color: #505757;
	text-align: right;
	line-height: 1.25em; }

#cart table.cart tr.total td.summary p small {
	font-size: 10px; }

#cart table.cart tr.total td.summary p span.discount {
	color: #991111; }

#cart table.cart tr.total td.summary p a {
	color: #505757;
	text-decoration: underline; }

#cart table.cart tr.total td.summary .checkout {
	position: relative;
        margin: 15px 0 0;
        padding: 0;
        overflow: hidden;
        font-size: 15px;
        text-align: center; }

#cart table.cart tr.total td.summary .checkout a {
	float: right;
        cursor: pointer;
        padding: 1px 0 0;
        width: 111px;
        height: 37px;
        background: url(/themes/site_themes/default_site/images/btn_checkout.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px; 
}

#cart table.cart tr.total td.summary .checkout a:hover{
        background-position: 0 -37px;
}

#cart table.cart tr.total td.summary p.continue {
	margin: 15px 0 0;
	color: #7b7b7b; }

#cart table.cart tr.total td.summary p.continue a {
	color: #7b7b7b;
	text-decoration: none; }

#cart table.cart tr.total td.summary .other {
	float: right;
	display: inline;
	margin: 15px 0 0;
	text-align: right; }

#cart table.cart tr.total td.summary div.remove .btn {
	position: relative;
	float: right;
	display: inline;
	margin: 2px 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc; 
}

#cart table.cart tr.total td.summary div.remove p.discount {
	color:#A32D2C;
	display: inline;
	position: relative;
	float: right;
	white-space:nowrap;
}

#cart #selected_items {
	padding: 10px 0 0 10px; }

#cart #selected_items h2 {
	font-size: 14px;
	color: #505757;
	font-weight: bold;
	text-transform: uppercase; }

#cart #selected_items ul {
	list-style: none; }

#cart #selected_items ul li {
	float: left;
	margin: 10px 50px 0 0;
	padding: 15px 10px 20px;
	width: 220px;
	border: 1px solid #e9e9e9; }

#cart #selected_items ul li h3 {
	font-size: 13px;
	color: #000;
	font-weight: normal; }

#cart #selected_items ul li h3 a {
	color: #000; }

#cart #selected_items ul li table {
	float: left;
	display: inline;
	margin: 5px 0 0;
	width: 100px;
	border-collapse: collapse;
	border-spacing: 0; }

#cart #selected_items ul li table td {
	width: 100px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart #selected_items ul li .desc {
	float: left;
	display: inline;
	padding: 5px 0 0 14px;
	width: 105px;
	overflow: hidden; }

#cart #selected_items ul li .desc p.price {
	margin: 4px 0 0;
	font-size: 14px;
	color: #991111; }

#cart #selected_items ul li .desc p.dtl {
	margin: 4px 0 0;
	height: 35px;
	font-size: 14px;
	color: #505757; }

#cart #selected_items ul li .desc p.add {
	font-size: 14px;
	color: #084D28; }

#cart #selected_items ul li .desc p.add a {
	color: #084D28; }

	/* Buttons */

	#google_checkout {
		margin: 15px 0 0;
		float: right;
	}
	#paypal_express_checkout {
		margin: 10px 0 0;
		float: right;
	}

#cart .whole_screen h2{
    font-size: 30px;
    text-shadow: #AAA 1px 1px 1px;
    font-weight:normal;
    padding:0px 0px 15px 0px;
    float:left;
    clear:right;
    width:920px;
    color: #007336;
}

#cart a{
    color: #084D28; }

#cart .whole_screen p.bodyCopy{
    margin: 5px 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.75em;
    text-align: justify;
    width: 920px;
}
	
/* end of Shopping Cart */






/* Checkout */

#checkout {
	padding: 1px 0 0;
}
#checkout_wrapper {
	padding: 0px 0 30px; 
}

#checkout h3 {
	margin: 10px 0 0;
	font-size: 16px;
	color: #666;
	font-weight: bold; }

#checkout label {
	margin: 0 0 0 2px;
	font-size: 14px;
	color: #505757; }

#checkout label.error {
	display: block;
	font-size: 12px;
	color: #FF0000;
}

#checkout .txtinp {
	margin: 3px 0 0;
	padding: 4px 5px 0;
	height: 19px;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }

#checkout .txtarea {
	margin: 3px 0 0;
	padding: 3px 5px;
	height: 30px;
	overflow: auto;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }

#checkout select {
	margin: 3px 0 0;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }
	

#checkout .col1 {
	float: left;
	display: inline;
	margin: 2px 10px 0 30px;
	width: 500px;
	overflow: hidden; }

#checkout .col1 .customer_type {
	padding: 8px 0 0; }

#checkout .col1 .customer_type select {
	width: 255px; }

#checkout .col1 .username {
	padding: 10px 0 0; }

#checkout .col1 .username .txtinp {
	width: 245px;
	background: #fafafa; }

#checkout .col1 .username p {
	margin: 3px 30px 0 0;
	font-size: 10px;
	color: #505757;
	text-align: right; }

#checkout .col1 .username p a {
	color: #084D28; }

#checkout .col1 p.login {
	float: left;
	margin: 5px 0 15px;
	font-size: 14px;
	border: 1px solid #d3d3d3; }

#checkout .col1 p.login a {
	float: left;
	display: block;
	padding: 0 15px;
	height: 23px;
	color: #084D28;
	line-height: 23px;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x; }


#checkout .col1 .name {
	float: left;
	display: inline;
	padding: 10px 0 0;
	width: 199px; }

#checkout .col1 .name .txtinp {
	width: 160px; }


#checkout .col1 .address {
	padding: 10px 0 0; }

#checkout .col1 .address .txtinp {
	margin: 3px 0 5px;
	width: 360px; }


#checkout .col1 .country {
	padding: 15px 0 0;; }

#checkout .col1 .country select {
	margin: 3px 0 0;
	width: 372px; }

#checkout .col1 .city {
	padding: 10px 0 0; }

#checkout .col1 .city .txtinp {
	width: 360px; }

#checkout .col1 .zip {
	float: left;
	display: inline;
	padding: 10px 0 0 10px;
	width: 90px; }

#checkout .col1 .zip .txtinp {
	width: 65px; }

#checkout .col1 .state {
	float: left;
	display: inline;
	padding: 10px 0 0;
	width: 168px; }

#checkout .col1 .state select {
	width: 166px; }

#checkout .col1 .option {
	padding: 15px 0 0; }

#checkout .option {
	font-size: 14px;
	color: #666666;
}

#checkout .option a {
	color: #666666;
	font-weight: bold;
}

#checkout .option label.error {
	padding-top: 4px;
	display: block;
	font-size: 14px;
	color: #FF0000;
	text-align: right;
}

#checkout .col1 #shipping_address {display:none;}

#checkout .col2 {
	float: left;
	display: inline;
	margin: 0 0 0 11px;
	padding: 1px 0 0;
	width: 279px;
        display:none;
	overflow: hidden; }

#checkout .col2 .btn {
	position: relative;
	padding: 0;
	width: 125px;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; 
}
#checkout .col2 .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	width: 125px;
	height: 20px;
	cursor: pointer; 
}

#checkout .col2 #get_shipping_rates {
	line-height: 21px;
	cursor: pointer;
}

#checkout .col2 #get_shipping_container {
	float:right;
	margin:12px 18px 0 0;
}

#checkout .col2 #options {
}

#checkout .col2 #shipping_options, 
#checkout .col2 p.shipping {
	font-size: 14px;
	color: #505757;
	margin: 10px 5px 0;
	line-height: 1.5em;}

#checkout .col2 p.shipping label{
	font-weight: bold;
}

#checkout .col3 .ship_instr {
	padding: 10px 0 20px; }

#checkout .col3 .ship_instr .txtarea {
	width: 350px;
	height: 80px;
	background: #fafafa; }


#checkout .col2 .gateways {
	line-height:1.5em;
	margin:10px 0 0 10px;
}

#checkout .col2 .general {
	padding: 5px 0 0 5px;
	width: 240px; }

#checkout .col2 .payment_form {
	display:none;
	padding: 0 0 10px 0;
}

#checkout .col2 .general .txtinp {
	width: 228px; }

#checkout .col2 .general select {
	margin: 3px 0 0;
	width: 238px; }

#checkout .col2 .expdate_month {
	float: left;
	display: inline;
	padding: 5px 0 0 5px;
	width: 160px; }

#checkout .col2 .expdate_month select {
	width: 148px; }

#checkout .col2 .expdate_year {
	float: left;
	display: inline;
	padding: 5px 0 0;
	width: 80px; }

#checkout .col2 .expdate_year select {
	width: 78px; }
	
#checkout .col2 .card_code {
	padding: 5px 0 0 5px;
	width: 240px; 
}

#checkout .col2 .card_code .txtinp{
	width: 50px;
}

	

#checkout .col3 {
	float: left;
	display: inline;
	padding: 1px 0 0;
        margin: 2px 30px 0 10px;
	width: 364px;
	overflow: hidden; }


#checkout .col3 table {
	margin: 10px 0 0;
	width: 364px;
	border-collapse: collapse; 
	border-spacing: 0; }

#checkout .col3 table th {
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	background: #ebebeb; }

#checkout .col3 table th.col1 {
	float: none;
	display: table-cell;
	width: 150px; }

#checkout .col3 table th.col2 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: center; }

#checkout .col3 table th.col3 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: right; }

#checkout .col3 table td {
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb; }

#checkout .col3 table td.col1 {
	float: none;
	display: table-cell;
	width: 150px; }

#checkout .col3 table td.col2 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: center; }

#checkout .col3 table td.col3 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: right; }

#checkout .col3 table tfoot td {
	line-height: 1.5em;
	text-align: right;
	border: none; }
	
#checkout .col3 #subtotal_container, 
#checkout .col3 #discount_container,
#checkout .col3 #tax_container,
#checkout .col3 #shipping_container,
#checkout .col3 #total_container {
float: right;
min-width: 70px;
text-align: right;
}

#checkout .col3 table tfoot td span.discount {
	color: #991111; }


#checkout .col3 .option {
	padding: 15px 15px 0 0;
	text-align: right; }


#checkout .col3 #checkout_btn {
	position: relative;
        margin: 15px 0 0;
        padding: 0;
        overflow: hidden;
        font-size: 15px;
        text-align: center; }

#checkout .col3 .btn p {
	font-size: 15px;
	color: #084D28;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #e2e2e2; }

#checkout .col3 .btn input{
	float: right;
        cursor: pointer;
        padding: 1px 0 0;
        width: 111px;
        height: 37px;
        background: url(/themes/site_themes/default_site/images/btn_order.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px;
} 

#checkout .col3 .btn input:hover{
	background-position: 0 -37px;
} 
	
/* end of Checkout */







/* Account */

#account {
	padding: 7px 0 30px; }
	

#account #sidebar h1 {
	font-family: 'Droid Serif', Arial, Helvetica, Sans Serif;
	font-size: 20px;
	color: #333;
	font-weight: normal; }

#account #sidebar ul#submenu {
	margin: 10px 0 0;
	padding: 0 5px 10px;
	list-style: none;
	border: 1px solid #d1d1d1; }

#account #sidebar ul#submenu li {
	padding: 5px 0 0;
	font-size: 14px;
	color: #000;
	line-height: 1.25em; }

#account #sidebar ul#submenu li a {
	display: block;
	padding: 3px 9px;
	font-size: 14px;
	color: #0066cc; }
	
#account #sidebar ul#submenu li a:hover, #account #sidebar ul#submenu li.active a {
	color: #000;
	background: #ebebeb; }


#account #sidebar #questions {
	padding: 30px 5px 0; }

#account #sidebar #questions h5 {
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#account #sidebar #questions ul {
	list-style: none; }

#account #sidebar #questions ul li {
	padding: 8px 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.25em; }

#account #sidebar #questions ul li a {
	color: #666; }

#account #sidebar #questions ul li a:hover {
	text-decoration: underline; }

#account #sidebar #questions p {
	padding: 8px 0 0;
	font-size: 14px;
	color: #666; }

#account #sidebar #questions p a {
	color: #0066cc; }


#account #subject {
	position: relative; }

#account #subject #change_pw {
	display: none;
	padding: 10px 0 15px;
}

#account #subject #profile_edit label.error {
	display: block;
	color: #FF0000;
}

#account #subject #change_pw #profile_edit {padding:0;}

#account #subject #change_pw #profile_edit .txtinp {
	width: 150px;
}

#account #subject .checkout {
	position: absolute;
	top: -32px;
	right: 85px;
	width: 125px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #d3d3d3; }

#account #subject .checkout a {
	display: block;
	width: 125px;
	height: 23px;
	color: #084D28;
	text-align: center;
	line-height: 23px;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x; }


#account #subject table#profile {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#account #subject table#profile th {
	padding: 0 0 3px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2; }

#account #subject table#profile th small {
	font-size: 14px;
	font-weight: normal; }

#account #subject table#profile td {
	padding: 8px 0;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top; }

#account #subject table#profile td.col1 {
	width: 15%; }

#account #subject table#profile td.col2 {
	width: 28%; }

#account #subject table#profile td.col3 {
	width: 28%; }

#account #subject table#profile td.col4 {
	width: 29%; }

#account #subject table#profile a {
	color: #084D28; }


#account #subject table#orders {
	margin: 0;
	width: 690px;
}

#account #subject #orders_heading {
	padding: 10px 0 3px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
	
#account #subject table#orders th {
	padding: 2px 5px; 
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#account #subject table#orders th small {
	font-size: 14px;
	font-weight: normal; }

#account #subject table#orders td {
	padding: 8px 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #e2e2e2; 
}

#account #subject table#orders td.col1 {
	width: 10%; }

#account #subject table#orders td.col2 {
	width: 15%; }

#account #subject table#orders td.col3 {
	width: 35%; }

#account #subject table#orders td.col4 {
	width: 20%; }

#account #subject table#orders td.col5 {
	width: 10%; }

#account #subject table#orders td.col6 {
	width: 10%;
	text-align: right; }


#account #subject table#orders td table {
	margin: 0;
	width: 690px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #e2e2e2; }

#account #subject table#orders td table th {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: #ebebeb; }

#account #subject table#orders td table td {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top; }

#account #subject table#orders td table th.col1b, 
#account #subject table#orders td table td.col1b {
	padding-left: 14px;
	width: 15%; }

#account #subject table#orders td table th.col2b, 
#account #subject table#orders td table td.col2b {
	width: 56%; }

#account #subject table#orders td table th.col3b, 
#account #subject table#orders td table td.col3b {
	width: 15%;
	text-align: center; }

#account #subject table#orders td table th.col4b, 
#account #subject table#orders td table td.col4b {
	width: 10%;
	text-align: right; }

#account #subject table#orders td table th.col5b, 
#account #subject table#orders td table td.col5b {
	width: 4%; }

#account #subject table#orders td table tfoot td {
	text-align: right;
	line-height: 1.75em;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; }
	

#account #subject table#orders a {
	color: #084D28; }

#account #subject table#order_detail {
	margin: 0;
	width: 690px;
}

#account #subject table#order_detail h1{
	margin-top: 20px;
	font-size: 18px;
}

#account #subject table#order_detail h2 { 
	float:right;
	font-size:14px;
	font-weight:normal;
	margin:26px 0 0;
}

#account #subject table#order_detail th {
	padding: 2px 5px; 
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#account #subject table#order_detail td {
	padding: 8px 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
}

#account #subject table#order_detail td table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e2e2e2; }

#account #subject table#order_detail a {
	color: #084D28; }
	
#account #subject table#order_detail #payment_info td, 
#account #subject table#order_detail #order_totals td{
	height: 120px;
}

#profile_edit {
	position: relative;
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 100%;
	overflow: hidden; }

#profile_edit p.req{
	position: absolute;
	top: 5px;
	right: 67px;
	font-size: 10px;
	color: #666;
	text-align: right; }

#profile_edit label {
	font-size: 12px;
	color: #666; }

#profile_edit .txtinp {
	display: block;
	margin: 0 0 7px;
	padding: 5px 7px 0;
	width: 250px;
	height: 20px;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .txtinp_nospace {
	margin: 0; 
	border-bottom:none;  
}

#profile_edit .txtinp:focus {
	background: #eef5fd; }

#profile_edit .listinp {
	display: block;
	margin: 0 0 7px;
	width: 250px;
	height: 25px;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .listinp:focus {
	background: #eef5fd; }

#profile_edit .txtarea {
	display: block;
	margin: 0 0 7px;
	padding: 5px 7px;
	width: 250px;
	height: 75px;
	overflow: auto;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .txtarea:focus {
	background: #eef5fd; }

#profile_edit .check {
	margin: 10px 0 0; }

#profile_edit .btn {
	position: relative;
	margin: 20px 0 0;
    padding: 0;
	width: 100px;
	height: 23px;
	overflow: hidden;
	font-size: 15px;
	color: #0066cc;
	text-align: center;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#profile_edit .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 100px;
	height: 23px;
    cursor: pointer; }

/* end of Account */





/* Catalog */

#catalog {
	padding: 1px 0 10px; }
	

#catalog p#crumbs, #blog p#crumbs, #blog p#crumbs, #product p#crumbs, #login p#crumbs, #checkout p#crumbs {
	font-size: 14px;
	color: #666; }

#catalog p#crumbs a, #blog p#crumbs a, #product p#crumbs a, #login p#crumbs a, #checkout p#crumbs a {
	color: #666; }

#catalog p#crumbs a.remove_filter {
	font-size: 10px;
	background-color: #666;
	color: #fff;
	padding: 3px 2px 1px;
	width: 10px;
	text-align: center;
}
#catalog p#crumbs a.remove_filter:hover {
	color: #fff;
}

#catalog p#crumbs a:hover, #blog p#crumbs a:hover, #product p#crumbs a:hover, #login p#crumbs a:hover, #checkout p#crumbs a:hover{
	color: #084D28;
}


#catalog #no_results {
	margin: 2px 30px 0;
	padding: 15px 0;
	border-top: 1px solid #e2e2e2; 
}
#catalog #no_results h3 {
	color: #666;
	font-weight: normal;
}
#catalog #no_results span{
	color: #000;
	font-style: italic;
}

#catalog #sidebar, #general #sidebar, #blog_summary #sidebar {
	float: left;
	display: inline;
	margin: 2px 0 0 29px;
	padding: 0 0 0 0;
	width: 196px;
	overflow: hidden;
}

#catalog #sidebar h3, #general #sidebar h3 {
	margin: 0px 0 0 10px;
	font-size: 18px;
	color: #666;
	font-weight: bold;}

#catalog #sidebar h4, #blog #blog_products h4, #contact #subject h4  {
	margin: 4px 0 0 10px;
	font-size: 15px;
	color: #39b54a;
	font-weight: bold; }

#catalog #sidebar ul.shopby, #general #sidebar ul.shopby, #blog_summary #sidebar ul.shopby{
	list-style: none;
        padding:10px 0 20px;}

#catalog #sidebar ul.shopby li, #general #sidebar ul.shopby li, #blog_summary #sidebar ul.shopby li{
	padding: 0px 0 0 0px;
        border-top: 1px solid #efefef;
        height: 35px;
	font-size: 13px;
	color: #666;
	line-height: 1.25em; }

#catalog #sidebar ul.shopby li a, #general #sidebar li a, #blog_summary #sidebar li a{
        display:block;
        padding:9px 0px 11px 10px;
	color: #666;
}

#catalog #sidebar ul.shopby li a:hover, #catalog #sidebar ul.shopby li.active a, #general #sidebar ul.shopby li a:hover, #general #sidebar ul.shopby li.active a, #blog_summary #sidebar ul.shopby li a:hover, #blog_summary #sidebar ul.shopby li.active a{
	background: url(/themes/site_themes/default_site/images/small_category_icons.jpg) 0 -394px no-repeat;
        padding-left:30px;
        color: #084D28;}

#catalog #sidebar ul.shopby li.agriculture a:hover{
        padding-left:40px;
	background-position: 0px -434px;}

#catalog #sidebar ul.shopby li.automotive a:hover{
        padding-left:40px;
	background-position: 0px -140px;}

#catalog #sidebar ul.shopby li.building a:hover{
        padding-left:40px;
	background-position: 0px -280px;}

#catalog #sidebar ul.shopby li.corrosion a:hover{
        padding-left:40px;
	background-position: 0px -350px;}

#catalog #sidebar ul.shopby li.engineering a:hover{
        padding-left:40px;
	background-position: 0px -210px;}

#catalog #sidebar ul.shopby li.floor a:hover{
        padding-left:40px;
	background-position: 0px -242px;}

#catalog #sidebar ul.shopby li.food a:hover{
        padding-left:40px;
	background-position: 0px -172px;}

#catalog #sidebar ul.shopby li.housekeeping a:hover{
        padding-left:40px;
	background-position: 0px -105px;}

#catalog #sidebar ul.shopby li.kitchen a:hover{
        padding-left:40px;
	background-position: 0px -32px;}

#catalog #sidebar ul.shopby li.laundry a:hover{
        padding-left:40px;
	background-position: 0px 0px;}

#catalog #sidebar ul.shopby li.marine a:hover{
        padding-left:40px;
	background-position: 0px -68px;}

#catalog #sidebar ul.shopby li.wine a:hover{
        padding-left:40px;
	background-position: 0px -314px;}

#catalog #sidebar_subject_div, #general #sidebar_subject_div, #blog_summary #sidebar_subject_div, #blog #sidebar_subject_div, #contact #sidebar_subject_div, #product #sidebar_subject_div, #login #sidebar_subject_div, #checkout #sidebar_subject_div    {
        background: url(/themes/site_themes/default_site/images/menu_shadow_divider.jpg) 0 0 no-repeat;
        float:left;
        display:block;
        min-height:586px;
        margin-left:16px;
        width:17px;
}

#catalog #subject, #general #subject {
	float: right;
	display: inline;
	margin: 2px 30px 0 10px;
	width: 690px;
	overflow: hidden;}

#catalog #subject h3 {
        font-size: 30px;
        text-shadow: #AAA 1px 1px 1px;
        font-weight: normal;
        padding: 10px 0px 5px 0px;
        float: left;
        clear: right;
        width: 690px;
        color: #007336;
}

#catalog #subject #banner {
	margin: 10px 0 0;
        padding: 1px 0 0;
	width: 690px;
        background: url(/themes/site_themes/default_site/images/product_image_sep.jpg) 0 0 no-repeat;
	overflow: hidden;}

#catalog #subject #banner img{
        float:left;
        padding-left:30px;}

#catalog #subject #banner h2{
        font-size: 30px;
        text-shadow: #AAA 1px 1px 1px;
        font-weight:normal;
        padding:30px 0px 15px 15px;
        float:left;
        clear:right;
        width:345px;
        color: #007336;}

#catalog #subject #banner p{
        float:left;
        width:345px;
        font-size:15px;
        padding:0px 0px 15px 18px;
        color:#666;}

#catalog .sort_nav_block, #blog_summary .sort_nav_block{
        background-color: #f3f3f3;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        float:left;
        border-top:1px solid #d7d7d7;
        border-left:1px solid #d7d7d7;
        margin-top: 10px;
        padding:0 10px 10px;
}

#blog_summary .sort_nav_block{width:690px;}

#catalog #subject .items {
	float: right;
	display: inline;
	padding: 10px 0 0 5px;
	width: 360px;
	font-size: 13px;
	color: #666;
        text-align: right;}

#catalog #subject .items a {
	color: #666; }

#catalog #subject .items a.active {
	color: #38913c; }

#catalog #subject .sort {
	float: left;
	display: inline;
	padding: 10px 5px 0 0;
	width: 290px;
	font-size: 13px;
	color: #666;
	text-align: left; }

#catalog #subject .sort a {
	color: #666; }

#catalog #subject .sort a.active {
	color: #38913c; }


#catalog #subject #grid {
	padding: 5px 1px 10px;
	border-bottom: 1px solid #e2e2e2; }

#catalog #subject #grid ul {
	list-style: none; }

#catalog #subject #grid ul li {
	position: relative;
	float: left;
	padding: 10px 10px 0;
	width: 175px;
	height: 280px;
	overflow: hidden;
	border: 1px solid #fff; }

#catalog #subject #grid ul li:hover {
	border: 1px solid #ebebeb; }

#catalog #subject #grid ul li img {
	display: block;
	margin: 0 auto; }

#catalog #subject #grid ul li div {
	height:215px;
	overflow:hidden;
}
#catalog #subject #grid ul li p {
	margin: 5px 0 0;
	font-size: 13px;
	color: #505757;
	line-height: 1.35em; }

#catalog #subject #grid ul li p.price {}

#catalog #subject #grid ul li p.price span.original{
	text-decoration: line-through;
	font-weight: bold;
}
#catalog #subject #grid ul li p.price span.sale{
	padding-left: 5px;
	color: #FF0000;
}

#catalog #subject #grid ul li p a {
	color: #084D28; }

#catalog #subject #grid ul li img.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 195px;
	height: 270px; }


#catalog #subject #list {
	padding: 5px 0px 10px;
}

#catalog #subject #list .product_col {
        float:left;
        width:310px;
        min-height:203px;
	padding: 14px 15px;
	border-bottom: 1px solid #f2f2f2;}

#catalog #subject #list .product_row{float:left;}

#catalog #subject #list .col1{
        border-right: 1px solid #f2f2f2;
}

#catalog #subject #list .col2{
        
}

#catalog #subject #list .product_col a {
	color: #084D28; }

#catalog #subject #list .product_col .pic {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 115px;
	overflow: hidden; }

#catalog #subject #list .product_col .desc {
	float: left;
	display: inline;
	padding: 1px 0 0;
	width: 195px;
	overflow: hidden; }

#catalog #subject #list .product_col .desc h5 {
	font-size: 18px;	
	font-weight: bold;}

#catalog #subject #list .product_col .desc h5 a{
        color: #666;}

#catalog #subject #list .product_col .desc h5 a:hover{
        color: #084D28;}

#catalog #subject #list .product_col .desc p {
	margin: 10px 0 5px;
	font-size: 14px;
	color: #505757; }

#catalog #subject #list .product_col .price {
	float: right;
	padding: 1px 0 0;
	width: 100px;
	overflow: hidden;
}

#catalog #subject #list .product_col .price p {
	font-size: 14px;
	color: #505757;
	text-align: right; 
}

#catalog #subject #list .product_col p.price span.original{
	text-decoration: line-through;
	font-weight: bold;
	display: block;
	text-align: right;
}

#catalog #subject #list .product_col p.price span.sale{
	padding-left: 5px;
	color: #FF0000;
	display: block;
	text-align: right;
}

/* end of Catalog */







/* Product */

#product {
	padding: 1px 0 10px; }
	

#product p#crumbs {
	padding: 0 0 2px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e2e2e2; }

#product p#crumbs a {
	color: #666; }

#product p#crumbs a:hover {
	color: #084D28; }

#product .right {
	float: right;
	display: inline;
	margin: 2px 30px 0 0px;
	width: 355px;
	overflow: hidden; }

#product .right a {
	color: #084D28; }

#product .right #photos {
	padding: 1px 0 0;
	width: 350px; }

#product .right #photos .large {
	float: left;
	display: inline;
	padding: 2px;
	width: 252px;
	overflow: hidden;
	border: 1px solid #e2e2e2; }

#product .right #photos .large img {
	display: block;
	margin: 0 auto; }

#product .right #photos .thumbs {
	float: left;
	display: inline;
	margin: 0 0 0 7px;
	width: 81px;
	overflow: hidden; }

#product .right #photos .thumbs ul {
	list-style: none; }

#product .right #photos .thumbs ul li {
	margin: 0 0 7px;
	padding: 1px;
	width: 77px;
	overflow: hidden;
	border: 1px solid #e2e2e2; }

#product .right #photos ul li img {
	display: block;
	margin: 0 auto; }

#product .left {
	float: left;
	display: inline;
	margin: 2px 10px 0 30px;
	width: 520px;
	overflow: hidden; }

#product .left a {
	color: #084D28; }

#product .left p {
	margin: 5px 0 15px 3px;
	font-size: 14px;
	color: #666; 
	line-height: 1.5em; }

#product .left h3 {
	margin: 20px 0 0;
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#product .left #details {
	float: left;
	display: inline;
	padding: 10px 0 0;
	overflow: hidden; }


#product .left #details form {
	padding: 0 0 20px;
	border-bottom: 1px solid #e2e2e2; }

#product .left #details .price {
	margin: 0 0 14px;
	font-size: 16px;
	color: #666;
	line-height: 1.5em; }

#product .left #details p.price span.original{
	color: #000;
	text-decoration: line-through;
	display: block;
}
#product .left #details p.price span.sale{
	display: block;
	color: #FF0000;
}

#product .left #details p b {
	color: #000;
	font-weight: normal; }

#product .left #details label.error{
	color:#FF0000;
	display:block;
	font-weight:normal;
	margin:0;
	padding:0 0 0 56px;
	width:200px;
}

#product .left #details label {
	float: left;
	margin: 3px 0 0;
	width: 55px;
	overflow: hidden;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	line-height: 19px;}

#product .left #details form .inptxt {
	float: left;
	margin: 3px 0 0;
	padding: 2px 3px 0;
	width: 19px;
	height: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #505757;
	text-align: center;
	background: #fff;
	border: 1px solid #d6d6d6; }

#product .left #details select {
	min-width: 100px;
	float: left;
	margin: 3px 0 5px;
	height: 20px;
	font-size: 14px;
	color: #505757;
	text-align: left;
	background: #fff;
	border: 1px solid #d6d6d6; }

#product .left #details .btn {
	position: relative;
	margin: 15px 0 0;
        padding: 0;
	overflow: hidden;
        height:43px;
	font-size: 15px;
	text-align: center; }

#product .left #details .inpbtn {
	float: left;
        cursor:pointer;
        padding: 1px 0 0;
        margin-top:3px;
        width: 111px;
        height: 37px;
        background: url(/themes/site_themes/default_site/images/btn_cart.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px;
}

#product .left #details .inpbtn:hover {
        background-position:0 -37px;
}

#product .left #details .inpbtnEnquire {
        display:block;
        float:left;
	position: relative;
        margin: 0px 0 0;
        padding: 0;
        width:191px;
        overflow: hidden;
        font-size: 15px;
        text-align: center; }

#product .left #details .inpbtnEnquire a {
	float: right;
        cursor: pointer;
        padding: 0px 0 0;
        width: 191px;
        height: 40px;
        background: url(/themes/site_themes/default_site/images/btn_enquire.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px;
}

#product .left #details .inpbtnEnquire a:hover{        
        margin-top:3px;
        background-position: 0 -41px;
}

#product .left #details #shipping {
	padding: 0 0 20px;
	border-bottom: 1px solid #e2e2e2; }

#product .left #details #shipping p {
	margin: 20px 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.35em; }


#product .left #details #features {
	padding: 0 0 20px;
	border-bottom: 1px solid #e2e2e2; }

#product .left #details #features h3 {
	margin: 20px 0 0;
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#product .left #details #features p {
	margin: 14px 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.35em; }

#product .left #details #features ul {
	padding: 1px 0 0 4px;
	list-style: none; }

#product .left #details #features ul li {
	padding: 10px 0 0 16px;
	font-size: 14px;
	color: #666;
	line-height: 1.35em;
	background: url(/themes/site_themes/default_site/images/bullet02.jpg) 0 15px no-repeat; }


#product .left #adv {
	float: right;
	display: inline;
	padding: 1px 0 0;
	width: 180px;
	overflow: hidden; }

#product .left #adv ul {
	list-style: none; }

#product .left #adv ul li {
	padding: 15px 0 0; }


#product .left #related {
	padding: 20px 0 0; }

#product .left #related h3 {
	padding: 0 0 10px;
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#product .left #related ul {
	list-style: none; }

#product .left #related ul li {
	float: left;
	display: inline;
	width: 150px;
	height: 245px;
	overflow: hidden; }

#product .left #related ul li.even {
	float: right; }

#product .left #related ul li .pic {
	width: 150px;
	overflow: hidden; }

#product .left #related ul li h5 {
	margin: 0px 5px 0 15px;
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#product .left #related ul li p {
	margin: 5px 5px 0 15px;
	font-size: 11px;
	color: #666; }

/* end of Product */







/* General */

#general {
	padding: 1px 0 50px; }
	

#general p#crumbs, #blog_summary p#crumbs, #contact p#crumbs {
	padding: 0 0 2px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e2e2e2; }

#general p#crumbs a, #blog_summary p#crumbs a, #contact p#crumbs a  {
	color: #666; }

#general p#crumbs a:hover, #blog_summary p#crumbs a:hover, #contact p#crumbs a:hover {
	color: #084D28; }


#general #main {
	margin: 15px auto 0;
	padding: 1px 0 0;
	width: 820px; }
	
#general #main a {
	color: #084D28; }

#general #main h2 {
        font-size: 30px;
        text-shadow: #AAA 1px 1px 1px;
        font-weight: normal;
        padding: 0px 0px 6px;
        float: left;
        clear: right;
        width: 690px;
        color: #007336;

}

#general #main h3 {
	margin: 20px 0 5px;
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#general #main p {
	margin: 5px 0 20px;
	font-size: 14px;
	color: #333;
	line-height: 1.75em;
	text-align: justify;
        width:690px;}

#general #main ul {
	margin: 5px 0 0 4px;
	list-style: none; }

#general #main ul li {
	padding: 0 0 10px 16px;
	font-size: 14px;
	color: #333;
	line-height: 1.35em;
	background: url(/themes/site_themes/default_site/images/bullet02.jpg) 0 5px no-repeat; }

#general #main img{float:left;}

/* end of General */

/* Contact */

#contact {
	padding: 1px 0 35px; }

#contact #subject {
        float: left;
        display: inline;
        margin: 2px 10px 0 30px;
        width: 510px;
        overflow: hidden;
}

#contact h3 {
	margin: 15px 0px 0px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

#contact #subject h4  {
	margin: 4px 0 10px;
	font-size: 15px;
	color: #39b54a;
	font-weight: bold; }

#contact #sidebar {
        float: right;
        display: inline;
        margin: 24px 30px 0 10px;
        padding: 0 0 0 0;
        width: 365px;
        overflow: hidden;
}

#contact .contact-container{
        display:block;
        float:left;
        margin: 10px 0 0;
}

#contact .contact-container .profile-pic{
        float:left;
        width:127px;
        margin-right:20px;
}

#contact .contact-container .contact-info{
        float:left;
        font-size: 14px;
        width:360px;
        color: #505757;
}

#contact .contact-container .google-map{
        float:left;
        padding:7px 0 10px;
        border-bottom: 1px solid #F2F2F2;
}

#contact .contact-container .google-map p{padding-top:7px;}

#contact h5 {
	width: 400px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 1.75em; }

#contact a {
	color: #084D28; }
	

#contact form {
	position: relative;
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 400px;
	overflow: hidden; }

#contact form p.req{
	position: absolute;
	top: 5px;
	right: 67px;
	font-size: 10px;
	color: #666;
	text-align: right; }

#contact form label {
	font-size: 14px;
	color: #505757; }

#contact form .txtinp {
	display: block;
	margin: 0 0 7px;
	padding: 5px 7px 0;
	width: 328px;
	height: 20px;
	font-size: 12px;
	color: #39B54A;
	border: 1px solid #cecece; }

#contact form .selinp {
	display: block;
	margin: 0;
	padding: 0;
	width: 344px;
	height: 25px;
	font-size: 12px;
	color: #39B54A;
	border: 1px solid #cecece; }

#contact form .txtarea {
	display: block;
	margin: 0;
	padding: 5px 7px 0;
	width: 328px;
	height: 225px;
	font-size: 12px;
	color: #39B54A;
	border: 1px solid #cecece; }

#contact .email_btn {
        float: right;
        padding: 7px 50px 0;
        width: 47px;
        height: 36px;
        background: url(/themes/site_themes/default_site/images/btn_go.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px;}

#contact .email_btn:hover {
        background-position: 0 -36px;
}

#contact form .txtinp_nospace {
	margin: 0; 
	border-bottom:none;  
}

#contact form .txtinp:focus {
	background: #F7F7F7; }

#contact form .listinp {
	display: block;
	margin: 0 0 7px;
	width: 334px;
	height: 25px;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#contact form .listinp:focus {
	background: #F7F7F7; }

#contact form .txtarea:focus {
	background: #F7F7F7; }

#contact form .check {
	margin: 10px 0 0; }

#contact form .btn {
	position: relative;
	margin: 20px 0 0;
    padding: 0;
	width: 100px;
	height: 23px;
	overflow: hidden;
	font-size: 15px;
	color: #0066cc;
	text-align: center;
	background: url(/themes/site_themes/default_site/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#contact form .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 100px;
	height: 23px;
    cursor: pointer; }


#contact #info {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 1px 0 0;
	width: 185px;
	overflow: hidden; }

#contact #info p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #666; }

#contact #info ul {
	list-style: none; }

#contact #info ul li {
	padding: 3px 0 0 9px;
	font-size: 12px;
	color: #666;
	line-height: 1.25em;
	background: url(/themes/site_themes/default_site/images/bullet02.jpg) 0 7px no-repeat; }

#contact #info ul li ul li {
	background: url(/themes/site_themes/default_site/images/bullet03.jpg) 0 9px no-repeat; }
	

#contact #directions {
	float: right;
	display: inline;
	padding: 15px 0 0;
	width: 305px;
	overflow: hidden; }

#contact #directions p {
	margin: 5px 35px 15px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.35em; }

/* end of Contact */






/* Login */

#login {
	padding: 1px 0 150px; }

#login #main h3 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #666;
	font-weight: bold; }

#login p#crumbs, #checkout p#crumbs{
        margin:0px 30px 10px;
        border-bottom: 1px solid #E2E2E2;
}
	
#login #main a {
	color: #084D28; }


#login #main form {
	 }

#login #main form label {
	font-size: 14px;
	display: block;
	color: #505757;
	padding-top:10px;
}
#login #main form label.error { 
	padding-top:2px;
	color:#FF0000;
	display:block;
	font-size:12px;
}

#login #main form .txtinp {
	margin: 2px 30px 2px 0;
	padding: 5px 7px 0;
	height: 20px;
	font-size: 12px;
	color: #666;
	background: #fafafa;
	border: 1px solid #d4d4d4; }

#login #main form .txtinp2 {
	display: inline;
	float: left;
	margin: 2px 0 2px;
	padding: 5px 7px 0;
	width: 238px;
	height: 20px;
	font-size: 12px;
	color: #666;
	background: #fafafa;
	border: 1px solid #d4d4d4; }

#login #main form .btn {
	position: relative;
        margin: 15px 0 0;
        padding: 0;
        overflow: hidden;
        font-size: 15px;
        text-align: center;}

#login #main form .inpbtn {
	float: left;
        cursor: pointer;
        padding: 1px 0 0;
        width: 79px;
        height: 37px;
        background: url(/themes/site_themes/default_site/images/btn_submit.jpg) 0 0 no-repeat;
        border: none;
        text-indent: -9999px; }

#login #main form .inpbtn:hover{
        background-position: 0 -37px
}

#login #main #login_form {
	float: left;
	display: inline; }

#login #main #login_form p {
	margin: 0;
	width: 253px;
	text-align: right; }

#login #main #login_form .txtinp,
#login #main #password_form .txtinp {
	display: block;
	width: 239px; }
	

#login #main #register_form {
	display: inline; }

#login #main #register_form .txtinp {
	float: left;
	display: inline;
	width: 96px; }

#login #main #register_form label {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 120px; }

#login #main #password_form p {
	font-size: 14px;
	width: 560px;
}

#login #main .signup {
        float: left;
        display: inline;
        margin: 2px 10px 0 30px;
        width: 270px;
        overflow: hidden;
}

#login #main .forgot {
        float: left;
        display: inline;
        margin: 2px 10px 0 30px;
        width: 670px;
        overflow: hidden;
}

#login #main .register{
        float: right;
        display: inline;
        margin: 2px 30px 0 10px;
        padding: 0 0 0 0;
        width: 575px;
        overflow: hidden;
}

/* end of Login */