/*------------------------------------------------------------------
[Splash Intro Stylesheet]

Project: United Supply Company
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 12/30/08
-------------------------------------------------------------------*/

@import 'reset.css';

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

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


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

body {
    background-color: #B1B5A3;
    color: #002527;
    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: #002527; }
a:hover { color: #00575C; }

p { padding: 10px 0px; }

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

#main_container {
    background-image: url(../images/mainSplashBg.jpg);
    background-repeat: no-repeat;
    min-height: 204px;
    width: 1018px;
}

#hdr {
    height: 40px;
    padding: 180px 60px 0px 0px;
    text-align: right;
    width: 958px;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.orange { color: #CB8B2B; }
.blue { color: #172F33; }

/*------------------------------------------------------------------
[2. Navigation ]
-------------------------------------------------------------------*/
#nav_main {
    color:  #002527;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
}

#nav_main a { text-decoration: none; }

/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
#content_top_left {
    float: left;
    padding-left: 40px;

}

#content_top_right {
    float: right;
    font-size: 14px;
    padding: 0px 72px 0px 0px;
    width: 246px;
}

#content {
    padding: 0px 130px;
    text-align: justify;
}

#gallery_container {
    background-color: #AA8A65;
    height: 350px;
    margin: auto;
    width: 700px;
}

#list {
    color: #000000;
    line-height: 22px;
    padding: 0px 0px 20px 60px;
    width:350px;
}

/*------------------------------------------------------------------
[4. Footer ]
-------------------------------------------------------------------*/
#pre_ftr {
    color: #002527;
    font-size: 16px;
    padding: 8px 0px;
    text-align: center;
}

#ftr {
    background-color: #012023;
    color: #E5E6D6;
    font-size: 12px;
    height: 54px;
    margin: auto;
    text-align: center;
    width: 1018px;
}

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

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

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

.clear { clear: both; }
