
.left
{
    float: left;
}

.right
{
    float: right;
}


.popup-body {
    padding: 5px;
    background: #ECE9E9;
}

.header-left
{
    float: left;
    width: 22px;
    height: 153px;
    background: url(../images/header_left.png) left no-repeat;
}

.header-mid
{
    width: 1045px;
    float: left;
    background: url(../images/header_mid.png) repeat-x;
    height: 153px;
}

.slogan
{
    position: absolute;
    color: white;
    font-weight: bold;
    left: 193px;
    top: 1px;
    font-size: 16px;
    margin: 5px;
    font-style: oblique;
    text-transform: capitalize;
    left: 185px;
}

.service-users
{
    display: inline-block;
    width: 215px;
    padding: 0px 20px;
    max-height: 130px;
    overflow: hidden;
    margin: 20px 0px 30px;
    vertical-align: top;
}
.service-users span
{
    font-weight: bold;
    color: black;
}
.service-users img
{
    float: right;
}

.landing-ul{
font-size: 20px;
}

.greeny{
color: #009C08;
}
.orangey{
color: #F5840D;
}
.textarea
{
    height: 60px !important;
    width: 300px !important;
    background: -webkit-gradient(linear, 0 0, 0 8%, from(#BCBCBE), to(white)) !important;
    
    background:   -moz-linear-gradient(top, #BCBCBE, white 8%) !important;
    background:     -o-linear-gradient(top, #BCBCBE, white 8%) !important;
}

.register_input 
{
    padding: 3px 6px;
    height: 20px;
    width: 200px;
    
    font-size: 14px;
   
    text-shadow: 0px 1px 0px white;
    outline: none;
    
    border: 1px solid #717171;
    
    background: white;
    
    background: -webkit-gradient(linear, 0 0, 0 18%, from(#BCBCBE), to(white));
    
    background: -moz-linear-gradient(top, #BCBCBE, white 18%);
    background:   -o-linear-gradient(top, #BCBCBE, white 18%);
    
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    
    
    -webkit-box-shadow: 1px 1px 0px #efefef;
       -moz-box-shadow: 1px 1px 0px #efefef;
         -o-box-shadow: 1px 1px 0px #efefef;
            box-shadow: 1px 1px 0px #efefef;
}

.login {
    margin: 15px 0 0 0;
    width: 478px;
}

.login .button
{
    height: 25px !important;
    width: 80px !important;
    font-size: 12px;
}
.login hr
{
    border: 1px solid black;
}
.login .options-menu
{
    float: right;
}
.login .options-menu a .button
{
    width: auto !important;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder,
input:-moz-placeholder 
{
    color: #666;
}
.button 
{
    text-transform: capitalize;
    font-weight: bold;
    color: white;
    font-size: 16px;
    
    height: 42px;
    width: 140px;
    padding: 0px 4px;
    
    text-decoration: none;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;

    -webkit-box-shadow: 0px 1px 3px #666666;
       -moz-box-shadow: 0px 1px 3px #666666;
         -o-box-shadow: 0px 1px 3px #666666;
           text-shadow: 0px 1px 0px #666666;

    border: solid black 2px;

    background-color: #f5840d;
    
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#faa852), to(#f5840d));
     
    background: -moz-linear-gradient(top, #faa852, #f5840d);
    background:   -o-linear-gradient(top, #faa852, #f5840d);
}
.button-size-a
{
    height: 46px;
    width: 147px;
}
.button:hover
{
    background-color: #f59631;
    
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fabd7d), to(#f59631));
    
    background: -moz-linear-gradient(top, #fabd7d, #f59631);
    background:   -o-linear-gradient(top, #fabd7d, #f59631);
}
.left-content
{
    float:left;
    width: 450px;
    height: 100%;
    padding: 10px 100px 10px 10px;
}
.right-content
{
    float:left;
    width: 450px;
    padding: 10px;
}

.left-content p
{
    color: #5a5a5a;
    text-align: left;
}
.left-content .steps
{
    margin: 10px 0px 0px;
}
.left-content .navigation-link-gradient-a,
.right-content .button,
.left-content .button
{
    height: 32px;
    width: 200px;
    font-size: 14px;
}
.right-content .input,
.left-content .input
{
    width: 100px;
    font-size: 14px;
    float: left;
    margin: 10px 3px 10px 0px;
}
.right-content .helptext
{
    float: left;
    margin: 10px 3px 10px 0px;
}
.button.green
{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7cbe7d), to(#009c08));
    
    background: -moz-linear-gradient(top, #7cbe7d, #009c08);
    background:   -o-linear-gradient(top, #7cbe7d, #009c08);
}
.button.green:hover
{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#98be99), to(#179c1e));
    
    background: -moz-linear-gradient(top, #98be99, #179c1e);
    background:   -o-linear-gradient(top, #98be99, #179c1e);
}
.categories .category-container
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}
.categories span
{
    max-width: 92px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.categories .category-container .icons
{
    display: inline-block;
}
.categories .category-container:hover span
{
    text-shadow: 1px 2px 3px #ccc;
}
.input.short
{
    width: 100px;
    font-size: 14px;
}
.address
{
    vertical-align:top;
}
.address .first,
.address .second
{
    display: inline-block;
    font-size: 16px;
    color: #5e5e5e;
}
.address .first
{
    width: 550px;
}
.address .second
{
    width: 450px;
}
.address .select,
.address .input,
.address .calendar
{
    float:left;
    margin-right: 5px;
}
.address .address-container
{
    height: 60px;
}
.freight .containers
{
    display:inline-block;
    width: 500px;
}
.pricing input,
.freight input
{
    margin-bottom: 20px;
}
#pricing-graph
{
    width: 450px; 
    height: 250px;
    float: right;
    position:absolute;
    top:35px;
    right: 0px;
}
.pricing
{
    position: relative;
}
.products_box
{
    color: #000;
    
    float: left;
    width: 336px;
    background: white;
    margin-bottom: 10px;

    /*color: black;*/
    text-decoration: none;
    text-align: center;
    
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.first
{
    margin-right: 10px;
}
.order_form
{
    color:black;
    background: white;
    padding: 5px;
    width: 323px;
    border: 1px solid black;
    
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.order_form input.quantity
{
    border: 1px solid black;
    width: 30px;
}

.order_form .remove
{
    text-decoration: none;
    color: red;
    font-weight: bold;
}

.order_form input
{
    border: 1px solid black;
    width: 323px;
}
.order_form textarea
{
    border: 1px solid black;
    width: 319px;
    height: 100px;
}

.products_box h2
{
    /*color: red;*/
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    background: black;
    color: #fff;
    padding: 5px;
    font-family: 'ITC American Typewriter';
}
.product-price
{
    font-size: 30px;
}
.product-price strong
{
    /*padding: 5px;
    background: red;
    color: white;
    font-size: 40px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;*/
    /*font-size: 40px;*/
    font-weight: normal;
}

.header3
{
    font-size: 20px;
}

p.cart-items
{
    font-family: 'Arial';
}
.cart-item
{
    font-family: 'Arial';
}
.no-products-selected
{
    font-family: 'Arial';
}
.contact-phone
{
    font-size: 24px;
    text-align: center;
}
h3
{
    /* border-bottom: 1px dotted #848282; */	
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.center
{
    text-align: center;
}

.romb
{
    margin-top: 3px;
    font-size: 30px;
    color: #fff;
}
.paper_title
{
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}
.news_header_look
{
    border-top: 2px solid black;
    width: 1086px;
}
.news_header_look table tr 
{
    width: 1086px;
}
.line
{
    border-top: 1px solid black;
    width: 30px;
    margin-top: -1px;
}
.minWidther
{
    min-width: 100px;
    display: inline-block;
}
.subtitle
{
    text-align: center;
    font-size: 40px;
    margin-top: 4px;
}
.odd
{
    background: white;
    border: 2px solid #444;
}
.even
{
    background: white;
    border:2px solid #444;
}
.even h2
{
    color: #C0C0C0;
}
.odd h2
{
    color: #FDF557;
}
.price
{
    color: #fff;
    background: url(../images/price-icon.png) no-repeat;
    background-position: center center;
    width: 140px;
    line-height: 78px;
    float: left;
    height: 80px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -2px 1px 1px #000;
    text-align: center;
    font-style: italic;
}
.orderNow
{
    border: 2px solid black;
    font-weight: bold;

    letter-spacing: 2px;
    color: black;
    padding: 5px;
}
.color-row
{
    background: #cfcfcf;
}
.bold
{
    font-weight: bold;
}
.order_form input:focus, .order_form textarea:focus
{
    -webkit-box-shadow: 0 0 3px 3px #3399ff;
     -khtml-box-shadow: 0 0 3px 3px #3399ff;
       -moz-box-shadow: 0 0 3px 3px #3399ff;
        -ms-box-shadow: 0 0 3px 3px #3399ff;
         -o-box-shadow: 0 0 3px 3px #3399ff;
            box-shadow: 0 0 3px 3px #3399ff;
}
.order_form input[type="submit"]
{
    height: 100px;
    width: 220px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
}
.each
{
    font-size:12px;
    font-style: normal;
}
.small
{
    font-size: 13px;
}
.controller
{
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}
.sign-up-button {
    text-transform: capitalize;
    font-weight: bold;
    color: white;
    font-size: 16px;  
    width: 140px;  
    text-decoration: none;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;

    -webkit-box-shadow: 0px 1px 3px #666666;
       -moz-box-shadow: 0px 1px 3px #666666;
         -o-box-shadow: 0px 1px 3px #666666;
           text-shadow: 0px 1px 0px #666666;


    background-color: #f5840d;
    
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#faa852), to(#f5840d));
     
    background: -moz-linear-gradient(top, #faa852, #f5840d);
    background:   -o-linear-gradient(top, #faa852, #f5840d);
}
select
{
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 5px;
    font-size: 15px;
    width: 280px;
    background: transparent;
    color: #464646;
}