/***********/
/* General */
/***********/
body {
 background-color: #7f7f7f;
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #ffffff;
 text-align: center;
}

.clear {
 height: 0;
 line-height: 0;
 clear: both;
 font-size: 0;
}

a {
 font-weight: normal;
 text-decoration: underline;
 color: #cccccc;
 font-weight: bold;
}

a:hover {
 text-decoration: none;
}

.highlight {
 font-size: 120%;
 font-weight: bold;
}

address {
 font-style: normal;
 margin: 1em 0;
}

/*************/
/* Container */
/*************/
div#container {
 position: relative;
 width: 980px;
 margin: 0 auto;
 text-align: left;
 background-image: url(images/container_background.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 background-color: #333366;
 padding: 240px 0 0;
}

div#container h1 {
 position: absolute;
 top: 130px;
 left: 370px;
 width: 291px;
 height: 95px;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
 background-image: url(images/logo.png);
 background-repeat: no-repeat;
 background-position: top left;
}

* html div#container h1 { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
}

/*********************/
/* Content Container */
/*********************/
div#contentcontainer {
 margin: 0 45px;
 font-size: 0.9em;
 padding: 0 0 15px;
 height: 1%; /* Workaround for IE7 */
}

/*************/
/* Shortcuts */
/*************/
ul#shortcuts {
 margin: 0;
 padding: 0;
 list-style: none;
 font-size: 0.85em;
}

ul#shortcuts li {
 margin: 0 0 0 30px;
 padding: 0 0 0 22px;
 float: left;
 background-repeat: no-repeat;
 background-position: 0% 50%;
 line-height: 19px;
}

ul#shortcuts li.first {
 margin: 0;
}

ul#shortcuts li a {
 text-decoration: none;
}

ul#shortcuts li a:hover {
 text-decoration: underline;
}

ul#shortcuts li#shortcutTelephone { background-image: url(images/icons_telephone.gif); font-size: 150%; }
ul#shortcuts li#shortcutPrint { background-image: url(images/icons_printer.gif); }
ul#shortcuts li#shortcutFavourites { background-image: url(images/icons_favourites.gif); }
ul#shortcuts li#shortcutQuote { background-image: url(images/icons_quote.gif); }

/*******/
/* Nav */
/*******/
ul#nav {
 margin: 25px 0 0;
 padding: 0;
 list-style: none;
 width: 180px;
 float: left;
 font-size: 0.9em;
}

ul#nav li {
 margin: 0 0 3px;
 padding: 0;
 background-image: url(images/nav.jpg);
 background-repeat: repeat-x;
 background-position: top left;
 background-color: #bbbbc5;
}

ul#nav li a {
 background-image: url(images/nav_arrow.gif);
 background-repeat: no-repeat;
 background-position: 10px 50%;
 padding: 5px 3px 5px 25px;
 color: #12256a;
 text-decoration: none;
 display: block;
 border: 1px solid #12266d;
 height: 1%; /* Work around for IE6 */
}

ul#nav li a:hover {
 background-color: #ffffff;
 background-image: url(images/nav_arrow_hover.gif);
 color: #92131c;
 text-decoration: none;
 border: 1px solid #92131c;
}

body#pageHome ul#nav li#navHome a
,body#pageAbout ul#nav li#navAbout a
,body#pageExhausts ul#nav li#navExhausts a
,body#pageBespoke ul#nav li#navBespoke a
,body#pageGallery ul#nav li#navGallery a
,body#pageFeedback ul#nav li#navFeedback a
,body#pageContact ul#nav li#navContact a
,body#pageQuote ul#nav li#navQuote a {
 background-color: #ffffff;
 background-image: url(images/nav_arrow_hover.gif);
 color: #92131c;
 text-decoration: none;
 border: 1px solid #92131c;
 cursor: default;
}

/***********/
/* Content */
/***********/
div#content {
 margin: 25px 0 0 25px;
 width: 400px;
 float: left;
 line-height: 1.4em;
 background-image: url(images/gallery.png);
 background-repeat: no-repeat;
 background-position: top right;
 padding-right: 280px;
}

* html div#content { /* Workaround IE PNG deficiencies */
 background-image: url(images/gallery.gif);
}

div#content.nopanel {
 width: 680px;
 padding-right: 0;
 background-image: none;
}

div#content h2 {
 font-size: 1.5em;
 margin: 0 0 14px;
 text-transform: uppercase;
 font-weight: normal;
}

div#content h3 {
 font-size: 1.2em;
 margin-bottom: -10px;
 font-weight: bold;
}

div#content ul {
 list-style: square;
}

div#content li {
 margin: 0 0 10px;
}

div#content div.column {
 width: 300px;
 float: left;
 margin: 0 25px 0 0;
}

div#content table.data {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 margin: 1em 0;
}

div#content table.data th {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 padding: 2px 4px;
 color: #12256a;
 background-color: #e5e5e5;
}

div#content table.data td {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 padding: 2px 4px;
}

/************/
/* Exhausts */
/************/
div#content div.exhaust {
 width: 280px;
 border: 1px solid #12266d;
 padding: 10px;
 background-image: url(images/exhaust_background.jpg);
 background-repeat: repeat-y;
 background-position: 0 0;
 color: #222222;
 float: left;
 margin: 15px 0 0;
 line-height: 1.1em;
}

div#content div.exhaust img {
 border: 1px solid #12266d;
 float: left;
 margin: 0 15px 10px 0;
}

div#content div.exhaust img:hover {
 border: 1px solid #ffffff;
}

div#content div.exhaust h3 {
 margin: 0 0 3px;
 font-weight: bold;
 font-size: 1.1em;
}

/**************/
/* Pagination */
/**************/
div#content p#pagination {
 clear: both;
 padding-top: 20px;
 text-align: right;
}

div#content p#pagination span.current {
 border: 1px solid #ffffff;
 background-color: #7f7f7f;
 color: #ffffff;
 font-weight: bold;
 padding: 1px 2px;
}

div#content p#pagination a {
 padding: 0 4px;
}

/***********/
/* Gallery */
/***********/
div#content div.gallery {
 width: 280px;
 border: 1px solid #12266d;
 padding: 10px;
 background-image: url(images/exhaust_background.jpg);
 background-repeat: repeat-y;
 background-position: 0 0;
 color: #222222;
 float: left;
 margin: 15px 0 0;
 line-height: 1.1em;
}

div#content div.gallery img {
 border: 1px solid #12266d;
 float: left;
 margin: 0 15px 10px 0;
}

div#content div.gallery img:hover {
 border: 1px solid #ffffff;
}

div#content div.gallery h3 {
 margin: 0 0 3px;
 font-weight: bold;
 font-size: 1.1em;
}

div#content div.video {
 margin: 10px 0;
}

/************/
/* Feedback */
/************/
div#content div.feedback {
 background-image: url(images/quote_open.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 margin: 0 0 30px;
 padding: 10px 0 0 20px;
}

div#content div.feedback p {
 margin-top: 0;
}

div#content div.feedback p.quotee {
 background-image: url(images/quote_closed.gif);
 background-repeat: no-repeat;
 background-position: 100% 0;
 margin: -25px 0 0;
 font-style: italic;
 text-align: right;
 padding: 30px 15px 0 0;
 font-weight: bold;
}

/************/
/* Lightbox */
/************/
div#overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
 background-image: url('images/overlay.png');
}

* html div#overlay { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay', sizingMethod='crop');
}

div#largeimagecontainer {
 background-color: #333366;
 border: 1px solid #ffffff;
 padding: 10px;
 position: relative;
}

div#largeimagecontainer img {
 border: 1px solid #ffffff;
}

div#largeimagecontainer img#closebutton {
 z-index: 50;
 position: absolute;
 border: 0;
 top: 14px;
 right: 14px;
 cursor: pointer;
}

div#largeimagecontainer p {
 z-index: 50;
 position: absolute;
 border: 0;
 margin: 0;
 bottom: 15px;
 left: 20px;
 border: 1px solid #ffffff;
 padding: 3px 5px;
 background-color: #333366;
 width: 90%;
 text-align: center;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content form fieldset {
 border: 1px solid #ffffff;
 padding: 10px;
 margin-bottom: 10px;
}

div#content form fieldset legend {
 padding: 0 15px;
 font-weight: normal;
 color: #ffffff;
 font-size: 1.1em;
}

div#content form div.field {
 float: left;
 clear: left;
 margin-bottom: 3px;
 width: 550px;
}

div#content form div.field label {
 color: #ffffff;
 float: left;
 width: 175px;
 text-align: right;
 padding-right: 5px;
}

div#content form div.field.checkbox {
 margin-left: 130px;
}

 div#content form div.field.checkbox label {
 width: auto;
 text-align: left;
 padding-left: 5px;
 padding-right: 0;
}

div#content form div.field.checkbox input.checkbox {
 float: left;
}

div#content form div.required label {
 font-weight: bold;
}

div#content form div.field input.text, div#content form div.field select, div#content form div.field textarea, div#content form div.field input.checkbox {
 float: left;
}

div#content form div.field input.text {
 width: 250px;
 background-color: #e5e5e5;
 border: 1px solid #12266d;
}

div#content form input.button {
 clear: left;
 margin-left: 180px;
 float: left;
}

div#content form div.field textarea {
 font-family: Arial, sans-serif;
 font-size: 1em;
 width: 350px;
 height: 120px;
 background-color: #e5e5e5;
 border: 1px solid #12266d;
}

div#content form div.field textarea:focus
,div#content form div.field input.text:focus {
 background-color: #ffffff;
}

div#content form p {
 clear: left;
 padding-top: 5px;
 margin: 0;
}

/*********************/
/* Errors & Messages */
/*********************/
div#content div.errors {
 border: 1px solid #000000;
 background-color: #da1517;
 padding: 5px 10px;
 margin: 10px 20px;
 color: #ffffff;
}

div#content form fieldset div.field.error {
 border: 1px solid #000000;
 background-color: #da1517;
 padding: 4px 0;
}

div#content div.messages {
 border: 1px solid #000000;
 background-color: #bdbdbd;
 padding: 5px 10px;
 margin: 10px 20px;
 color: #000000;
}

/*****************/
/* Accessibility */
/*****************/
div#content table#accesskeystable {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 width: 450px;
}

div#content table#accesskeystable, div#content table#accesskeystable caption {
 margin-left: auto;
 margin-right: auto;
}

div#content table#accesskeystable th {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 padding: 4px;
 color: #12256a;
 background-color: #e5e5e5;
}

div#content table#accesskeystable td {
 border: 1px solid #e5e5e5;
 border-collapse: collapse;
 padding: 4px;
}

div#content table#accesskeystable em {
 font-weight: bold;
 text-decoration: underline;
 font-style: normal;
}

/*********/
/* Fader */
/*********/
div#content div#fader {
 margin: 0 0 20px;
 width: 554px;
 border: 1px solid #ffffff;
}

/**********/
/* Footer */
/**********/
div#footer {
 margin: 25px 0 0;
 padding: 10px 0;
 font-size: 0.85em;
 border-top: 1px solid #ffffff;
}

div#footer p {
 float: left;
 width: 300px;
 margin: 0;
 padding: 0;
}

div#footer ul {
 float: right;
 width: 300px;
 list-style: none;
 margin: 0;
 padding: 0;
}

div#footer ul li {
 float: right;
 margin: 0;
 padding: 0 6px;
 border-right: 1px solid #ffffff;
}

div#footer ul li.first {
 padding-right: 0;
 border: 0;
}

div#footer a {
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
}
