/* landing page css document */

body {
background:url(../images/purple/background.gif) top repeat-x;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-top:29px;
padding-bottom:25px;
}

#sbContainer {
background-color:#fff;
color:#000;
}

#sbContainer a {
color:#8C819D;
}

#main {
width:815px;
margin:auto;
background:url(../images/purple/main_repeat.gif) top repeat-y;
}

#wrapper {
width:815px;
background:url(../images/purple/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/purple/header.gif) top no-repeat;
}

#logo {
width:430px;
height:80px;
float:left;
margin:20px 0px 0px 20px;
font-size:28px;
font-weight:bold;
color:#0A2448;
}

#phone {
width:auto;
float:right;
margin:20px 20px 0px 0px;
text-align:right;
font-size:22px;
font-weight:bold;
color:#67256D;
}

.phone {
color:#fff;
}

#bar {
width:743px;
height:30px;
margin-top:5px;
margin-bottom:20px;
background-color:#67256D;
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:#A091B2;
}

#content {
width:745px;
height:auto;
}

#left {
width:420px;
height:auto;
min-height:604px;
_height:616px;
float:left;
background-color:#B8BBC0;
border:1px solid #000;
padding:20px 25px 20px 25px;
color:#0A2448;
}

#left h1 {
margin-top:0;
font-size:20px;
_font-size:18px;
_margin-left:-20px;
font-weight:bold;
color:#0A2448;
}

#picture {
width:auto;
height:auto;
float:right;
margin:0 0 20px 20px;
}


#right {
width:260px;
height:auto;
float:right;
}

#coupon {
width:250px;
height:320px;
_overflow:hidden;
margin:0;
border:2px dashed #000;
float:right;
}

#contact {
width:192px;
height:270px;
background-color:#0A2448;
padding:10px 30px 20px 30px;
padding:15px 30px 20px 30px !ie;
height:265px !ie;
margin-top:20px;
border:1px solid #000;
float:right;
color:#fff;
}

.title_white {
font-size:22px;
font-weight:bold;
color:#7E8396;
}

#bottom {
width:725px;
height:55px;
background:url(../images/purple/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;
}
