﻿body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Arial;
    background-color: #2c2c2c;
    background-color: #292c29;
    background-image: url('../images/background.gif');
    background-repeat: repeat-x;
    background-position: left top;
}


.clear {
    clear: both;
}

.container {
    margin: 0 auto;
    width: 960px;
}

a img {
    border: 0;
}

a {
    color: #6b95d0;
    text-decoration: underline;
}

a:HOVER {
    color: #445c7f;
}

.grid-l {
    background-image: url('../images/12_col.gif');
    background-repeat: repeat-y;
    background-position: left top;
}

.grid-s {
    background-image: url('../images/16_col.gif');
    background-repeat: repeat-y;
    background-position: left top;
}



/* ---------------  Start: General  --------------- */


.content {
    color: #d4e6fe;
    padding: 10px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    color: #fff;
    font-size: 2.4em;
    margin: 10px 0px;
}

h2 {
    color: #fff;
    font-size: 1.6em;
    margin: 10px 0px;
}

h2.small {
    font-size: 1.4em;
}

p {
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
}

.text p {
    margin: 20px 0px 0px 0px;
}


.grid-2 {
    
}

.grid-2 .left {
    display: block;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.grid-2 .right {
    display: block;
    float: left;
    width: 710px;
}

a.more {
    cursor: pointer;
    color: #76a6ec;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}

a.more:HOVER {
    text-decoration: underline;
}

p.hint {
    font-size: 1.0em;
    color: #aaa;
}

ul {
    font-size: 1.3em;
}

/* ---------------  End: General  --------------- */


/* ---------------  Start: Header  --------------- */

.header-container {
   display: block;
   height: 130px;
}


.header-container .left {
    display: block;
    float: left;
    margin-top: 2px;
}

.header-container .right {
    display: block;
    float: right;
    width: 600px;
    text-align: right;
}

.header-container .right .strapline {
    margin-top: 55px;
}

.header-container .right ul.top-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    height: 35px;

}

.header-container .right ul.top-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: right;
    height: 35px;
    background-color: #6a94ce;
}

.header-container .right ul.top-nav li.left {
    background-image: url('../images/header-nav-left.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 6px;
}

.header-container .right ul.top-nav li.right {
    background-image: url('../images/header-nav-right.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 6px;
}

.header-container .right ul.top-nav li a {
    display: block;
    height: 28px;
    color: #fff;
    text-decoration: none;
    margin: 0px 10px 0px 10px;
    padding: 7px 10px 0px 10px;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.2px;
    
}

.header-container .right ul.top-nav li a:HOVER {
    color: #000;
}


/* ---------------  End: Header  --------------- */



/* ---------------  Start: Main Navigation  --------------- */

.nav-container {
    display: block;
    height: 50px;
}


.nav-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav-container ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
    display: block;
    float: left;
}

.nav-container ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 22px 16px 3px 16px;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: none;
    height: 26px;
    font-family: verdana, Tahoma;
    letter-spacing: 0.2px;
    
    background-image: url('../images/header-nav-splitter.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.nav-container ul li a.first {
    padding-left: 0px;
}

.nav-container ul li a.last {
    padding-right: 0px;
    background-image: none;
}


.nav-container ul li a:HOVER {
    color: #000;
    /*
    background-image: url('../images/header-nav-over.png');
    background-repeat: repeat-x;
    background-position: left top;*/
}



/* ---------------  End: Main Navigation  --------------- */




/* ---------------  Start: Banner  --------------- */

.banner-container {
    display: block;
    height: 232px;
    margin: 25px 0px;
    
}

.banner-container-extend {
    display: block;
    height: 292px;
    
}

.banner-container .one {
    display: block;
    float: left;
    width: 316px;
    height: 212px;
    background-color: #fff;
    padding: 5px 5px 5px 5px; 
}

.banner-container .one-extend {
    display: block;
    float: left;
    width: 637px;
    height: 212px;
    background-color: #fff;
    padding: 5px 5px 5px 5px; 
}

.banner-container .two {
    display: block;
    float: left;
    width: 316px;
    height: 212px;  
    background-color: #fff;
    padding: 5px 5px 5px 0px; 
}

.banner-container .three {
    display: block;
    float: left;
    width: 308px;
    height: 212px;  
    background-color: #fff;
    padding: 5px 5px 5px 0px; 
}

/* ---------------  End: Banner  --------------- */


/* ---------------  Start: Footer  --------------- */

.footer-container {
    display: block;
    margin: 20px 0px;
}

.footer-container .security {
    display: block;
    height: 55px;
    margin: 10px 0px 0px 0px;
}

.footer-container .divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0px 5px 0px;
    border-bottom: 1px solid #575757;
}

.footer-container .left {
    display: block;
    float: left;
}

.footer-container .right {
    display: block;
    float: right;
}

.footer-container .left ul.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.footer-container .left ul.nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
    height: 35px;
}

.footer-container .left ul.nav li a {
    display: block;
    margin: 0;
    margin: 0px 10px;
    padding: 10px 10px 0px 10px;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
    height: 28px;
}


.footer-container .left ul.nav li a:HOVER {
    color: #6b95d0;
}

.footer-container .copyright {
    color: #a4a4a4;
    margin-left: 15px;
   
}

.footer-container .intro {
    color: #a4a4a4;
    color: #575757;
    margin: 10px 0px;
    font-size: 0.95em;
}

/* ---------------  End: Footer  --------------- */

/* ---------------  Start: Downloads  --------------- */

ul.downloads {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.downloads li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
    width: 230px;
    height: 150px;
    font-size: 0.75em;
    margin-left: 10px;
}

/* ---------------  End: Downloads  --------------- */

/* ---------------  Start: Side Nav  --------------- */


ul.side-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

ul.side-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
    height: 34px;
    border: 1px solid #414141;
    border-top: 0px;
    background-color: #313131
}

ul.side-nav li.first {
    border-top: 1px solid #575757;
}

ul.side-nav li a {
    display: block;
    height: 24px;
    padding: 10px 0px 0px 20px;
    font-size: 0.9em;
    color: #d4e6fe;
    text-decoration: none;
    font-weight: bold;
    
    margin-left: 10px;
    background-image: url('../images/nav-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
}

ul.side-nav li a:HOVER {
    /*background-color: #6992cc;*/
    color: #6992cc;
}


/* ---------------  End: Side Nav  --------------- */



/* ---------------  Start: Login  --------------- */


.login-container {
    margin: 0 auto;
    width: 500px;
    color: #2c2c2c;
    background-color: #fff;
    padding: 20px 20px;
    border: 10px solid #3e3e3e;
    font-size: 1.2em;
    
}

.login-container label {
    display: block;
    float: left;
    width: 100px;
    padding-top: 8px;
}

.login-container input {
    width: 200px;
    padding: 3px 0px;
    margin-bottom: 10px;
}

.login-container h1 {
    color: #2c2c2c;
}

a.button {
    padding: 10px 10px;
    font-size: 1.4em;
    color: #fff;
    background-color: #6b95d0; 
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 10px 0px 10px 0px;
    
}

a.button:HOVER {
    background-color: #445c7f;
}

.error {
    color: #ea2727;
}





a.admin {
    color: #292c29;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

a.admin:HOVER {
    color: #5a82ad;
}

/* ---------------  End: Login  --------------- */

/* ---------------  Start: Executive  --------------- */

.manager-photo-container {
    display: block;
    float: right;
    border: 5px solid #585858;
    margin: 10px 0px 10px 10px;
}

/* ---------------  End: Executive  --------------- */


a.pdf-icon {
    display: block;
    width: 50px;
    height: 48px;
    padding: 25px 0px 0px 60px;
    background-image: url('../images/pdf-icon.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

a.pdf-icon-mini {
    display: block;
    width: 34px;
    height: 34px;
    padding: 0px 0px 0px 25px;
    background-image: url('../images/pdf-icon-mini.png');
    background-repeat: no-repeat;
    background-position: right center;
}

a.pdf-icon-mini2 {
    display: block;
    height: 24px;
    padding: 15px 0px 0px 38px;
    background-image: url('../images/pdf-icon-mini.png');
    background-repeat: no-repeat;
    background-position: left center;
}

a.pdf-icon-large {
    display: block;
    height: 0px;
    padding: 95px 0px 0px 0px;
    background-image: url('../images/pdf-icon-large.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.3em;
}


/* ---------------  Start: Icons  --------------- */

.actions-container {
    display: block;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

a.add:HOVER, a.back:HOVER, a.save:HOVER, a.edit:HOVER, a.delete:HOVER, a.search:HOVER {
    text-decoration: underline;
}

a.add {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/add.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.back {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/back.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.save {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/save.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.edit {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/edit.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.delete {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/delete.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.search {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 40px;
    background-image: url('../images/icons/search.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.search-icon-container {
    display: block;
    float: right;
}




a.delete-mini:HOVER, a.edit-mini:HOVER {
    text-decoration: underline;
}

a.delete-mini {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 25px;
    background-image: url('../images/icons/mini/delete.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

a.edit-mini {
    display: block;
    float: left;
    height: 25px;
    margin-right: 20px;
    padding: 8px 0px 0px 25px;
    background-image: url('../images/icons/mini/edit.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    
}

/* ---------------  End: Icons  --------------- */


/* ---------------  Start: Admin  --------------- */

.admin-container {
    margin: 0 auto;
    width: 900px;
    color: #2c2c2c;
    background-color: #fff;
    padding: 20px 20px;
    border: 10px solid #3e3e3e;
    font-size: 1.2em;
    min-height: 400px;
    
}

.admin-container h1, .admin-container h2 {
    color: #333;
}

/* ---------------  End: Admin  --------------- */


/* ---------------  Start: Admin Products Search  --------------- */

.products-search-container {
    display: block;
    height: 100px;
    padding: 20px;
    background-color: #fff7ca;
    border: 1px solid #f8edad;
}

.products-search-container label {
    display: block;
    float: left;
    font-weight: bold;
    width: 150px;
    height: 27px;
}

.products-search-container input {
    display: block;
    float: left;
    padding: 5px 5px;
    width: 500px;
}

.products-search-container select {
    font-size: 1.2em;
    width: 514px;
}

.products-search-container .field {
    display: block;
    float: left;
    height: 40px;
}

.products-search-container a.btSearch {
    display: block;
    float: left;
    background-color: #292c29;
    border: 1px solid #393c39;
    padding: 5px 10px;
    margin: 0px 20px 0px 150px;
    color: #fff;
    text-decoration: none;
}

.products-search-container a.btSearch:HOVER {
    text-decoration: underline;
}

.products-search-container .clear-search-container {
    display: block;
    float: left;
    margin-top: 10px;
}

.products-search-container a.clearSearch {
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.products-search-container a.clearSearch:HOVER {
    color: #333;
    text-decoration: underline;
}


/* ---------------  End: Admin Products Search  --------------- */


/* ---------------  Start: Admin Products --------------- */

.admin-container label {
    font-weight: bold;
    font-size: 1.3em;
    margin: 10px 0px 5px 0px;
    display: block;
    /*float: left;
    width: 200px;*/
    height: 20px;
}

.admin-container .textbox {
    width: 600px;
    padding: 3px 5px;
}

.categories-container table {
    width: 100%;
}

.categories-container label {
    float: left;
    margin-top: 0px;
    font-weight: normal;
}

.categories-container input {
    float: left;
}



/* ---------------  End: Admin Products --------------- */


/* ---------------  Start: Home Page --------------- */

.grid-2-right {
    
}

.grid-2-right .left {
    display: block;
    float: left;
    width: 720px;
}

.grid-2-right .right {
    display: block;
    float: right;
    width: 230px;
}

.page-container {
    border: 1px solid #414141;
    padding: 0px 10px 10px 10px;
    background-color: #313131;
}

ul.product-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.product-categories li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
    width: 47%;
    height: 210px;
    border: 1px solid #414141;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    background-color: #313131;
}

ul.product-categories li.right {
    float: right;
    width: 45%;
}

ul.product-categories li .product-category-photo {
    display: block;
    float: left;
    width: 81px;
    height: 90px;
    border: 3px solid #585858;
    margin-top: 15px;
}

ul.product-categories li .product-category-details {
    display: block;
    float: left;
    width: 225px;
    margin-left: 10px;
}

ul.product-categories li .product-category-details p {
    margin-top: 0px;
}

a.speak-to-expert {
    display: block;
    width: 228px;
    height: 55px;
    background-image: url(../images/speak-to-expert.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.available-for-sale {
    font-size: 1.3em;
    height: 20px;
    background-image: url(../images/available-for.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
    margin: 3px 0px;
}

.available-for-hire {
    font-size: 1.3em;
    height: 20px;
    background-image: url(../images/available-for.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
    margin: 3px 0px;
}

.home-intro {
    display: block;
    float: left;
    width: 470px;
}

.home-news {
    display: block;
    float: right;
    width: 240px;
}


ul.news {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.news li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/* ---------------  End: Home Page --------------- */


/* ---------------  Start: Regional Offices --------------- */

ul.regional-offices {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.regional-offices li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px 0px 20px 0px;
    border-top: 2px solid #3e3e3e;
}

ul.regional-offices li .contact-address {
    display: block;
    float: left;
}

ul.regional-offices li .contact-details {
    display: block;
    float: right;
    width: 230px;
}

/* ---------------  End: Regional Offices --------------- */


/* ---------------  Start: Ask an Expert --------------- */

ul.ask-an-expert {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.ask-an-expert li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px 0px 20px 0px;
    border-top: 2px solid #3e3e3e;
}

ul.ask-an-expert li .contact-address {
    display: block;
    float: left;
}

ul.ask-an-expert li .contact-details {
    display: block;
    float: right;
}

ul.expert {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.expert li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
    width: 47%;
    height: 110px;
    margin-top: 20px;
    border: 1px solid #414141;
    background-color: #313131;
    
}

ul.expert li.right {
    margin: 0px 0px 0px 20px;
    display: block;
    float: left;
    width: 315px;
    margin-top: 20px;
    border: 2px solid #3e3e3e;
}

ul.expert li .expert-photo {
    display: block;
    float: left;
    width: 90px;
    height: 81px;
    border: 3px solid #3e3e3e;
    margin: 10px 0px 0px 10px;
}


ul.expert li .expert-details {
    display: block;
    float: right;
    width: 195px;
    margin-top: 10px;
}

ul.expert li .expert-details p {
    font-size: 1.1em;
}

ul.expert li .expert-details .expert-name {
    font-weight: normal;
    font-size: 1.8em;
    margin: 5px 0px 5px 0px;
}

/* ---------------  End: Ask an Expert --------------- */

/* ---------------  start: Contact Us --------------- */

.contact-us-form label {
    display: block;
    margin: 15px 0px 3px 0px;
    font-size: 1.3em;
    font-weight: normal;
}

.contact-us-form label.small {
    margin-top: 0px;
}

.contact-us-form input {
    padding: 2px 5px;
    width: 300px;
    font-size: 1.3em;
    border: 1px solid #605f5f;
    background-color: #3e3e3e;
    color: #fff;
}

.contact-us-form select {
    width: 312px;
    font-size: 1.3em;
    border: 1px solid #605f5f;
    background-color: #3e3e3e;
    color: #fff;
}
.contact-us-form textarea {
    font-size: 1.3em;
    border: 1px solid #605f5f;
    background-color: #3e3e3e;
    color: #fff;
}

.contact-us-form .val {
    display: block;
    height: 20px;
    font-size: 1.2em;
}

.contact-us-form .failure {
    color: Red;
}

/* ---------------  End: Contact Us --------------- */






ul.products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

ul.products li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
    width: 285px;
    height: 180px;
    border: 1px solid #414141;
    background-color: #313131;
    padding: 10px;
    margin: 10px 0px 0px 10px;
}

ul.products li.first {
    margin-left: 0px;
}

ul.products li .product-category-photo {
    display: block;
    float: left;
    width: 81px;
    height: 90px;
    border: 3px solid #585858;
    margin-top: 5px;
}

ul.products li .product-category-details {
    display: block;
    float: left;
    width: 185px;
    margin-left: 10px;
}

ul.products li .product-category-details .description {
    display: block;
    height: 60px;
}

ul.products li .product-category-details .description p {
    margin-top: 0px;
}

a.product-pdf {
    display: block;
    height: 19px;
    padding: 5px 0px 0px 25px;
    background-image: url('../images/pdf-icon-tiny.png');
    background-repeat: no-repeat;
    background-position: left center;
}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 14px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #5a82ad; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 20px 3px 20px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 15px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #5a82ad; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #6b96ce; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #000;
border-bottom: 1px solid #fff;
}

ul#tabnav li a.active {
 background: #fff; /* set desired hover color */
color: #000;
border-bottom: 1px solid #fff;   
}

/* end css tabs */
