body {
    background-color: #95B2D6;
/*    background-image: url(navbg.png);*/
    background-position: 0 300px;
    background-repeat: repeat-x;
/*    margin: 16px 16px;*/
    margin: 0;
    font-size: 75%;
}

div.banner, div.banner_small {
    background-color: white;
    position: relative
}

div.banner {
    height: 300px
}

div.banner_small {
    height: 130px
}

div.banner div.header, div.banner div.subheader {
    z-index: 10;
}

div.fading object {
    z-index: 0;
}

div.banner div.header, div.banner_small div.header {
    position: relative;
    top: 16px;
    left: 16px;
    float: left;
    border-bottom: 2px solid #858F9E
/*    border-bottom: 2px solid #b32b01;*/
}

div.header h1, div.header h2, div.subheader p {
    font-family: "Times New Roman", serif;
    font-weight: normal
}

div.header h1, div.header h2 {
    color: #858F9E;
    text-transform: uppercase
}

div.banner div.subheader {
    clear: left;
    position: relative;
    top: 32px;
    left: 16px;
}

div.banner_small div.subheader {
    position: absolute;
    top: 16px;
    right: 32px
}

div.banner div.subheader, div.banner_small div.subheader {
    font-size: 1.2em
}

div.banner div.fading {
    position: absolute;
    top: 0;
    right: 0;
}

div.header h1 {
    margin-top: 0;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #858F9E;
    height: 24px;
}

ul.nav li, h1, h2, h3, p, table th, table td, ul {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif
}

table.pricelist {
}

table.pricelist th.description {
    text-align: left
}

table.pricelist td.dots {
    text-align: center;
    width: 100px
}

table.pricelist th.price {
    text-align: right
}

ul.nav li {
    float: left;
    font-size: 12px;
    line-height: 24px;
    border-right: 5px solid white;
}

ul.nav li a {
    display: block;
    float: left;
    height: 24px;
    background-color: #858F9E;
    padding-left: 10px;
    padding-right: 10px;
    color: #ddd;
    text-decoration: none;
}

ul.nav li.selected a {
    background-color: #49515C;
    color: #C6C4C5;
}

ul.nav li a:hover {
    background-color: #6B7687;
    color: #d0d0d0
}

div.content {
    background-color: white;
    padding: 16px
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em
}

h1, h2, p {
/*    clear: both;*/ /* why is this here?*/
}

h1, h2 {
    clear: both
}

div.content h1 {
    margin-top: 0;
}

h1 {
/*    color: #b32b01;*/
    color: #858F9E;
}

h2, h3 {
    color: #b78c1d;
}

div.content p {
    color: #888078;
}

div.content ul {
    color: #555050;
    list-style-image: url(star.png)
}

div.banner, div.banner_small, ul.nav, div.content {
    width: 950px;
    margin: 0 auto
}

div.content {
    width: 918px
}

div.images_right {
    float: right;
    clear: right;
    margin-left: 16px
}

div.gallery_links {
    height: 120px;
}

div.gallery_link {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    width: 180px;
    float: left;
    text-align: center
}

div.gallery_link img {
    border: 0;
    margin-bottom: 8px
}

div.gallery_link a {
    text-decoration: none
}

div.gallery_link a img {
    border: 1px solid #888
}

div.gallery_link a:hover {
}

div.gallery_link a:hover img {
    border: 1px solid #a05149
}

/* back button */
div.gallery #content_buttons .menubox {
    float: left;
    width: 100px;
    text-align: center;
    display: none
}

div.gallery #content_buttons .menubox img {
    border: 0
}

div.gallery #description {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

div.gallery #address {
    clear: left;
    display: none
}

/* the "details" text */
div.gallery .content_sub_2 {
    display: none
}

/* contains all thumbnails */
div.gallery #content-main {
    margin-top: 1em;
    clear: left
}

/* a file */
div.gallery #content-main .elementbox {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    float: left;
    height: 110px;
    width: 300px
}

div.gallery #content-main .elementbox img {
    border: 1px solid #888;
    margin-right: .5em;
    float: left
}

div.gallery #content-main .elementbox a {
    text-decoration: none
}

div.gallery #content-main .elementbox a:hover {
    text-decoration: underline
}

div.gallery #content-main .elementbox a:hover img {
    border: 1px solid #00f
}

div.gallery #content-main .nofilenames {
    float: left;
    width: 225px;
    text-align: center
}

div.gallery #content-main .nofilenames img {
    float: none
}

div.gallery #clearfooter {
    clear: both
}

div.gallery .dir, div.gallery .dir_large,
div.gallery .file, div.gallery .file_port {
    float: left;
    margin-bottom: 5px
}

div.gallery a.dir, div.gallery a.dir_large {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 20px
}

div.gallery a.dir {
    width: 100px;
    height: 25px;
    padding-left: 20px;
    background-image: url(/common/dir.png);
}

div.gallery a.dir_large {
    width: 200px;
    height: 55px;
    padding-left: 50px;
    background-image: url(http://www.tiddyphotography.co.uk/filevault/system/dir.gif);
}

div.gallery a.selected {
    font-weight: bold
}

div.gallery .dirs {
}

div.gallery .files {
    clear: left;
    padding-top: 10px
}

div.gallery .file, div.gallery .file_port {
    text-align: center
}

div.gallery .file {
    width: 225px;
    height: 140px
}

div.gallery .file_port {
    width: 150px;
    height: 225px
}

div.gallery .file img, div.gallery .file_port img {
    border: 1px solid #888
}

div.gallery .file a:hover img, div.gallery .file_port a:hover img {
    border: 1px solid #a05149
}

div.gallery .file .text, div.gallery .file_port .text {
    display: none
}

a {
    color: #4951a0;
    text-decoration: none
}

a:hover {
    color: #a05149
}
