﻿/* Resetting */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End resetting */

html {
    min-width: 1000px;
}
body {
    min-width: 1000px;
    background: #5a6065 url('/media/images/bg.jpg') no-repeat top center;
    margin: 0;
    font: 1em Tahoma,Trebuchet MS,Arial,Sans-Serif;
}
input, select, textarea {
    font: 1em Tahoma,Verdana,Arial,Sans-Serif;
    margin: 0;
    padding: 0;
}
.textfield {
    border-width: 1px;
    border-style: solid;
}

/* Javascript Check */
.error {
    margin: 0;
    padding: 7px 0 2px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 99;
}
.error.bg {
    background-color: #14B9FC;
    opacity:.70;
}
.error.msg {
    border-bottom: 1px solid #14B9FC;
}
.error.msg p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}
#javascript-error-bg {
    display: block;
}
#javascript-error-msg {
    display: block;
} 

/* Page Stylings */

span.blue {
    color: #14b9fc;
}

strong.blue {
    color: #14b9fc;    
}

a {
    color: #808990;
}

a:hover {
    text-decoration: none;
}

table {
    font-size: 0.69em!important;
    color: #808990;
    margin: 10px 0;
}

/* Layout */
#wrapper {
    width: 940px;
    border-top: 5px solid #00a9ee;
    border-bottom: 5px solid #00a9ee;
    margin: 0 auto;
    padding: 0;
    background: url('/media/images/bg_shadow.png') repeat-y;
}
#header {
    width: 930px;
    height: 144px;
    position: relative;
    margin: 0 auto;
    padding: 1px 0 0 0;
    background: url('/media/images/bg_header.png') no-repeat bottom;
    z-index: 10;
}
#header_logo {
    position: absolute;
    top: 20px;
    left: 30px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
}
#header_portrait {
    position: absolute;
    bottom: 0;
    left: 430px;
}
#header_options {
    width: 195px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#header_options #basket {
    padding: 5px 10px;
    background: url('/media/images/bg_header_basket.png') repeat-y;
}
#header_options #basket img {
    float: left;
}
#header_options #basket #basket_contains {
    padding: 0 0 0 5px;
    margin-left: 36px;
    border-left: 1px solid #d4d4d4;
}
#header_options #basket #basket_contains p {
    font-size: 0.6875em;
}
#header_options #basket #basket_contains p em {
    color: #00a9ee;
    font-weight: bold;
    font-style: normal;
}
#header_options #btn_checkout {
    background: url('/media/images/btn_header_checkout.png') no-repeat;
    width: 185px;
    height: 24px;
    padding: 0;
    margin: 1px 0;
}
#header_options #btn_checkout a {
    width: 165px;
    height: 14px;
    display: block;
    padding: 5px 10px;
}
#header_options #btn_checkout a:link,
#header_options #btn_checkout a:visited,
#header_options #btn_checkout a:hover,
#header_options #btn_checkout a:active {
    font-size: 0.6875em;
    color: #fff;
    text-decoration: none;
}
#header_options #search_box .fields {
    margin: 4px 0 2px 0;
}
#header_options #search_box .textfield {
    color: #676767;
    border-color: #e1e1e1;
    font-size: 0.6875em;
    padding: 5px 9px 4px;
    vertical-align: middle;
    width: 125px;
    border-width: 1px 0 1px 1px;
}
#header_options #search_box .textfield:hover {
    border-color: #00a9ee;
    background-color: #e6f1f5;
}
#header_options #search_box .imagebutton {
    vertical-align: middle;
}
#header_options #search_box #search {
    width: 165px;
    height: 14px;
}
#header_options #search_box #product_code {
    width: 136px;
    height: 14px;
}
#header_options #search_box .btn_search {
    background: url('/media/images/btn_search.png') no-repeat;
    background-position: 0 0;
}
#header_options #search_box .btn_search:hover {
    background-position: 0 -24px;
}

#header_strapline {
    margin-left: 175px;
    color: #b8bec2;
    font-size: 16px;
    text-transform: uppercase;
}

#header_testimonial {
    margin-top: 19px;
    margin-left: 175px;
    padding-top: 0px;
    width: 335px;
    background: #FFF;
    height: 70px;
    
}
#header_testimonial blockquote {
    margin: 10px;
    padding: 10px 20px;
    position: relative;
}
#header_testimonial blockquote ins {
    width: 17px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    display: block;
}
#header_testimonial blockquote ins.ldquo {
    top: 10px;
    left: 0;
    background: url('/media/images/bg_blockquote_ldquo.png');
}
#header_testimonial blockquote ins.rdquo {
    bottom: 10px;
    right: 0;
    background: url('/media/images/bg_blockquote_rdquo.png');
}
#header_testimonial blockquote p {
    font-size: 0.6875em;
    color: #00a9ee;
    margin: 5px 0;
    padding: 0;
}
#header_testimonial blockquote cite {
    color: #6d767d;
    font-style: italic; 
}


/* Navigation */
#following_triangle {
    position: absolute;
    top: 0;
    display: none;
    width: 11px;
    height: 6px;
    background: url('/media/images/bg_navigation_item_hover.png') no-repeat;
}
#navigation_cnt {
    display: block;
    width: 940px;
    min-height: 52px;
    background: #00a9ee url('/media/images/bg_navigation_cnt.png') repeat-x top left;
    position: relative;
}
#navigation_shadow {
    display: block;
    width: 930px;
    margin: 0 5px;
    height: 11px;
    background: url('/media/images/bg_navigation_shadow.png') repeat-x;
}
#navigation {
    display: block;
    width: 797px;
    height: 52px;
    margin-left: 20px;
    margin-right: 123px;
    background: url('/media/images/bg_navigation.png') no-repeat;
    text-align: center;
    position: relative;
}
#right_hand {
    position: absolute;
    top: 0;
    left: 689px;
    background: url('/media/images/right-fingers.png') no-repeat;
    width: 49px;
    height: 25px;
    z-index: 85;
    overflow: hidden;
}
#left_hand {
    position: absolute;
    top: 0;
    left: 436px;
    background: url('/media/images/left-fingers.png') no-repeat;
    width: 46px;
    height: 25px;
    z-index: 85;
    overflow: hidden;
}
#navigation .item {
    height: 52px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    z-index: 15;
    margin: 0 1px;
}
#navigation .item:hover {
    background: url('/media/images/bg_navigation_item_hover.png') no-repeat;
    margin: 0;
    border: 1px solid #0f8dc2;
    border-width: 0 1px;
}
#navigation .item.last 
{
    width: 100px;
}
#navigation .ie_menu {
    height: 52px;
    width: 1px;
    margin: 0;
    display: none;
    float: left;
    background: #00a9ee url('/media/images/bg_navigation_cnt.png') repeat-x top left;
}
#navigation .divider {
    height: 52px;
    width: 1px;
    margin: 0;
    display: block;
    float: left;
    background: url('/media/images/bg_navigation_divider.png') no-repeat;
}
#navigation .item a {
    text-decoration: none;
    display: block;
    padding: 15px 11px 5px 11px;
    height: 32px;
    text-align: left;
    position: relative;
    z-index: 12;
}
#navigation .item span.title {
    display: block;
    text-transform: capitalize;
    font-size: 0.875em;
    font-weight: normal;
    color: #fff;
    position: relative;
}
#navigation .item span.description {
    display: block;
    font-size: 0.6875em;
    color: #fff;
    position: relative;
}


#sample_pack {
    display: block;
    float: right;
    width: 123px;
    height: 52px;
    padding: 0;
    position: relative;
    background: url('/media/images/bg_navigation_sample_pack.png') no-repeat;
}
#sample_pack img {
    position: absolute;
    right: -10px;
    top: 2px;
}
#sample_pack .item {
}
#sample_pack .item a {
    text-decoration: none;
    display: block;
    padding: 12px 12px 7px 12px;
    height: 32px;
    text-align: left;
}
#sample_pack .item span.title {
    display: block;
    text-transform: capitalize;
    font-size: 0.875em;
    font-weight: normal;
    color: #fff;
    position: relative;
}
#sample_pack .item span.description {
    display: block;
    font-size: 0.6875em;
    color: #fff;
    position: relative;
}

/* Breadcrumb */

.breadcrumb {
    background: url('/media/images/breadcrumb_bg.jpg') repeat-x top;
    border-bottom: 1px;
    width: 910px;
    height: 12px;
    margin: -11px auto 0 auto;
    padding: 7px 10px;
    color: #788187;
}

.breadcrumb p {
    margin: 0;
    padding: 0;
    font-size: 0.69em;
}

.breadcrumb a {
    color: #00a9ee;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Homepage */
#homepage_flash_cnt {
    position:relative;
    width: 938px;
    height: 382px;
    display: block;
}

#homepage_flash {
    position:absolute;
    top:0px;
    left:0px;
    width: 590px;
    height: 377px;
    display: block;
}

#homepage_right_panels {
    position:absolute !important;
    top:0px;
    right:-2px;
    width: 370px;
    height: 372px;
}

#homepage_right_panels .bottom-border {
    position:absolute !important;
    top:367px;
    left:22px;
    height:5px;
    background:#b6c2c7;
    width:348px;
}

#homepage_flash_cnt img {
    margin-left: -5px;
}

/* Homepage Panels */
#homepage_panels {
    width: 940px;
    height: 140px;
    margin: 5px 0 10px;
}
#homepage_panels .panel {
    width: 310px;
    height: 140px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    text-decoration: none;
}
#homepage_panels .green_matters {
    margin-left: 0;
    background: url('/media/images/bnr_green_matters.png') no-repeat;
}
#homepage_panels .project_gallery {
    margin-left: 0;
    background: url('/media/images/bnr_projectgallery.png') no-repeat;
}
#homepage_panels .win_a_trip {
    background: url('/media/images/bnr_win_a_trip.png') no-repeat;
}
#homepage_panels .conversation {
    background: url('/media/images/bnr_conversation.png') no-repeat;
    margin: 0;
}
#homepage_panels .panel .content p {
    font-size: 0.75em;
    color: #fff;
}

#homepage_panels .green_matters .content {
    margin: 85px 110px 5px 40px;
}

#homepage_panels .project_gallery .content {
    margin: 85px 110px 5px 40px;
}

#homepage_panels .conversation .content {
    margin: 45px 130px 5px 38px;
}
#homepage_panels .conversation .content p span.telnumber {
    color: #51575c;
    font-size: 1.6em;
}

/* Content */

#content {
    background: #ffffff url('/media/images/content_bg.jpg') repeat-x top left;
    width: 930px;
    margin: 0 5px;
    display: inline-block;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

#left-navigation {
    width: 150px;
    float: left;
    margin: 0 0 0 14px;
    padding: 0 0 40px 0;
}

#center-content {
    float: left;
    width: 502px;
    padding: 10px 20px 20px;
    min-height: 300px;
    height: auto!important;
    height: 300px;
}

#center-content h1 {
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 55px 10px 0;
    width: 445px;
    min-height: 44px;
    height: auto!important;
    height: 44px;
    background: url('/media/images/h1_bg.jpg') no-repeat left bottom;
    font: 2.00em Sans-serif;
    color: #00a9ee;
}

#center-content h2 {
    font: 1.25em Sans-serif;
    color: #00a9ee;
    margin: 15px 0;
    padding: 0;
}

#center-content h3 {
    font: 1.00em Sans-serif;
    color: #00aaec;
    margin: 15px 0;
    padding: 0;
}

#center-content p {
    font-size: 0.69em;
    color: #808990;
    margin: 6px 0;
}

#right-navigation {
    float: left;
    width: 224px;
    position: relative;
    background: url('/media/images/right_bg.jpg') repeat-y top left;
    overflow: hidden;
    padding:0 0 40px;
}

.right-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 182px;
    background: url('/media/images/right_top_bg.jpg') no-repeat top left;
}

.right-content {
    z-index: 5;
    position: relative;
}

/* Sub-Navigation (Left) */

#sub-navigation {
    width: 150px;
    margin: 0;
    padding: 0;
    background: url('/media/images/side_bg.jpg') repeat-y;
}

#sub-navigation .top {
    display: block;
    height: 23px;
    width: 150px;
    overflow: hidden;
    background: url('/media/images/side_top.jpg') no-repeat;
}

#sub-navigation ul {
    width: 144px;
    border-top: 1px solid #7E858B;
}

#sub-navigation ul li a {
    display: block;
    background: #6f787d url('/media/images/side_li_bg.jpg') repeat-x top left;
    color: #FFF;
    font-size: 0.79em;
    text-decoration: none;
    padding: 7px 10px 7px 15px;
    border: 1px solid #7e858b;
    border-width: 0 0 1px 0;
}

#sub-navigation ul li a:hover, #sub-navigation ul li a.current {
    background: #14b9fb url('/media/images/side_li_bg_hover.jpg') repeat-x top left;
    border: 1px solid #5acefd;
    border-width: 0 0 1px 0;
}

#sub-navigation ul li ul li a {
    background: none;
    height: auto!important;
    padding: 0;
    font-size: 0.69em;
    padding: 0 10px 6px 15px;
    margin: 7px 0 0 0;
}

#sub-navigation ul li ul li a:hover, #sub-navigation ul li ul li a.current {
    background: none;
    color: #5bcefd;
}

#sub-navigation .bottom {
    display: block;
    height: 9px;
    width: 150px;
    overflow: hidden;
    background: url('/media/images/side_bottom.jpg') no-repeat;
}

/* Left Banner - White */

#left-banner {
    background: #ededed url('/media/images/leftbanner_top.jpg') no-repeat;
    width: 130px;
    margin-top: 10px;
    padding: 10px;
    position: relative!important;
}

#left-banner .bottom {
    display: block;
    height: 6px;
    width: 150px;
    overflow: hidden;
    background: url('/media/images/leftbanner_bottom.jpg') no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

#left-banner h2 {
    color: #00a9ee;
    font: 1.13em Arial, Sans-serif;
    line-height: 1em;
}

#left-banner h2 span {
    font-size: 1.22em;
}

#left-banner p {
    margin: 15px 0;
    font-size: 0.69em;
    color: #808990;
}

#left-banner p.phone {
    color: #00a9ee;
    font-size: 1.13em;
}

/* Left Banner - Blue */

#left-banner-blue {
    padding: 0;
    margin: 10px 0 0 0;
    width: 150px;
    position: relative!important;
}

#left-banner-blue .top {
    background: url('/media/images/left_blue_top_bg.jpg') no-repeat;
    height: 6px;
    width: 150px;
    display: block;
    overflow: hidden;
}

#left-banner-blue .inner {
    border: 6px solid #ebebeb;
    border-width: 0 6px 0 0;
    padding: 5px 0 10px 0;
    background: #14b9fc url('/media/images/left_blue_middle_bg.jpg') no-repeat;
    width: 144px;
}

#left-banner-blue .padding {
    margin: 0 10px 0 10px;
}

#left-banner-blue h2 {
    color: #fff;
    font: 1.13em Arial, Sans-serif;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

#left-banner-blue p {
    margin: 15px 0 !important;
    font-size: 0.69em;
    color: #fff;
}

#left-banner-blue .bottom {
    background: url('/media/images/leftbanner_bottom.jpg') no-repeat;
    height: 6px;
    width: 150px;
    display: block;
    overflow: hidden;
}

/* Right Banners */
#basket_sample {
    width: 203px;
    height: 59px;
    margin: 21px 10px 0 11px;
    background: url('/media/images/basket_bg.jpg') no-repeat;
    padding: 5px 0;
}

#basket_sample .padding {
    margin: 0 10px;
}

#basket_sample p {
    clear: both;
}

#basket_sample a {
    float: left;
    color: #FFF;
    text-decoration: none;
    font: 0.82em Arial, Sans-serif;
    margin: 5px 0 0 10px;
}

#basket_sample a:hover {
    text-decoration: underline;
}

#basket_sample a.sample {
    margin: 8px 0 0 10px;
}

#basket_sample img {
    float: right;
    margin: 0 20px 0 0;
}

#delivery {
    width: 201px !important;
    border: 1px solid #0cb2f6;
    margin: 10px 10px 0 11px;
    height: 80px;
    background: #0cb2f6 url('/media/images/delivery_bg.jpg') no-repeat;
    padding: 0!important;
}

#delivery .padding {
    margin: 10px;
}

#delivery h2 {
    color: #FFFFFF;
    font: 1.13em Arial, Sans-serif;
    line-height: 1em;
}

#delivery p {
    color: #FFF;
    font-size: 0.69em;
    margin-top: 5px;
}

#right-banner {
    background: #e4e5e6 url('/media/images/rightbanner_bg.jpg') no-repeat;
    width: 181px;
    margin: 10px 10px 0 11px;
    padding: 10px;
    border: 1px solid #e4e5e6;
}

#right-banner h2 {
    color: #00a9ee;
    font: 1.13em Arial, Sans-serif;
    line-height: 1em;
}

#right-banner h2 span {
    font-size: 1.22em;
}

#right-banner p {
    margin: 15px 0;
    font-size: 0.69em;
    color: #808990;
}

#right-banner p.phone {
    color: #00a9ee;
    font-size: 1.13em;
    margin: 15px 0 0 0;
}

/* Project Gallery */

#project_gallery {
    background: url('/media/images/gallery_panel_bg.jpg') repeat-y;
    width: 200px;
    position: relative;
    padding: 5px 0;
    margin: 10px 0 0 11px;
}

#project_gallery .padding {
    margin: 0 80px 0 30px;
}

#project_gallery h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#project_gallery img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#project_gallery p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #FFF !important;
}

/* Green Matters */

#green_matters {
    background: url('/media/images/green_panel_bg.jpg') repeat-y;
    width: 200px;
    position: relative;
    padding: 5px 0;
    margin: 10px 0 0 11px;
}

#green_matters .padding {
    margin: 0 70px 0 30px;
}

#green_matters h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#green_matters img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#green_matters p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #FFF !important;
}

/* Products */

#products_banner {
    background: url('/media/images/products_panel_bg.jpg') repeat-y;
    width: 200px;
    position: relative;
    padding: 5px 0;
    margin: 10px 0 0 11px;
}

#products_banner .padding {
    margin: 0 80px 0 30px;
}

#products_banner h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#products_banner img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#products_banner p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #FFF !important;
}

/* Made to Order */

#made_to_order {
    background: url('/media/images/right_blue_bg.jpg') repeat-y;
    width: 200px;
    position: relative;
    padding: 5px 0;
    margin: 10px 0 0 11px;
}

#made_to_order .padding {
    margin: 0 65px 0 30px;
}

#made_to_order h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#made_to_order img {
    position: absolute;
    top: 0;
    right: 0;
}

#made_to_order p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #FFF !important;
}

/* White/Grey Banner */

#white_banner {
    border: 1px solid #e4e5e6;
    background: #e4e5e6 url('/media/images/rightbanner_bg.jpg') no-repeat;
    width: 198px;
    position: relative;
    padding: 10px 0;
    margin: 10px 0 0 11px;
}

#white_banner .padding {
    margin: 0 10px;
}

#white_banner h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #00a9ee;
}

#white_banner h2 span, #white_banner h2 font {
    font-size: 1.22em;
}

#white_banner p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #808990 !important;
}

#white_banner p.large_bold {
    font-size: 1.64em !important;
    color: #00a9ee !important;
}

/* Blue Banner */

#blue_banner {
    background: url('/media/images/right_blue_bg.jpg') repeat-y;
    width: 200px;
    position: relative;
    padding: 10px 0;
    margin: 10px 0 0 11px;
}

#blue_banner .padding {
    margin: 0 10px 0 30px;
}

#blue_banner h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fff;
}

#blue_banner h2 span, #blue_banner h2 font {
    font-size: 1.22em;
}

#blue_banner p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #fff !important;
}

/* Dark Blue Banner */

#darkblue_banner {
    background: #0077b9 url('/media/images/darkblue_banner_bg.jpg') no-repeat;
    width: 203px;
    position: relative;
    padding: 10px 0;
    margin: 10px 0 0 11px;
}

#darkblue_banner .padding {
    margin: 0 10px 0 10px;
}

#darkblue_banner h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fff;
}

#darkblue_banner h2 span, #darkblue_banner h2 font {
    font-size: 1.22em;
}

#darkblue_banner p {
    font-size: 0.69em !important;
    margin: 3px !important;
    padding: 0;
    color: #fff !important;
}

/* Dimensions/Specification Banner */

#dimensions_banner {
    background: url('/media/images/dimensions_bg.jpg') no-repeat top left;
    width: 203px;
    position: relative;
    padding: 0;
    margin: 10px 0 0 11px;
    min-height: 64px;
    height: auto!important;
    height: 64px;
}

#dimensions_banner .padding {
    margin: 0 0 0 58px;
}

#dimensions_banner p {
    font-size: 0.69em !important;
    margin: 0 6px 6px !important;
    padding: 0;
    color: #00b7dc !important;
}

#dimensions_banner .hr {
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    margin: 8px 5px 6px 5px;
    padding: 0;
    background: #e2f5f9;
}

#dimensions_banner ul {
    list-style-type: disc;
    font-size: 0.69em;
    color: #00b7dc;
    padding: 0 0 0 5px;
}

#dimensions_banner li {
    margin: 5px 0 0 0;
}

/* Plain Banner */

#left-navigation #plain_banner {
    width: 150px;
    margin: 10px 0 0 0;
}

#plain_banner {
    width: 203px;
    position: relative;
    padding: 0;
    margin: 10px 0 0 11px;
    min-height: 64px;
    height: auto!important;
    height: 64px;
}

#plain_banner h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0 6px 6px !important;
    padding: 0;
    color: #06ADF1 !important;
}

#plain_banner p {
    font-size: 0.69em !important;
    margin: 0 6px 6px !important;
    padding: 0;
    color: #808990 !important;
}

#plain_banner p.title {
    font-weight: bold;
    color: #01a8ef !important;
}

#plain_banner p.centre {
    margin:0px auto;
    text-align:center;
}

#plain_banner ul {
    list-style-type: disc;
    font-size: 0.69em;
    color: #808990;
    padding: 0 0 0 25px;
}

#plain_banner li {
    padding: 5px 0 0 0;
}

#plain_banner strong {
    color: #06ADF1 !important;
}

#plain_banner .hr {
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    margin: 8px 0 6px 0;
    padding: 0;
    background: #e2f5f9;
}

/* Test Results */

#left-navigation #plain_banner.results {
    width: 140px;
    margin: 10px 0 0 0;
}

#plain_banner.results {
    background: #e5e5e5;
    padding: 5px;
    width: 193px;
}

#plain_banner.results p.title {
    color: #FFF!important;
    background: #14b9fb;
    padding: 5px;
    margin: -5px -5px 5px !important;
}

#plain_banner.results p {
    margin: 0 0 6px !important;
    padding: 0;
    color: #808990 !important;
}

#plain_banner.results a {
    color: #01a8ef;
    text-decoration: underline;
    font-weight: bold;
}

/* Products Logo Panel */

.ga_logo {
    width: 200px;
    padding: 0;
    margin: 10px 0 0 11px;
}

/* Request a Quote */

#request_quote {
    margin: 10px 0 0 11px;
    padding: 10px 0;
    background: url('/media/images/product_finder_bg.jpg') repeat-y;
    width: 200px;
}

#request_quote .padding {
    margin: 0 10px;
}

#request_quote h2 {
    font: 1.13em Arial, Sans-serif !important;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fff;
}

#request_quote p {
    font-size: 0.69em !important;
    margin: 10px 0 0 0 !important;
    padding: 0;
    color: #fff !important;
}

#get_started {
    margin: 0 0 0 11px;
    padding: 5px 0;
    background: url('/media/images/quote_bottom_bg.jpg') repeat-y;
    width: 200px;
    font-size: 0.75em!important;
}

#get_started .padding {
    margin: 0 10px;
}

/* Individual Product Page */

.product-image {
    margin: 10px 0;
}

.product-image img {
    border: 1px solid #727b81;
}

.product-select {
    float: left;
    font-size: 0.69em;
    color: #808990;
    margin-right: 5px;
}

.product-select label {
    display: block;
    font-weight: bold;
}

.product-select select {
    height: 20px;
    color: #14b9fc;
    border: 1px solid #7e9db9;
}

.product-select.code {
    width: 250px;
}

.product-select.code select {
    width: 250px;
    margin-top: 12px;
}

.product-select.size {
    width: 120px;
}

.product-select.size select {
    width: 120px;
    margin-top: 12px;
}

.product-select.thickness select {
    width: 100px;
    margin-top: 12px;
}

.product-select.qty {
    width: 51px;
}

.product-select.qty input {
    margin-top: 12px;
    width: 49px;
    color: #14b9fc;
}

.product-select.price {
    width: 101px;
    float: left;
    font-size: 0.69em;
    color: #808990;
    margin-left: 15px;
}

#center-content .product-select.price p {
    font-size: 1em;
    color: #14b9fc;
    margin-top: 12px;
}

.product-clear {
    clear: both;
    display: block;
    height: 1px;
    line-height: 0;
    font-size: 1px;
}

.button {
    padding: 5px;
    background: #14b9fc;
    color: #fff;
    font-size: 0.69em;
    text-decoration: none;
}

.button.product-shopping {
    float: left;
    margin: 10px 0 0 0;
}

.button.product-basket {
    float: right;
    margin: 10px 0 0 0;
}

.product-hr {
    background: url('/media/images/hr_bg.jpg') no-repeat;
    display: block;
    height: 3px;
    line-height: 0;
    font-size: 1px;
    width: 495px;
    margin: 20px auto;
}   

/* New Product Page */

.product-options {
    float: left;
    padding: 10px 5px 10px 0;
    color: #14b9fc;
    font-size: 0.69em;
}

.product-options.title {
    padding: 0 5px 0 0;
    font-weight: bold;
    color: #808990;
}

.product-options.ordercode {
    width: 75px;
}

.product-options.panelsize {
    width: 70px;
}

.product-options.thickness {
    width: 65px;
}

.product-options.pattern {
    width: 75px;
}

.product-options.heightwidth {
    width: 85px;
}

.product-options.measurements {
    width: 105px;
}

.product-options.length {
    width: 50px;
}

.product-options.sample {
    width: 60px;
}

.product-options.panelfixingdistance {
    width: 70px;
}

.product-options.boardthickness {
    width: 100px;
}

.product-options.finish {
    width: 45px;
}

.product-options.quantity {
    width: 75px;
}

.product-options.quantity input {
    width: 30px;
    border: 1px solid #e5e5e5;
    color: #808990;
    padding: 2px;
    height: 13px;
    margin: 0 0 5px 0;
}

.product-options.quantity small {
    font-size: 0.9em;
}

.product-options-clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    background: #e5e5e5;
}

/* Footer */
#footer {
    width: 930px;
    height: 99px;
    margin: 0 auto;
    padding: 1px 0 0 0;
    background: url('/media/images/bg_footer.png') no-repeat;
}
#footer span {
    font-size: 0.69em;
    line-height: 1.65em;
}
#footer .menu,
#footer .footerlinks {
    color: #b8bab9;
}
#footer .menu {
    margin: 20px 15px 0 15px;
}
#footer .footerlinks {
    margin: 0 15px;
}

#footer .company_info {
    color: #8f9290;
    margin: 10px 15px 0 15px;
}
#footer .company_info span {
    font-size: 0.69em;
    line-height: 1.3em;
}
#footer .menu a:link,
#footer .menu a:visited {
    text-transform: capitalize;
    text-decoration: none;
    color: #313732;
    white-space: nowrap;
}
#footer .menu a:hover,
#footer .menu a:active {
    text-decoration: underline;
}

#footer .footerlinks a:link,
#footer .footerlinks a:visited {
    text-decoration: none;
    color: #8f9290;
    white-space: nowrap;
}
#footer .footerlinks a:hover,
#footer .footerlinks a:active {
    text-decoration: underline;
}
#footer .license {
    float: right;
    height: 99px;
    width: 224px;
    background-color: #e9e9e9;
    border-left: 1px solid #fff;
    overflow: hidden;
}
#footer .license img {
    margin: 22px 0 20px 20px;
}

/* Category */
.category-box {
    float:left;
    margin:10px 10px 10px 0;
    width:160px;
}

.category-box a {
    text-decoration: none;
}

.category-image {
    border: 1px solid #14B9FC !important;
}

.category-title {
    display: block;
    font-weight: bold;
    font: 0.80em Sans-serif;
    color: #00a9ee;
    margin: 4px 0;
    padding: 0;
    clear:both;
    height: 48px;
    text-decoration:none !important;
}

.category-title-text {
    color: #00a9ee;
    text-decoration:none !important;
}

.category-title-text:hover {
    text-decoration:underline !important;
    cursor: pointer;
}

.category-description {
    font-size: 0.69em;
    color: #808990;
    margin: 0 0 10px 0;
    display: none;
}

.category-description p, .category-description ul {
    font-size: 1em !important;
}

.product-variants {
    font-size: 0.90em;
    color: #808990;
}

.product-variants:hover {
    text-decoration:none !important;
    cursor: pointer !important;
    color: #808990 !important;
}

/* Made To Order */
.madeToOrder-box {
    float:left;
    margin:10px 10px 10px 0;
    width:300px;
    min-height:220px;
}

.madeToOrder-imageSection 
{
    float:left;
    width: 162px;
}

.madeToOrder-image 
{
    margin:45px 0 5px 0;
    border: 1px solid #727b81 !important;
}

a.lightbox {
    font-size: 0.69em;
}

.madeToOrder-title {
    display: block;
    font-weight: bold;
    font: 0.90em Sans-serif;
    color: #00a9ee;
    margin: 4px 0;
    padding: 0;
    clear:both;
}

.madeToOrder-description {
    color: #808990;
    margin: 0 0 10px 0;
}

.clear {
    clear:both;
}

.button.more {
    float: left;
    margin: 0;
}

.samplebutton
{
    padding: 5px;
    background: #424649;
    color: #fff;
    font-size: 0.69em;
    text-decoration: none;
    float: right;
    margin: 0;
    position: relative;
}

.samplebutton label {
    margin: 0;
    padding: 0 20px 0 0;
}

.samplebutton input {
    position: absolute;
    top: 5px;
    right: 5px;
}

.product-paging 
{
    float:left;
    padding: 5px;
    background: #14b9fc;
    color: #fff;
    font-size: 0.69em;
    width:98%;
}

.paging-links
{
    color: #fff;
}

.paging-previous
{
    margin: 2px 0 0 5px;
    float: left;
}

.paging-numbers
{
    float: left;
    width: 350px;
    margin-left: 5px;
    text-align:center;
}

.paging-next
{
    margin: 2px 5px 0 0;
    float: right;
}

.button.viewall {
    float: right;
    margin: 0 0 0 0;
}

/* Content Page */
.working-version .title .options
{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #454545;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 4px;
}
.working-version .title .o-open
{
    padding: 50px;
    margin: -46px -46px 0 0;
}
.working-version .title .options p
{
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    padding: 3px 3px 4px 6px;
    width: 100px;
    float: right;
    color: #454545 !important;
    font-size: 11px !important;
}
.working-version .title .options:hover p
{
    border-color: #d2d2d2;
}
.working-version .title .options ul
{
    display: none;
    margin: -1px 0 0 0 !important;
    background: #f2f2f2;
    z-index: 10;
    clear: right;
    width: 250px;
    float: right;
}
.working-version .title .options ul li
{
    line-height: normal;
    display: block;
}
.working-version .title .options ul li.e
{
    background: #ececec;
}
.working-version .title .options li a
{
    padding: 3px 6px 3px 6px;
    width: 108px;
    display: block;
    text-decoration: none;
    line-height: 15px;
    height: 16px;
    color: #0a90d6;
}
.working-version .title .options ul a:hover
{
    text-decoration: underline;
}
.working-version .title .o-open p
{
    width: 241px !important;
    float: right !important; /* ADDED BY NAT 14/01/2009*/
    background-color: #ffffff;
}
.working-version .title .o-open ul
{
    display: block;
}
.working-version .title .options .btn
{
    width: 15px;
    height: 16px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: Transparent;
    margin: 0 0 0 1px !important;
    text-decoration: none;
}

/* options drop-down */
.working-version .title .options
{
    padding: 2px;
    margin: -5px -3px 0 0;
}
.working-version .title .o-open
{
    padding: 50px;
    margin: -46px -51px 0 0;
    background: url('/admin/media/images/blank.gif') repeat;
}
.working-version .title .options p
{
    margin: 0 0 0 0 !important;
    padding: 3px 3px 3px 6px;
    height: 15px;
    width: 73px;
}
.working-version .title .o-open p
{
    background: #fff;
    border-color: #d2d2d2;
}
.working-version .title .options ul
{
    border: 1px solid #d2d2d2;
    border-bottom: none;
}
.working-version .title .options ul li
{
    border-bottom: 1px solid #d2d2d2;
}
.working-version .title .options:hover p
{
    background-color: #fff;
}

/* working-version styles */

.working-version
{
    border: 1px solid #e0e0e0;
    margin: 5px -6px 0 -6px;
    font-size: 12px;
}
.working-version .title
{
    background: #eee;
    height: 21px;
    line-height: 0.5;
    margin: 0;
    padding: 0 0 0 1px;
    position: relative;
    vertical-align: bottom;
    border-bottom: 1px solid #e0e0e0;
}
.working-version .title .options
{
    margin-top: -3px;
}
.working-version .title .o-open
{
    margin-top: -51px;
}
.working-version .title .options ul
{
    position: relative;
    width: 300px !important;
}
.working-version .title .options p
{
    float: none;
    width: 73px;
}
.working-version .title .o-open p
{
    width: 291px !important;
}
.working-version .title p
{
    float: left;
    line-height: normal;
    padding: 4px 4px 6px;
}
.working-version .window
{
    padding: 5px;
    min-height: 150px;
    background-color: #ffffff;
}
a.set
{
    background-image: url(/admin/media/images/icon-settings.png);
    width: 26px !important;
}

/* Shopping Basket */

.basket_cell {
    float: left;
    background: #f6f6f6;
    padding: 10px;
    margin: 0 1px 0 0;
}

.basket_cell.head {
    background: #14b9fc;
    font-size: 0.69em;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFF;
}

.basket_cell.product_name {
    width: 300px;
}

.basket_cell.product_quantity {
    width: 79px;
}

.basket_cell.item_price {
    width: 60px;
}

.basket_row {
    clear: both;
    padding: 1px 0 0 0;
}

.basket_cell.product_name .product_image {
    float: left;
    width: 80px;
}

.basket_cell.product_name .product_image img {
    border: 1px solid #747474;
}

.basket_cell.product_name .product_description {
    float: left;
    width: 220px;
}

.basket_cell.product_name .product_description a {
    text-decoration:none !important;
}

#center-content .basket_cell.product_name .product_description p {
    margin: 0;
}

#center-content .basket_cell.product_name .product_description p strong {
    color: #14b9fc;
}

#center-content .basket_cell.product_name .product_description p.shipping {
    margin-top: 10px;
    color: #14b9fc;
}

#center-content .basket_cell.item_price p {
    margin: 0;
}

.quantity_adjust {
    font-size: 0.69em;
}

.quantity_adjust .minus {
    float: left;
}

.quantity_adjust span {
    float: left;
    display: block;
    padding: 1px 5px 0;
    height: 15px;
    background: url('/media/images/qty_bg.png') repeat-x;
    width: 25px;
    text-align: center;
}

.basket_row.confirmation .quantity_adjust span {
    background: none;
}

.quantity_adjust .plus {
    float: left;
}

.basket_total {
    clear: both;
    margin-top: 10px;
    background: #f6f6f6;
    width: 481px;
    padding: 10px 10px 5px 10px;
}

#center-content .basket_total h2 {
    float: left;
    width: 200px;
    margin: 0;
}

#center-content .basket_total p {
    color: #14b9fc;
    float: right;
    font-weight: bold;
}

.clear {
    clear: both;
    height: 1px;
    line-height: 0;
    font-size: 1px;
    display: block;
}

.button.more.checkout {
    float: right;
}

.postcode_form_text {
    float: left;
    width: 295px;
}

.postcode_form {
    float: left;
    width: 207px;
}

.postcode_form input.text {
    font-size: 0.69em;
    width: 100px;
    height: 14px;
    padding: 3px;
    color: #808990;
    border: 1px solid #808990;
}

.postcode_form input.check {
    border: 0;
    padding: 3px 5px 4px 5px;
    font-size: 0.69em;
    color: #FFF;
    background: #14B9FC;
    width: 85px;
}

/* Gallery */

.gallery {
    margin-top: 10px;
}

.gallery img {
    border: 1px solid #6f787e;
}

.gallery_large {
    float: left;
    width: 300px;
}

.gallery_thumbnails {
    float: left;
    width: 70px;
    margin-left: 5px;
}

.gallery_thumbnails img {
    margin: 0 0 5px 0;
}

.gallery_projects {
    float: left;
    display: block;
    padding: 5px 10px;
    margin-top: -4px;
    text-align:center;
    background: #14B9FC;
    width:330px;
    color: #FFF;
}

.gallery_projects a {
    color: #FFF;
    padding: 0 0 0 6px;
}

.gallery_product {
    color: #14B9FC !important;
}

.gallery_projects span {
    color: #FFF;
    padding: 0 0 0 6px;
}

strong.project_label {
    display: block;
    width: 100px;
    float: left;
}

/* Samples Basket */

p.footnote {
    text-align: right;
}

h2.samples_subhead {
    border-bottom: 1px solid #e0e0e2;
}

.basket_cell.product_name.wide {
    width: 380px;
}

fieldset.samples_basket {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0.69em;
    color: #808990;
}

#center-content fieldset.samples_basket p {
    font-size: 1em;
}

fieldset.samples_basket label {
    float: left;
    width: 200px;
}

fieldset.samples_basket span.checkbox br {
    display: none;
}

fieldset.samples_basket span.checkbox label {
    float: left;
    width: auto!important;
    margin: 0 30px 0 10px;
    color: #14B9FC;
    font-size: 1em!important;
}

fieldset.samples_basket span.checkbox input {
    margin: 0;
    padding: 0;
    float: left;
}

fieldset.samples_basket .form_column {
    width: 170px;
    margin: 10px 10px 0 0;
    float: left;
    display: block;
}

fieldset.samples_basket .form_column input {
    width: 160px;
    margin: 0 0 5px 0;
    padding: 3px;
    height: 15px;
    color: #808990;
    border: 1px solid #e0e0e2;
}

fieldset.samples_basket .form_column select {
    width: 169px;
    margin: 0 0 5px 0;
    height: 20px;
    color: #808990;
    border: 1px solid #e0e0e2;
}

fieldset.samples_basket .form_column .row {
    width: 160px;
    margin: 5px 0 5px 0;
    padding: 3px;
    height: 16px;
    color: #808990;
    border: 1px solid #ffffff;
}

fieldset.samples_basket textarea {
    width: 337px;
    padding: 5px;
    border: 1px solid #e0e0e2;
    height: 70px;
}

.solid-hr {
    clear: both;
    height: 1px;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #e0e0e2;
    margin: 10px 0;
    padding: 0;
}

.button.more.no-marg {
    margin: 0;
}

/* Search Results */

.search_item {
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e2;
    clear: both;
}

.search_item .search_image {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.search_item .search_image img {
    border: 1px solid #14B9FC;
}

.search_item .search_desc {
    margin: -15px 0 0 0;
    float: left;
}

.search_item .search_desc h3, .search_item .search_desc h3 a {
    color: #14B9FC;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: normal;
}

.search_item p.address {
    clear: both;
    padding-top: 5px;
}

.search_item p.address a {
    color: #14B9FC;
}

.highlight {
    text-decoration:none; 
    color:#ffffff; 
    background:#14B9FC;
}

#center-content h2.search_result {
    border-bottom: 1px solid #e0e0e2;
    margin: 15px 0 10px 0;
}

.checkout-drpdwn, .checkout-comments{
    color: #808990;
}

/* Content Styles */

.content_image_left {
    margin: 0 20px 20px 0;
    float: left;
}

.content_image_left img {
    border: 2px solid #15b8fb;
}

.content_image_left p {
    width: 226px;
}

.content_text_right {
    margin-left: 248px;
}

.inner_content_left {
    float:left;
    width:240px;
}

.inner_content_right {
    float:left;
    margin-left:20px;
    width:240px;
}

#center-content ul {
    font-size:0.69em;
    color:#808990;
    list-style:disc;
    padding-left:15px;
    margin:10px 15px;
}

html body div ul.bulleted-list li {
    margin-bottom:10px;
}

html body div .heading-blue {
    color:#00aaec;
}

.working-version .title .options ul {
    padding-left: 0!important;
    font-size: 1em!important;
    list-style-type: none!important;
}

.test-results {
    border:1px solid #00aaec;
}

.test-results td, .test-results th {
    border:1px solid #00aaec;
    padding:0.2em;
    text-align:center;
}


body .message-box
{
    margin: 5px 0px 5px 0px;
    border: 2px solid #F8BCC8;
    background: #F9DCE0;
    padding: 19px;
    font-size: 100%;
    line-height: normal;
}

body .message-box p
{
    margin: 0 !important;
    color: #777;
    background: transparent none 0 0 no-repeat;
    line-height: normal;
}

body .message-box p b
{
    color: #555;
}

body .message-box ul
{
    margin-bottom: 5px !important;
}

body .message-box.msg-warning
{
    border: 2px solid #ca3737;
    background: #ffc3c3;
}

.ModPopUpExtImgProp
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;

}

/*

.feedback_option  {
    width:100px; 
    border-right:1px solid #CDCDCD; 
    font-size:0.7em; 
    color: #808990;
    padding:10px 12px 5px 12px;
    text-decoration: none; 
    cursor: pointer;
}

.feedback_option.current  {
    color: #000000;
}

.feedback_option.first  
{
    padding:10px 12px 5px 25px;
}

.feedback_option.last  
{
    border:0px;
}

.button.feedback_submit {
    padding: 5px 10px;
    background: #14b9fc;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    float:left;
    margin:10px 0 0 18px;
}

fieldset.feedback_popup {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #808990;
}

#center-content fieldset.feedback_popup p {
    font-size: 1.5em;
}

fieldset.feedback_popup .titlelabel {
    float: left;
    margin:12px 0 -5px 0;
    width: 200px;
    color: #000000;
    clear:both;
}

fieldset.feedback_popup span.checkbox br {
    display: none;
}

fieldset.feedback_popup span.checkbox label {
    float: left;
    width: auto!important;
    margin: 0 30px 0 10px;
    color: #14B9FC;
    font-size: 1em!important;
}

fieldset.feedback_popup span.checkbox input {
    margin: 0;
    padding: 0;
    float: left;
}

fieldset.feedback_popup .form_column {
    width: 170px;
    margin: 10px 10px 0 0;
    float: left;
    display: block;
    clear:both;
}

fieldset.feedback_popup .form_column input {
    width: 420px;
    margin: 0 0 5px 0;
    padding: 3px;
    height: 15px;
    color: #808990;
    border: 1px solid #e0e0e2;
}

fieldset.feedback_popup .form_column select {
    width: 169px;
    margin: 0 0 5px 0;
    height: 20px;
    color: #808990;
    border: 1px solid #e0e0e2;
}

fieldset.feedback_popup .form_column .row {
    width: 160px;
    margin: 5px 0 5px 0;
    padding: 3px;
    height: 16px;
    color: #808990;
    border: 1px solid #ffffff;
}

fieldset.feedback_popup textarea {
    width: 420px;
    padding: 5px;
    border: 1px solid #e0e0e2;
    height: 70px;
    color: #808990;
}

*/

/* Feedback Popup Button */

#aFeedback {
    background:             url('/media/images/button-feedback.gif') no-repeat;
    display:                scroll;
    position:               fixed;
    _position:              absolute;
    top:                    350px;
    right:                  0px;
    cursor:                 pointer;
    z-index:                1000;
    width:                  30px;
    height:                 88px;
}

#aFeedback:hover {
    width:                  35px;
}

/* Video Player Popup */

#videoPlayer {
    border:                 1px solid #d8d8d8;
    margin:                 0;
    padding:                0;
}

#videoPlayer a.modal-close {
	position: absolute;
	right:  20px;
	top: 	-36px;
	text-indent: -9999em;
	width: 87px;
	height:  36px;
	display:  block;
	background: url('/media/images/close.jpg') no-repeat;
	outline: none!important;
	cursor: pointer;
}

/* Feedback Popup Form */

#feedbackForm {
    border:                 1px solid #d8d8d8;
    margin:                 0;
    padding:                0;
}

#feedbackForm a.modal-close {
    background:             url('/media/images/feedback-close.png') no-repeat;
    height:                 29px;
    right:                  -8px;
    top:                    -11px;
    width:                  29px;
    z-index:                99;
}

.feedbackForm {
    background:             #f1f1f1;
}

.feedbackForm ul.nav {
    border-bottom:          1px solid #cdcdcd;
    height:                 24px;
}

.feedbackForm ul.nav li {
    float:                  left;
}

.feedbackForm ul.nav li a {
    border-right:           1px solid #b5b5b5;
    color:                  #b5b5b5;
    cursor:                 pointer;
    display:                inline-block;
    float:                  left;
    font:                   11px/11px Tahoma, Sans-serif;
    height:                 11px;
    padding:                6px 10px 7px 0;
    position:               relative;
    text-align:             center;
    width:                  92px;
}

.feedbackForm ul.nav li.last a {
    border-right:           none;
}

.feedbackForm ul.nav li a span.arrow {
    background:             url('/media/images/feedback-arrow.gif') no-repeat center top;
    display:                none;
    height:                 8px;
    left:                   44px;
    position:               absolute;
    bottom:                 -8px;
    _bottom:                -13px;
    width:                  14px;
}

.feedbackForm ul.nav li a.current, .feedbackForm ul.nav li a:hover {
    background-position:    0 -24px !important;
    color:                  #393b3c;
}

.feedbackForm ul.nav li a.current span.arrow {
    display:                block;
}

.feedbackForm ul.nav li a#aSuggestion {
    background:             url('/media/images/feedback-suggestion-bg.gif') no-repeat;
}

.feedbackForm ul.nav li a#aQuestion {
    background:             url('/media/images/feedback-question-bg.gif') no-repeat;
    padding-right:          16px;
    width:                  86px;
}

.feedbackForm ul.nav li a#aProblem {
    background:             url('/media/images/feedback-problem-bg.gif') no-repeat;
    padding-right:          14px;
    width:                  88px;
}

.feedbackForm ul.nav li a#aThanks {
    background:             url('/media/images/feedback-thanks-bg.gif') no-repeat;
    padding-right:          16px;
    width:                  86px;
}

.feedbackForm .form {
    padding:                17px 19px;
}

.feedbackForm .form p {
    font-size:              12px;
}

.feedbackForm textarea {
    border:                 1px solid #cccaca;
    background:             #FFF;
    color:                  #999999;
    font:                   12px Tahoma, Arial, Sans-serif;
    height:                 43px;
    margin:                 0;
    padding:                5px;
    width:                  418px;
}

.feedbackForm label {
    color:                  #000000;
    display:                inline-block;
    font:                   12px Tahoma, Arial, Sans-serif;
    margin:                 15px 0 10px;
}

.feedbackForm .input-text {
    border:                 1px solid #cccaca;
    background:             #FFF;
    color:                  #999999;
    font:                   12px Tahoma, Arial, Sans-serif;
    height:                 15px;
    margin:                 0 0 5px 0;
    padding:                7px 5px;
    width:                  418px;
}

.feedbackForm .button {
    display:                inline-block;
    margin:                 10px 0 0 0;
}

.feedbackForm .message-box {
    color:                  #CE0404 !important;
    font-size:              11px;
    padding:                10px;
}


/* Made To Order - Product Checklist Form */

#productChecklist {
    border:                 1px solid #d8d8d8;
    margin:                 0;
    padding:                0;
}

.productChecklist .title {
    border-bottom:          1px solid #808990;
    color:                  #808990;
    font-weight:            bold;
    font-size:              0.8em;
    padding:                5px 2px 5px 2px;
    margin:                 0 0 10px 0;
    text-align:             center;
}

.productChecklist .form p {
    font-size:              0.8em;
}

#productChecklist a.modal-close {
    background:             url('/media/images/feedback-close.png') no-repeat;
    height:                 29px;
    right:                  -8px;
    top:                    -11px;
    width:                  29px;
    z-index:                99;
}

.productChecklist .message-box {
    color:                  #CE0404 !important;
    font-size:              11px;
    margin:                 10px 30px 0 17px;
    padding:                10px;
}

.productChecklist 
{
    float:                  left;
    background:             #f1f1f1;
    min-width:              790px;
}

.productChecklist .form label {
    clear:                  both;
    cursor:                 pointer;
    float:                  left;
    margin:                 17px 0 0 17px;
    width:                  160px;
    font-size:              0.69em;
    font-weight:            bold;
    color:                  #808990 !important;    
}

.productChecklist .label {
    clear:                  both;
    cursor:                 pointer;
    float:                  left;
    margin:                 17px 0 0 17px;
    width:                  350px;
    font-size:              0.69em;
    font-weight:            bold;
    color:                  #808990 !important;    
}

.productChecklist .form .dimension-label {
    cursor:                 pointer;
    float:                  left;
    margin:                 5px 0 0 5px;
    padding:                3px;
    width:                  40px;
    border:                 1px solid #f1f1f1;
    font-size:              0.69em;
    font-weight:            bold;
    color:                  #808990 !important;  
    text-align:             center;  
}

.productChecklist .form label.help {
    clear:                  both;
    cursor:                 pointer;
    float:                  left;
    margin:                 2px 0 0 2px;
    padding:                0 0 0 177px;
    width:                  200px;
    font-size:              0.69em;
    font-weight:            normal;
    color:                  #999999 !important;    
}

.productChecklist .form input.input-text {
    border:                 1px solid #cfcfcf;
    color:                  #999999;
    float:                  left;
    font:                   11px Tahoma, Verdana, Sans-serif;
    height:                 14px;
    margin:                 13px 0 0 0;
    padding:                3px;
    width:                  200px;
    font-size:              0.69em;
}

.productChecklist .form input.input-text:focus {
    border:                 1px solid #14b9fc;
}

.productChecklist .form input.dimension-text 
{
    clear:                  both;
    border:                 1px solid #cfcfcf;
    color:                  #999999;
    float:                  left;
    font:                   11px Tahoma, Verdana, Sans-serif;
    height:                 14px;
    margin:                 1px 0 0 5px;
    padding:                3px;
    width:                  40px;
    font-size:              0.69em;
}

.productChecklist .form input.dimension-text:focus {
    border:                 1px solid #14b9fc;
}

.productChecklist .form textarea {
    border:                 1px solid #cfcfcf;
    color:                  #999999;
    float:                  left;
    font:                   11px Tahoma, Verdana, Sans-serif;
    height:                 26px;
    margin:                 13px 0 0 0;
    padding:                3px;
    width:                  200px;
    font-size:              0.69em;
}

.productChecklist .form textarea:focus {
    border:                 1px solid #14b9fc;
}

/* Bi Column Layout Classes */
.bicolumn, .bicolumn_left {
    float:                  left;
    padding:                0 2%;
    width:                  46%;
}
.bicolumn_left {
    border-right:           solid 1px #e0e0e2;
    padding-left:           0;
}
.bicolumn h2, .bicolumn_left h2 {
    margin:                 0!important;
}
/* End Bi Column Layout classes */


/* Form Layout Classes */
.form-item {
    clear:                  both;
    float:                  none;
}
.form-item .label {
    color:                  #808990;
    float:                  left;
    font-size:              0.69em;
    margin:                 6px 0;
    width:                  43%;
}
.form-item .content {
    color:                  #808990;
    float:                  left;
    font-size:              0.69em;
    margin:                 0 0 5px;
    width:                  53%;
}
.form-item .content input {
    border:                 solid 1px #E0E0E2;
    color:                  #808990;
    font-size:              1em;
    height:                 15px;
    margin:                 0 0 5px;
    padding:                3px;
    width:                  95%;
}
.form-item .content select {
    color:                  #808990;
    border:                 1px solid #e0e0e2;
    height:                 20px;
    margin:                 0 0 5px 0;
    width:                  98%;
}
.form-item .content .button {
    display:                inline-block;
    font-size:              1em;
}
.form-item .form-action {
    text-align:             right;
}
/* End Form Layout Classes */

/* Checkout Address Classes */
.checkout-address {
    float:                  left; 
    width:                  250px;
}
.checkout-address p {
    margin: 0!important;
}
.checkout-address p.contact-name, .checkout-address p.company-name {
    font-weight:            bold;
}
.checkout-address p.contact-name {
    color:                  #14B9FC!important;
}
.checkout-address p.company-name, .checkout-address p.country {
    margin-bottom:          10px!important;
}
/* End Checkout Address Classes */

.checkout_status {
    padding:                10px 0 20px;
}
.checkout-next
{
    float:                  right;
}


/* Product Finder */
.product-finder {
    background:             url('/media/images/product-finder-slice.gif') repeat-x;
    width:                  930px;
    height:                 160px;
    margin:                 0 auto;
    padding:                1px 0 0 0;
    font-weight:            normal;
    /*border:               1px solid black;*/
    
}

.product-finder h3 {
    font:                   1.20em Sans-serif;
    color:                  #00aaec;
    margin:                 10px 0 5px 20px;
    padding:                0;
}

.product-finder a {
    color:                  #fff;
    font-size:              0.69em;
    text-decoration:        none;
}

.product-finder a:hover {
    text-decoration:        underline;
}

.product-finder .column {
    margin:                 0 0 10px 20px;
    float:                  left !important;
    width:                  180px !important;
}

.product-finder .double {
    width:                  370px !important;
}

.product-finder .column h4 {
    font:                   1.1em Sans-serif !important;
    color:                  #fff !important;
    margin:                 0 0 0 0 !important;
    padding:                0 !important;
    font-weight:	        bold !important;
    display:                block !important;
    width:                  180px !important;
}

.product-finder .column h4:hover {
    text-decoration:        underline;
}

.product-finder .double h4 {
    width:                  370px !important;
}

.product-finder .column ul 
{
    float:                  left;
    margin:                 3px 0 0 0;
    padding:                0 0 5px 0;
    width:                  180px;
}

.product-finder .column ul li {
    padding:                0 !important;
    margin:                 0 !important;
    display:                block;
    line-height:            0.89em !important;
    display:                inline !important;
    width:                  180px !important;
}

.product-finder .column ul li a {
    padding:                0 !important;
    margin:                 0 !important;
    display:                block;
    font-size:              0.69em !important;
    width:                  180px !important;
}

.product-finder .column-seperator {
    float:                  left;
    border-left:            1px solid #879499;
    width:                  1px;
    height:                 105px;
    margin:                 0 0 0 20px;
    overflow:		        hidden !important;
}

/* Editable Home Page */
.home-banner {
    float:                  left;
    width:                  185px;
    height:                 367px;
    background:             #fff;
}

.lit-request-and-blog-links
{
   margin:                  -27px 18px 0 0;
   float:                   right;
}

/* Sample Basket Landing Page - Hand */

#center-content .sample-basket-landing#hand {
    background:             url('/media/images/sample-basket-landing-hand-bg.jpg') no-repeat;
    margin-right:           -8px;
    width:                  510px;
}

#center-content .sample-basket-landing#hand ol {
    color:                  #5e5e5e;
    font:                   14px/30px Arial, Sans-serif;
    list-style-type:        decimal;
    margin:                 -10px 0 0 20px;
}

#center-content .sample-basket-landing#hand ol li {
    margin-bottom:          10px;
}

#center-content .sample-basket-landing#hand ol img {
    vertical-align:         middle;
}

#center-content .sample-basket-landing#hand p {
    color:                  #707070;
    font:                   11px Arial, Sans-serif;
    margin:                 40px 0 50px;
}

/* Sample Basket Landing Page - Cartoon */

#center-content .sample-basket-landing#cartoon .cartoon-details {
    background:             url('/media/images/sample-basked-landing-cartoon-bg.gif') no-repeat;
    height:                 230px;
    margin-bottom:          30px;
    width:                  349px;
}

#center-content .sample-basket-landing#cartoon .cartoon-details p.product {
    color:                  #00aeef;
    font:                   bold 14px Arial, Sans-serif;
    text-align:             center;
    margin:                 0;
    padding:                17px 0 0 120px;
    width:                  160px;
}

#center-content .sample-basket-landing#cartoon .cartoon-details p.sample {
    color:                  #454545;
    font:                   bold 13px Arial, Sans-serif;
    text-align:             center;
    margin:                 0;
    padding:                92px 0 0 173px;
    width:                  160px;
}

#center-content .sample-basket-landing#cartoon .cartoon-details p.sample img {
    vertical-align:         middle;
}

#center-content .sample-basket-landing#cartoon .samples-box {
    background:             url('/media/images/sample-basket-landing-cartoon-box.jpg') no-repeat;
    float:                  left;
    margin:                 10px -15px 0 0;
    padding:                190px 0 0;
    width:                  176px;
}

#center-content .sample-basket-landing#cartoon .samples-box p {
    color:                  #707070;
    font:                   11px Arial, Sans-serif;
    margin:                 0;
}