@charset "utf-8";
/* CSS Document */
/*
Theme Name: Smart Lead
Theme URI: http://localhost
Description: Ecommerce Theme
Author: Kamlesh Dudi
Author URI: http://localhost
*/

@font-face 
{
    font-family: 'itc_avant_garde_std_bkregular';
    src: url('font/itcavantgardestd-bk-webfont.eot');
    src: url('font/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/itcavantgardestd-bk-webfont.woff') format('woff'),
        url('font/ITCAvantGardeStd-Bk.otf') format('truetype'),
        url('font/itcavantgardestd-bk-webfont.svg#itc_avant_garde_std_bkregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'haettenschweilerregular';
    src: url('font/haettenschweiler-regular-webfont.eot');
    src: url('font/haettenschweiler-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/haettenschweiler-regular-webfont.woff') format('woff'),
        url('font/haettenschweiler-regular-webfont.ttf') format('truetype'),
        url('font/haettenschweiler-regular-webfont.svg#haettenschweilerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'itc_avant_garde_std_mdregular';
    src: url('font/itcavantgardestd-md-webfont.eot');
    src: url('font/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/itcavantgardestd-md-webfont.woff') format('woff'),
        url('font/ITCAvantGardeStd-Md.otf') format('truetype'),
        url('font/itcavantgardestd-md-webfont.svg#itc_avant_garde_std_mdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'itc_avant_garde_gothic_demiRg';
    src: url('font/itc_avant_garde_gothic_demi-webfont.eot?#iefix') format('embedded-opentype');
    src: url('font/itc_avant_garde_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/itc_avant_garde_gothic_demi-webfont.woff') format('woff'),
        url('font/itc_avant_garde_gothic_demi-webfont.ttf') format('truetype'),
        url('font/itc_avant_garde_gothic_demi-webfont.svg#itc_avant_garde_gothic_demiRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family : "ITCAvantGardeStd-Bold";
    src: url('font/ITCAvantGardeStd-Bold.eot');
    src: url('font/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('font/ITCAvantGardeStd-Bold.otf') format('truetype'),
        url('font/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    margin:auto; 
    padding:auto; 
    font-family:calibri; 
    font-size:14px; 
    color:#fff; 
    background:url(./images/main_bg.png) repeat-x #101011;
}

#waper
{
    width:1024px; height:auto; margin:auto;
} 

.waper_in
{
    width:1024px; height:auto; float:left; 
}

.header
{
    width:auto; height:auto; float:left;
}
.header_top_nav
{
    width:1024px; height:auto; float:left; margin:0px; padding:0px;
}

.menu_left
{
    width:11px; height:95px; float:left; background-image:url(./images/nav_bg_left.png); background-repeat:no-repeat; margin-left:12px;
}

.menu_mid
{
    width:953px; height:95px; float: left; background-image:url(./images/nav_bg_mid.png); background-repeat:repeat-x; padding:0 	12px 0 12px;
}
.menu_right
{
    width:11px; height:95px; float:left; background-image:url(./images/nav_bg_right.png); background-repeat:no-repeat;
}
.logo
{
    height:95px; float:left;
}
.logo img {
    padding-top: 4px;
}
.find
{
    width:161px; height:28px; float:left;
}
.find_text
{
    width:70px; height:23px; float:left; text-shadow: #000000 0px 1px 1px; font-size:16px; padding-top:4px; font-family: Haettenschweiler; letter-spacing: 1px;
}
.icon
{
    width:30px; height:25px; float:left; padding-top:3px;
}
.top_nav
{
    height:28px; float:right;
}
.top_nav .current-menu-item a
{ 
    font-family: haettenschweilerregular; font-size:16px; text-decoration: underline; color:#FFFFFF;
}
.top_nav ul
{
    height:28px; list-style:none; margin:5px 0 0 0; float:left; padding:0px;
}

.top_nav ul li
{
    background:url(./images/homenav_bg.png) no-repeat right 4px;text-shadow: #000000 0px 1px 2px; display:inline; margin-right:4px; padding-right:14px;
}
.menu-item-last
{
    background:none  !important; padding-right:0px !important;
}
.top_nav ul li a
{
    font-family: haettenschweilerregular; font-size:16px; letter-spacing:1px;text-decoration:none; color:#FFFFFF;
}
.top_nav ul li a:hover
{
    font-family: haettenschweilerregular; font-size:16px; text-decoration: underline; color:#FFFFFF; letter-spacing:1px;
}
.main_nav
{
    height:61px; float:left;width:77%;
}
.main_nav ul
{
    height:61px; list-style:none; margin:0px; padding:0px;
}
.main_nav ul li
{
    background:url(./images/nav_line.png) right no-repeat; 
    padding:16px 12px 21px 13px; 
    text-shadow: #000000 0px 1px 2px; 
    display:inline; 
    width:auto; 
    height:auto;
    float: left;
}
#firstmenuchild
{
    padding-left:0px; letter-spacing: 1px;
}
#lastmenuchild
{
    background:none; padding-right:0px;
}
.main_nav ul li a
{
    color:#FFFFFF; text-decoration:none; font-family: haettenschweilerregular; font-size:23px; letter-spacing: 1px;
}
.main_nav ul li a:hover
{
    color:#f57c1d; text-decoration:none;font-family: haettenschweilerregular; font-size:23px; letter-spacing: 1px;
}
.main_nav .current-menu-item a
{ 
    color:#f57c1d ! important ; text-decoration:none;
}

.search_box
{
    float:right; background: url(./images/serchbox.png) no-repeat; width:230px; height:40px; margin:-6px 20px 0 0;
}
.texttype_box
{
    width:182px; height:22px; float:left; display:inline-block; margin:6px 0 0 12px;
}
.texttype_lable
{
    font-family:haettenschweilerregular; font-size:16px; letter-spacing: 1px;
}
.textbox
{
    width:121px; height:17px; box-shadow: 0px 1px 4px #000;-moz-box-shadow: 0px 1px 4px #000;-webkit-box-shadow: 0px 1px 4px #000;-o-box-shadow: 0px 1px 4px #000; padding-left:5px;
}
.gobut
{
    width:30px; height:20px; float:right; margin-top:0px;
}
.gobut a
{
    color:#FFFFFF; font-size:16px; font-family:haettenschweiler; background:url(./images/go_arrow.png) right center no-repeat; text-decoration:none; padding-right:7px;
}

.gobut a:hover
{
    color:#f6fa08; font-size:16px; font-family:haettenschweiler; background:url(./images/go_arrow2.png) right center no-repeat; text-decoration:none; padding-right:7px;
}
.banner
{
    width:998px; height:302px; float:left;
}
.banner_textbox
{
    width:502px; height:97px; float:left; background:#FFFFFF; opacity:0.9;filter:alpha(opacity=90); margin:173px 0 23px 64px; padding:6px 0 0 20px; font-family: itc_avant_garde_std_mdregular; font-size:17px; color:#f26522;
}
.bannertext_span
{ 
    font-size:18px; font-family: itc_avant_garde_std_mdregular; color:#f57c1d;
}
#searchform
{
    margin-top: 6px; padding-left: 12px;
} 
#searchsubmit1 
{
    border: medium none;
    margin-left: -17px; 
    color:#FFFFFF; 
    font-size:16px; 
    font-family:haettenschweilerregular; 
    background:url(./images/go_arrow.png) right 4px no-repeat; 
    text-decoration:none; 
    padding-right:14px;
}                      
#searchsubmit1:hover
{
    color:#f6fa08; 
    font-size:16px; 
    margin-left: -17px; 
    font-family:haettenschweilerregular; 
    background:url(./images/go_arrow2.png) 
        right 4px no-repeat; 
    text-decoration:none; 
    padding-right:14px;
}  

/*--------------------------slider_css--------------------------------*/

.slider
{
    width:958px; 
    height:auto; 
    float:left; 
    padding-left:65px;
}
.ca-nav span.ca-nav-next
{
    background-position:top right;
    left:auto;
    right:-60px;
}
.ca-nav span
{
    width:58px;
    height:104px;
    background:transparent url(./images/arrows.png) no-repeat top left;
    position:absolute;
    top:50%;
    margin-top:-19px;
    left:-40px;
    text-indent:-9000px;
    opacity:0.7;
    cursor:pointer;
    z-index:100;
}

.ca-container
{
    position:relative;
    width:990px;
    height:333px;
}
.ca_wapper
{
    background:url(./images/box_slider_bg_mid.png) repeat-x; 
    float:left; 
    height:317px; 
    width:841px;
}
.ca-wrapper
{
    width:840px;
    height:210px;
    position:relative;
    background: #FFFFFF;
    float:left;
}
.ca-wrapper_heading
{ 
    height:37px; 
    width:841px; 
    float:left; 
    font-size:23px; 
    color:#fff; 
    text-align:center; 
    padding-top:18px; 
    text-shadow: 1px 1px #7d4900; 
    font-family:"ITCAvantGardeStd-Bold";
}
.ca-wrapper_heading1
{ 
    height:37px; 
    width:580px; 
    float:left; 
    font-size:21px;
    padding-top:0px; 
    color:#fff;  
    text-shadow:1px 1px 1px #897c63; 
    font-family: "haettenschweilerregular"; 
    letter-spacing:1px;
}
.ca-wrapper_heading1 a
{ 
    color:#fff; 
    text-decoration:none;
}
.ca-wrapper_heading1 a:hover
{ 
    color:#fff; 
    text-decoration: underline;
}
.ca-wrapper_heading1 #Active
{ 
    color:#fff; 
    text-decoration: underline;
}
.ca-wrapper_left
{
    background:url(./images/box_slider_bg_left.png) no-repeat; 
    height:317px; 
    width:28px; 
    float:left;
}
.ca-wrapper_right
{
    background:url(./images/box_slider_bg_right.png) no-repeat; 
    height:317px; 
    width:28px; 
    float: left;
}
.ca-item
{
    position:relative;
    float:left;
    width:210px;
    height:140px;
    padding:20px 0 30px 0;
}
.ca-nnsd
{
    float:right;
    text-align:center;
    position:relative;
}
.ca-more
{
    font-weight: normal;
    text-decoration:none;
    text-align:center;
    font-family: haettenschweiler, Helvetica, sans-serif;
    font-style: normal;
    color:#406618;
    font-size:16px;
    line-height:18px;
    float:left;
    padding:0px 16px;
    background:url(./images/green_arrow.png) right 5px no-repeat; 
    text-shadow:1px 1px 1px #897c63;
    letter-spacing:2px;
    margin:-5px 0 0 -1px;
}
.ca-close
{
    position:absolute;
    top:10px;
    right:10px;
    background:#fff url(./images/cross.png) no-repeat center center;
    width:27px;
    height:27px;
    text-indent:-9000px;
    outline:none;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    opacity:0.7;
}
.ca-close:hover
{
    opacity:1.0;
}
.ca-item-main
{
    position:absolute;
    background:#fff;
    overflow:hidden;
    width:202px;
    padding:10px 0;
    margin-left:3px; 
    border:2px dashed #FFF;
}
.ca-item-main:hover, .ca-item-main#active 
{
    border:2px dashed #f15a24; 
    width:202px; 
    margin-left:3px;
}
.ca-icon
{
    width:180px;
    height:88px;
    padding: 0px 15px;
    position:relative;
    margin:0 auto;
    text-align:center;
}

.ca-item h3
{
    font-family: haettenschweiler, Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:20px;
    color:#f57c1d;
    margin-bottom:0px;
    height:30px;
    text-align: left;
    text-shadow: 0px 1px 1px #e4ebe9;
    display:block;
    position:relative;
    margin-left:15px;
}
.ca-item h3 a
{
    text-decoration:none; color:#f57c1d;
}
.ca-item h3 a:hover
{ 
    text-decoration:none; 
    color:#f57c1d;
}
.ca-item h4
{
    font-family: "Georgia","Times New Roman",serif;
    font-style:italic;
    font-size:12px;
    text-align:left;
    border-left:10px solid #b0ccc6;
    padding-left:10px;
    line-height:24px;
    margin:10px;
    position:relative;
}
.ca-item h4 span
{
    text-indent:40px;
    display:block;
}
.ca-item h4  span.ca-quote
{
    color:#f4eee3;
    font-size:100px;
    position:absolute;
    top:20px;
    left:0px;
    text-indent:0px;
}
.ca-content-wrapper
{
    background:#b0ccc6;
    position:absolute;
    width:0px; /* expands to width of the wrapper minus 1 element */
    height:440px;
    top:5px;
    text-align:left;
    z-index:10000;
    overflow:hidden;
}
.ca-content
{
    width:660px;
    overflow:hidden;
}
.ca-content-text
{
    font-size: 14px;
    font-style: italic;
    font-family: "Georgia","Times New Roman",serif;
    margin:10px 20px;
    padding:10px 20px;
    line-height:24px;
}
.ca-content-text p
{
    padding-bottom:5px;
}
.ca-content h6
{
    margin:25px 20px 0px 35px;
    font-size:32px;
    padding-bottom:5px;
    color:#000;
    font-family: 'Coustard', sans-serif;
    color:#60817a;
    border-bottom:2px solid #99bcb4;
    text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul
{
    margin:20px 35px;
    height:30px;
}
.ca-content ul li
{
    float:left;
    margin:0px 2px;
}
.ca-content ul li a
{
    color:#fff;
    background:#000;
    padding:3px 6px;
    font-size:14px;
    font-family: "Georgia","Times New Roman",serif;
    font-style:italic;
}
.ca-content ul li a:hover
{
    background:#fff;
    color:#000;
    text-shadow:none;
}
.ca-nav span
{
    width:58px;
    height:104px;
    background:transparent url(./images/arrows.png) no-repeat top left;
    position:absolute;
    top:27%;
    margin-top:25px;
    left:-45px;
    text-indent:-9000px;
    opacity:0.7;
    cursor:pointer;
    z-index:100;
}
.ca-nav span.ca-nav-next{
    background-position:top right;
    left:auto;
    right:47px;
}
.ca-nav span:hover{
    opacity:1.0;
}
/*---------slider_css_end----------*/


/*-- product_box_start--*/                                             
.product
{
    width:885px; 
    height:340px; 
    height:auto;
    padding-left:65px; 
}

.product_heading
{
    width:881px; height:37px; float:left; text-align:center; font-size:23px; color:#598527; font-family: ITC Avant Garde Std Md, Helvetica, sans-serif; background:#FFFFFF; opacity:0.85; margin-bottom:4px; padding-top:10px;
}
.product_box
{
    width:272px;
    height:auto;
    float:left;
    margin-right:3px;
    background: url(./images/product_box_bg.png) repeat-x;
    opacity:0.85; 
    color:#406618; 
    font-size:12px; 
    font-family:haettenschweiler, Arial, Helvetica, sans-serif; 
    padding:15px 0 20px 20px;
}
.product_box h1
{
    font-size:23px; 
    margin:0px; 
    padding:0px; 
    font-weight:normal; 
    letter-spacing:1px;
} 
.product_box p
{
    font-size:16px; margin:0px 0 10px 0; padding:0px; font-weight:normal; letter-spacing:1px; height:47px;
} 
.product_box_text
{
    font-size:12px; padding:0px 16px 0 0; font-weight:normal; font-family:Arial, Helvetica, sans-serif; float:left; width:115px; height:105px; overflow:hidden;
}
.product_image
{
    float:right;
}
.findoutmore a
{
    text-decoration:none;
}
.product_but{
    width:114px; 
    height:20px;
    font-weight: normal;
    text-decoration:none;
    text-align:center;
    font-family: haettenschweiler, Helvetica, sans-serif;
    font-style: normal;
    color:#406618;
    font-size:18px;
    line-height:18px;
    float:left;
    padding:0px 17px 0 0;
    background: url(./images/green_arrow2.png) right 3px no-repeat; 
    text-shadow:1px 1px 1px #897c63;
    letter-spacing:2px;
    margin-bottom:37px;

}
a .product_but
{
    text-decoration:none; color:#406618; background: url(./images/green_arrow2.png) right 3px no-repeat; text-shadow:1px 1px 1px #897c63; padding:0px 17px 0 0; width:114px; height:20px;
}
a:hover .product_but
{
    text-decoration:none; color:#fff; background: url(./images/white_arrow.png) right 3px no-repeat; text-shadow:1px 1px 1px #897c63;padding:0px 17px 0 0; width:114px; height:20px;
}
.product_box:hover
{
    width:272px; height:auto; float:left; margin-right:3px; background: url(./images/you_know_bg.png) no-repeat; color:#fff; font-size:12px; font-family:haettenschweiler, Arial, Helvetica, sans-serif; padding:15px 0 20px 20px; text-decoration:none;
}
/*--product_box_END--*/
.wework_box
{
    width:550px; height:254px; float:left;
}
.oldlogo
{
    height:90px; float:left;
}
.wework_text
{
    width:53%; height:100px; float:left; font-size:17px; font-family: ITC Avant Garde Gothic Std, arial, Helvetica; color:#fff; font-weight:bold;padding-left:2px;
}
.blue
{
    color:#029299;
}
.textin_wbox
{
    width:366px; height:105px; float:left; background:url(./images/werkbox_textbg.png) repeat-y; padding:14px 0 0 18px;
}
.textin_wbox p
{
    margin:0px 0 10px 0;
}
.wework_but
{

    height:20px;
    font-weight: normal;
    text-decoration:none;
    text-align:center;
    font-family: haettenschweilerregular, Helvetica, sans-serif;
    font-style: normal;
    color:#fff;
    font-size:18px;
    line-height:18px;
    padding:0px 17px 0 0;
    text-shadow:1px 1px 1px #897c63;
    letter-spacing:2px;
    margin-bottom:37px;
    float:left;
}
.wework_main
{
    float: left;
    height: auto;
    width: 385px;
}
.wework_but a
{ 
    text-decoration:none; 
    color:#fff; 
    background: url(./images/white_arrow.png) right 3px no-repeat; 
    text-shadow:1px 1px 1px #897c63; 
    padding:0px 17px 0 0; 
    width:114px; 
    height:20px;
}
.wework_but a:hover
{
    text-decoration:none; 
    color:#fff; 
    background: url(./images/white_arrow.png) right 3px no-repeat; 
    text-shadow:1px 1px 1px #897c63;
    padding:0px 17px 0 0; 
    width:114px; 
    height:20px;
}
.wework_img{width:139px; height:230px; float:left; margin-left: -10px;}
.secured_box
{
    width:310px; 
    height:192px; 
    float:left; 
    background:#b11c00; 
    box-shadow:inset 0px 1px 50px 3px #5c0a01; 
    padding:17px 0 0 24px;
}
.secured_heading 
{
    height:37px;
}
.secured_heading h3
{
    margin:0; 
    font-size:25px; 
    color:#FFFFFF; 
    font-family: ITC Avant Garde Gothic Std, arial, Helvetica; 
    font-weight:bold;
}
.secured_box p
{
    margin:0; 
    font-size:13px; 
    color:#FFFFFF; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal;
}
.addtocart_img
{
    width:150px;
    height:187px; 
    float:right; 
    position:relative; 
}

.secured_text
{
    width:160px;
    float:left;
}
/*---take it---*/
.secured_text a 
{
    color:#fff; 
    background: url(./images/white_arrow.png) right 11px no-repeat; 
    padding:10px 16px 0 0; 
    text-decoration:none;
    float:left;
    font-family: haettenschweilerregular, Helvetica, sans-serif;
    font-style: normal;
    color:#fff;
    font-size:18px;
    line-height:18px;
    letter-spacing:1.2px;     
}
.secured_text a:hover
{
    text-decoration:none; 
    color:#fff; 
    background: url(./images/white_arrow.png) right 11px no-repeat; 
    padding:10px 16px 0 0; 

}
/*--------FOOTER--------*/
#footer
{
    width:1024px; 
    height:36px; 
    background:#464646; 
    margin:auto; 
    clear:both;
}
.footer
{
    width:990px; 
    margin:auto; 
    height:36px; 
    font-family: ITC Avant Garde Gothic Std, arial, Helvetica; 
    font-size:13px; 
    color:#FFFFFF;
}
.footer_nav
{
    float:left;
}
.footer_nav .current-menu-item a
{ 
    text-decoration: underline; 
    color:#FFFFFF;
}
.footer_text
{
    float:right; padding:1.1% 6% 0 0; font-size:13px; color:#FFFFFF; font-weight:bold;word-spacing: 1px;
}
.footer_nav ul 
{ 
    padding-top:1.6%;
    margin-top:0px;
}
.footer_nav ul li
{
    background:url(./images/homenav_bg.png) no-repeat right 4px; 
    margin-right:5px; 
    letter-spacing:1px; 
    list-style-type:none; 
    display:inline-block; 
    width:auto; 
    font-weight:bold;
    float: left;
    padding: 0px 12px 0px 7px;
}
.footer_nav ul li a
{ 
    text-decoration:none; 
    color:#FFFFFF;
}
.footer_nav ul li a:hover
{ 
    text-decoration: underline; 
    color:#FFFFFF;
}
/*----------------------------------------------------------products_detail_page----------------------------------------------------------*/
.middle
{
    height:auto;
    width: auto;
    float:left;

}
.shopby_box
{
    width:962px; 
    height:auto; 
    float:left; 
    background:url(./images/shopby_bg1.png) repeat; 
    margin-left:20px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    box-shadow: 0 2px 10px #323131, 0 -2px 10px #323131; 
    padding:8px 0 0 18px;
    position:relative;
}
.shopby_textbox
{
    width:231px; 
    height:36px; 
    float: right;
}
.shopby_text
{
    width:75px; 
    height:36px; 
    float:left; 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:22px; 
    color:#fff;
}
.shopby_serchbox
{
    width:123px; 
    height:11px; 
    float: left; 
    margin-top:4px;
}
.orange
{ 
    color: #F57C1D;
}
.shopby_sercharea
{
    width:123px; 
    height:11px; 
    float: left; 
    box-shadow: 0px 1px 2px #7b2e00;
    -moz-box-shadow: 0px 1px 2px #7b2e00;
    -webkit-box-shadow: 0px 1px 2px #7b2e00;
    -o-box-shadow: 0px 1px 2px #7b2e00; 
    margin:8px 3px 0 0;
}
.shopby_sercharrow
{
    width:18px; 
    height:17px; 
    float:left; 
    margin:9px 0 0 10px;
}
.shop_but_box
{
    width:960px; 
    height:auto; 
    float:left;
}
.shop_but_box ul
{ 
    list-style-type:none; 
    display:inline-block; 
    margin-top:-22px; 
    padding:0px; 
    width:auto; 
    height:auto;
}
.shop_but_box ul li
{ 
    margin-right:10px; 
    letter-spacing:1px; 
    text-transform:uppercase; 
    display:inline-block; 
    float:left;
    padding-top:25px;

}
.shop_but_box ul li a
{
    background:url(./images/shopby_a_bg.png) repeat-x; 
    text-decoration:none; 
    padding:10px 14px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -moz-box-shadow:0px 0px 5px 2px #7d4900; 
    -webkit-box-shadow: 0px 0px 5px 2px #7d4900; 
    box-shadow:0px 0px 5px 2px #7d4900; 
    font-size:11px; 
    font-family:ITC Avant Garde Gothi Std, arial, Helvetica; 
    color:#FFFFFF; 
    text-shadow: 1px 1px 1px #7d4900; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width:auto;
}
.shop_but_box ul li a:hover, .shop_but_box ul li #Active
{
    background: url(./images/shopby_hoverbg.png) repeat-x; 
    text-decoration:none; 
    padding:10px 14px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -moz-box-shadow:0px 0px 5px 2px #7d4900; 
    -webkit-box-shadow: 0px 0px 5px 2px #7d4900; 
    box-shadow:0px 0px 5px 2px #7d4900; 
    -moz-box-shadow:inset 0 0 10px #000000; 
    -webkit-box-shadow: inset 0 0 10px #000000; 
    box-shadow:inset 0 0 10px #000000; 
    font-size:11px; 
    font-family:ITC Avant Garde Gothi Std, arial, Helvetica; 
    color:#FFFFFF; 
    text-shadow:1px 1px 1px #7d4900; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width:auto;
}
.ldlight_box
{
    width:690px; 
    height:auto; 
    background:#FFFFFF; 
    padding:14px 20px 20px 20px; 
    margin:-5px 0 0 20px; 
    color:#464646; 
    float:left; 
    display:inline
}
.ldlight_box_heading
{
    width:698px; 
    height:14px; 
    float:left; 
    color:#598527; 
    text-transform:uppercase; 
    font-family:ITC Avant Garde Gothi Std, arial, Helvetica; 
    font-size:23px; 
    margin:0px; 
    padding:0px; 
    border-bottom:2px solid #598527; 
    margin-bottom:20px; 
    padding-bottom:20px;
}
.clear
{
    clear:both;
}
.ldlight_product_box
{
    width:676px; 
    float:left;
    margin-bottom:25px;
}
.ldlight_product_img
{ 
    width:250px; 
    height:207px; 
    border:3px solid #598527;
    float:left; 

}
.zoom_icon
{ 
    width:35px; 
    height:32px; 
    float:right;
    position:relative;
    z-index: 10;
    top: -33px;
}
.productImageZoomIcon
{
    width:35;
    height:32; 
    border:0; 
}
.ldlight_product_textbox
{
    width:384px; 
    float:left;
    margin-left:27px;
}
.ldlight_product_textbox_head
{
    width:385px; 
    height:34px; 
    float:left; 
    color:#f26522; 
    font-family: "HelveticaNeueLT Std", arial; 
    font-size:20px;
}
.ldlight_product_textbox_heading
{
    font-size:23px; 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    width:320px; 
    height:34px; 
    float:left;
}
.ldlight_product_price
{
    width:65px; 
    float:right; 
    height:auto;
}
.ldlight_product_textbox p
{ 
    width:385px; 
    margin:0; 
    padding:0;
}
.ldlight_product_textbox_smimg
{
    width:218px; 
    height:46px; 
    float:left;
}
.product_smallimg
{
    width:51px; 
    height:42px; 
    float:left; 
    border:1px solid #58802b; 
    margin-right:5px; 
    background:#598527;
}
.product_smallimg a
{
    text-decoration:none; 
    background:none;
}
.product_smallimg a:hover
{
    text-decoration:none; 
    background-color:#598527; 
    opacity: 0.5;
} 
.product_addtocart_but
{
    width:166px; 
    height:57px; 
    float:right;
}
.youmight_product_mainbox
{
    width:708px; 
    height:auto; 
    float:left; 
    margin-bottom:20px;
}
.youmight_product_box
{
    width:177px; 
    height:auto; 
    float:left;
}
.youmight_product_box_pro
{
    width:146px; 
    height:122px; 
    float:left; 
    border:2px solid #598527;
}
.youmight_product_box_pro_img
{
    width:141px; 
    height:101px; 
    float:left;
}
.youmight_product_box_pro_imgtext
{
    width:51px; 
    height:17px; 
    float:right; 
    background:#598527; 
    margin-top:4px; 
    text-align:center; 
    color:#FFFFFF;
}
.youmight_product_box_hed
{
    width:146px; 
    height:auto; 
    float:left; 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    color:#f57c1d; font-size:17px; text-transform:uppercase; margin-top:10px; letter-spacing:1px;
}
.youmight_product_box_detailbut
{
    width:64px; 
    height:15px; 
    float:left; 
    background:url(./images/green_arrow2.png) no-repeat right; 
    text-transform:uppercase; 
    margin-top:8px; 
    padding-bottom:3px;
}
.youmight_product_box_detailbut a
{
    text-decoration:none; 
    color:#406618; 
    font-family: haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:15px; 
    letter-spacing:1px;
}
.youmight_product_box_detailbut a:hover
{
    text-decoration: underline; 
    color:#406618; 
    font-family: haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:15px; 
    letter-spacing:1px;
}
.productreviews_box
{ 
    width:684px; 
    height:auto; 
    float:left;

}
.productreviews_reviewbox
{ 
    width:684px; 
    height:auto; 
    float:left;
    padding:0px;
    list-style:none;
}
.reviewbox
{ 
    width:60px; 
    height:50px; 
    float:left;
}
.productreviews_reviewbox h1
{
    margin:0; 
    padding:0; 
    font-family:HelveticaNeueLT Std, arial; 
    color:#363636; 
    font-size:13px; 
    width:500px;
}
.productreviews_reviewbox p
{
    margin:0 0 0px 0; 
    padding:0; 
    font-family:HelveticaNeueLT Std, arial; 
    color:#363636; 
    font-size:11px; 
    height:auto;
}
#respond
{ 
    width:670px; 
    height:auto; 
    float:left; 
    background:#c2c2c2; 
    box-shadow:inset 0px 0px 9px 0px #666666; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    margin:20px 0 24px 0; 
    padding:10px 0 7px 14px;
}
.productreviews_submitbox_tarea
{
    width:657px; 
    height:auto; 
    float:left; 
    margin-bottom:14px;
}
.productreviews_submitbox_textarea
{
    width:647px; 
    height:40px; 
    float:left; 
    background:#FFFFFF; 
    box-shadow:inset 0px 0px 4px 0px #666666; 
    border:none; 
    padding:10px 0 0 10px; 
    color:#363636; 
    font-family:"HelveticaNeueLT Std", arial; 
    font-size:13px; 
    font-weight:bold;
}
.productreviews_submitbox_urls
{
    width:543px; 
    height:22px; 

    float:left; 
    margin-bottom:20px;
}
.productreviews_submitbox_but
{
    width:117px; 
    height:44px; 
    float:right; 
    margin: -5px;
}
.products_detail_rightbox
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #464646;
    height:auto;
    margin: -5px 24px 20px 0px;
    padding: 25px 0 0 10px;
    width: 216px;
    float:right;
    display:inline;
}
.detail_rightbox
{
    width:206px; 
    height:auto; 
    float:left;
}
.detail_rightbox_hed
{
    width:206px; 
    height:28px; 
    float:left; 
    font-family:"ITC Avant Garde Gothi Std", arial, Helvetica; 
    font-size:20px; 
    text-transform:uppercase;
}
.detail_boxsky
{
    width:197px; 
    height:auto; 
    float:left; 
    background:#029299; 
    box-shadow:inset 0px 1px 50px 3px #005b7f; 
    padding:17px 0 20px 7px; 
    margin-bottom:20px;
}
.detail_boxsky .current-menu-item a
{ 
    text-decoration: underline; 
    color:#FFFFFF; 
    font-size:12px;
}
.detail_boxsky ul
{
    width:auto; 
    height:auto; 
    list-style:none; 
    margin:0px; 
    padding:0px;
}
.detail_boxsky ul li
{
    width:190px; 
    height:19px; 
    list-style:none; 
    background:url(./images/rightbox_whitearrow.png) no-repeat left !important; 
    font-family:"HelveticaNeueLT Std", arial; color:#FFFFFF; 
    font-size:13px; 
    padding:5px 0 0 14px;
}
.detail_boxsky ul li a
{
    text-decoration:none; 
    color:#FFFFFF; 
    font-size:12px;
}
.detail_boxsky ul li a:hover
{
    text-decoration: underline; 
    color:#FFFFFF; 
    font-size:12px;
}
.detail_boxred
{
    width:192px; 
    height:auto; 
    float:left; 
    background:#b11c00 ; 
    box-shadow:inset 0px 1px 50px 3px #7b2e00; 
    margin-bottom:20px; 
    color:#fff;
}
.shopingcart_text
{
    width:190px; 
    height:87px; 
    float:left; 
    font-family:"HelveticaNeueLT Std", arial; 
    font-size:13px; 
    color:#FFFFFF;
}
.shopingcart_textitem
{
    width:95px; 
    height:20px; 
    float:left;
}
.detail_boxred p
{
    width:190px; 
    height:auto; 
    float:left; 
    margin:0px; 
    padding:0px; 
    font-family:"HelveticaNeueLT Std", arial; 
    font-size:13px; 
    color:#FFFFFF;
}
.bestsellers
{
    width:200px; 
    height:auto; 
    float:left; 
    background:#f26522; 
    padding-top:6px; 
    margin-bottom:15px;
}
.bestsellers_hed
{
    width:200px; 
    height:auto; 
    float:left; 
    text-align:center; 
    font-family:"HelveticaNeueLT Std", arial; 
    font-size:15px; 
    color:#FFFFFF; 
    text-transform:uppercase; 
    padding-bottom:4px;
}
.bestsellerspro_box
{
    width:194px; 
    height:91px; 
    float:left; 
    background:#fff; 
    margin: 0 0 3px 3px;
    height:auto;
}
.bestsellerspro_img
{
    width:103px; 
    height:90px; 
    float:left; 
    text-align:center; 
    margin:8px 0 0 0;
}
.bestsellerspro_text
{
    width:78px; 
    height:31px; 
    float:left; 
    margin:20px 0 0 0; 
    font-family:"HelveticaNeueLT Std", arial; 
    font-size:25px; 
    color:#f57c1d;
}
.bestsellerspro_but
{
    width:75px; 
    height:22px; 
    float:left;
}
.bestsellerspro_but a
{ 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:18px; 
    color:#406618; 
    background:url(./images/green_arrow2.png) no-repeat right; 
    padding-right:20px; 
    text-decoration:none;
}
.bestsellerspro_but a:hover
{ 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:18px; 
    color:#406618; 
    background:url(./images/green_arrow2.png) no-repeat right; 
    padding-right:20px; 
    text-decoration:underline;
}
/*----------------------------------------------------------products_listing_page----------------------------------------------------------*/
.listing_product_box
{
    width:236px; 
    height:232px; 
    float:left; 
    margin-bottom:30px;
}
.listing_product_box_pro
{
    width:200px; 
    height:168px; 
    float:left; 
    border:2px solid #598527;
}
.listing_product_box_pro_img
{
    width:200px; 
    height:140px; 
    float:left; 
    border: none;
}
.listing_product_box_pro_imgtext
{
    width:66px; 
    height:20px; 
    float:right; 
    background:#598527; 
    margin-top:8px; 
    text-align:center; 
    color:#FFFFFF; 
    font-size:16px;
}
.listing_product_box_hed
{
    width:200px; 
    height:auto; 
    float:left; 
    font-family:haettenschweilerregular, Arial, Helvetica, sans-serif; 
    color:#f57c1d; 
    font-size:20px; 
    text-transform:uppercase; 
    margin-top:10px; 
    letter-spacing:1px;
}
.listing_product_box_detailbut
{
    width:70px; 
    height:20px; 
    float:left; 
    background:url(./images/green_arrow2.png) no-repeat right; 
    text-transform:uppercase; 
    padding-bottom:3px;
}
.listing_product_box_detailbut a
{
    text-decoration:none; 
    color:#406618; 
    font-family: haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:18px; 
    letter-spacing:1px;
}
.listing_product_box_detailbut a:hover
{
    text-decoration: underline; 
    color:#406618; 
    font-family: haettenschweilerregular, Arial, Helvetica, sans-serif; 
    font-size:18px; 
    letter-spacing:1px;
}
.listing_product_box_hed a
{ 
    text-decoration: none; 
    color:#f57c1d;
}
.listing_product_box_hed a:hover
{ 
    text-decoration: none; 
    color:#f57c1d;
}
.youmight_product_box_hed a
{ 
    text-decoration: none; 
    color:#f57c1d;
}
.youmight_product_box_hed a:hover
{ 
    text-decoration: none; 
    color:#f57c1d;
}
.bestsellers_hed a
{
    color: #FFFFFF;
    font-family: "HelveticaNeueLT Std",arial;
    font-size: 15px;
    text-decoration: none;
}
.bestsellers_hed a:hover
{
    color: #FFFFFF;
    font-family: "HelveticaNeueLT Std",arial;
    font-size: 15px;
    text-decoration: none;
}
.product-name a
{
    text-decoration: none; color: #fff;
}
.product-name a:hover
{
    text-decoration: none; color: #fff;
}
#cart-widget-links a
{ 
    text-decoration: none; 
    color: #fff;
}
#cart-widget-links  a:hover
{
    text-decoration: none; 
    color: #fff;
}
.empty a
{ 
    text-decoration: none; 
    color: #fff;
}
.empty a:hover{ text-decoration: underline; color: #fff;}
.image_product
{
    width:200px; height:168px; border: none;
}
.siderbar_img
{
    width:72px; height:69px; border: none;
}
.releted_product_img
{
    width:141px; height:110px; border: none;
}
.single_product_img
{
    z-index: -2;
    height: 207px;
    width: 250px;
}
.form-allowed-tags
{
    display:none;
}
.current_page_item
{
    color:#900
}

.removebuttoncss
{
    border: medium none; margin-left: -17px; color:#FFFFFF; font-size:16px; font-family:haettenschweilerregular; background:url(./images/remove-button.png) right 4px no-repeat; text-decoration:none; 
    padding-right:40px;
    padding-top:29px;
}
.updatebuttoncss
{
    border: medium none;background:url(./images/update_but.png) right 4px no-repeat;width: 77px;height: 52px;
}
.purchasebuttoncss
{
    border: medium none; margin-left: 5px; color: green!important; font-size:16px; /*font-family:haettenschweilerregular;*/ background:url(./images/purchaseButton.png) right 4px no-repeat; text-decoration:none; 
    padding-right:97px;
    padding-top:26px;
    text-transform: uppercase;

}
.button-primary
{
    border: medium none; margin-left: 5px; color:#FFFFFF; font-size:16px; font-family:haettenschweilerregular; background:url(./images/login_but.png) right 4px no-repeat; text-decoration:none; 
    padding-right:83px;
    padding-top:26px;
}
.checkoutbuttoncss
{
    float: right; 
    margin-right:94px;
}
.wpcf7-submit
{
    border: medium none; margin-left: 5px; color:#FFFFFF; font-size:16px; font-family:haettenschweilerregular; background:url(./images/send_but.png) right 4px no-repeat; text-decoration:none; 
    padding-top:26px;
    width:75px;
}
.make_purchase_submit
{
    border: medium none; margin-left: 5px; color:#FFFFFF; font-size:16px; font-family:haettenschweilerregular; background:url(./images/productreviews_submitbox_but.png) right 4px no-repeat; text-decoration:none; 
    padding-right:106px;
    padding-top:26px;
}
.shopping-cart-wrapper .empty
{
    text-align:center;
}	
.user-profile-links{ width:670px; height:auto; float:left; margin-bottom:25px;}
.user-profile-links ul{ 
    list-style-type:none; 
    display:inline-block; 
    margin:0; 
    padding:0px;
    width:auto; 
    height:auto;
}
.user-profile-links ul li{ width:auto; margin-right:8px; margin-top:15px; letter-spacing:1px; text-transform:uppercase; display:inline-block;}
.user-profile-links ul li a
{
    background:url(./images/shopby_a_bg.png) repeat-x; 
    text-decoration:none; 
    padding:10px 14px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -moz-box-shadow:0px 0px 5px 2px #7d4900; 
    -webkit-box-shadow: 0px 0px 5px 2px #7d4900; 
    box-shadow:0px 0px 5px 2px #7d4900; 
    font-size:12px; 
    font-family:ITC Avant Garde Gothi Std, arial, Helvetica; 
    color:#FFFFFF; 
    text-shadow:1px 1px #7d4900; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width:auto;
}
.user-profile-links ul li a:hover
{
    background: url(./images/shopby_hoverbg.png) repeat-x; 
    text-decoration:none; 
    padding:10px 14px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -moz-box-shadow:0px 0px 5px 2px #7d4900; 
    -webkit-box-shadow: 0px 0px 5px 2px #7d4900; 
    box-shadow:0px 0px 5px 2px #7d4900; 
    -moz-box-shadow:inset 0 0 10px #000000; 
    -webkit-box-shadow: inset 0 0 10px #000000; 
    box-shadow:inset 0 0 10px #000000; 
    font-size:12px; 
    font-family:ITC Avant Garde Gothi Std, arial, Helvetica; 
    color:#FFFFFF; 
    text-shadow:1px 1px #7d4900; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width:auto;
}
/*----------------------------------------------------------ALL_FORM_CSS----------------------------------------------------------*/
.login p
{
    padding: 0 0 12px 40px;
    float: left;
    width: 100%;
}
.login p.message
{
    background:none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}
.login p label 
{ 
    float: left;
    font-size: 12px;
    padding: 7px 0;
    width: 103px;
}
.login p input[type="text"], .login p select, .login p input[type="submit"], .login p input[type="password"], .wpcf7 input[type="text"], .wpcf7 input[type="email"]
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 #DDDDDD inset;
    color: #797979;
    font-size: 12px;
    height: auto;
    padding: 7px 8px;
    width: 195px;
    border-radius: 3px;
}

/*shopping cart page */

/*
#wpsc_shopping_cart_container td {
    height: 30px;
    padding: 0 0 12px 40px;
     }
*/

#wpsc_shopping_cart_container  input, #wpsc_shopping_cart_container  select {
    background: url(./images/address_input_bg.jpg) no-repeat scroll left top transparent;
    border: 0 none;
    color: #797979;
    font-size: 12px;
    padding: 8px 8px;
    width: 197px;
}
.wpsc_registration_form label
{
    width: 76px ! important;
}
#wpsc_shopping_cart_container .user-contact-details table{float:left;}

/*----------------------------------------------------------ALL_FORM_CSS END----------------------------------------------------------*/

#commentform p input
{
    margin-left: 20px;
}
#commentform p textarea
{
    margin-left: 10px;

}
.comment_lable_class
{
    position:relative;
    top:-27px;
}
/************************************************* BACKGROUNG SLIDER*************************************************************************************** */
.row {
    float: left;
    width: 100%;
    padding-bottom: 13px;
}
.row A { position: relative; }
#nav
{
    color: #F26522;
    float: right;
    font-family: ITC Avant Garde Std;
    font-size: 17px;
    height: 100px;
    margin: 234px 25px 23px 0;
    width: 195px;
}
#nav UL {
    list-style: none;
    margin: 0;
    display: inline-block;
    height: auto;
    list-style: none outside none;
    padding-top: 10px;
    width: auto;
}
#nav UL LI {
    display: inline;
    margin-right: 8px;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 37px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 30px;
}
#nav UL LI a
{
    background: url(./images/banner_number.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 9px 20px 10px 12px;
    text-decoration: none;
}
#nav UL LI.showPage A 
{
    background: url(./images/banner_number_hover.png) no-repeat scroll 0 0 transparent;
    color: #F26522;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 9px 20px 10px 12px;
    text-decoration: none;
} 
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bgstretcher {
    background: #191919;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute; /*IE6 doesn't support fixed positioning*/
    top: 0;
    left: 0;
}

/************************************************************** END BACKGROUND SLIDER *****************************************************************/
#tabs td 
{
    padding:3px;
}
.adjustform.remove {
    padding-top: 18px;
}
p.validation-error {
    clear: both;
    color: red;
}
textarea
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 #DDDDDD inset;
    border-radius: 3px;
}
.adjustform.qty > input[type=text]
{
    text-align: center;
    float:left;
    margin-top:18px;
}
.wpsc_totals
{
    text-align:center;
    color: #E06C12;
    font-weight: bold;
    font-size:18px;
}
img 
{
    border:none;
}