/* Main CSS for Sherwin's layout'*/

body {
    background-color:#ffffff;
    margin:0;
    padding:0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;    
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

h2, h3 {
    color: #5f3813;
    font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
    text-transform: uppercase;        
}

h2 {
    background:transparent url(/images/ncs/productnews-horizontal-separator-bg.gif) repeat-x scroll left 12px;
    color:#603813;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 2em;
    font-weight:bold;
    font-style: italic;
    margin:0;
    padding-bottom:10px;
}

h2 span {
    background: #ffffff;
    padding-right: 20px;
}

#page {
    margin:20px auto;
    padding:0;
    width: 990px;
    border:medium none;
}

#header {
    height: 90px;
    overflow: hidden;    
}

#lt-header, #ct-header, #rt-header, #cc-header {
    height: 100%;
} 

#lt-header {
    float: left;
    width: 262px;
    background: transparent url(/images/ncs/lt-header-bg.gif) no-repeat scroll left top;
}
#cc-header {
    float: right;    
    width: 78px;
    background: transparent url(/images/ncs/header-curve-bg.gif) no-repeat scroll left top;
}
#ct-header {
    float: right;
    width: 626px; /* 990 - 262 - 78 - 24*/
    background: transparent url(/images/ncs/header-bg.gif) repeat-x scroll left top;
    padding-top: 14px;
}
#download-product-catalog {
    float: left;
    height: 52px;
    width: 150px;
    background-color: #b0b0b0;
    text-align: center;
}
#download-product-catalog div {
    vertical-align: middle;
    border:4px solid #b0b0b0;    
}
#rt-header {
    float:right;
    width: 24px;
    background: transparent url(/images/ncs/rt-header-bg.gif) no-repeat scroll right top;
}

#actionbuttons a {text-decoration:none;}

.actionbutton {
    float: right;
    height: 52px;
    width: 75px;
    margin-top: 0px;
    margin-left: 0px;
    text-align:center;
    background-color: transparent;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}
a .actionbutton { color:#000000; font-weight: normal;}
.actionbutton span {
    position: relative;
    top: 52px;
    text-transform: uppercase;
    font-size: 9px;    
}

.action-logout {
    background-image: url(/images/ncs/logout-button.png);
    width: 52px;
    margin-left: 12px;    
}

.action-myaccount {
    background-image: url(/images/ncs/myaccount-button.png);    
}

.action-register {
    background-image: url(/images/ncs/new-user-button.png);    
    width: 54px;
    margin-left: 12px;    
}

.action-checkout {
    background-image: url(/images/ncs/checkout-button.png);    
}
.action-viewcart {
    background-image: url(/images/ncs/viewcart-button.png);
}

.viewcart-data {
    float: right;
    background-image: url(/images/ncs/cart-data-fields-bg.png);    
    background-position: 0 6px;
    background-repeat: no-repeat;
    width: 200px;    
    font-size: 11px;
    text-align: left;
    color: #dddddd;
    font-weight: bolder;
}
.action-login {
    background-image: url(/images/ncs/login-fields-bg.png);    
    background-position: 0 7px;
    width: 275px;
    font-size: 10px;
    text-align: left;
    color: #dddddd;
    font-weight: bolder;
}

.action-login input[type=text], .action-login input[type=password] {
    width: 100px;
}

.action-login .login-field {
    float: left;
    padding-top: 9px;
    padding-left: 3px;
}

.action-livechat {
    background-image: url(/images/ncs/livechat-button.png);        
}

#topnavbar {
    clear: both;
    background-color: #ffffff;
    height: 28px;
    text-align:left;
}

#topnavbar a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #e0e0e0;
    padding: 5px 5px 5px 5px;
}

#topnavbar a:hover, #topnavbar a.selected{
    color: #ef6a1c;
}

#topnavbar span a {
    background: transparent url(/images/ncs/navbar-separator.png) no-repeat scroll right top;    
}

.navbar-l {  
    background: transparent url(/images/ncs/navbar-l-bg.gif) no-repeat scroll left top;
    height: 100%;
} 

.navbar-r {
    background: transparent url(/images/ncs/navbar-r-bg.gif) no-repeat scroll right top;
    height: 100%;
}
.navbar-menu {
    float: left; 
    background: transparent url(/images/ncs/navbar-menu-bg.gif) no-repeat scroll left top;
    height: 100%;
    margin-left: 6px;
    padding-top: 6px;
    padding-left: 2px;    
}
.navbar-search {
    float: left;
    text-align: right;     
    background: transparent url(/images/ncs/navbar-bg.gif) repeat-x scroll left top;
    padding-top: 1px;
    padding-bottom: 3px;    
    font-size: 11px;
    font-weight: bold;
    color: #e0e0e0;
    width: 600px;
}

.navbar-search input.quicksearch {    
    height: 16px;
    width: 140px;
}

.navbar-search input.quicksearch-submit {    
    background: transparent;
    border: none;
    color: #e0e0e0;
    font-weight: bold;
    font-size: 12px;
    height:23px;
    cursor: hand;
    cursor: pointer;
}

#body {
    text-align: left;
    width: 100%;
    background-color: #ffffff;
}

.l-body-bg {  
    background: transparent url(/images/ncs/l-body-bg.gif) repeat-y scroll left top;
    height: 100%;
} 

.r-body-bg {
    padding-right: 10px;  
    padding-left: 10px;  
    height: 100%;
    overflow: hidden;
    background: transparent url(/images/ncs/r-body-bg.gif) repeat-y scroll right top;
} 

.sidebar-left {
    float: left;
    width: 166px;
}
.catmenu-container-top {
    background: transparent url(/images/ncs/catmenu-bg-t.gif) no-repeat scroll left top;
    height: 7px;
    width: 166px;
}

.catmenu-container-bottom {
    background: transparent url(/images/ncs/catmenu-bg-b.gif) no-repeat scroll left top;
    height: 7px;
    width: 166px;    
}

#catmenu-container {
    background: transparent url(/images/ncs/catmenu-bg-solid.gif) repeat-y scroll left top;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;    
}

#catmenu-container ul, #catmenu-container li {
    margin:0;
    padding:0;
    list-style-type:none;
}

ul, #catmenu-container li {
    line-height:12pt;
}

#catmenu-container a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #e0e0e0;
}
#catmenu-container a:hover, #catmenu-container a.selected {
    color: #ef6a1c;
}
#catmenu-container ul.catmenu {
    background: transparent ;
    background: transparent url(/images/ncs/catmenu-bg-flames.gif) no-repeat scroll left top;
    padding-left: 14px;
    padding-right: 14px; 
}

#catmenu-container li.maincat {
    background: transparent url(/images/ncs/catmenu-separator.gif) repeat-x scroll left bottom;
    padding-bottom: 5px; 
}

#catmenu-container ul li ul li a {
    text-transform: none;
}

#content {
    float: right;
    width: 794px;
}

/* Frontpage (Product news and information) */
.productnews-center {float:left;width:550px;}

.productnews-products {
    padding: 0 0 15px 15px;
    overflow: hidden;
} 
.productnews-products h2 {
    color: #603813;
    padding-bottom: 10px;
    margin: 10px 30px 0 0;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.5em;
    background: transparent url(/images/ncs/productnews-horizontal-separator-bg.gif) repeat-x scroll left 6px;
}

.productnews-products h2 span {
    background: #ffffff;
    padding-right: 5px;
    padding-bottom: 10px;
    font-style: normal;
}

.productnews-product {
    width:250px;
    float: left;
    overflow: hidden;
    text-align: left;
    padding-right:10px;    
}

.productnews-products .left {clear:both; border-right:1px solid #999999;}
.productnews-products .right {margin-left:10px;}

.productnews-product h3 {
    color: #603813;
    margin-top: 5px;
    border-bottom: 1px solid #603813;    
    text-transform: uppercase;
    font-size:1.17em;  
}

.productnews-product img {
    margin-top: 10px;
    float: left;
}
.productnews-product ul {
    list-style: outside disc;
    font-size: 11px;
    color: #231f20;
    width: 150px;
    float: left;
    padding: 10px 0 10px 15px;
}

.productnews-product a {
    color: #ec1c24;
} 

.productnews-horizontal-separator {
    background: transparent url(/images/ncs/productnews-horizontal-separator-bg.gif) repeat-x scroll left top;
    width: 100%;
    height: 12px;
}

/* Styles for dynamic grey frame wrapper divs*/

.greyframe-l { background: url(/images/ncs/greyframe-l.gif) repeat-y scroll left top;}
.greyframe-r { background: url(/images/ncs/greyframe-r.gif) repeat-y scroll right top;}
.greyframe-t { background: url(/images/ncs/greyframe-t.gif) repeat-x scroll left top;}
.greyframe-b { background: url(/images/ncs/greyframe-b.gif) repeat-x scroll left bottom;}
.greyframe-r5-tl { background: url(/images/ncs/greyframe-r5-tl.gif) no-repeat scroll left top;}
.greyframe-r5-tr { background: url(/images/ncs/greyframe-r5-tr.gif) no-repeat scroll right top;}
.greyframe-r5-bl { background: url(/images/ncs/greyframe-r5-bl.gif) no-repeat scroll left bottom;}
.greyframe-r5-br { background: url(/images/ncs/greyframe-r5-br.gif) no-repeat scroll right bottom;}
.greyframe-r10-tl { background: url(/images/ncs/greyframe-r10-tl.gif) no-repeat scroll left top;}
.greyframe-r10-tr { background: url(/images/ncs/greyframe-r10-tr.gif) no-repeat scroll right top;}
.greyframe-r10-bl { background: url(/images/ncs/greyframe-r10-bl.gif) no-repeat scroll left bottom;}
.greyframe-r10-br { background: url(/images/ncs/greyframe-r10-br.gif) no-repeat scroll right bottom;}

/* Product news right column */

.productnews-right {
    width: 234px;
    float: right;
}

.productnews-right-inner {
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.productnews-right h3 {
    color: #603813;
    margin: 10px 0 3px 0;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.35em;
    text-transform: none;    
} 
.customer-feedback {
    font-style: italic;
    margin: 10px 0 10px 10px;
}

.productnews-right .newsletter_signup input[type="text"], .productnews-right .newsletter_signup select {width:96%;}
.productnews-right .newsletter_signup span {font-size:11px; line-height:18px;}
.productnews-right .newsletter_signup .errormessage {color: red; font-size: smaller; margin: 5px 0;}

/* Members Area (MyAccount) */

h2.myaccount {background: #ffffff; margin-left: 8px; margin-bottom: 8px; font-style: italic; font-size: 20px;}
h2.myaccount span {font-size: 14px; font-style: normal; text-transform: none; padding-left: 20px; font-weight: normal;}

/* tabbed pages generic styles */
.ncstabs {background: transparent; margin: 0px 17px 0px 15px; padding:0; border:0}
.ncstabs-l { background: url(/images/ncs/ncstabs-l.gif) repeat-y scroll left top;}
.ncstabs-r { background: url(/images/ncs/ncstabs-r.gif) repeat-y scroll right top;}
.ncstabs-b { background: url(/images/ncs/ncstabs-b.gif) repeat-x scroll left bottom;}
.ncstabs-tl { background: url(/images/ncs/ncstabs-tl.gif) no-repeat scroll left top;}
.ncstabs-tr { background: url(/images/ncs/ncstabs-tr.gif) no-repeat scroll right top;}
.ncstabs-bl { background: url(/images/ncs/ncstabs-bl.gif) no-repeat scroll left bottom;}
.ncstabs-br { background: url(/images/ncs/ncstabs-br.gif) no-repeat scroll right bottom;}

/* jquery-ui overrides */
.ui-corner-all {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

.ui-widget-header {
    background: #48270f none;
    border: 0;
}

.ui-widget-content {
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background:#764320 none;
    border:0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color:#704c2a;
    color:#ffffff;
}

.ui-tabs ul.ui-tabs-nav {
    margin: 0;
    padding: 9px 0 0 10px;
    height: 26px;
    background: #ffffff url(/images/ncs/ncstabs-c.gif) repeat-x scroll left top;
}

.ui-tabs .ui-tabs-nav li {
    border: 0;
    margin: 0;
    padding:0 0 0 16px;
    background: url(/images/ncs/ncstab-l.gif) no-repeat scroll left top;
    
}

.ui-tabs .ui-tabs-nav li a{
    float: left;
    padding: 0;
    background: url(/images/ncs/ncstab-c.gif) repeat-x scroll left top;
}

.ui-tabs .ui-tabs-nav li a span{
    float: left;
    padding: 4px 16px 5px 0;
    background: url(/images/ncs/ncstab-r.gif) no-repeat scroll right top;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: url(/images/ncs/ncstab-l-selected.gif) no-repeat scroll left top;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    background: url(/images/ncs/ncstab-c-selected.gif) repeat-x scroll left top;    
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span {
    background: url(/images/ncs/ncstab-r-selected.gif) no-repeat scroll right top;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background:#ffffff none;
    border: 0;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color:#704c2a;
}

/* My Account page :: My Cart tab*/

#myaccount_cart hr {color:#2b231b;height:2px;}
#cart_content {clear:both;border-top:2px solid #2b231b;border-bottom:2px solid #2b231b;}
.actionbuttons {text-align:right}
.actionbuttons img {margin:10px 10px 0 20px;border:0}

/* My Account page :: Change Details tab, Register page :: Registration Form tab*/

.ncsform {color:#603813;}
.ncsform a {text-decoration: underline}
.ncsform p {margin-top: 1em;}
.ncsform .errormessage {color: red}
.ncsform .statusmessage {color: green}
.ncsform .userpasscell {float:left;text-align:right;}
.ncsform .userpasslabel {float:left;min-width:140px;margin-top:20px;margin-right:5px;font-size:14px;font-weight:bold;font-family:Miriad Pro,Tahoma,Verdana,Arial,sans-serif;}
.ncsform .userpassfield {margin-top:20px;}
.ncsform .registersubmit { border: 0 none;} 
.ncsform .columnheader {height:34px;width:307px;margin-top:20px;margin-bottom:10px;background-position:top left;background-repeat:no-repeat;}
.ncsform input, .ncsform select {border:1px solid #ad8566;}
.ncsform input[type="radio"], .ncsform input[type="checkbox"] {border:0 none;}
.ncsform .required {font-style: italic; font-size: smaller;}
.myaccount-footer {
    width: 100%;
    height: 21px;
    background: url(/images/ncs/myaccount-details-footer-bg.gif);
    color: #dddddd;
    font-style: italic;
    font-weight: bolder;    
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}    
.myaccount-footer input[type="radio"] {
    margin-left: 15px;
    position: relative;
    top: 2px;
}
/* My Account page :: My Order History tab */
#myaccount_history a {
    text-decoration: underline;
}
#myaccount_history .main_menu_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 17px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #A39787;
}
#myaccount_history td {
    color:#030303;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%;
}
#myaccount_history .orders {
    color:#FF9933;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-align:left;
}

/* Browse page */

.browse-breadcrumb {
    background-color:#FFFFFF;
    background-image:url(../../images/top-strip.gif);
    background-repeat:no-repeat;
    height:18px;
    margin-top:4px;    
    padding:2px 0 2px 4px;
    width: 100%;
    color:#FFFFFF;
    font-size: 12px;
    font-weight:bold;
}

.browse-breadcrumb-c {
    width:100%;
    height:23px;
    background-image:url(../../images/ncs/breadcrumb-bg-c.gif);
    background-repeat: repeat-x;
}

.browse-breadcrumb-l {
    padding:3px 0px 2px 4px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    width:634px;
    height:100%;
    float:left;
    background-image:url(../../images/ncs/breadcrumb-bg-l.gif); 
    background-repeat: no-repeat;
}

.browse-breadcrumb-r {
    width:20px;
    height:100%;
    float:right;
    background-image:url(../../images/ncs/breadcrumb-bg-r.gif); 
    background-repeat: no-repeat;
}

.browse-breadcrumb a, .browse-breadcrumb-l a {
    color:#FFFFFF;    
}

/* Browse page legacy styles begin */

.text {
    color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:10pt;
    text-align:left;
    text-decoration:none;
}

.product_box .product_image {
    border:thin solid #CCCCCC;
    float:left;
    height:70px;
    margin:3px;
    overflow:hidden;
    padding:2px;
    text-align:center;
    width:70px;
}

.product_box a {
    color:#666666;
    font-weight:bold;
    text-decoration:none;
}

.prodtextsamll {
    color:#8A8A8A;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:9px;
    font-style:italic;
    font-weight:800;
    text-decoration:underline;
}

.prodPriceTitle {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
}

.txt_prod_summary {
    background-color:#FFFFFF;
    border:1px solid #626262;
    color:#FF9933;
    font-size:12px;
    font-weight:bold;
    height:17px;
    vertical-align:middle;
    width:40px;
}

.prodpricetext {
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:9px;
    font-weight:800;
}

.special_product {
  background-image: url(/images/special_product_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
}

/* Browse page legacy styles end */

.readmore {
    color:#333333;
    display:none;
}

.readmore_link, .readless_link {
    color:#0066CC;
    display:none;
}

.readmore img, .save_as_pdf img, .print_page img {
    border: 0 none;
}

.save_as_pdf {
    margin-left: 50px;
}
/* Product page legacy styles  begin */

.product_display td {
    color:#030303;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%;
}

.product_display .table_border3 {
    border:1px solid #CCCCCC;
    margin:0;
}

.product_display .product_imgborder {
    border:1px solid #CCCCCC;
    float:left;
    height:50px;
    margin:3px;
    overflow:hidden;
    padding:1px;
    text-align:center;
    width:50px;
}

.product_display .table_border12345 {
    border:1px solid #CCCCCC;
}

.product_display .textprod {
    color:#FF9933;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:left;
}

.product_display .textprod_detailed {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    height:95px;
    letter-spacing:normal;
    overflow-y:scroll;
    width:100%;
    word-spacing:normal;
}

.product_display .product_imgborder2 {
    border:1px solid #CCCCCC;
    float:left;
    height:50px;
    margin:3px;
    overflow:hidden;
    padding:1px;
    text-align:center;
    width:50px;
}

.product_display .rel_table_border {
    border:1px solid #CCCCCC;
    padding:1px;
}

.product_display .related-title {
    color:#FF6600;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:normal;
    height:10px;
    letter-spacing:normal;
    word-spacing:normal;
}

.product_display .related-text {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    height:25px;
    letter-spacing:normal;
    text-align:left;
    word-spacing:normal;
}

/* Product page legacy styles end */

/* Checkout steps common styles */

.checkoutsteps {width:100%;}
.checkoutsteps img {margin-left:22.2px;}
.checkoutsteps img.first {margin-left:0;}
.checkoutstep_descr {width:782px;background:#eeeeee;border:1px solid #cccccc;margin: 5px 0;padding:5px;}

/* Checkout page legacy styles begin */

.checkout .checkout_table_heading {
    background-color:#CCCCCC;
    border-top:1px solid #DED1BF;
    color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    height:17px;
    padding-bottom:2px;
    padding-left:4px;
    padding-top:4px;
    text-align:center;
}

.checkout .table_border12345 {
    border:1px solid #CCCCCC;
}

.checkout .textprod {
    color:#FF9933;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:left;
}

.checkout .textprod_bold2 {
    color:#333333;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

.checkout .oddRow {
    background-color:#FFFFFF;
    font-size:12px;
}

.checkout .evenRow {
    background-color:#E4E4E4;
    font-size:12px;
}

.checkout .txt_prod_summary {
    background-color:#FFFFFF;
    border:1px solid #626262;
    color:#FF9933;
    font-size:12px;
    font-weight:bold;
    height:17px;
    vertical-align:middle;
    width:40px;
}

.checkout .main_menu_heading {
    background-color:#CCCCCC;
    border-top:1px solid #DED1BF;
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    height:17px;
    padding-bottom:2px;
    padding-left:4px;
    padding-top:4px;
}

.checkout .textprod_bold2 {
    color:#333333;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

.checkout .form_textbox {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    color:#666666;
    font-size:12px;
    height:15px;
    vertical-align:middle;
    width:220px;
}

.checkout .error_box {
    border:1px solid #E84F5A;
    color:#E84F5A;
}

.checkout .payment_option_text {
    clear:both;
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    margin-bottom:2px;
    margin-left:30px;
    padding-right:4px;
    padding-top:4px;
    text-align:left;
    width:660px;
}

.checkout .table_border_org {
    background-color:#FEF2DF;
    border:1px solid #FF9933;
}

.checkout .category_start {
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    text-align:left;
}
/* Checkout page legacy styles end */

/* Testimonials page begin */
#testimonials {
    padding:20px 30px;
    overflow: hidden;
}

#testimonials .testimonial {
    clear: both;
    color: #666666;
}
#testimonials .writer {
    color: #603813;
    width: 100%;
    font-size: 18px;
    margin: 0 0 0.5em 0;
}

#testimonials .stars {
    float: right;
}

#testimonials hr {
    background-color: #dfd9bc;
    width: 70%;
    height: 8px;
    clear: both;
    border: 0 none;
    text-align: center; 
}

/* Testimonials page end */

/* help page begin */
#help {
    padding:20px 30px;
    overflow: hidden;
}

#help .txtblk {
	clear: both;
	color: #000;
}
#help .txtgry {
	clear: both;
	color: #666666;
}
#help .org {
	clear: both;
	color: #F60;
	font-weight: bold;
}
#help .heading {
	color: #F60;
	width: 100%;
	font-size: 18px;
	margin: 0 0 0.5em 0;
}

#help .stars {
    float: right;
}

#help hr {
    background-color: #dfd9bc;
    width: 70%;
    height: 8px;
    clear: both;
    border: 0 none;
    text-align: center; 
}

/* help page end */

#footer {
    clear: both;
    height: 25px;
}

#lb-footer, #cb-footer, #rb-footer {
    height: 100%;
}

#lb-footer {
    float: left;
    width: 25px;
    background: transparent url(/images/ncs/lb-footer-bg.gif) no-repeat scroll left top;
}
#cb-footer {
    float: right;
    width: 940px; /* 990 - 25 - 25 */
    background: transparent url(/images/ncs/cb-footer-bg.gif) repeat-x scroll left bottom;
}
#rb-footer {
    float:right;
    width: 25px;
    background: transparent url(/images/ncs/rb-footer-bg.gif) no-repeat scroll right top;
} 