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

Project: Custom Expressions
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 08/14/2009
-------------------------------------------------------------------*/

@import 'reset.css';

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

1. Body
2. Navigation   [#nav_main]
3. Content      [#content]
    a. Home
    b. Finishes
    c. Contact
4. Errors
5. Footer       [#ftr]
-------------------------------------------------------------------*/


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

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

a { color: #E99519; }
a:hover { color: #42464B; }

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

p { padding: 6px 0px; }

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

#top_left {
    float: left;
    height: 166px;
    width: 280px;
}

#top_right {
    float: right;
    height: 166px;
    width: 744px;
}

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

#info_box {
    background-color: #61310B;
    color: #FAE7C4;
    margin: auto;
    margin-top: 10px;
    padding: 8px;
    text-align: center;
    width: 220px;
}

#info_box a { color: #FAE7C4; }

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

/*------------------------------------------------------------------
[2. Navigation ]
-------------------------------------------------------------------*/
#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: #56004E;
    text-decoration: none;
}

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

/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
#content {
    margin: 0px 50px;
}

/*------------------------------------------------------------------
[3a. Home ]
-------------------------------------------------------------------*/
#home_main {
    height: 208px;
    margin: auto;
    padding-top: 14px;
    width: 646px;
}

#h_content .col1, #h_content .col2, #h_content .col3 {
    float: left;
    font-size: 12px;
    height: 171px;
}

/*------------------------------------------------------------------
[3b. Finishes ]
-------------------------------------------------------------------*/
#finishes_container {
    margin: auto;
    padding: 60px 0px 59px 0px;
    width: 882px;
    border: 0px solid #ff0000;
}

#finishes_container .finish {
    float: left;
    font-size: 11px;
    padding: 0px 4px;
    text-align: center;
    width: 118px;
}

#f_content .col1, #f_content .col2, #f_content .col3, #f_content .col4 {
    float: left;
    height: 220px;
}

#f_content .col1 {
    background-image: url(../images/pages-finishes/pick-any-color.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    height: 136px;
    line-height: 14px;
    padding: 84px 0px 0px 130px;
    width: 211px;
}

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

#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 #183D76;
    font-style: normal;
    height: 16px;
    width: 200px;
}

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

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

/*------------------------------------------------------------------
[5. Footer ]
-------------------------------------------------------------------*/
#ftr {
    background-color: #E0C298;
    color: #56004E;
    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: #56004E;
    padding: 0px 8px;
    text-decoration: none;
}

#nav_ftr a:hover { color: #42464B; }

.clear { clear: both; }

