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

Project: European Ambiance 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: #CFEEEE;
    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: #572700; }
a:hover { color: #B27944; }

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: 182px;
    width: 260px;
}

#top_right {
    float: right;
    height: 182px;
    width: 764px;
}

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

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

/*------------------------------------------------------------------
[2. Navigation ]
-------------------------------------------------------------------*/
#nav_main {
    height: 24px;
    margin-right: 51px;
    padding-top: 8px;
    text-align: center;
}

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

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

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

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

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

/*------------------------------------------------------------------
[3a. Home ]
-------------------------------------------------------------------*/
#home_left {
    float: left;
    width: 102px;
}

#home_right {
    background-image: url(../images/pagesHome/dealerBg.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 122px;
    width: 380px;
}

#dealer {
    font-size: 12px;
    height: 100px;
    padding: 10px 0px 0px 12px;
    text-align: center;
    width: 200px;
}

/*------------------------------------------------------------------
[3b. Contact ]
-------------------------------------------------------------------*/
#contact_left {
    float: left;
    height: 375px;
    width: 324px;
}

#contact_right {
    float: right;
    height: 375px;
    padding: 28px 60px 0px 60px;
    width: 477px;
}

.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 #552C00;
    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: #552C00;
    color: #FFFFFF;
    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: #FFFFFF;
    padding: 0px 8px;
    text-decoration: none;
}

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

.clear { clear: both; }
