﻿/* Layout Styles */

body {
	margin: 0 auto;
	background: #fff;
	width: 940px;
}

#header {
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    overflow: hidden;
}

#header #logo {
    display: block;
}

#header #main-image {
    width: 640px;
    height: 153px;
    background: #ccc;
    position: relative;
}

#header #main-image #telephone-num {
    width: 640px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 60px;
    background: url('../images/telephone-trans.png');
}

#header #main-image #telephone-num a {
    font-size: 37px;
    color: #fff;
    line-height: 37px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: bold;
}

a.enquiry-btn {
    position: absolute;
    bottom: 8px;
    left: 20px;
    background: transparent url('../images/buttons/send-enquiry.png') no-repeat;
    display: inline-block;
    height: 40px;
    width: 197px;
    text-indent: -9999px;
}

#content-wrap {
    overflow: hidden;
}

#col1 {
    width: 299px;
    float: left;
    margin: 0 20px 0 0;
    border-right: 1px solid #cdcdcd;
}

#col2 {
    width: 620px;
    float: left;
}

#content {
    width: 620px;
    float: left;
}

#footer {
    border-top: 1px solid #cdcdcd;
    clear: both;
    padding: 10px 10px;
    text-align: right;
    line-height: 16px;
    overflow: hidden;
    background: #f1f1f1;
}

#footer #registered-info {
    width: 800px;
    float: left;
}

#footer #registered-info p {
    text-align: left;
    font-size: 10px;
    margin-bottom: 0px;
    color: #777;
}

#footer a.disclaimer {
    float: right;    
}

/* -- Adverts -- */

#advertising-wrap {
    margin: 20px;
    border: 1px solid #ccc;
}

#advertising-wrap ul.adverts {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#advertising-wrap ul.adverts li {
    margin: 0px;
    padding: 0px;
}

#advertising-wrap ul.adverts img {
}

/*
---- Default Buttons ----
*/

a.button, a:active.button {
    color: #a9b2b8;
    display: inline-block;
    height: 34px;
    padding: 0px 10px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #B8C2C8;
    border-top: 1px solid #DBE0E4;
    border-left: 1px solid #DBE0E4;
}

a.button span {
    display: block;
    line-height: 34px;
    font-size: 12px;
}

a.button:hover {
    border: 1px solid #4A5778;
    border-top: 1px solid #B8C2C8;
    border-left: 1px solid #B8C2C8;
    color: #414D6A;
}

/* Default Table Styles */

table {
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

table td {
    padding: 10px;
    border: 1px solid #7c7b82;
}

table th {
    padding: 5px 10px;
}

table thead {
    background: #7c7b82;
    color: #fff;
    text-transform: uppercase;
}

/* ---- Contact Us ---- */

#contact-form {
    background: #efefef url('../images/form-bg.png') repeat-x;
    border: 1px solid #cdcdcd;
    padding: 20px;
    color: #000;
    overflow: hidden;
}

#contact-form .default-form {
    margin: 0;
}

.about h3 {
    font-size: 20px;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 4px solid #D9261C;
}

a.button.send-mail {
    padding-left: 44px;
    background: #fff url('../images/buttons/mail_next.png') no-repeat 10px;
}

#location-map {
    width: 298px;
    height: 298px;
    margin: 0 15px 15px 0;
    padding: 0px;
    border: 1px solid #eaeaea;
}

dl#contact-details {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

dl#contact-details dt {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

dl#contact-details dd {
    margin: 0 0 20px 0;
}

/* -- Speeding -- */

table#pointsFacing  {
    width: 90%;
    text-align: center;
}

table#pointsFacing th#guideline  {
    width: 25%;
}

table#pointsFacing th#legal-speed  {
    width: 25%;
    text-align: center;
}

table#pointsFacing th#excess-speed  {
    width: 25%;
}

table#pointsFacing th#fine  {
    width: 25%;
}

/* -- Our Fees -- */

table#fees  {
    width: 90%;
}

table#fees th#guideline  {
    width: 25%;
}

table#fees th#legal-speed  {
    width: 25%;
    text-align: center;
}

table#fees th#excess-speed  {
    width: 25%;
}

table#fees th#fine  {
    width: 25%;
}

.free {
    color: #139243;
    font-size: 20px;
}

