* {
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    background-color: #f7f7f7;
    background-image: url(../../images/public/layout/body.png);
    background-repeat: repeat-y;
    background-position: top center;
}

html.black {
    background-color: #080808;
    background-image: url(../../images/public/layout/body_black.png);
}

body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

html.black body {
    color: #ddd;
}
html.black .fancybox-title-inside a {
    color: black;
}
html.black .fancybox-title-inside a.btn {
    color: white;
}

a,
a:visited,
a:active {
    color: #00e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

html.black a {
    color: #eee;
}
/* jquery autocomplete menus */
html .ui-menu-item a {
    color: #333;
}

.clear::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.home hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 10px;
}

header.main {
    background-color: #000000;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
    margin-bottom: 30px;
}

html.black header.main {
    border-bottom: 1px solid #555;
}

header.main nav.main {
    background-color: #006070;
    border-bottom: 1px solid #fff;
}

header.main nav.main ul {
    padding-top: 0px;
    padding-bottom: 10px;
    width: 920px;
    padding-left: 40px;
    margin: auto;
    background-image: url(../../images/public/layout/menu.png);
    background-position: top center;
    background-repeat: repeat-y;
}

header.main nav.main ul li {
    float: left;
    display: block;
}

header.main nav.main ul li span,
header.main nav.main ul li a {
    display: block;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 50px;
    font-size: 16px;
    letter-spacing: 0px;
    text-shadow: -1px -1px 2px #222;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

header.main nav.main ul li.last a {
    padding-right: 0px;
}

header.main nav.floating {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 440px;
    text-align: right;
}

header.main nav.floating ul li {
    float: right;
    display: block;
}

header.main nav.floating ul li a {
    display: block;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
    text-shadow: -1px -1px 2px #222;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

header.main h1 {
    margin: auto;
    padding-top: 23px;
    padding-bottom: 20px;
    width: 600px;
    padding-right: 250px;
    padding-left: 120px;
    background-image: url(../../images/public/layout/heading.png);
    background-position: top left;
    background-repeat: no-repeat;
}
header.main h1 a,
header.main h1 a:visited,
header.main h1 a:active {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: -1px -1px 5px #aaa;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: normal;
}

div#body {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 700px;
    width: 880px;
    margin: auto;
}

div#body p {
    font-size: 14px;
}

footer.gallery {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    margin-top: 40px;
    border-top: 2px solid #000;
    background-color: #1f2219;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
}

footer.gallery nav {
    display: block;
    margin: auto;
    width: 960px;
    background-color: #282b20;
    background-image: url(../../images/public/layout/footer.png);
    background-repeat: no-repeat;
}

footer.gallery nav h3 {
    color: #eee;
    text-shadow: -1px -1px 4px #000;
    letter-spacing: -1px;
    font-size: 26px;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 400px;
    font-weight: normal;
    margin-right: 30px;
}

footer.gallery nav h3.right {
    margin-right: 0px;
}

footer.gallery aside {
    color: #ddd;
    font-size: 13px;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 400px;
    float: left;
    line-height: 2;
}

footer.gallery aside a {
    color: #fff;
    text-shadow: -1px -1px 1px #000;
}

footer.gallery nav ul {
    margin-top:  50px;
    width: 360px;
    margin-right: 40px;
    margin-bottom: 50px;
    float: right;
    height: 180px;
    overflow: hidden;
}

footer.gallery nav ul li {
    list-style-type: none;
    float: left;
    width: 74px;
    background-color: #999;
    height: 74px;
    margin-left: 16px;
    margin-bottom: 20px;
    float: left;
    display: block;
}

footer.gallery nav ul li a {
    display: block;
    border: 2px solid #ccc;
}

footer.gallery nav ul li a img {
    display: block;
    border: 0px;
    width: 70px;
    height: 70px;
}

footer.menu {
    background-color: #1f2219;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
}

footer.menu nav {
    border-top: 2px solid #000000;
    width: 960px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer.menu nav ul {
    width: 880px;
    margin-left: 40px;
}

footer.menu nav ul li {
    float: left;
    display: block;
}

footer.menu nav ul li span,
footer.menu nav ul li a {
    display: block;
    color: #ffffff;
    padding: 20px;
    padding-bottom: 10px;
}

footer.menu nav ul li.first a {
    padding-left: 0px;
}

footer.menu nav ul li.copyright {
    float: right;
}

footer.menu nav ul li.copyright span {
    float: right;
    padding-right: 0px;
}

div#popupWrapper {
    padding: 20px;
}

div#content {
    position: relative;
}
div#content h1,
div#body h1 {
    margin-bottom: 1em;
    text-transform: lowercase;
}
div#content h2 {
    width: 100%;
    max-width: 620px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: 0px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}
div#content h2 .small {
    font-size: 12px;
}

/* gallery listings */

ul.gallery {
    padding-bottom: 25px;
    overflow: hidden;
}

ul.gallery li {
    list-style: none;
    float: left;
    position: relative;
    padding: 8px 14px 8px 0;
    margin: 5px 5px 5px 0;
    text-align: center;
}

ul.gallery li a {
    display: block;
}
ul.gallery li a.image {
    height: 106px;
}
.home ul.gallery li a.image {
    height: 160px;
}
ul.gallery li .count {
    font-size: .875em;
}

ul.gallery li { width: 150px; height: 130px; }
ul.gallery img.landscape { width: 148px; max-height: 100px; }
ul.gallery img.portrait { height: 100px; }
ul.gallery.category li { width: 200px; height: 180px; }
ul.gallery.category img.landscape { height: 106px;}
ul.gallery.category img.portrait { height: 106px; }

ul.galleryList {
    list-style: none;
    font-size: 14px;
    line-height: 1.25;
}
ul.galleryList li {
    overflow: hidden;
}
ul.galleryList a {
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
}
ul.galleryList li ul {
    list-style: none;
    margin-left: 20px;
}
div#content ul.galleryList p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
}
ul.galleryList .summary {
    font-size: 12px;
}

div#popupWrapper p,
div#content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
}
/* search button */
div#content .search {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
div#content .auxnav input {
    padding: 2px;
    border: none;
}

div.form {
    margin-bottom: 15px;
}

form.form fieldset {
    width: 60%;
    border: none;
    margin-bottom: 20px;
}

form.form fieldset.submit {
    border: none;
    margin-bottom: 0px;
}

form.form fieldset.submit input {
    font-size: 14px;
    padding: 5px;
    margin-left:10px;
    display: block;
    float: right;
}

div.form label,
form.form fieldset label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    float: left;
    text-align: right;
    width: 200px;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-right: 10px;
}

form.form fieldset label.wide {
    width: 372px;
}

.form span.value,
form.form fieldset span.input,
form.form fieldset input.text {
    display: block;
    font-size: 14px;
    border: 3px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 300px;
    padding: 5px;
    float: left;
}

form.form fieldset textarea {
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 3px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 300px;
    height: 200px;
    padding: 5px;
    float: left;
}

form.form fieldset select {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    width: 315px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

form.form fieldset select.date {
    margin-right: 10px;
    width: 90px;
}

form.form fieldset span.formError {
    border: none;
    float: right;
    padding: 5px;
    font-size: 14px;
    color: #770000;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 320px;
    border: 3px solid #ccc;
    border-radius: 5px;
    background-color: #ffefef;
}

br.clear,
div.form br,
form.form fieldset br {
    clear: both;
}

form.form fieldset p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-left: 200px;
}

form.form fieldset h3 {
    margin-bottom: 15px;
}

form.form fieldset h3 input {
    margin-left: 10px;
    float: left;
    display: block;
    margin-top: 3px;
}
form.form fieldset h3 span {
    float: left;
    display: block;
}

form.form fieldset h3 span.label {
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

div#content div#productImages {
    width: 400px;
    text-align: center;
}

div#content div#productImages span.title {
    font-size: .875em;
}

div#content div#productImages  img.landscape {
    width: 210px;
}
div#content div#productImages  img.portrait {
    height: 190px;
}

div#content div#productDetails {
    width: 480px;
    float: left;
    margin-bottom: 20px;
}

table.orders,
div#content div#productDetails table {
    width: 100%;
    margin-bottom: 15px;
}

table.orders th,
div#content div#productDetails table th {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
table.orders td, 
div#content div#productDetails table td {
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

div#content div#productDetails table td select {
    width: 50px;
    font-size: 14px;
}

table.orders td.name,
div#content div#productDetails table td.name {
    width: 200px;
}

div#content div#productDetails table td.name p {
    margin-bottom: 0px;
}

div#content div#productDetails table td.quantity {
    width: 90px;
}

table.orders td.date {
    width: 200px;
}

table.orders th.price,
table.orders td.price {
    text-align: right;
}

div#content div#productDetails table td.price {
    width: 90px;
}

.pageLinks {
    clear: both;
}

table.list {
    width: 880px;
}

table.list th {
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

table.list th.left {
    text-align: left;
}
table.list td {
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}
table.list td.left {
    text-align: left;
}

table.list td.trolleyPrice {
    width: 120px;
}
table.list td.trolleyActions {
    width: 60px;
}
form div.formError {
    background-color: #FFEFEF;
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #770000;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding: 5px;
    width: 320px;
}

table.payment {
    width: 250px;
    font-size: 14px;
    margin: 30px auto;
}
table.payment td,
table.payment th {
    padding: 2px 5px;
}
table.payment th {
    width: 100px;
    text-align: left;
    font-weight: bold;
}
table.payment tr .amount {
    text-align: right;
}
table.payment .total {
    font-weight: bold;
    border-top: 1px solid #ccc;
}


p.messageStandalone,
span.messageStandalone {
    display: block;
    float: right;
    width: 300px;
    margin-bottom: 10px;
}

div#popupWrapper,
div#popupWrapper p a,
div#popupWrapper p {
    color: black;
}
div#popupWrapper p a {
    text-decoration: underline;
}

.productTitle {
    overflow: hidden;
}
.productTitle div.left {
    float: left;
    width: 100%;
    text-align: left;
}
.productTitle h3 {
    font-size: 11px;
    margin-bottom: 7px;
}
.productTitle p {
    font-size: 11px;
    margin-bottom: 7px;
}
a.btn {
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    background-color: #1f2219;
    font-size: 11px;
    padding: 3px;
}
a.btn:hover {
    background-color: #282b20;
}
a.btn.left {
    display: block;
    float: left;
}
a.btn.right {
    display: block;
    float: right;
    margin-left: 5px;
}
a.btn.primary {
    background-color: #007889;
}
a.btn.block {
    display: block;
}
a.btn.primary:hover {
    background-color: #0093a5;
}
div.buttons {
    overflow: hidden;
    height: 21px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 3px;
}

/* product details form layout */

div#content div#productDetails.full {
    width: 100%;
    margin-top: 25px;
}

.full,
.half {
    border: none;
    float: left;
    width: 48%;
}
.full {
    width: 100%;
}
.half.right {
    float: right;
}
form fieldset.right {
    float: right;
}
p.terms {
    font-size: 11px;
}
.imageDetails p {
    margin-bottom: 15px;
}
.imageDetails h3 {
    margin-bottom: 15px;
}
a.photoLinkTitle {
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

span.label {
    display: block;
    width: 85px;
    float: left;
    font-weight: bold;
}

div#body p.pageLinks {
    text-align: center;
    color: #555555;
    padding-left: 50px;
    padding-top: 30px;
    margin-bottom: 0px;
}

div#body div.pageLinks {
    float:left;
    position:relative;
    text-align:left;
}

div#body div.pageLinks ul {
    list-style:none;
    position:relative;
}

div#body div.pageLinks  li{float:left;position:relative;}

div#body div.pageLinks a {
    text-decoration: none;
    margin: 5px;
    float: left;
    color: white;
    border: 1px solid white;
    padding: 5px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

div#body div.pageLinks span {
    margin: 5px;
    float: left;
    color: #555;
    border: 1px solid #555;
    padding: 5px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

div#body div.pageLinks span.current,
div#body div.pageLinks a:hover {
    background-color: white;
    border: 1px solid white;
    color: black;
}

ul.logos li {
    float: left;
    list-style: none;
    min-height: 90px;
    width: 30%;
    margin-bottom: 20px;
    text-align: center;
}
ul.logos li img {
    margin-bottom: 5px;
}
ul.logos li a:visited,
ul.logos li a:active,
ul.logos li a {
    color: black;
}

/* vim: set ts=4 sw=4 tw=80 ft=css fdm=manual et fen :*/
