* {
    margin: 0;
    padding: 0;
}

html {
    background: #e1cda3 url(/images/css/atc_bottom.png) repeat-x left bottom;
}

body {
    font: 62.5%/1 Helvetica, Arial, FreeSans, Sans-serif;
    background: transparent url(/images/css/atc_header.png) repeat-x;
    color: #4a030b;
}

a {
    color: #9b192d;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    border: 0;
}

h3 {
    font-size: 1.8em;
    margin-bottom: .8em;
}

p {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

label {
    font-size: 1.2em;
    display: block;
}

#main {
    width: 920px;
    margin: 0 auto;
}

#main,
#header,
#content h2 {
    position: relative;
}

#header {
    height: 114px;
}

#header h1 {
    position: absolute;
    font-size: 1em;
    color: #fff;
    left: 220px;
    top: 55px;
}

#logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#header ul {
    list-style: none;
    text-align: right;
    display: block;
}

#header li {
    display: -moz-inline-box;
    display: inline-block;
    
}

#content {
    background: transparent url(/images/css/atc_door.jpg) no-repeat 642px 0;
    padding: 50px 0;
}

#content h2 {
    margin-bottom: 20px;
    font-size: 2.8em;
}

#content h2,
#content h2 b {
    width: 576px;
    height: 193px;
}

#content h2 b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent url(/images/css/atc_headline.png) no-repeat;
}

#content .article {
    width: 598px;
    padding: 20px 22px;
    background: transparent url(/images/css/bg_altbox.png) repeat-x;
}

#content .step_title h2 {
    width: auto;
    height: auto;
    margin: 0;
}

.step {
    margin-bottom: 30px;
}

.step_title {
    height: 55px;
    padding: 18px 0 10px 98px;
}

.step .icon {
    margin-left: 100px;
}

#shop {
    background: transparent url(/images/css/atc_icon_shop.png) no-repeat 15px 0;
}

#select {
    background: transparent url(/images/css/atc_icon_select.png) no-repeat 15px 0;
}

#find {
    background: transparent url(/images/css/atc_icon_find.png) no-repeat 15px 0;
}

#print {
    background: transparent url(/images/css/atc_icon_print.png) no-repeat 15px 0;
}

#map_column_1,
#map_column_2 {
    width: 460px;
    height: 400px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}

#dealer_search {
    background: #851526 url(/images/css/locator_bar_back.png) repeat-x left top;
    color: #fff;
    padding: 8px 20px;
    height: 44px;
    border: 1px solid #000;
    border-bottom: 0;
}

#dealer_search div {
    display: -moz-inline-box;
    display: inline-block;
    margin-right: 10px;
}

#sidebar {
    height: 339px;
    overflow: auto;
    border: 1px solid #000;
}

#sidebar div {
    padding: 10px 20px;
    border-bottom: 1px solid #a99c80;
    font-size: 1.2em;
    line-height: 1.2;
}

#map {
    height: 400px;
    overflow: hidden;
    border: 1px solid #000;
    border-left: 0;
    font-size: 11px;
}

#list_place {
    height: 385px;
}

#nav_tabs {
    list-style: none;
}

#nav_tabs li {
    display: -moz-inline-box;
    display: inline-block;
}

#nav_tabs a {
    color: #8c6859;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

#nav_tabs a.on {
    background: #ede1c8;
    color: #4a030b;
    cursor: default;
}

.disclaimer {
    font-size: 1.1em;
    padding: 20px;
}

.product_item img {
    display: inline;
    float: left;
}

#product_list .product_info h3 {
    padding-top: 8px;
    font-size: 2em;
}

.product_info p {
    font-size: 1.2em;
    line-height: 1.2;
}

/* !SLIDER STYLES FROM MAIN CSS --------------------------- */
div#product_list {
    border: solid 1px #000;
    padding: 10px;
}

div.product_info {
    padding-left: 10px;
    float: left;
    width: 150px;
}

#slider_controls div {
    width: 920px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#slider_controls i {
    position: absolute;
    color: #950c29;
    font-size: 1.4em;
    left: 30px;
    bottom: -100px;
}

/* !COLOR SWATCHES --------------------------- */
ul.product_colors {
    list-style: none;
    padding: 5px 0 10px 0;
}

ul.product_colors li {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 5px 5px 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #3a000f;
}

td.product_colors span {
    width: 14px;
    height: 14px;
    margin: 2px;
    background: #fff;
    border: 1px solid #3a000f;
    display: inline;
    float: left;
}

.product_colors a {
    display: block;
    width: 20px;
    height: 20px;
}

.product_colors a:hover {
    border-color: #000;
}

.product_colors .white {
    background: #fff;
}

.product_colors .black {
    background: #000;
}

.product_colors .almond {
    background: #f1ecc7;
}

.product_colors .sandstone {
    background: #b4ab9b;
}

.product_colors .earthtone_brown {
    background: #352c1e;
}

.product_colors .hunter_green {
    background: #243b30;
}

.product_colors .cranberry {
    background: #39001c;
}

.product_colors .light_grey {
    background: rgb(164,177,173);
}

