﻿body
{
    margin: 0px 0px;
    color: White;
    font-family: Arial;
    font-size: 12px;
}

img {border-width: 0px;}
a{color: White; text-decoration: none;}
a:visited{color: White; text-decoration: none;}
a:hover{color: White; text-decoration: underline;}

#container
{
    width: 921px;
    margin: 0px auto 0px auto;
    background: #282828;
    position: relative;
}

#header
{
    font-size: 1px;
}

#menu ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 1000;
}

#menu ul li
{
    float: left;
    width: 115px;
    height: 23px;
    background: url('images/menuitem_background.jpg');
}

#menu ul li a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #6c6c6c;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

#menu ul li ul
{
    position: absolute;
    color: Black;
    text-align: center;
    display: none;
}

#menu li:hover ul
{
    display: block;
}

#menu ul li ul li
{
    float: none;
}

#quote
{
    clear: both;
    padding: 0px 0px;
}

#thequote
{
    background: url('images/quote_background.jpg');
    width: 921px;
    height: 239px;
}

#map
{
    float: left;
}

#theform
{
    
    width: 538px;
    height: 239px;
    float: left;
}

#theform h2
{
    color: #f3c704;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    margin: 23px 0px 0px 112px;
}

#theform input[type=text]
{
    border-width: 0px;
    background: url('images/textbox_background.jpg');
    width: 131px;
    height: 14px;
}

#showquote
{
    display: none;
}

#left
{
    width: 189px;
    float: left;
    background: url('images/right_background2.jpg') repeat-y;
    color: White;
}

#offers
{
    height: 350px;
    width: 211px;
    background: url('images/left_background.jpg') repeat-y;
    overflow: hidden; 
    position: relative;

}

#offers_text
{
    padding: 20px 20px;
    position: relative;
}

#articles_text
{
    padding: 7px 2px 0px 0px;
}

#articles
{
    height: 460px;
    width: 189px;
    background: url('images/lleft_background.jpg');
}

#other
{
    position: absolute;
    width: 189px;
    bottom: 20px;
    text-align: center;
}

#center
{
    width: 521px;
    float: left;
    background: url('images/center_background.jpg') repeat-x;
    background-color: #d9d9d9;
    position: relative;
    color: Black;
}

#center_text
{
    padding: 24px 70px;
}

#center_text a{color: Black; text-decoration: none;}
#center_text a:visited{color: Black; text-decoration: none;}
#center_text a:hover{color: Black; text-decoration: underline;}

#right
{
    float: left;
    width: 211px; 
    background: #b9b9b9;
    color: White;
}

#tabs
{
    width: 179px;
    height: 245px;
    background: url('images/tabs_background.jpg');
    margin: 4px 5px 5px 5px;
}

.tabs_text
{
    padding: 6px 0px 0px 6px;
    clear: both;
}

#other2
{
    width: 211px;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

#right_container
{
    background: url('images/right_background3.jpg') repeat-x;
    clear: both;
}

#tablist
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#tablist li
{
    width: 47px;
    height: 19px;
    float: left;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 1px;
    cursor: pointer;
    display: block;
}

.graytab
{
    background: url('images/graytab.jpg');
}

.blacktab
{
    background: url('images/blacktab.jpg');
}

#movie
{
     text-align: center;
}

#articles_text ul
{
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 16px;
    list-style-image: url('images/bullet.jpg');
    font-size: 12px;
    letter-spacing: -0.3px;
}

#articles_text ul li
{
    margin: 0px 0px 2px 0px;
    padding: 0 0;
}

#offers_scroller
{
    position: relative;
}