/* General settings */
body {
    background: #f4f4f4 url('/images/site/body-bg.gif') repeat-y 50% 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

/* Container */
#container {
    width: 880px;
    padding: 15px 20px 20px 20px;
    margin: 0 auto;
}

/* Header */
#header {
    height: 210px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 10px solid #e44f00;
}

#logo {
    display: block;
    width: 230px;
    height: 166px;
    float: left;
    background: url('/images/site/logo.jpg') no-repeat 0 0;
}

#header-slogan {
    width: 263px;
    height: 38px;
    background: url('/images/site/slogan.gif') no-repeat 0 0;
    position: absolute;
    right: 0;
    bottom: 85px;
}

#header-slogan span {
    display: none;
}

#header-contact {
    position: absolute;
    right: 0;
    bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
}

#header-contact span {
    font-size: 30px;
    font-weight: bold;
    color: #99cc00;
}

#logo span {
    display: none;
}

#nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

#nav li {
    float: left;
    display: block;
    margin-right: 1px;
    background: #333333 url('/images/site/nav-bg-left.gif') no-repeat 0 0;
}

#nav li a {
    display: block;
    padding: 7px 13px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    background: url('/images/site/nav-bg-right.gif') no-repeat 100% 0;
}

#nav li:hover,
#nav li.active {
    background-position: 0 -50px;
    background-color: #e44f00;
}

#nav li:hover a,
#nav li.active a {
    background-position: 100% -50px;
}

/* Sidebar */
#sidebar {
    width: 230px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.sidebar-box {
    margin-bottom: 30px;
}

.sidebar-box h2 {
    padding: 6px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #333333 url('/images/site/sidebar-title-bg.gif') no-repeat 0 0;
}

.sidebar-box li {
    list-style: none;
}

.sidebar-box li a {
    display: block;
    width: 210px;
    margin-top: 1px;
    padding: 3px 10px;
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
}

.sidebar-box li a:hover {
    background-color: #e4e4e4;
}

.calculator-link {
    display: block;
    width: 230px;
    height: 100px;
    margin-bottom: 10px;
}

.calculator-link span {
    display: none;
}

#window-calculator-link {
    background: url('/images/site/quote-calc-bg.jpg') no-repeat 0 0;
}

#window-calculator-link:hover {
    background-position: 0 -100px;
}

#conservatory-calculator-link {
    background: url('/images/site/quote-calc-bg.jpg') no-repeat 0 -200px;
}

#conservatory-calculator-link:hover {
    background-position: 0 -300px;
}

div.assoc-spacer {
    clear: both;
    width: 230px;
    height: 10px;
}

a.association {
    display: block;
    float: left;
    width: 110px;
    height: 110px;
}

a.association.left {
    margin: 0 10px 0 0;
}

a.association.right {
    margin: 0 0 0 0;
}

a.association span {
    display: none;
}

#assoc-fensa {
    background: url('/images/site/assoc-logos.gif') no-repeat 0 0;
}

#assoc-fensa:hover {
    background-position: 0 -110px;
}

#assoc-gomc {
    background: url('/images/site/assoc-logos.gif') no-repeat -110px 0;
}

#assoc-gomc:hover {
    background-position: -110px -110px;
}

#assoc-chas {
    background: url('/images/site/assoc-logos.gif') no-repeat -220px 0;
}

#assoc-chas:hover {
    background-position: -220px -110px;
}

#assoc-cpa {
    background: url('/images/site/assoc-logos.gif') no-repeat -330px 0;
}

#assoc-cpa:hover {
    background-position: -330px -110px;
}

#no-deposit {
    width: 230px;
    height: 110px;
    background: url('/images/site/no-deposit-bg.jpg') no-repeat 0 0;
}

#no-deposit * {
    display: none;
}

/* Content */
#content {
    width: 620px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

/* Slideshow */
#slideshow {
    width: 610px;
    height: 220px;
    border: 5px solid #333333;
}

#content #slideshow-img {
    margin: 0;
    border: none;
}

/* Footer */
#footer {
    clear: both;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: #ffffff;
    background: #333333 url('/images/site/footer-bg.gif') no-repeat 0 0;
}

#footer-info {
    float: left;
}

#footer-credit {
    float: right;
}

#footer-credit a {
    color: #ffffff;
}

#footer-credit a:hover {
    text-decoration: none;
}

/* Flash messages */
div.flash {
    width: 598px;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-bottom: 20px;
}

div.flash p {
    margin: 0;
}

div.flash.alert {
    border-color: #99cc33;
    background-color: #d1e8a4;
}

div.flash.error {
    border-color: #cc3300;
    background-color: #ff9977;
}

/* Typography */
#content {
    line-height: 1.25;
}

#content p {
    margin-bottom: 1.25em;
}

#content ul,
#content ol {
    list-style-position: outside;
    margin-bottom: 1.25em;
    margin-left: 20px;
}

#content img {
    display: block;
    margin: 1.25em auto;
    border: 5px solid #333333;
}

#content img.img-left {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1.25em;
}

#content img.img-right {
    float: right;
    margin-top: 0;
    margin-left: 1.25em;
    margin-right: 0;
}

#content a {
    color: #e44f00;
    font-weight: bold;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

#content h1 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-size: 25px;
    font-weight: bold;
    color: #e44f00;
}

#content h2 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-weight: bold;
    color: #e44f00;
}

#content h3 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-size: 17px;
    font-weight: bold;
    color: #e44f00;
}

#content h4 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-size: 15px;
    font-weight: bold;
    color: #e44f00;
}

#content h5 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #e44f00;
}

#content h6 {
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    color: #e44f00;
}

/* Window calculator */
#windows-basket {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: center;
    background: #333333 url('/images/site/window-basket-bg-left.gif') no-repeat 0 0;
    color: #ffffff;
}

#windows-basket p {
    margin: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    background: url('/images/site/window-basket-bg-right.gif') no-repeat 100% 0;
}

#windows-basket a {
    color: #ffffff;
}

a.window-icon {
    display: block;
    width: 155px;
    height: 155px;
    float: left;
    text-align: center;
    line-height: 155px;
}

a.window-icon:hover {
    background-color: #e44f00;
}

#content a.window-icon img {
    margin: 25px auto;
    border: none;
}

.box {
    float: left;
}

.quarter {
    width: 155px;
}

.half {
    width: 310px;
}

.three-quarters {
    width: 465px;
}

#content img.window-plain {
    margin: 0 auto;
    border: none;
}

#window-view {
    margin-top: 40px;
}

#window-view form p {
    margin-bottom: 10px;
}

#window-view form p.submit-line {
    margin-top: 30px;
}

#window-view form label.field-title {
    display: block;
    float: left;
    width: 155px;
    font-weight: bold;
}

span.required {
    color: #ff0000;
}

#window-summary {
    margin: 40px 0;
}

#window-summary .quote-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

#window-summary table.window-spec td {
    width: 155px;
    padding-right: 10px;
}

#window-summary table.window-spec td.title {
    font-weight: bold;
}

#window-summary p.item-cost {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#window-summary p.item-remove a {
    display: block;
    width: 22px;
    height: 22px;
    margin: 20px auto 0;
    background: url('/images/site/icon-delete.jpg') no-repeat 0 0;
}

#window-summary p.item-remove span {
    display: none;
}

#quote-total {
    padding: 15px 0;
    background-color: #f2f2f2;
}

#quote-total p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

#quote-total-title {
    width: 465px;
    float: left;
    text-align: right;
}

#quote-total-amount {
    width: 155px;
    float: left;
    text-align: center;
}

#window-installation p.textarea-description {
    margin-bottom: 5px;
}

#window-installation textarea {
    width: 100%;
}

p.finalise-quote {
    margin-top: 30px;
}

#window-details {
    margin-top: 40px;
}

#window-details label {
    display: block;
    width: 155px;
    float: left;
    font-weight: bold;
}

#window-details p {
    margin-bottom: 5px;
}

#window-details input.text {
    width: 310px;
}

/* Conservatory calculator */
label.conservatory-style {
    display: block;
    float: left;
    width: 114px;
    padding: 5px 5px 10px;
    margin: 10px 0 30px;
    text-align: center;
}

label.conservatory-style:hover {
    background-color: #e44f00;
    color: #ffffff;
    cursor: pointer;
}

#content label.conservatory-style img {
    width: 114px;
    border: none;
    margin: 0;
}

label.conservatory-style span {
    display: block;
    margin: 10px 0;
}

#conservatory-options {
    margin-top: 30px;
}

#conservatory-options img {
    width: 290px;
    margin: 0 20px 0 0;
    float: left;
}

#conservatory-options form {
    width: 300px;
    float: left;
}

#conservatory-options p.narrow {
    margin-bottom: 5px;
}

#conservatory-options h2.first {
    margin-top: 0;
}

#conservatory-options label {
    width: 140px;
    margin-right: 20px;
    float: left;
    font-weight: bold;
}

#conservatory-options label span {
    color: #ff0000;
}

#conservatory-options input.text-input {
    width: 60px;
}

#conservatory-door label {
    width: 114px;
    padding: 5px 5px 10px 5px;
    float: left;
    text-align: center;
}

#conservatory-door label.first {
    margin-left: 124px;
}

#conservatory-door label:hover {
    background-color: #e44f00;
    color: #ffffff;
    cursor: pointer;
}

#conservatory-door label img {
    margin: 0 auto;
    border: none;
}

#conservatory-door label span {
    display: block;
    margin: 10px 0;
}

#conservatory-door-submit {
    clear: both;
}

#conservatory-quote {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

#conservatory-quote img {
    width: 130px;
    float: left;
    margin: 0 20px 0 0;
    border: none;
}

#conservatory-spec {
    float: left;
}

#conservatory-spec th {
    width: 150px;
    text-align: left;
}

#conservatory-spec td {
    width: 150px;
}

#conservatory-sub-total {
    width: 150px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#conservatory-restart {
    text-align: center;
}

#conservatory-finalise {
    margin-top: 20px;
}

/* Contact page */
div.contact-box {
    width: 260px;
    padding: 20px;
    float: left;
    margin-right: 20px;
    background: url('/images/site/contact-box-bg.jpg') no-repeat 0 0;
}

div.contact-box.last {
    margin-right: 0;
}

#content div.contact-box h2 {
    margin: 0 0 15px 0;
}

#contact-details {
    margin-top: 10px;
}

#contact-details th {
    width: 130px;
    text-align: left;
    color: #99cc00;
}

#contact-details td {
    padding-bottom: 10px;
}

#contact-error {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e44f00;
    background-color: #ffb58c;
}

#contact-error ul {
    margin: 0;
    list-style: none;
}

#contact-captcha {
    display: none;
}

#contact-form label {
    width: 65px;
    padding-top: 3px;
    float: left;
    color: #99cc00;
    font-weight: bold;
}

#contact-form input.contact-text {
    width: 187px;
    margin: 0;
    padding: 3px;
    border: 1px solid #333333;
    background: url('/images/site/contact-input-bg.gif') no-repeat 0 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

#contact-form textarea.contact-textarea {
    width: 187px;
    margin: 0;
    padding: 3px;
    border: 1px solid #333333;
    background: url('/images/site/contact-input-bg.gif') no-repeat 0 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}