﻿@charset "utf-8";

/* CSS Document */

.strong {
    font-weight: bold;
}

.tableDefault {
    background-color: black;
    width: 100%;
}

.tableCellDefault {
    background-color: black;
    text-align: center;
}

body {
    background-color: black;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: white;
}

img {
    border: 0;
}

a {
    outline: none;
}

#body-bg {
    background-image: url('../images/interior_bg_art.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 363px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#container {
    width: 1000px;
    margin: 0 auto 0 auto;
}

#nav {
    text-align: center;
    color: white;
    font-style: bold;
}

#navB {
    text-align: center;
    color: white;
    font-style: bold;
}

#newsletter {
    background-image: url(../images/interior-newsletter-bg.jpg);
    /* width: 459px; */
    width: 400px;
    height: 89px;
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
    padding-bottom: 4px;
}

#newsletter p,
#newsletter #announce {
    margin: 0;
    padding: 0;
    /* padding-left: 34px; */
    padding-left: 10px;
}

#newsletter #announce {
    margin-top: 3px;
}

#newsletter p {
    color: #f7ecd3;
    font-size: 11px;
    font-size: 12px;
    /* font-weight: bold; */
    font-weight: normal;
    padding-bottom: 4px;
    padding-top: 0px;
    padding-right: 4px;
}

#newsletter a,
#newsletter a:visited {
    color: #fff8a9;
    /* font-size: 11px; */
    font-size: 12px;
}

#newsletter table {
    margin-left: 32px;
    width: 345px;
}

#newsletter table td {
    padding-right: 5px;
}

#newsletter table td.subscribe_button {
    width: 88px;
}

#newsletter table td.input_bg {
    background-image: url(../images/newsletter-input-bg.gif);
    background-repeat: no-repeat;
    width: 257px;
    height: 25px;
    padding-left: 6px;
    padding-top: 0px;
}

#newsletter table td.input_bg .newsletter_input {
    background-color: #fff;
    width: 245px;
    height: 16px;
    border: none;
}

#newsletter table td.label {
    color: #97bdd4;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 0px;
    padding-top: 2px;
}

#newsletter input.newsletterinput {
    /* height: 18px; */
    height: 12px;
}