/* landing page css document */
body {
    background: url(../images/background.gif) top repeat-x;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#sbContainer {
    margin-top: 29px;
    margin-bottom: 25px;
    background-color: #fff;
    color: #000;
}

#sbContainer a {
    color: #939393;
}

#main {
    width: 815px;
    margin: auto;
    background: url(../images/main_repeat.gif) top repeat-y;
    background-color: #fff;
}

#wrapper {
    width: 815px;
    background: url(../images/main.gif) top no-repeat;
    overflow: hidden;
}

#page {
    width: 745px;
    padding: 30px 35px 20px 35px;
    overflow: hidden;
}

#header {
    width: 745px;
    height: 112px;
    /*background-color:#0075BF;
     border:1px solid #000;*/
    background: url(../images/header.gif) top no-repeat;
}

#logo {
    width: 430px;
    height: 80px;
    float: left;
    margin: 20px 0px 0px 20px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

#phone {
    width: auto;
    float: right;
    margin: 20px 20px 0px 0px;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    color: #939393;
}

.phone {
    color: #fff;
}

#bar {
    width: 743px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #000;
    border: 1px solid #000;
}

#address {
    width: auto;
    height: 24px;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    color: #fff;
}

#web_address {
    width: auto;
    height: 24px;
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 20px;
}

#web_address a {
    color: #fff;
}

#web_address a:hover {
    color: #E1D9D1;
}

#content {
    width: 745px;
    height: auto;
}

#left {
    width: 420px;
    height: auto;
    min-height: 604px;
    _height: 616px;
    float: left;
    background-color: #D5D5D5;
    border: 1px solid #000;
    padding: 20px 25px 20px 25px;
}

.title {
    font-size: 20px;
    _font-size: 18px;
    _margin-left: -20px;
    font-weight: bold;
    color: #333;
}

#picture {
    width: auto;
    height: auto;
    float: right;
    margin: 0 0 20px 20px;
}

#right {
    width: 260px;
    height: auto;
    float: right;
}

#coupon {
    width: 250px;
    height: auto;
    margin: 0;
    border: 2px dashed #000;
    float: right;
}

#contact {
    width: 192px;
    height: 270px;
    background-color: #000;
    padding: 10px 30px 20px 30px;
    padding: 15px 30px 20px 30px !ie;


height:265px !ie;
margin-top:20px;
border:1px solid #4b4b4b;
float:right;
color:#fff;
}

.title_white {
font-size:22px;
font-weight:bold;
color:#939393;
}

#bottom {
width:725px;
height:55px;
background:url(../images/main_bottom.gif) bottom no-repeat;
text-align:left;
padding-top:5px;
padding-left:45px;
padding-right:45px;
}

.margin_right {
float:right;
margin-top:-15px;
}

/* form css */

.form_index {
width:155px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.form_field {
padding-left:4px;
padding-top:3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #414929;
border: 1px solid #002140;
background-color: #e9edec;
padding-bottom:5px;
margin:0px 0px 3px 0px;
width:160px;
}

.Message {
padding-left:4px;
padding-top:3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #414929;
background-color: #e9edec;
border: 1px solid #002140;
height: 65px;
margin:0px 0px 3px 0px;
width:160px;
overflow:hidden;
}

.input {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #e9edec;
border: 1px solid #e9edec;
background-color: #6e91a8;
height: 20px;
}

/* sbLandingContactForm */
.sbLandingContactFormField{
padding-left:4px;
padding-top:3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #414929;
border: 1px solid #002140;
background-color: #e9edec;
padding-bottom:5px;
margin:0px 0px 3px 0px;
width:160px;
}

.sbLandingContactFormMessage{
padding-left:4px;
padding-top:3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #414929;
background-color: #e9edec;
border: 1px solid #002140;
height: 65px;
margin:0px 0px 3px 0px;
width:160px;
overflow:hidden;
}

.sbLandingContactFormHeading {
font-size:22px;
font-weight:bold;
color:#939393;
}

.sbLandingContactFormSubmit{
	
}

