body {
    background: #313131 url('../images/bg.png') repeat-x;
    color: #666;
    font-family: 'Arial', sans-serif;
    margin: 0px;
    text-align: center;
}
body, table {
    font-size: 12px;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

div#header {
    height: 480px;
    background: url('../images/bg.jpg') top center no-repeat;
}
div#header img#logo {
    float: left;
}
div#header img#phone {
    float: right;
}
div#header div#menu {
    clear: both;
    height: 30px;
    background: #161616;
    padding-left: 10px;
}
div#header div#menu a {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 10px;
}
div#header div#menu a:hover, div#header div#menu a:focus {
    color: #FF4212;
}
div#header div#login {
    background: #414141;
    padding: 10px 20px;
}
div#header div#login input.text {
    background: #414141;
    color: #ccc;
    border: 1px solid #ccc;
    margin: 0;
    padding: 3px;
    margin-left: 10px;
    width: 130px;
    font-size: 11px;
}
div#header div#login input.button {
    margin: 0;
    margin-left: 10px;
}
div#banner {
    margin-top: 20px;
    height: 290px;
    width: 900px;
    border: 1px solid #666;
}
div#banner-text {
    background: url('../images/banner-text.png') no-repeat;
    height: 90px;
    width: 330px;
    float: left;
    margin-top: 90px;
    color: #fff;
    font-family: "Impact", "Charcoal", sans-serif;
    font-size: 24px;
    padding-left: 10px;
    padding-top: 20px;
}
div#body {
    background: #161616;
    padding: 20px 0px;
}
div.wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
label {
    color: #FF4012;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 13px;
}
div#sidebar {
    width: 250px;
    float: left;
}
div#sidebar h2 {
    background: #FF4212;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    font-style: normal;
}
div#sidebar div#menu {
    margin-bottom: 20px;
    background: #313131;
}
div#sidebar div#menu a {
    height: 30px;
    line-height: 30px;
    display: block;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}
div#sidebar div#menu a:hover, div#sidebar div#menu a:focus {
    color: #FF4212;
}
.even {
    background: #3C3C3C;
}
div#sidebar div.box {
    padding: 10px;
    background: #3C3C3C;
}
div#sidebar label {
    color: #ccc;
    font-weight: normal;
    font-size: 11px;
}
div#sidebar input.text, div#sidebar textarea {
    background: #313131;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 3px;
    margin: 4px 0px 6px 0px;
    width: 222px;
}
div#content {
    width: 570px;
    min-height: 497px;
    _height: 497px;
    float: right;
    background: #fff;
    padding: 30px;
}
div#footer {
    color: #999;
    font-size: 10px;
    padding: 10px 0px 40px;
}
div#footer a {
    color: #ccc;
    text-decoration: none;
}
div#footer a:hover, div#footer a:focus {
    text-decoration: underline;
}

h1 {
    color: #FF4112;
    font-size: 26px;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: 90%;
}
h2 {
    color: #999;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    margin-bottom: 30px;
    font-size: 14px;
    font-style: italic;
}
h3 {
    color: #FF4112;
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 14px;
}
h4 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    padding-bottom: 14px;
    color: #333;
}
p {
    line-height: 140%;
    padding-bottom: 14px;
}
a {
    color: #FF4112;
}
a:hover, a:focus {
    text-decoration: none;
}
li {
    padding-bottom: 7px;
}
ul {
    line-height: 110%;
    padding-bottom: 7px;
    list-style-image: url('../images/bullet.png');
    padding-left: 14px;
}
hr {
    clear: both;
    height: 4px;
    color: #eee;
    background: #eee;
    border: none;
    margin: 10px 0px 24px 0px;
}
.column {
    width: 260px;
}
ul.errors {
    padding-top: 14px;
    background-color: #FFE5E5;
    border: 1px solid red;
    margin-bottom: 14px;
    padding-left: 28px;
    width: 380px;
    font-weight: bold;
    color: #333;
}
