/*------------------------------------------------------------------------*/
/* main text styles                                                       */
/*------------------------------------------------------------------------*/

body {
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #333;
    margin: 0px;
    padding: 0px 10px;
    background: #668dd4 url('../images/chrome/top_grad.gif') repeat-x top left;
    min-width: 600px;
}

p {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

p.bold {
    font-size: 14px;
    font-weight: bold;
}

a:focus,
input:focus {
    outline: none;
}

a {
    color: #305394;
    text-decoration: none;
}

a:visited {
    color: #305394;
}

a:hover {
    color: #ff7f00;
}

sup {
    font-size: 11px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

sub {
    font-size: 11px;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

table {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}



/*------------------------------------------------------------------------*/
/* headings                                                               */
/*------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    color: #333;
}

h1 {
    font-size: 25px;
    padding: 10px 0px 4px 0px;
}

h2 {
    font-size: 21px;
    padding: 10px 0px 3px 0px;
}

h3 {
    font-size: 17px;
    padding: 4px 0px 2px 0px;
}

h4 {
    font-size: 15px;
    padding: 2px 0px 0px 0px;
}

h5 {
    font-size: 13px;
    padding: 0px 0px 0px 10px;
}

.title,
.title h1,
.title h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 8px 16px 0px 12px;
    color: #333;
}

.title h1, 
.title h2 {
  padding-top: 0px;
  line-height: 23px;
}

.subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    color: #333;
}

.section {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 19px;
    margin: 0px;
    padding: 6px 0px 2px 0px;
    color: #333;
}

.subsection {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #333;
}

div.topline {
    clear: both;
    position: relative;
    padding-bottom: 12px;
    margin-top: 26px;
    margin-bottom: 6px;
    background: url('../images/misc/dotline.gif') no-repeat bottom right;
}

div.topline a.top {
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 40px;
    height: 14px;
    text-align: right;
    text-decoration: none;
}


/*------------------------------------------------------------------------*/
/* list elements                                                          */
/*------------------------------------------------------------------------*/

ol { 
    margin-left: 20px;
}

dt {
    font-weight: bold;
    padding-left: 20px;
}

dd {
    padding-top: 4px;
    padding-bottom: 10px;
}

dd p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

dd p.last {
    margin: 0px;
}

ul.toc li {
    padding-bottom: 10px;
    list-style: none;
    padding-left: 16px;
}

ul.toc li a.go {
    margin-left: -16px;
    padding-left: 16px;
    background: url('../images/icons/toc.gif') no-repeat 0 2px;
}

ul.toc li a.go:hover {
    background-image: url('../images/icons/toc_roll.gif');
}

ul.features li {
    padding-bottom: 10px;
}

/*------------------------------------------------------------------------*/
/* images                                                                 */
/*------------------------------------------------------------------------*/

.img_left {
    padding: 5px 20px 20px 10px;
    background-color: #fff;
    float: left;
}

.img_right {
    padding: 5px 10px 20px 20px;
    float: right;
    background-color: #fff;
    text-align: center;
}

.imglink_left {
    float: left;
    padding: 4px 10px 10px 0px;
}

.imglink_right {
    float: right;
    padding: 4px 0px 10px 10px;
}

.blueline {
    border: 1px solid #305394;
    padding: 1px;
}

a .blueline:hover {
    border: 1px solid #ff7f00;
    padding: 1px;
}

.caption {
    font-size: 12px;
    color: #305394;
    padding-top: 2px;
}


/*------------------------------------------------------------------------*/
/* misc styles                                                            */
/*------------------------------------------------------------------------*/

.intro {
    font-size: 15px;
    line-height: 150%;
}

.welcome {
    width: 670px;
    margin: 10px auto 15px auto;
    text-align: justify;
}

.info {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: #305394;
}

.small {
    font-size: 11px;
}

.tiny {
    font-size: 9px;
    color: #89b8df;
}

.big {
    font-size: 15px;
}

.vbig {
    font-size: 16px;
}

p.big, p.vbig {
    padding-bottom: 8px;
}

.bold {
    font-weight: bold;
}

.bigbold {
    font-size: 15px;
    font-weight: bold;
}

.bigblue {
    font-size: 15px;
    font-weight: bold;
    color: #305394;
}

.whitebold {
    font-weight: bold;
    color: #fff;
}

.greybold {
    font-weight: bold;
    color: #777;
}

.blackbold {
  font-weight: bold;
  color: #000;
}


.footnote {
    font-size: 11px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.OLD_note {
    background-color: #305394;
    border: 3px solid #CCC;
    padding: 10px;
    margin: 20px 40px;
    color: white;
    clear: both;
    line-height: 1.2em;
}

.note {
    background-color: #EEE;
    border: 1px solid #aaa;
    padding: 10px;
    margin: 10px 40px 30px 40px;
    color: #305394;
    clear: both;
    line-height: 1.6em;
}

.guide {
    background-color: #EEE;
    border: 1px solid #aaa;
    padding: 10px;
    margin: 20px 40px;
    clear: both;
}

ul.guide {
    list-style: none;
}

ul.guide li {
    padding: 0 0 0 18px;
    margin: 4px 0;
    color: #305394;
    font-size: 12px;
    background: url('../images/icons/guide/right2.gif') no-repeat 0 4px;
}

.indent {
  margin-left: 40px;
}

.reg, .tm {
/*    font-weight: bold; */
}

.centre,
.mid {
  text-align: center;
  align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.break, .clear {
    clear: both;
}

.todo {
    background: #FFFFFF url('../images/misc/todo.jpg') no-repeat top left;
    border: 1px dashed #faa;
    padding: 26px 10px 10px;
}

.alt {
    display: none;
}

.print {
  display: none;
}

.noprint {
}

@media print {
    .noprint { display: none }
}

.ie {
    display: none;
}

blockquote {
    font-style: italic;
}

.text-right {
    text-align: right;
}




#page {
    margin: 0;
    padding: 0;
    background: url('../images/chrome/edge_left.gif') repeat-y top left;
    min-width: 850px;
}

#header {
    position: relative;
    height: 210px;
    background: url('../images/chrome/header3.gif') no-repeat top right;
}

#header .logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    height: 100px;
    width: 360px;
    background: url('../images/chrome/logo.gif') no-repeat top left;
}

#header a.logo:hover {
/*    background-image: url('../images/chrome/logo_roll.gif'); */
}

#header a.home {
    display: block;
    position: absolute;
    top: 110px;
    left: 0px;
    height: 100px;
    width: 90px;
    background: url('../images/chrome/home.gif') no-repeat top left;
}

#header a.home:hover {
    background-image: url('../images/chrome/home_roll.gif');
}

#header #search,
#header #links {
    position: absolute;
    top: 31px;
    right: 100px;
    width: 355px;
    margin: 0;
    padding: 0;
/*    border: 1px solid red; */
}

#header #links {
    background: url('../images/chrome/links.gif') no-repeat 85px 0;
}

#header #search label,
#header #links label {
    display: block;
    float: left;
    width: 80px;
    height: 22px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
/*    border: 1px solid blue; */
}

#header #search input.text {
    display: block;
    float: left;
    width: 202px;
    height: 16px;
    margin: 0 0 0 5px;
    padding: 7px 9px 6px 9px;
    font-size: 12px;
    line-height: 20px;
    background: url('../images/chrome/search.gif') no-repeat top left;
    border: 0;
}

#header #search input.text:focus {
    background-image: url('../images/chrome/search_warm.gif'); 
}

#header #links select {
    display: block;
    float: left;
    width: 208px;
    height: 20px;
    margin: 4px 5px 4px 11px;
    padding: 2px;
    font-size: 12px;
    line-height: 18px;
    background: #eee;
    border: 1px dotted #eee;
}

#header #links select:focus {
}

#header #links select option {
    height: 18px;
    margin: 0;
    padding: 0 6px;
    background: #eee;
    border: 1px solid #ddd;
    border-top: 0;
    border: 0;
}

#header #search input.button,
#header #links input.button {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    background: url('../images/chrome/search_go.gif') no-repeat top left;
    border: 0;
/*    border: 1px solid green; */
}

#header #search input.button:hover {
    background-image: url('../images/chrome/search_go_roll.gif');
}

#header #links {
    top: 61px;
}

#header #links select {
/*    background-image: url('../images/chrome/links.gif'); */
}

#header #links select:focus {
/*    background-image: url('../images/chrome/links_warm.gif'); */
}

#header #links input.button {
    background-image: url('../images/chrome/links_go.gif');
}

#header #links input.button:hover {
    background-image: url('../images/chrome/links_go_roll.gif');
}

#header ul.trail {
    display: block;
    position: absolute;
    top: 180px;
    left: 70px;
    height: 20px;
    width: 70%;
    margin: 0;
    padding: 0 0 0 15px;
    background: url('../images/chrome/trail_corner.gif') no-repeat top left;
}

#header ul.trail li {
    list-style: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#header ul.trail li a {
    display: block;
    float: left;
    height: 20px;
    padding: 0 5px 0 20px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #305394;
    background: url('../images/chrome/trail.gif') no-repeat top left;
}

#header ul.trail li a:hover {
    background-image: url('../images/chrome/trail_roll.gif');
    color: #ff7f00;
}

#header ul.tabs {
    display: block;
    position: absolute;
    top: 102px;
    right: 40px;
    height: 48px;
    width: 440px;
    margin: 0;
    padding: 0;
}

#header ul.tabs li {
    list-style: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#header ul.tabs li a {
    display: block;
    float: left;
    width: 92px;
    height: 30px;
    padding: 9px;
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    color: #305394;
    background: url('../images/chrome/tab_cold.gif') no-repeat top left;
}

#header ul.tabs li a:hover {
    background-image: url('../images/chrome/tab_roll.gif');
    color: black;
}

#header ul.tabs li a.warm {
    background-image: url('../images/chrome/tab_warm.gif');
    color: #e5eeff;
    font-weight: bold;
}

#header ul.menu {
    display: block;
    position: relative;
    top: 142px;
    margin: 0 40px 0 90px;
    text-align: right;
}

#header ul.menu li,
#footer ul.menu li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    padding: 0 0 0 2px;
    background: url('../images/chrome/separator.gif') no-repeat top left;
}

#header ul.menu li a,
#footer ul.menu li a {
    margin: 0;
    padding: 0 12px;
    color: #b5cbf4;
    font-size: 11px;
    text-decoration: none;
}

#header ul.menu li.last a,
#footer ul.menu li.last a {
    background: url('../images/chrome/separator.gif') no-repeat top right; 
}

#header ul.menu li a.warm,
#footer ul.menu li a.warm {
    font-weight: bold;
    color: #e5eeff;
}

#header ul.menu li a:hover,
#footer ul.menu li a:hover {
    color: white;
}

/*------------------------------------------------------------------------*/
/* content                                                                */
/*------------------------------------------------------------------------*/

#content {
    margin: 0 0 0 20px;
    background: white url('../images/chrome/edge_right.gif') repeat-y top right;
    padding: 10px 50px 10px 30px;
}

#headline {
    position: relative;
    padding: 0 30px;
    min-height: 30px;
    margin: 5px 0 10px 0;
}

#headline .arrow {
    position: absolute;
    top: 5px;
    width: 24px;
    padding-top: 24px;
    height: 14px;
    background-position: top left;
    background-repeat: no-repeat;
    color: #CCC;
    font-size: 11px;
}

#headline a.arrow {
    color: #305394;
    font-size: 11px;
}

#headline a.arrow:hover {
    color: #ff7f00
}

#headline .back {
    left: 0px;
    background-image: url('../images/arrows/large/grey/left.gif');
}

#headline a.back {
    background-image: url('../images/arrows/large/blue/left.gif');
}

#headline a.back:hover {
    background-image: url('../images/arrows/large/orange/left.gif');
}

#headline .next {
    right: 0px;
    background-image: url('../images/arrows/large/grey/right.gif');
}

#headline a.next {
    background-image: url('../images/arrows/large/blue/right.gif');
}

#headline a.next:hover {
    background-image: url('../images/arrows/large/orange/right.gif');
}

#headline .bardot {
    display: block;
    height: 12px;
    margin: 0;
    padding: 4px 0 0 0;
    background: url('../images/misc/dotline.gif') no-repeat bottom right;
}

#footer {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    padding: 0 200px 0 30px;
    height: 100px;
    background: url('../images/chrome/footer.gif') no-repeat bottom left;
}

#footer .logo {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 200px;
    background: url('../images/chrome/footer.gif') no-repeat bottom right;
}

#footer address,
#footer #contact {
    font-style: normal;
    margin: 0;
    padding: 4px 0 0 0;
    float: left;
    font-size: 10px;
    width: 25em;
    line-height: 13px;
    color: #555;
}

#footer #trademarks {
    display: none;
    padding-top: 6px;
    font-size: 10px;
    line-height: 13px;
    color: #555;
}

#footer #contact {
    padding-top: 10px;
}

#contact,
#contact a {
    font-size: 10px;
    line-height: 13px;
}

#contact span.key {
    display: block;
    float: left;
    width: 4em;
    padding-right: 4px;
    font-weight: bold;
    text-align: right;
}

#footer #copyright {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20px;
    font-size: 11px;
    color: #89b8df;
}

#footer #copyright {  /* new stuff - centre text */
    width: 100%;
    text-align: center;
}

#footer ul.menu {
    display: block;
    position: absolute;
    bottom: 12px;
    right: 24px;
    text-align: right;
    width: 20em;
    height: 24px;
    margin-bottom: 0;
}

div.tombstones,
div.headstones {
    width: 760px;
    margin: 0 auto;
}

div.tombstone {
    position: relative;
    float: left;
    width: 370px;
    height: 190px;
    margin: 10px 10px 0 0;
    background: url('../images/tombstones/blank-panel.gif') no-repeat top left;
    overflow: visible;
}

div.tombstone a.button,
div.headstone a.button {
    display: block;
    width: 370px;
    height: 30px;
    margin: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: top left;
    background: url('../images/tombstones/titles.gif') no-repeat top left;
}

div.tombstone a.picture,
div.headstone a.picture {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url('../images/tombstones/pictures.jpg') no-repeat top left;
}

div.tombstone div.info {
    position: absolute;
    top: 30px;
    left: 170px;
    width: 200px;
    height: 160px;
/*    padding: 8px 15px; */
    font-size: 11px;
    line-height: 15px;
    color: #444;
    overflow: visible;
}

div.tombstone div.info ul {
    margin: 0;
    padding: 10px 0 10px 0;
    width: 200px;
    color: #444;
}

div.tombstone div.info ul.tight {
    padding-top: 5px;
}

div.tombstone div.info p {
    margin: 0;
    padding: 5px 5px 0 0;
    color: #444;
    font-size: 10px;
    line-height: 14px;
}

div.tombstone div.info ul li {
    list-style: none;
    padding: 0 0 2px 12px;
    width: 180px;
    color: #444;
}

div.tombstone div.info ul li a {
    font-size: 11px;
    line-height: 14px;
    padding-left: 11px;
    margin: 0;
    margin-left: -12px;
    width: 180px !important;
    background: url('../images/icons/small_right.gif') no-repeat 0 3px;
}

div.tombstone div.info ul li a:hover {
    background-image: url('../images/icons/small_right_roll.gif');
}



div.tombstones #structural a.button {
    background-position: 0 -0px;
}

div.tombstones #structural a.button:hover {
    background-position: 0 -40px;
}

div.tombstones #structural a.picture {
    background-position: -0px 0;
}
div.tombstones #mr a.button {
    background-position: 0 -80px;
}

div.tombstones #mr a.button:hover {
    background-position: 0 -120px;
}

div.tombstones #mr a.picture {
    background-position: -160px 0;
}
div.tombstones #personnel a.button {
    background-position: 0 -160px;
}

div.tombstones #personnel a.button:hover {
    background-position: 0 -200px;
}

div.tombstones #personnel a.picture {
    background-position: -320px 0;
}
div.tombstones #accessories a.button {
    background-position: 0 -240px;
}

div.tombstones #accessories a.button:hover {
    background-position: 0 -280px;
}

div.tombstones #accessories a.picture {
    background-position: -480px 0;
}
div.tombstones #servicing a.button {
    background-position: 0 -320px;
}

div.tombstones #servicing a.button:hover {
    background-position: 0 -360px;
}

div.tombstones #servicing a.picture {
    background-position: -640px 0;
}
div.tombstones #engineering a.button {
    background-position: 0 -400px;
}

div.tombstones #engineering a.button:hover {
    background-position: 0 -440px;
}

div.tombstones #engineering a.picture {
    background-position: -800px 0;
}
div.tombstones #about a.button {
    background-position: 0 -480px;
}

div.tombstones #about a.button:hover {
    background-position: 0 -520px;
}

div.tombstones #about a.picture {
    background-position: -960px 0;
}
div.tombstones #contact a.button {
    background-position: 0 -560px;
}

div.tombstones #contact a.button:hover {
    background-position: 0 -600px;
}

div.tombstones #contact a.picture {
    background-position: -1120px 0;
}



div.headstones p.welcome {
    padding-left: 180px;
    width: 490px;
}

#gallery {
    width: 690px;
    margin: 0 auto;
    padding: 0;
    min-height: 600px;
    background: url('../images/rvimages/gallery/body.gif') repeat-y top left; 
}

#gallery div.header {
    height: 130px;
    padding: 0;
    margin: 0;
    background: url('../images/rvimages/gallery/header.gif') no-repeat top left; 
}

#gallery #thumbnails {
    min-height: 450px;
    padding: 0 20px;
}

#gallery div.footer {
    height: 20px;
    background: url('../images/rvimages/gallery/footer.gif') no-repeat bottom left; 
}


/*------------------------------------------------------------------------*/
/* gallery tabs                                                            */
/*------------------------------------------------------------------------*/

#gallery ul.tabs {
    display: block;
    height: 100px;
    padding: 20px 0 0 20px;
    margin: 0;
}

#gallery ul.tabs li {
    list-style: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#gallery ul.tabs li a {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0 10px 0 0;
    background: url('../images/rvimages/gallery/tab_cold.gif') no-repeat top left;
}

#gallery ul.tabs li a:hover {
    background-image: url('../images/rvimages/gallery/tab_warm.gif');
}

#gallery ul.tabs li.warm a {
    background-image: url('../images/rvimages/gallery/tab_hot.gif');
}

#gallery ul.tabs li a span.caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80px;
    height: 18px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    text-decoration: none;
    color: #666;
}

#gallery ul.tabs li a:hover span.caption {
    color: #444;
}

#gallery ul.tabs li.warm a span.caption {
    color: #ff7f00;
}

#gallery ul.tabs li a span.image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 78px;
    height: 58px;
    border: 1px solid #444;
    background-position: -5px -4px;
}

#gallery div.pane {
    position: relative;
    display: none;
    padding: 0 6px;
}

#gallery div.warm {
    display: block;
}


/*------------------------------------------------------------------------*/
/* group title and size controls                                          */
/*------------------------------------------------------------------------*/

#gallery div.pane h2.group {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #444;
    margin: 0;
    padding: 2px 0 5px 0;
}

#gallery div.controls {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 70px;
    height: 20px;
}

#gallery div.controls a {
    display: block;
    float: left;
    font-size: 8px;
    line-height: 20px;
    height: 20px;
    margin-left: 5px;
    text-align: right;
    cursor: pointer;
    background: url('../images/rvimages/gallery/sizes.png') no-repeat top right;
}

#gallery #thumbnails div.controls a.small {
    margin-left: 0;
    width: 13px;
    background-position: 0 0;
}

#gallery #thumbnails div.controls a.medium {
    width: 20px;
    background-position: -18px 0;
}

#gallery #thumbnails div.controls a.large {
    width: 26px;
    background-position: -43px 0;
}

#gallery #thumbnails div.controls a.small:hover {
    background-position: 0 -30px;
}

#gallery #thumbnails div.controls a.medium:hover {
    background-position: -18px -30px;
}

#gallery #thumbnails div.controls a.large:hover {
    background-position: -43px -30px;
}

#gallery #thumbnails.small div.controls a.small {
    background-position: 0 -60px;
}

#gallery #thumbnails.medium div.controls a.medium {
    background-position: -18px -60px;
}

#gallery #thumbnails.large div.controls a.large {
    background-position: -43px -60px;
}


/*------------------------------------------------------------------------*/
/* thumbnail images                                                       */
/*------------------------------------------------------------------------*/

#gallery #thumbnails img.thumbnail {
    width: 90px;
    height: 68px;
    margin: 0 5px 10px 5px;
    border: 1px solid #444;
}

#gallery #thumbnails.medium img.thumbnail {
    width: 135px;
    height: 101px;
    margin: 5px 9px 13px 9px;
}

#gallery #thumbnails.large img.thumbnail {
    width: 180px;
    height: 135px;
    margin: 5px 13px 18px 13px;
}

#gallery #thumbnails.large img.thumbnail {
    width: 180px;
    height: 135px;
    margin: 5px 13px 18px 13px;
}

#gallery #thumbnails a:hover img.thumbnail {
    border: 1px solid black;
}
    
#gallery #thumbnails div.loading {
    width: 200px;
    height: 115px;
    margin: 40px auto;
    padding-top: 40px;
    text-align: center;
    color: #aaa;
    font-size: 11px;
    background: black url('../images/rvimages/gallery/loading_panel.png') no-repeat top left;
}

#overlay {
    display: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 90; 
    width: 100%;
    background-color: black;
    opacity: 0.8;
}

#loading {
    position: absolute; 
    z-index: 150;
}

#lightbox {
    background-color:#eee;
    padding: 5px;
    border: 1px solid black;
    display: none; 
    position: absolute; 
    z-index: 100;
}

#lightbox .caption {
    display: block;
    height: 24px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #ddd; 
    border: 1px solid #ccc; 
}   

#lightbox .caption .title { 
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 24px;
    color: #666;
    padding: 0 0 0 5px;
    margin: 0;
    font-weight: normal;
}

#lightbox .caption .message { 
    float: right; 
    height: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #888;
    padding: 0 5px 0 0;
    margin: 0 0 0 0;
}

#lightbox img { 
    border: 1px solid black;
    margin: 0;
    padding: 0;
} 

#lightbox img.close { 
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 160;
    opacity: 0.5;
} 

#lightbox img.close:hover { 
    opacity: 1;
}

#overlay img { 
    border: none;
}

#lightbox div.examples {
}

#lightbox div.examples div.example {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#lightbox div.examples div.example .model {
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 18px;
    color: #444;
    background: url('../images/rvimages/gallery/down_arrow.png') no-repeat 4px 4px;
}

#lightbox div.examples div.example img {
    border: 1px solid #AAA;
}

#lightbox #ceiling_examples div.example img {
    background-color: white;
    padding: 5px;
}
/*------------------------------------------------------------------------*/
/* elements for specification tables                                      */
/*------------------------------------------------------------------------*/

table.spec {
    border: 1px solid #305394;
    padding: 1px;
    border-spacing: 1px;
    margin-left: 40px;
    margin-top: 12px;
    margin-bottom: 12px;
}

table.spec td,
table.spec th {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    padding: 4px 10px;
}

table.spec th {
    background-color: #305394;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
}

table.spec td.key {
    background-color: #b5cbf4;
    font-weight: bold;
    color: #333;
}

table.spec td.value {
    background-color: #EEE;
    color: #000;
}

table.spec td.mid {
    text-align: center;
}

table.spec td.right {
    text-align: right;
}

table.spec th .info {
    color: #ccc;
}

table.lowspec {
  border: 0px;
  padding: 0px;
  border-spacing: 2px;
  margin: 4px 0px 4px 30px;
}

td.chead {
  background-color: #b5cbf4;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

td.bold {
  background-color: #aaa;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  color: white;
}

td.cbold {
  background-color: #777;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-align: center;
}


td.lvalue {
  background-color: #CCC;
  padding: 4px;
  font-size: 12px;
  color: #000;
  text-align: left;
}

td.rvalue {
  background-color: #CCC;
  padding: 4px;
  font-size: 12px;
  color: #000;
  text-align: right;
}

td.blank {
  padding: 4px;
  background-color: #fff;
}

td.error {
  background-color: #CCAAAA;
  padding: 4px;
  font-size: 12px;
  color: #CC4444;
}

td.success {
  background-color: #AAFFAA;
  padding: 4px;
  font-size: 12px;
  color: #66AA66;
}

td.message {
  background-color: #EEE;
  padding: 4px;
  font-size: 11px;
  color: #89b8df;
}

td.mandatory {
  background-color: #CCC;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #CC4444;
}

table.refs {
  clear: left;
  margin: 20px 0 10px 20px;
}
  
table.refs td {
    font-size: 12px;
    line-height: 16px;
    color: #777;
    padding: 2px 6px 1px 0;
}

table.refs td.code {
    padding-right: 20px;
    font-weight: bold; 
}

table.refs td.mr_rate,
span.mr_rate {
    padding-left: 20px;
    font-weight: bold; 
    color: #305394;
}

table.premac {
    background-color: white;
    border-spacing: 2px;
}

table.premac th {
    background-color: white;
    margin: 2px;
}

table.premac td {
    color: white;
    margin: 2px;
}

table.premac th.unsatisfactory {
    color: #1d3259;
}

table.premac th.partial {
    color: #305394;
}

table.premac th.satisfactory {
    color: #b5cbf4;
}

table.premac td.unsatisfactory {
    background-color: #1d3259;
}

table.premac td.partial {
    background-color: #305394;
}

table.premac td.satisfactory {
    background-color: #b5cbf4;
}

div.news {
    padding-right: 170px;
}

div.news ul li {
    margin-bottom: 20px;
}

a.newsletter {
    float: right;
    margin-right: -160px;
    width: 130px;
    height: 60px;
    padding-top: 115px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background: url('../images/misc/newsletter.png') no-repeat top left;
}

a.newsletter:hover {
    background-position: -130px 0;
}

a.pdf {
    display: block;
    height: 32px;
    padding-left: 40px;
    background: url('../images/misc/pdficon.gif') no-repeat top left;
}

.search_result {
    position: relative;
    width: 200px;
    height: 20px;
    background: url('../images/misc/search_results.png') no-repeat top left;
    margin: 5px 0 20px 0;
}

.search_match {
    width: 200px;
    height: 20px;
    background: url('../images/misc/search_results.png') no-repeat 0 -30px;
}

.search_percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 20px;
    color: #444;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

#rvslideshow {
    position: relative;
    width: 670px;
    height: 360px;
    margin: 10px auto;
    padding: 10px;
    background: url('../images/rvimages/slideshow/panel.png') no-repeat 0 0;
}

#rvslideshow #sidebox {
    position: absolute;
    top: 115px;
    right: 15px;
    height: 250px;
    width: 170px;
}

#rvslideshow #sidebox a.pics {
    display: block;
    margin: 0;
    padding: 0;
    width: 170px;
    height: 130px;
    background: url('../images/rvimages/slideshow/side_pics.jpg') no-repeat 0 0;
}

#rvslideshow #sidebox a.button {
    display: block;
    margin: 0;
    padding: 0;
    width: 170px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#rvslideshow #sidebox a.button:hover {
    background-position: -180px 0;
}

#rvslideshow #sidebox a.gallery {
    background-image: url('../images/rvimages/slideshow/side_gallery.png');
}

#rvslideshow #sidebox a.specs {
    background-image: url('../images/rvimages/slideshow/side_specs.png');
}

#rvslideshow ul.tabs {
    display: block;
/*    width: 450px; */
    height: 26px;
    margin: 0;
    padding: 0;
}

#rvslideshow ul.tabs li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
}

#rvslideshow ul.tabs li a {
    float: left;
    display: block;
    width: 100px;
    height: 26px;
    background: url('../images/rvimages/slideshow/tabs.png') no-repeat 0 0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #666;
}

#rvslideshow ul.tabs li a:hover {
    background-position: -110px 0;
    color: #555;
}

#rvslideshow ul.tabs li.warm a {
    background-position: -220px 0;
    color: #444;
}

#rvslideshow div.info {
    height: 20px;
    margin: 8px 10px 7px 10px;
    font-size: 12px;
    color: #444;
    line-height: 20px;
}

#rvslideshow #rvinfo div {
    display: none;
}

#rvslideshow #rvinfo div.warm {
    display: block;
}

#rvslideshow #status {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 20px;
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 11px;
    color: #ccc;
}

#rvslideshow #speed {
    display: block;
    position: absolute;
    top: 10px;
    right: 135px;
    height: 20px;
    width: 110px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    color: #ccc;
}

#rvslideshow #speed a {
    font-size: 11px;
    color: #ccc;
}

#rvslideshow #speed a:hover {
    color: #fff;
}

#rvslideshow .controls {
    display: block;
    position: absolute;
    top: 45px;
    right: 25px;
    height: 20px;
    width: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}

#rvslideshow .controls a {
    float: left;
    display: block;
    width: 30px;
    height: 15px;
/*    margin-left: 10px; */
    background: url('../images/rvimages/slideshow/pause.png') no-repeat 0 0;
}

#rvslideshow .controls a.pause {
    background-image: url('../images/rvimages/slideshow/play.png');
    display: none;
}

#rvslideshow .controls a.play {
    background-image: url('../images/rvimages/slideshow/pause.png');
}

#rvslideshow.playing .controls a.pause {
    display: block;
    background-position: -80px 0;
}

#rvslideshow.playing .controls a.play {
    display: none;
}

#rvslideshow .controls a:hover,
#rvslideshow .controls a.pause:hover {
    background-position: -40px 0;
}


#rvslideshow ul.items {
    display: block;
    width: 650px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0;
    background: url('../images/rvimages/slideshow/line.png') repeat-x 0 0;
}

#rvslideshow ul.items li {
    float: left;
    list-style: none;
    margin: 0 6px 0 0;
}

#rvslideshow ul.items li.last {
    margin-right: 0px;
}

#rvslideshow ul.items li a {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/rvimages/slideshow/items.png') no-repeat 0 0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

#rvslideshow ul.items li a:hover {
    background-position: -30px 0;
    color: black;
}

#rvslideshow ul.items li.warm a {
    background-position: -60px 0;
    color: white;
}

#rvslideshow div.pane {
    margin-top: 20px;
    width: 470px;
    padding: 7px 8px;
    display: none;
}

#rvslideshow div.warm {
    display: block;
}



/*------------------------------------------------------------------------*/
/* comment                                                           */
/*------------------------------------------------------------------------*/


#rvslideshow .oneway {
    width: 376px;
    height: 206px;
    background: url('../images/rvimages/frames/1way.png') no-repeat 0 0;
}

#rvslideshow .twoway {
    width: 242px;
    height: 234px;
    background: url('../images/rvimages/frames/2way.png') no-repeat 0 0;
}

#rvslideshow .threeway {
    position: relative;
    width: 353px;
    height: 234px;
    background: url('../images/rvimages/frames/3way.png') no-repeat 0 0;
}

#rvslideshow .fourway {
    position: relative;
    width: 464px;
    height: 234px;
    background: url('../images/rvimages/frames/4way.png') no-repeat 0 0;
}

#debug {
    display: block;
    position: absolute;
    top: 180px;
    right: 50px;
    height: 20px;
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: right;
}

#debug a {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.new {
    display: none;
    border: 1px dashed #8c8;
}

.old {
    border: 1px dashed #faa;
}

div.bespoke-montage {
    position: relative;
    display: block;
    float: right;
    margin: 0 0 20px 40px;
    width: 500px;
    height: 560px;
    background: url('../images/products/large/bespoke/montage.jpg') no-repeat top left;
}

div.bespoke-montage a {
    display: block;
    position: absolute;
    right: 0;
    width: 260px;
    height: 130px;
    background: url('../images/products/large/bespoke/montage.jpg') no-repeat -240px 0;
}

div.bespoke-montage a.engineers {
    top: 20px;
    background-position: -240px -20px;
}
div.bespoke-montage a.engineers:hover {
    background-position: -500px -20px;
}
div.bespoke-montage a.wheelchairs {
    top: 150px;
    background-position: -240px -150px;
}
div.bespoke-montage a.wheelchairs:hover {
    background-position: -500px -150px;
}
div.bespoke-montage a.welding {
    top: 280px;
    background-position: -240px -280px;
}
div.bespoke-montage a.welding:hover {
    background-position: -500px -280px;
}
div.bespoke-montage a.engineering {
    top: 410px;
    background-position: -240px -410px;
}
div.bespoke-montage a.engineering:hover {
    background-position: -500px -410px;
}


div.leftcol h3, 
div.rightcol h3 {
    line-height: 22px;
    margin-bottom: 6px;
}

div.leftcol {
    padding: 0 320px 0 280px;
}

div.leftcol p {
    padding-left: 0;
    margin-left: 0;
}

div.rightcol {
    padding: 0 300px 0 300px;
}

div.rightcol h3,
div.rightcol p {
    text-align: right;
}

ul.accredits {
}

ul.accredits li {
    min-height: 80px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 100px;
    list-style: none;
    background-position: left top;
    background-repeat: no-repeat;
}

ul.accredits li.sgs {
    background-image: url('../images/orgs/sgs.png');
}

ul.accredits li.chas {
    background-image: url('../images/orgs/chas.png');
    background-position: left 10px;
}

ul.accredits li.safecontractor {
    background-image: url('../images/orgs/safecontractor.png');
}




#page,
#content {
    background-image: none;
}

#header,
#footer,
#content .arrow {
    display: none;
}

.print {
    display: block;
}

div.topline a.top,
.enlarger {
    display: none;
}

div.tombstones,
div.headstones {
    width: 100%;
}

div.tombstone,
div.headstone {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
}

div.tombstone a.button,
div.headstone a.button,
div.tombstone a.picture,
div.headstone a.picture {
    display: none;
}

div.tombstone div.info {
    position: relative;
    height: auto;
    left: 0; top: 0;
    margin: 10px;
    padding-left: 20px;
    width: 90%;
}

div.tombstone div.info p {
    font-size: 14px;
    line-height: 20px;
}

div.headstones p.welcome {
    padding-left: 0px;
    width: 100%;
}

div.tombstone div.info ul li,
ul.toc li,
ul.features li {
    list-style: disc;
    padding-left: 0px;
}

div.tombstone#contact ul li a,
div.tombstone div.info ul li a,
div.tombstone div.info ul li a:hover {
    background-image: none;
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0 4px 0;
}


.img_left,
.img_right {
    padding-top: 0px;  
    margin-top: 0px;
}

#gallery,
#rvslideshow {
    display: none;
}


