/* main CSS file */

* {
    margin: 0;
    padding: 0;
}

#accessibility, .hide, hr {
    display: none;
}

div.cleaner {
    font-size: 0;
    line-height: 0em;
    height: 0;
    overflow: hidden;
    clear: both;
}

.right {
    float: right;
}
.left {
    float: left;
}

body {
    color: black;
    background: #A3A8AE url("../images/bg.gif") 0 0 repeat;
    font: small Tahoma, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}

address {
    font-style: normal;
}

#container {
    width: 737px;
    margin: 16px auto 0;
    text-align: left;
    background: url('../images/wrap-shade.gif') top center repeat-y;
}

#wrapper {
    background: url('../images/wrap-top.gif') top center no-repeat;
    padding: 16px 9px 0 8px;
}

#document {

}

#header h1 {
    position: relative;
    min-height: 78px;
    width: 309px;
    float: left;
    background-color: white;
}

#header h1, #header h1 span, #header h1 a {
    display: block;
    width: 309px;
    height: 78px;
    overflow: hidden;
    position: relative;
}

#header h1 span {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/logo.gif') top left no-repeat;    
}

#header img {
    float: right;
    margin: 10px 15px 0 0;
}

#navigation {
    clear: both;
    width: 720px;
    border-top: solid 6px white;
    list-style-type: none;
    background-color: #D71804;
    float: left;
}

#navigation li {
    float: left;
    width: 120px;
    height: 60px;
    display: table;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #D71804 url('../images/nav-mid.gif') 0 0 no-repeat;
}

#navigation li.first {
    background-image: url('../images/nav-left.gif');
}

#navigation li.last {
    background-image: url('../images/nav-right.gif');
}

#navigation li a {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-size: 110%;
    text-decoration: none;
    padding: 0 6px;
}

#navigation li a span {
    display: block;
    overflow: hidden;
}

#navigation li a:hover {
    text-decoration: underline;
}

#offer {
    clear: both;
    width: 639px;
    min-height: 101px;
    padding: 12px 40px;
    background: #F2F1F1 url('../images/offer.gif') bottom center no-repeat;
    margin-bottom: 30px;
}

#offer a {
    color: #383838;
}

#offer h2 {
    color: white;
    background-color: #383838;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    font-size: 140%;
    padding: 0 6px;
}

#offer p {
    clear: both;
    color: #383838;
    font-size: 155%;
}

#offer p strong {
    font-size: 110%;
    font-weight: bold;
    color: #D71804;
}

#offer p.addinfo {
    font-size: 110%;
    margin-top: 20px;
}

#offer p.addinfo strong {
    color: #D71804;
    font-weight: normal;
}

#offer p.lower {
    font-size: 90%;
}

#content {
    background: white;
}

#content h2 {
    padding: 0 8px 16px;
    font-size: 140%;
    color: #D71804;
}

#content p {
    padding: 0 8px;
    font-size: 110%;
}

.box {
    width: 355px;
    background: #E5E5E5 url('../images/boxbg.gif') 0 37px repeat-x;
    margin-top: 32px;
}

.box h3 {
    color: white;
    background: #383838 url('../images/boxh-a.gif') 0 0 no-repeat;
    font-size: 130%;
    text-transform: uppercase;
    line-height: 37px;
    padding: 0 8px;
}

.box img {
    float: left;
    margin: 12px 8px;
    border: solid 4px #383838;
}

.box h4 {
    margin: 14px 0 0 0;
    font-size: 110%;
}

.box address {
    font-size: 110%;
}

.box .more {
    clear: both;
    text-align: right;
    line-height: 36px;
    background: #383838 url('../images/boxf-a.gif') bottom left no-repeat;
    padding: 0 16px;
    font-size: 130%;
    font-weight: bold;
}

.box .more a {
    color: white;
    text-decoration: none;
}

.box .more a:hover {
    text-decoration: underline;
}

.depot {
    margin: 0 8px;
    border-top: solid 20px white;
}

.depot h3 {
    color: #D71804;
    font-size: 240%;
    margin-bottom: 5px;
}

#map {
    width: 339px;
    float: left;
    background: #E8E8E8 url('../images/map-bg-top.gif') top left no-repeat;
}

#map-inner {
    background: url('../images/map-bg-bottom.gif') bottom left no-repeat;
    text-align: center;
}

#map img {
    border: solid 4px #383838;
}

#contact {
    background: #FCFCFD url('../images/boxb.gif') bottom left repeat-x;
    float: right;
    width: 355px;
    font-size: 110%;
}

#contact h4 {
    color: white;
    background: #605F5F url('../images/boxh-b.gif') 0 0 no-repeat;
    font-size: 130%;
    line-height: 37px;
    padding: 0 8px;
}

#contact a {
    background-color: #B8B8B8;
    color: black;
    text-decoration: none;
}

#contact a:hover {
    background-color: #CCC;
}

#contact dl {
    margin: 20px 10px 43px 40px;
}

#contact dt {
    font-weight: bold;
    float: left;
    width: 90px;
}

#contact dd {
    margin-left: 100px;
}

#contact dd.email a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#photo {
    clear: both;
    margin: 0 8px;
    padding: 40px 0;
}

#photo-inner {
    background-color: #E8E8E8;
    border-top: solid 1px #838282;
    border-bottom: solid 1px #838282;
    text-align: right;
}

#photo img {
    margin: 10px 10px 10px 0;
    border: solid 2px #ACACAC;
}


#photo h4 {
    float: left;
    padding-left: 10px;
    width: 130px;
    height: 134px;
    position: relative;
    overflow: hidden;
}

#photo h4 span {
    position: absolute;
    top: 0; left: 0;
    width: 140px;
    height: 134px;
    z-index: 1;
    background: url('../images/enlarge.gif') 0 0 no-repeat;
}

		#tickbox ul {
			margin-top:20px;
			margin-bottom:30px;
			list-style-type: none;
		}
		#tickbox ul li {
			margin-left: 100px;
			padding-left: 30px;
			padding-top: 8px;
			padding-bottom: 2px;
			background: url(../images/tick_red.gif) no-repeat 0 5px;
			color: #024368;
			font-size: 1.1em;
			font-weight: bold;
			
		}
#footer {
    clear: both;
    color: white;
    background-color: #880E01;
    width: 708px;
    font-size: 110%;
    padding: 6px 6px 12px;
}

#footer a {
    color: white;
}

#footer .right {
    text-align: right;
}

#footer .copyright {
    float: left;
}
