#content {
    min-height: 200px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: url(../img/textures/dealer_fx_bro.jpg) 0 0 repeat-x !important;
}

#dealers {
    position: relative;
}

#dealers h1 {
    color: #dcdcdc;
    font-size: 41px;
    font-weight: 900;
    letter-spacing: 0px;
    margin: 0 0 0 126px;
    text-shadow: 0 2px 0 rgba(4,5,5,0.75);
    padding-top: 98px;
    line-height: .75em;
    -webkit-mask-image: url(../img/textures/product_h1_repeat.png);
    -moz-mask-image: url(../img/textures/product_h1_repeat.png);
    mask-image: url(../img/textures/product_h1_repeat.png);
}

#dealers h3 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
    color: #dfdfd2;
    font-size: 35px;
}

#dealers h4 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    color: #deded1;
    font-size: 35px;
}

#dealers h3, h4 {
    text-indent: 20px;
}

#dealers h5 {
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    color: #444;
    margin: 0 0 20px 25px;
}

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

#dealers div.local {
    height: 58px;
    /* background: #e3e3cb url(../img/dealers/inter-title-bg.jpg) repeat-x 0 0; */
    position: relative;
    top: 9px;
}

#dealers .local .input-bg {
    position: absolute;
    width: 270px;
    height: 44px;
    background: url(../img/dealers/input_bg.png) no-repeat 0 0;
    left: 125px;
    top: 16px;
    z-index: 5;
}

#dealers div.local input.local {
    z-index: 6;
    padding: 0;
    top: 24px;
    left: 138px;
    width: 161px;
    text-align: left;
    text-transform: none;
    background: none;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;    
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 1.5em;
    position: absolute;
    text-indent: 8px;
    padding: 0;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#dealers #zip_code_submit {
    display: block;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;    
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 30px;
    width: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    opacity: 0.9;
    background: url(../img/dealers/mapmarker.png) no-repeat 0 0;
}

#dealers #zip_code_submit:hover {
    opacity: 1;
}

#dealers ul.dealer_list {
    list-style-type: none;
    min-width: 900px;
}

#dealers ul.dealer_list li {
    float: left;
    margin-right: 30px;
}

#dealers div.international {
    /* background: #e3e3cb url(../img/dealers/inter-light-bg.jpg) repeat-x 0 0; */
    background: url("../img/dealers/map_bg.jpg") repeat scroll 0 0 #2D2A28;
    position: relative;
    height: 947px;
    z-index: 3;
}

#dealers div.international h3 {
    padding-left: 9px;
    position: relative;
    top: 16px;
}

#dealers div.international h3 span.small {
    font-size: 16px !important;
    padding-bottom: 0 0 5px 0;
    position: relative;
    top: -2px;
}

#dealers div.international .left {
    position: absolute;
    top: 502px;
    left: 0;
    display: block;
    opacity: 0.9;
    background: url('../img/misc/right_left_arrows.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 103px;
    text-indent: -9999px;
    width: 84px;
    z-index: 12;
    background-position: left top;
}

#dealers div.international .right {
    position: absolute;
    top: 502px;
    right: 0;
    display: block;
    opacity: 0.9;
    background: url('../img/misc/right_left_arrows.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 103px;
    text-indent: -9999px;
    width: 84px;
    z-index: 12;
    background-position: right top;
}

#dealers div.international .left:hover, #dealers div.international .right:hover {
    opacity: 1;
}

#dealers div.international .left:hover {
    background-position: left bottom;
}

#dealers div.international .right:hover {
    background-position: right bottom;
}

#map {
    background: #2d2a28 url(../img/dealers/map_redbg.jpg) repeat 0 0;
    height: 964px;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 5;
    overflow: hidden;
}

#world {
    background: transparent url(../img/dealers/world.png) repeat-x 0 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7) inset;
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7) inset;
}

#world .top_plane, #world .bottom_plane {
    position: absolute;
}

#world .top_plane {
    background: url(../img/misc/top_plane.png) no-repeat 0 0;
    width: 585px;
    height: 310px;
    top: 14px;
    left: 710px;
}

#world .bottom_plane {
    background: url(../img/misc/bottom_plane.png) no-repeat 0 0;
    width: 340px;
    height: 298px;
    top: 730px;
    left: 920px;
}

#dealers div.local {
    padding: 15px;
}

#dealers div.online {
    /* background: #353330 url(../img/dealers/online_bg.jpg) repeat-x 0 0; */
    /*background: url("../img/misc/tile-ish_bg.png") repeat scroll 0 0 #E2E2D7;*/
    padding-left: 108px;
    position: relative;
    z-index: 4;
}

#dealers div.online a:link {
    color: #D56350;
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}    

#dealers div.online a:hover {
    color: #e67461;
}

#dealers div.online h4 {
    position: relative;
    color: #dcdcdc;
    text-shadow: 0 2px 0 rgba(4, 5, 5, 0.75);
    top: 10px;
    font-size: 41px;
    -webkit-mask-image: url(../img/textures/product_h1_repeat.png);
    -moz-mask-image: url(../img/textures/product_h1_repeat.png);
    mask-image: url(../img/textures/product_h1_repeat.png);
}

#dealers div.online ul {
    padding-left: 5px;
    position: relative;
    /*top: 69px;*/
    list-style: none;
    margin: 0 0 0 16px;
    overflow: hidden;
}

#dealers div.online ul li {
    font-size: 19px;
    font-family: proxima-nova-extra-condensed,sans-serif;
    color: #e2e2d7;
    text-transform: uppercase;
    font-weight: 900;
    float: left;
    margin: 25px 25px 0 0;
    opacity: 0.9;
}

#dealers div.online ul li:hover {
    opacity: 1;
}

#returned {
    position: absolute;
    top: -51px;
    left: 428px;
}

#returned p {
    margin: 0;
    padding: 0;
}

#returned p.name {
    font-size: 23px;
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;    
    color: #c1c1c1;
}

#returned p.address1, #returned p.address2 {
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 23px;
    color: #c1c1c1;
}

#returned p.address1 {
    margin-top: -10px;
}

#returned p.address2 {
    margin-top: -3px;
}

#returned p.shop_now a:link, #returned p.shop_now a:visited {
    font-size: 19px;
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #d56350;
}

#returned p.shop_now a:hover {
    color: #e67461;
}

#world .point {
    width: 26px;
    height: 27px;
    position: absolute;
    background: url(../img/dealers/mapmarker.png) no-repeat 0 0;
    cursor: pointer;
    opacity: 0.8;
    z-index: 6;
}

#world .point:hover {
    opacity: 1;
}

.international .info {
    position: absolute;
    z-index: 8;
    display: none;
    top: 1px;
    left: 1px;
    width: 300px;
}

.international .info p {
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
}

.international .info .name {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 900;
    font-size: 29px;
    color: #dcdcdc;
}

.international .info .contact,
.international .info .email,
.international .info .url {
    color: #ddd;
    font-size: 12px;
}

.international .circle {
    position: absolute;
    width: 139px;
    height: 139px;
    z-index: 8;
    display: none;
    opacity: 0;
    cursor: pointer;
}

.international .circle img {
    width: 100%;
    height: 100%;
}

#floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -50px;
}

.international .circle span {
    clear: both;
    color: #292929;
    position: absolute;
    right: 0;
    left: 0;
    top: 57px;
    text-align: center;
    font-size: 20px;
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.international .lightstreak {
    position: absolute;
    top: 285px;
    left: -200px;
    width: 4448px;
    background: url(../img/dealers/lightstreak.png) repeat-x 0 0;
    z-index: 1;
    height: 680px;
}

#international_dealers_wrap{
    padding-top: 6px;
}

#international_dealers_wrap h4 {
    float: left;
    top: 0 !important;
    padding-right: 30px;
}

#international_dealers_wrap select {
    float: left;
    margin-top: 13px;
}

#international_dealers_wrap .results {
    top: 0 !important;
    margin: 20px !important;
    opacity: 0;
}

#international_dealers_wrap .results li {
    margin: 0 !important;
    width: 225px !important;
    display: block;
    height: 120px;
}

#international_dealers_wrap .results li span {
    display: block;
    font-size: 12px !important;
    color: #c1c1c1 !important;
    font-weight: normal !important;
    font-family:Helvetica,sans-serif !important;
    line-height: 23px !important;
}

#international_dealers_wrap .results li span.name {
    font-size: 23px !important;
    font-family: proxima-nova-extra-condensed,sans-serif !important;
    font-weight: 700 !important;
}

#international_dealers_wrap .results li span.shop_now {
    font-size: 19px !important;
}
