﻿body 
{
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;
}
.menu
{
    height: 100px;
}

.left 
{
    float:left;
}    

.estimate 
{
    width: 250px; 
}

.estbtn 
{
    float: right;
    height: 35px;
    width: 120px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 2px;
}

.error 
{
    color: Red;
    font-size: 12px;
    padding: 5px;    
}

.est_input 
{
	background-repeat: no-repeat;
	border: 1px solid #adaaad;
	height: 20px;
	width: 100%;	
}

.est_header
{
    font-weight: bold;
    font-size: 12px;
}

/*
.est_name 
{
   	background-image: url('images/inp_name_bg.gif');
    padding-left: 39px;
    width: 195px;
}

.est_email 
{
   	background-image: url('images/inp_email_bg.gif');
   	padding-left: 38px;
   	width: 197px;
}

.est_tel 
{
   	background-image: url('images/inp_tel_bg.gif');
   	padding-left: 63px;
   	width: 172px;
}

.est_details 
{
   	background-image: url('images/inp_details_bg.gif');
   	padding-left: 45px;
   	width: 190px;
}
*/

.footer-left 
{
    height: 40px;
    text-align: left;
    width: 350px;    
    float: left;
}

.footer-right
{
    height: 40px;
    text-align: right;
    width: 440px;    
    float: right;
}

.footer-link 
{
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    font-size: 12px;
}

.body 
{
    width: 600px;
    float: right;
}

.header 
{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: Arial;
    letter-spacing: -1px;
    color: #000000; 
}

.miniheader 
{
    font-size: 17px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: -1px;
    color: #c2c2c2; 
}

.itemimage 
{
    border-style:dashed;
    border-color: #c2c2c2;
    border-width: 1px;
}

.gray 
{
    color: #999999;
    text-align: left;
    width: 250px;
}

.main 
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
   
}

.minifooter 
{
    height: 40px;
    text-align: center;
}

.minilink 
{
    font-family: Arial;
    font-size: 10px;
    color: #666666;
}

A 
{
    color: #666666;
}

A:hover 
{
    color: #ff6c00;
}

.product_image 
{
    border: 1px double silver;
}

.product 
{
    font-size: 11px;
}

.toplinks 
{
    padding-left: 180px;
    color: White;
    font-weight: bold;
}

.white 
{
    color: White;
    text-decoration: none;
}

/* 
    Coupons Styles
*/

.coupon 
{
    padding: 10px;
    height: 100px;
    width: 550px;
    border: 2px dashed silver;
    cursor: pointer;
}

.coupon_body 
{
    float: right;
    width: 420px;
}

.coupon_image 
{
    float: left;
    width: 80px;
    padding-left: 20px;
}

.coupon_body_title 
{
    font-size: 16px;
    font-weight: bold;
}

.coupon_body_body 
{
}

.coupon_body_terms 
{
    font-size: 10px;
}

/*
    Contact page styles
*/

.contactinfo 
{
    width: 272px;
    float: left;
}

.contactform
{
    width: 300px;
    float: right;
}

.bigtel 
{
    font-size: 14px;
    font-weight: bold;
}

.Confirmation 
{
    border: 1px solid green;
    background-color: #e0ffde;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}