/*------------------------------------------------------------------
[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, body { height:100%; margin:0 0 1px; padding:0; }

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:url(../images/wrapper2.jpg) repeat-y; margin:auto; width:980px; }
#main_container { background:url(../images/mainSplashBg2.jpg) no-repeat; min-height:204px; width:980px; }
#hdr { height:40px; padding:180px 40px 0px 0px; text-align:right; width:940px; }

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

/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
#content_top_container { background-color:#563F37; height:244px; margin:auto; padding:20px; width:820px; }
#content_top { background-color:#E6E7D7; height:244px; margin:auto; padding:0px; width:820px; }

#content_top_left { float:left; width:430px; }
#content_top_left p { padding:4px 0px; }

#content_top_right { float:right; width:390px; }

/* This is for the Vision Las Vegas Promo and can be removed after April 28th, 2011 */
#content_top_left_temp { float:left; width:370px; }
#content_top_left_temp p { font-size:13px; padding:4px 0px; }
#content_top_right_temp { background-color:#563F37; color:#000; float:right; width:450px; }
#content_top_right_temp span.pink { color:#DA1871; }

#content { padding:0px 100px; text-align:justify; }
#gallery_container { background-color:#AA8A65; height:350px; margin:auto; width:700px; }

/*------------------------------------------------------------------
[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:980px; }

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

