/*------------------------------------------------------------------
[Master Stylesheet]

Project: Decorative Wood Hardware
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 01/20/09
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation
    a. Main     [#nav_main]
    b. Sub      [#nav_sub]
3. Content      [#content]
    a. Home
    b. Products
    c. Resources
    d. Contact
    e. Pagination
4. Footer       [#ftr]
5. Error
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html {
    margin-bottom: 1px;
    min-height: 100%;
}

body {
    background-color: #01393D;
    color: #4B2F1A;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
    word-spacing: 0px;
}

a { color: #4B2F1A; }
a:hover { color: #01393D; }

h1 {
    font-size: 22px;
}

p { padding: 8px 0px; }

ul, ol { padding-left: 16px; }

#wrapper {
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    margin-top: 34px;
    width: 1024px;
}

#main_container {
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    min-height: 634px;
    width: 1024px;
}

#top_left {
    float: left;
    height: 198px;
    width: 296px;
}

#top_right {
    float: right;
    height: 198px;
    width: 728px;
}

#crafted_care {
    height: 64px;
    margin-right: 38px;
    text-align: right;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.block { display: block; }

/*------------------------------------------------------------------
[2a. Navigation - Main ]
-------------------------------------------------------------------*/
#nav_main {
    height: 26px;
    margin-right: 50px;
    padding-top: 10px;
    text-align: center;
}

#nav_main ul {
    list-style-type: none;
    padding: 0px;
}

#nav_main ul li {
    display: inline;
    padding: 20px;
}

#nav_main ul li a {
    color: #E9D9B9;
    text-decoration: none;
}

#nav_main ul li a:hover, #nav_main ul li a.current {
    color: #D49E62;
}

/*------------------------------------------------------------------
[2b. Navigation - Sub ]
-------------------------------------------------------------------*/
#nav_sub {
    background-color: #01393D;
    color: #E9D9B9;
    height: 18px;
    margin: 0px 117px;
    padding: 2px 0px 0px 24px;
}

/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
#content {
    margin: 0px 38px;
    padding-bottom: 12px;
    text-align: justify;
}

#content ul, #content ol { padding-left: 16px; }

/*------------------------------------------------------------------
[3a. Home ]
-------------------------------------------------------------------*/
#left_container {
    float: left;
    text-align: center;
    width: 300px;
}

#right_container {
    float: left;
    width: 592px;
}

#site_map { padding: 20px 100px 40px 120px; }

#site_map ul li { padding: 4px 0px; }

/*------------------------------------------------------------------
[3b. Products ]
-------------------------------------------------------------------*/
.category {
    color: #01393D;
    float: left;
    padding: 0px 10px;
    text-align: center;
    width: 134px;
}

.category img { display: block; }

#product_left_poles {
    float: left;
    padding: 36px 0px 0px 60px;
    text-align: left;
    width: 386px;
}

#product_right_poles {
    float: right;
    padding: 36px 0px 0px 30px;
    width: 468px;
}

#product_left_traverse {
    float: left;
    padding: 36px 0px 0px 60px;
    text-align: left;
    width: 510px;
}

#product_right_traverse {
    float: right;
    padding: 36px 0px 0px 0px;
    width: 374px;
}

.product_holder {
    float: left;
    height: 100px;
    padding: 15px;
    width: 100px;
}

.product_holder img { display: block }

.product_holder p {
    padding: 0px;
    text-align: center;
}

/*------------------------------------------------------------------
[3c. Resources ]
-------------------------------------------------------------------*/
#resources { padding: 20px 0px 20px 120px; }

#resources ul li { padding: 4px; }

/*------------------------------------------------------------------
[3d. Contact ]
-------------------------------------------------------------------*/
#contact_left {
    float: left;
    height: 375px;
    padding-top: 36px;
    text-align: right;
    width: 344px;
}

#contact_right {
    float: right;
    height: 375px;
    padding: 36px 60px 0px 60px;
    width: 480px;
}

.identifier {
    float: left;
    padding: 6px;
    text-align: right;
    width: 18%;
}

.input_side {
    float: left;
    padding: 6px;
    text-align: left;
}

.frm_fld_nrml {
    border: 1px solid #01393D;
    font-style: normal;
    height: 16px;
    width: 200px;
}

#success {
    font-size: 28px;
    line-height: 36px;
    padding-top: 20px;
    text-align: center;
}

/*------------------------------------------------------------------
[3e. Content - Pagination (page flipper) ]
-------------------------------------------------------------------*/
.paginator {
    background-color: #FFFFFF;
    border: 1px solid #896954;
    float: left;
    font-size: 10px;
    margin: 0px 2px;
    padding: 4px;
}

.paginator_current {
    background-color: #D39D61;
    border: 1px solid #896954;
    float: left;
    font-size: 10px;
    margin: 0px 2px;
    padding: 4px;
}

/*------------------------------------------------------------------
[4. Footer ]
-------------------------------------------------------------------*/
#ftr {
    background-color: #896954;
    color: #E9D9B9;
    font-size: 12px;
    height: 83px;
    margin: auto;
    margin-bottom: 34px;
    text-align: center;
    width: 1024px;
}

#nav_ftr { padding: 4px 0px 2px 0px; }

#nav_ftr a {
    color: #E9D9B9;
    padding: 0px 8px;
    text-decoration: none;
}

#nav_ftr a:hover { color: #EFEFEF; }

.clear { clear: both; }

/*------------------------------------------------------------------
[5. Error ]
-------------------------------------------------------------------*/
#errName, #errAddress, #errCity, #errZip, #errEmail, #errPhone {
    color: #990000;
    font-style: italic;
}