
body, html {
    background: url(/skins/fullexposure/shared/body_bg.png);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.centerDivInWidth {
    width: 800px;
    padding: 0;
    margin: auto;
}
.bumper {
    background: #D39518; /* url(/skins/fullexposure/shared/top_bg.gif); */
    text-align: right;
    color: white;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

/* white on dark text */
.bumper a {
    color: white;
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    color: #017688;
}
.bumper a:link, .bumper a:visited, .bumper a:hover, .bumper a:active {
    color: white;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: black;
}

#header {
    height: 150px;
    overflow: visible;
    text-align: center;
    margin-left: -550px;
    margin-right: -550px;
    position: relative;
    left: -10px;
}
#header img {
    width: 1900px;
    height: 150px;
    border: 0;
}
#headerMiddle {
    height: 150px;
    overflow: visible;
    width: 0;
    margin: auto;
}

#navBar {
    background: url(/skins/fullexposure/shared/nav_bg.gif);
    text-align: center;
    color: white;
    height: 29px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
}
#tplCustomMenu.yuimenubar {
    background: transparent;
    text-align: center;
}
#tplCustomMenu li.yuimenubaritem {
    padding: 0 9px;
}
#tplCustomMenu.yuimenubar li.yuimenubaritem.first-of-type {
    border-width: 0 1px 0 0px;
}
#tplCustomMenu.yuimenubar li.yuimenubaritem {
    border-width: 0 1px 0 0;
}
div.yuimenubar li.yuimenubaritem img {
    margin-left: 5px;
}
#tplCustomMenu.yuimenubar li.selected {
    background-color: orange;
}
#tplCustomMenu li.yuimenubaritem a {
    color: white;
}

#tplCustomMenu div.yuimenu ul {
    padding: 0;
}
#tplCustomMenu div.yuimenu li.yuimenuitem {
    padding: 0 10px;
}
#tplCustomMenu div.yuimenu li.yuimenuitem a {
    color: black;
}
#tplCustomMenu li.yuimenu {
    line-height: 20px;
}

#mainContent {
    text-align: center;
}
#mainContent .centerDivInWidth {
    background: white url(/skins/fullexposure/shared/content_bg.png) repeat-x;
    padding: 10px 0 5px 0;
    text-align: left;
}

#bottomBar {
    line-height: 20px;
    font-size: 12px;
}

#footer {
    margin-top: 25px;
    font-size: 12px;
}

/* home page */

div#homePageWrapper {
    margin: -10px -3px -5px -3px;
    width: 800px;
    border: 0px solid;
}

.homeTable {
    width: 800px;
}
.homeTable td {
    vertical-align: top;
}
#homeTableHeader {
    font-size: 22px;
    color: white;
}
#homeTableHeader td {
    padding-left: 15px;
    height: 2em;
    vertical-align: middle;
}

.homeFeaturedTitle {
    color: #999999;
    font-weight: bold;
    padding: 5px 0 0 10px;
}
.homeFeaturedImage {
    border: 1px solid #005059;
    margin: 10px;
    padding: 3px;
    background: white;
}
.homeFeaturedPrice {
    color: #005059;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.homeButtonsTable {
    border-top: 30px solid #005059;
    border-style: collapse;
}
#homePageButtons td {
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
    width: 200px;
    background: white url(/skins/fullexposure/shared/content_bg.png) repeat-x;
    border-right: 1px solid #999999;
}
.homePageButton {
    display: block;
    background: url(/skins/fullexposure/shared/home_button_bg.gif) no-repeat;
    width: 146px;
    height: 24px;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
}
.homePageButtons img {
    width: 195px;
    height: 205px;
}
a.homePageButton {
    color: white;
}

/* our team */
.ourTeam {
    margin: auto;
}
.ourTeamSeparator {
    height: 25px;
    width: 700px;
    margin: auto;
    background: #017688;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}
