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

Project: Russell Millworks
Author: Hugh Thompson <hugh@123shoot.com>
Version: 1.1
Last change: 05/20/2010
-------------------------------------------------------------------*/

@import 'reset.css';

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

1. Body
2. Header       [#hdr]
3. Navigation   [#nav_main]
3. Content      [#content]
4. Footer       [#ftr]
5. Error
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #3C2A18;
    font-family: Georgia, Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
    word-spacing: 0px;
}

#wrapper {
    background: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    margin: auto;
    width: 950px;
}

h1 { font-size:16px; font-weight:bold; padding-top:12px; }

a { color:#171E87; font-weight:bold; text-decoration:underline; }
a:hover { color:#3C2A18; }

/*------------------------------------------------------------------
[2. Header [#hdr] ]
-------------------------------------------------------------------*/
#hdr { background:url(../images/header.jpg); background-repeat:no-repeat; height:259px; margin:auto; width:950px; }

/*------------------------------------------------------------------
[2. Navigation [#nav_main] ]
-------------------------------------------------------------------*/
#nav_main { background:url(../images/nav-bg.jpg); background-repeat:no-repeat; height:121px; padding-bottom:30px; }
#nav_main table td { padding-left:2px; text-align:center; }
#nav_main table td a { font-size:11px; text-decoration:none; }
#nav_main table td a:hover, #nav_main table td a.current { color:#3C2A18; }

#fb { float:right; padding-right:100px; }

#products_nav { padding:16px 0px; text-align:center; }
#products_nav ul li { display:inline; line-height:20px; list-style-type:none; }

/*------------------------------------------------------------------
[3c. Navigation - Sub]
-------------------------------------------------------------------*/
#dropmenudiv {
    background-repeat: no-repeat;
    font-size:11px;
    line-height: 13px;
    padding-top: 5px;
    position: absolute;
    z-index: 100;
}

#dropmenudiv a {
    color: #171E87;
    display: block;
    font-weight: bold;
    padding: 0px 0px 6px 0px;
    text-decoration: none;
    text-indent: 3px;
    width: 100%;
}

#dropmenudiv a:hover { color: #3C2A18; }
/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
.border { border-color:#514130; border-style:solid; border-width:2px; }

#contact_list ul li { line-height:20px; list-style-type:none; }

#content { padding-bottom:12px; }
#content p { padding:8px 0px; }

.content_left { float:left; padding:0px 0px 12px 36px; text-align:left; width:500px; }
.content_right { float:right; padding:0px 36px 12px 0px; text-align:left; width:365px; }
.content_single { padding-left:36px; }

.gallery { padding-bottom:24px; text-align:center; }
.gallery ul { padding:4px 0px; }
.gallery ul li { display:inline; list-style-type:none; padding:4px; }

.header { background:none; width:450px; }
.header h1 { background:#313493; padding:0px 8px; color:#FFFFFF; font-size:20px; font-weight:bold; height:35px; line-height:35px; }

#home_video { background:#514130; height:270px; padding:8px 4px 4px 8px; width:358px; }

#latest_news_container { background:#514130; padding:4px; }
#latest_news { background:#E5E4D0; line-height:22px; padding:4px; }
#latest_news h1 { padding-bottom:16px; }
#latest_news ul { padding:0px 0px 16px 16px; }

#newsletter_form { padding:16px 24px 0px 0px; text-align:right; }
#newsletter_form h2 { color:#121375; font-size:14px; font-weight:bold; }
#newsletter_form p { padding-bottom:0px; }

.video { background:#514130; height:270px; padding:8px 4px 4px 4px; width:358px; }
.video_container { padding-top:71px; text-align:center; }
.window_video_container { padding:8px 0px 25px 0px; text-align:center; }

/*------------------------------------------------------------------
[4. Footer ]
-------------------------------------------------------------------*/
#ftr { background:url(../images/footer.jpg); background-repeat:no-repeat; height:95px; margin:auto; width:950px; }
#ftr_left { float:left; font-size:12px; font-weight:bold; height:94px; padding-top:15px; text-align:center; width:200px; }
#ftr_right { float:right; font-size:12px; height:94px; padding-top:35px; text-align:center; width:605px; }

.clear { clear: both; }

/*------------------------------------------------------------------
[5. Error ]
-------------------------------------------------------------------*/
.err_msg, #errUsername, #errPassword, #errEmail {
    color: #CC0000;
    font-style: italic;
}