/* CSS Document */

HTML, BODY {
	background-color: #663300;
	color: #c37629;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

img 
{
    border: 0px;
}
A 
{
    font-size: 9pt;
	color: #4e2800;
	text-decoration: underline;
}

A: HOVER {
	border-bottom-style: solid;
}

TD 
{
	color: #4e2800;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
H1
{
	color: #4e2800;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

.input 
{
    font-size: 9px;
    width: 180px;
    background-color: #c9ab7e;
    color: #000000;
}
.button
{
    height: 20px;
    font-size: 9px;
    width: 40px;
}

.footer 
{
    color: #0c0300;
	font-size: 9pt;
	text-align: center;
}
.home_center
{
    height: 420px;
    background-image:url(images/home_bg.jpg);
    color: #0c0300;
}
.header_bottom
{
    margin-top: 7px;
    padding-right: 75px;
    height: 26px;
    background-image:url(images/header_bottom_bg.jpg);
    color: #c37629;
}

.deals_bottom_bg
{
    height: 220px;
    background-image:url(images/deals_bottom_bg2.jpg);
    color: #0c0300;
}

.deals_bottom
{
    margin-top: 7px;
    padding-right: 75px;
    height: 26px;
    background-image:url(images/deals_bottom_bg.jpg);
    color: #c37629;
}

.center
{
    height: 420px;
    background-image:url(images/bg.jpg);
    color: #0c0300;
}

.deals_center
{
    height: 450px;
    background-image:url(images/deals_center_bg.jpg);
    color: #0c0300;
}

.cart
{
    height: 897px;
    background-image:url(images/bg_cart.jpg);
    color: #0c0300;
}

.about
{
    height: 420px;
    background-image:url(images/bg_about.jpg);
    color: #0c0300;
}
.product_bg
{
    padding-top: 100px;
    height: 594px;
    background-image:url(images/bg_product.jpg);
    color: #0c0300;
}
.dealer
{
    padding: 3px;
    text-align: left;
    overflow: auto;
    width: 550px;
    height: 350px;
}
.tips 
{
    overflow: auto;
    border: 1px gray solid;
    width: 550px;
    height: 180px;
    background-color: White;
}
.price 
{
    color: Black;
    font-size: 13px;
    font-weight: bold;
}