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

Project: Classic Drapery Hardware
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 12/15/08
-------------------------------------------------------------------*/

@import 'reset.css';

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

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


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

body {
    background-color: #183D76;
    color: #572700;
    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: #183D76; }
a:hover { color: #42464B; }

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/mainBg.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;
}

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

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

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

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

/*------------------------------------------------------------------
[3a. Home ]
-------------------------------------------------------------------*/
#home_left {
    color: #183D76;
    float: left;
    height: 100px;
    padding-top: 10px;
    width: 448px;
}

#home_right {
    float: right;
    text-align: right;
    width: 476px;
}

#home_right p {
    font-size: 12px;
    line-height: 16px;
    padding-right: 64px;
}

/*------------------------------------------------------------------
[3b. Contact ]
-------------------------------------------------------------------*/
#contact_left {
    float: left;
    height: 375px;
    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: #FAE7C4;
    background-color: #EDD8A9;
    color: #183D76;
    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: #183D76;
    padding: 0px 8px;
    text-decoration: none;
}

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

.clear { clear: both; }

