/*GLOBAL*/

body {
    margin: 0;
    padding: 0;
    background: #313131;
    font-family: "Lucida Sans Unicode", Arial, Helvecita, sans-serif;
    font-size: 12px;
}

/*HEADER*/

#header {
    background: url('images/header_bg.gif') #E7333F repeat-x;
    padding: 0;
}
#header h1 {
    margin: 0;
    color: #FFF;
    padding: 5px 0;
}
#header .telephone {
    color: #FFF;
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
}
#header_title {
    float: left;
    padding-top: 15px;
}
#header_logo {
    float: right;
}
#header_wrap, #nav_wrap, #main_wrap, #footer_wrap {
    width: 900px;
    margin: 0 auto;
}

/*NAVIGATION*/

#navigation {
    background: url('images/nav_bg.gif') repeat-x #992228;
    height: 30px;
}
#navigation a {
    color: #FFF;
    padding: 8px 15px 0px 15px;
    display: block;
    float: left;
    font-size: 11px;
    height: 22px;
}
#navigation a:hover {
    background: #303030;
}
#navigation .current_page {
    background: #303030;
}

/*MAIN*/

#main {
    background: url('images/body_bg.gif') repeat-x #464749;
    padding: 10px;
}
#main-l {
    float: left;
    background: #FFF;
    width: 556px;
    padding: 15px;
    border: 2px solid #686A6D;
    color: #888888;
}
.main-l-content {
    padding: 0 30px 0 15px;
}
#main-l p {
    font-size: 11px;
}
#main-l p a {
    color: #464749;
}
#main-l p a:hover {
    color: #E7333F;
}
#main-l h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #313131;
    font-size: 20px;
    font-weight: normal;
}
#main-l h3 {
    color: #393939;
    clear: both;
    margin: 0;
    font-size: 14px;
}
#main-r {
    float: right;
    color: #FFF;
    /* Extra */
    width: 260px;
    padding: 20px;
    background: #1E1E1E;
}
#main-r a {
    color: #FFF;
    font-size: 14px;
}
#main-r a:hover {
    color: #E7333F;
}
#main-r p {
    color: #888888;
    font-size: 11px;
}

/*FOOTER*/

#footer {
    background: #313131;
    clear: both;
}
#footer_nav, #footer_related {
    float: left;
    width: 290px;
    padding: 10px 0;
}
#footer_related {
    margin-right: 20px;
}
#footer_logo {
    float: left;
    margin-top: 25px;
    width: 300px;
}
#footer_logo {
	margin-bottom: 20px;
}
.footer_title {
    color: #686A6D;
    font-weight: bold;
    font-size: 18px;
}
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    border-bottom: 1px solid #4e4e4e;
    padding: 10px 0;
    font-size: 11px;
}
#footer ul li a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
#footer ul li a:hover {
    text-decoration: underline;
}
.call_us_footer, .call_tel_footer {
    display: block;
    /*text-align: right;*/
    font-weight: bold;
}
.call_us_footer {
    color: #E6313F;
    font-size: 16px;
    margin-bottom: 2px;
}
.call_tel_footer {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

/*MISC*/

#seperator {
    border-top: 1px solid #686A6D;
    display: block;
    margin-top: 10px;
    *margin-top: 25px !important;
}

/*MAINCONTENT*/

.content_nav {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    padding-top: 10px;
}
.content_nav li {
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
}
.content_nav li a {
    color: #E7333F;
}
.content_nav li a:hover {
    color: #464749;
}

/*SIDEBAR*/

.side_nav {
    background: #000;
    border: 1px solid #FFF;
    margin: 1px;
    margin-bottom: 10px;
}
.side_nav .side_nav_a {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 3px;
    font-size: 14px;
}
.side_nav a img {
    border: 0;
}

/* FORM */

#main_form {
    background: url('images/form-bg.gif') no-repeat #C92B36;
    color: #FFF;
    width: 515px;
    padding: 15px 15px 20px 15px;
}
.unsub {
    height: 205px;
    _height: 225px;
    _overflow: hidden;
    .height:auto;
}
#main_form .input {
    border: 1px solid #464749;
    width: 240px;
    padding: 3px;
}
#main_form label {
    font-size: 16px;
    display: block;
    margin: 10px 0;
}
#form_title {
    font-size: 24px;
    font-weight: normal;
}
#form_title a {
    color: #FFF;
}
#form-col1 {
    float: left;
}
#form-col2 {
    float: right;
}
#form-submit {
    clear: both;
    padding-top: 20px;
    _padding-top: 0 !important;
}
#form-submit .clock {
    float: left;
}
#form-submit .enquire {
    float: right;
    border: none;
    background: url('images/enquire-button.gif');
    width: 129px;
    height: 43px;
    margin-top: -5px;
    _margin-top: -30px;
    cursor: pointer;
}
#just_one {
    line-height: 25px;
    padding-left: 10px;
    font-size: 14px;
}
#what_next {
    width: 515px;
    padding: 15px;
    background: #CCC;
    color: #000;
}
.what_next_title {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
}
.third_parties {
    font-weight: bold;
    font-size: 11px;
}
.in_30 {
    font-size: 11px;
}
#what_next span a {
    color: #CA2C36;
}
#what_next span a:hover {
    color: #000;
}
.content_byline {
    font-style: italic;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 11px;
}

/*SITEMAP*/

.sitemap_tree a {
    color: #CA2C36;
}
.sitemap_tree a:hover {
    color: #000;
}
.sitemap_links {
    color: #FFF;
    font-size: 10px;
    text-align: right;
    display: block;
    margin-top: 6em;
}
.sitemap_links a {
    color: #CA2C36;
}
.sitemap_links a:hover {
    color: #FFF;
}
