/* css for the contact page */

#contact {
	position: relative;
}

#contact h1 {
    color: #a4a4a4;
    font-size: 92px;
    font-weight: 900;
    padding-top: 120px;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 0 0 30px;
    padding-top: 120px;
    line-height: .95em;
}

h2 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    color: #444;
    font-size: 65px;
    margin: 0 0 0 203px;
}

#contact ul.errorlist {
    color: #fff;
    position: relative;
    left: 60px;
    padding: 2px 0 5px 0;
    list-style-type: none;
}

#contact div.top-title {
    /*background: url(../img/dealers/top_title_bg.jpg) repeat-x 0 0;*/
    margin: 0 0 20px 0;
    position: relative;
}   

#contact div.top-title h5 {
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    color: #444;
    margin: 0 0 0 207px;
    position: absolute;
    top: 122px;
} 

#contact div.address {
    height: 539px;
    position: relative;
    width: 100%;
}

.address .address-details{
    background: url(../img/contact/address_bg.jpg) no-repeat 0 0;
    height: 539px;
    width: 467px;
    position: absolute;
    left: 0;
    z-index: 5;
}

.address .address-details h4 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    color: #deded1;
    font-size: 40px;
    line-height:95%;
    margin: 0 0 0 45px;
}

.address .address-details h3 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    color: #deded1;
    font-size: 70px;
    margin: 0 0 0 45px;
    padding: 185px 0px 0px 0px;
}

.address .map {
    background: url(../img/contact/map.jpg) repeat-x 467px 0;
    height: 539px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 4;
}

.address .marker {
    background: url(../img/contact/map_marker.png) no-repeat 0 0;
    position: absolute;
    height: 104px;
    width: 104px;
    top: 100px;
    left: 534px;
    z-index: 6;
}

#contact div.email {
    position: relative;
    height: 114px;
    background: url(../img/dealers/inter-light-bg.jpg) repeat-x 0 0;
}

.email a {
    background: url(../img/contact/email_icon.png) no-repeat 0 0;
    text-indent: 60px;
    font-size: 35px;
    position: absolute;
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 900;
    text-shadow: 2px 3px 0 rgba(0,0,0,0.10);
    text-decoration: none;
    line-height:95%;
    color: #3e3c38;
    top: 45px;
    left: 58px;
}

#contact div.form {
    position: relative;
    background: url(../img/dealers/map_bg.jpg) repeat 0 0;
    box-shadow:inset 0 0 20px rgba(0,0,0,0.85);
    height: 631px;
}

#contact div.form h2 {
    font-size: 54px;
    font-weight: 900;
    text-shadow: 2px 3px 0 rgba(0,0,0,0.7);
    color: #d9d9ca;
    padding: 30px 0 20px 0;
    margin: 0 0 0 45px;
}

#contact div.form p {
    margin: 0 0 0 45px;
}

.form label {
    display: none;
}

form ul, form p, form dl {
    padding: 0 0 10px 0;
}

#id_name {
    background: url(../img/contact/small_input.png) no-repeat 0 0;
    height: 92px;
    width: 308px;
    font-family: sans-serif;
    text-transform: none;
    text-align: left;
    z-index: 5;
    position: relative;
    font-size: 14px;
    color: #d9d9ca;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
    border: none;
    box-shadow:none;
    /*text-indent: 15px;*/
    outline: none;
    padding: 2px 21px 0 23px;
}

#id_email {
    background: url(../img/contact/small_input.png) no-repeat 0 0;
    height: 92px;
    padding: 2px 21px 0 23px;
    width: 308px;
    font-family: sans-serif;
    text-transform: none;
    text-align: left;
    z-index: 5;
    position: relative;
    font-size: 14px;
    color: #d9d9ca;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
    border: none;
    box-shadow:none;
    /*text-indent: 15px;*/
    outline: none;
}

#id_message {
    background: url(../img/contact/large_input.png) no-repeat 0 0;
    height: 125px;
    width: 577px;
    margin-top: 0;
    font-family: sans-serif;
    line-height: 1.5em;
    z-index: 5;
    position: relative;
    font-size: 14px;
    color: #d9d9ca;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
    border: none;
    text-indent: 10px;
    outline: none;
    padding: 30px 0 20px 15px;
}

.form .submit-but {
    position: relative;
    left: 539px;
}

#contact p.input_bg {
    background: url(../img/footer/input_bg.png) no-repeat 0 0;
    width: 193px;
    height: 62px;
    display: block;
    position: absolute;
    top: 24px;
}
