﻿/**************************************************************************************************

    HTML element styles

**************************************************************************************************/

html {
    overflow-y: scroll;
    background: #ededed;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.75em;
	line-height: 1.6em;
	background: transparent url("../images/back.gif") repeat-x top left;
	color: #155795;
}

h1 {
    margin-bottom: 12px;
	font-weight: bold;
	font-size: 2.4em;
	line-height: normal;
	letter-spacing: 0.03em;
	color: #155795;
}

h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #155795;
}

h3 {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1em;
    color: #155795;
}

p {
    margin-bottom: 10px;
}

p.last {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #155795;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}



/**************************************************************************************************

    Form styles

**************************************************************************************************/

div.form-element {
    clear: both;
    margin-bottom: 15px;
}

div.form-element label {
    display: block;
    float: left;
    width: 150px;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
}

div.form-element input, div.form-element textarea {
	width: 400px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1em;
	border: 1px solid #dddddd;
	padding: 3px;
}

div.form-element input:focus, div.form-element textarea:focus {
	border: 1px solid #cccccc;
    background: #f7f7f7;
}

div.form-button {
    width: 578px;
}

div.form-button input{
    float: right;
	padding: 5px;
	border: 2px solid #cccccc;
    background: #f7f7f7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

div.form-errors {
    margin-bottom: 30px;
    padding: 20px;
    border: 3px solid #ff75a2;
    background-color: #ffa4c1;
    color: #000000;
}



/**************************************************************************************************

    Layout styles

**************************************************************************************************/

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#content {
    width: 958px;
    clear: both;
    padding: 0 11px 20px 11px;
    background: transparent url("../images/content-back.gif") no-repeat left bottom;
}

#body-text {
    padding: 15px 15px 0 15px;
}



/**************************************************************************************************

    Header styles

**************************************************************************************************/

#header {
    width: 980px;
    height: 90px;
    margin-top: 50px;
    position: relative;
}

#logo {
    position: absolute;
    left: 10px;
    top: -35px;
    z-index: 110;
}

#site-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 530px;
    height: 35px;
}

#site-menu li {
    float: left;
    display: block;
    width: 110px;
    height: 35px;
    margin-left: 10px;
}

#site-menu li a {
    display: block;
    width: 110px;
    height: 25px;
    padding: 10px 0 0 0;
    color: #999999;
    text-align: center;
    text-decoration: none;
    background: transparent url("../images/tab-back.gif") no-repeat left top;
}

#site-menu li a:hover, #site-menu li a:active, #site-menu li a:focus {
    color: #ffffff;
    background-position: left bottom;
}

#blinds-menu {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 10;
    display: block;
    width: 960px;
    height: 55px;
    padding: 10px 10px 0 10px;
    background: transparent url("../images/blinds-menu-back.png") no-repeat left top;
}

#blinds-menu li {
    display: block;
    float: left;
    width: 137px;
    height: 55px;
}

#blinds-menu li a {
    display: table-cell;
    width: 117px;
    height: 55px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

#blinds-menu li.last {
    width: 138px;
}

#blinds-menu li.last a {
    width: 118px;
}

#blinds-menu li a:hover, #blinds-menu li a:active, #blinds-menu li a:focus {
    background: transparent url("../images/blinds-menu-back.png") no-repeat -30px -75px;
    color: #ffffff;
}

#blinds-menu li.first a:hover, #blinds-menu li.first a:active, #blinds-menu li.first a:focus {
    background: transparent url("../images/blinds-menu-back.png") no-repeat -10px -75px;
}

#blinds-menu li.last a:hover, #blinds-menu li.last a:active, #blinds-menu li.last a:focus {
    background: transparent url("../images/blinds-menu-back.png") no-repeat -833px -75px;
}



/**************************************************************************************************

    Footer styles

**************************************************************************************************/

#footer {
    height: 30px;
    margin-bottom: 30px;
}

#sitemap {
    float: left;
    margin: 5px 0 0 15px;
    font-size: 0.8em;
}

#sitemap li {
    float: left;
    margin-right: 10px;
}

#sitemap li a {
    color: #888888;
}

#rowhit {
    float: right;
    margin: 0 15px 0 0;
}


/**************************************************************************************************

    Page specific styles

**************************************************************************************************/

/* Homepage */

#homepage-intro {
    position: relative;
    padding: 15px 400px 15px 20px;
    color: #155795;
    background-color: #b9e3fe;
}

#homepage-intro img {
    position: absolute;
    right: 20px;
    top: 20px;
}

#homepage-actions img {
    margin: 15px 0 15px 30px;
}

#gallery-link {
    float: left;
}

#checkatrade-link {
    float: left;
    margin: 110px 0 0 45px;
}

#tweets {
    float: left;
    width: 275px;
    margin: 17px 0 0 25px;
    background: transparent url("../images/twitter-icon.png") no-repeat top right;
}

#tweets ul {
    margin-bottom: 5px;
    border-top: 1px solid #e6e6e6;
}

#tweets li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
}


/* Blind pages */

#blind-banner {
    position: relative;
	width: 958px;
    height: 300px;
    overflow: hidden;
    background: #eeeeee;
}

#blind-banner img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#blind-banner img.active {
	z-index: 10;
}

#blind-banner img.next {
	z-index: 9;
}


/* Contact */

#contact-form {
    margin: 25px 0 25px 0;
}


/* Gallery */

#gallery a img {
    width: 162px;
    height: 162px;
    margin: 0 20px 20px 0;
}



/**************************************************************************************************

    Utility styles

**************************************************************************************************/

.clear-both {
    clear: both;
    height: 0px;
    overflow: hidden;
    line-height: 0.001em;
    font-size: 0.001em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.subtext {
    font-size: 0.85em;
}