/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}


table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a, :focus {
   outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}




.cart{color: white;padding: 4px;margin-top: 0px;background-position: -100px -2px;border: 0;background-color: #e4001b;text-transform: uppercase;font-weight: 700;}
.cart:hover{color:white;}
html{
    color: #333;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 13px;
    height:100%;
}
body {
    background-color:#FFF;
    border-top:4px solid #494c4b;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

a {
    text-decoration: none;
    padding-bottom: 1px;
    color:#e4001b;
}
a:hover {border-bottom-style: solid;color: #e4001b;border-bottom: 1px solid;}
a img {}
a[rel=zoomed], a[rel*=media], a.zoom {
    border: none;
    text-decoration: none;
}
/* accessibilty links */
#skip-to-content, #skip-to-nav {
    text-indent: -99990px;
    display: block;
    text-decoration: none;
    border: none;
    height:10px;
}

.error {
    background-color: #FEEEEE;
    color: #D8000C;
}
.info, .success, .warning, .error, .custom {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 15px;
    overflow:hidden;
}

.floatR {
    float: right;
}
.floatL {
    float: left;
    margin-right:10px;
}

blockquote {
    -moz-border-radius-bottomRight: 8px;
    -webkit-border-radius-bottomRight: 8px;
    background: #EFEFEF;
    border-left: 2px solid #666;
    border-radius-bottomRight: 8px;
    margin: 10px 0 10px 30px;
    padding: 22px 5px 8px 10px;
}
blockquote p:nth-last-child(1) {	

}

pre {
    font-size: 13px;
}

/* start headings */
h1, h2, h3, h4 {
    font-weight: bold;
}
h1 {color: #e4001b;font-size: 25px;margin-bottom: 15px;font-weight: 700;text-transform: uppercase;}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 15px;
    margin-bottom:15px;
    color:#e4001b;
}
h4 {
    font-size: 21px;
    line-height: 35px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    margin-bottom:10px;
}
/* end headings */

/* start paragraphs */
p {
    line-height: 20px;
}
/* end paragraphs */

/* start lists */
ol, ul {
    list-style-position:inside;
}
ol,  blockquote, pre {
    margin-left:25px;	

}
p, ol, ul, table, pre, dd {
    margin-bottom: 14px;
}
ul {
    list-style-type: none;
    margin-left: 11px;
}
ol  {
    list-style-type:decimal;
}
li {
    line-height: 19px;
    list-style-position: outside;
    background : transparent url('/css/images/footer-li.jpg') 0px 7px no-repeat;
    padding-left: 14px;
}
ul ul li {
    background : transparent url('/css/images/bullet-level-2.png') 0px 7px no-repeat;
    padding-left: 14px;
}
#footer ul  {
    margin-left: 0;
    list-style: none outside none;
}
#footer ul  li {
    list-style: none;
    background: transparent none;
    padding-left: 0;
    margin-left: 0;
    list-style-position: outside;
}

/* end lists */

/* start table */


table{border-bottom: 0.115em solid #adacac; font-size:12px; margin:1px 0 0px; }

table tr.heading {background-color: #d9dade;color: #4f4f4f;text-transform: uppercase;font-weight: 700;}
table td, table th {padding:10px 10px; text-align:center;border-bottom:1px solid #ffffff; }

table tr:nth-child(even){background-color:#f6f6f6}

table td { color:#5e5e5e; }
table td a, table th a { border: thin none; color:#000000}
able td a {color:#006699;}
table td.first, table th.first {background:none;}
.subtype {display: block;color: #ffffff;font-size: 13px;line-height: 30px;padding: 0 15px;clear: both;background-color: #4f4f4f;text-transform: uppercase;font-weight: 700;}
/* end table */

sup {
    vertical-align: text-top;
    font-size:11px;
}



button {
    background:transparent none repeat scroll 0 0;
    border:medium none;
    cursor:pointer;
    height:30px;
    line-height:26px;
    margin:0;
    overflow:visible;
    padding:0;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
div#spam-tip {
    background:#EFEFEF;
    border:1px solid #666;	
    padding:2px;
    font-size:10px;
    width: 243px;
    display: none;
}
span.helper{
    display: block;	
    font-size: 11px;
    font-style: italic;
}
span.hint {
    border-bottom:1px dotted;
    cursor:pointer;
    margin-left:5px;
}
span.hint:hover{
    border-bottom-style: solid;
}

/** START content list styles e.g. list screen for linked assets */
#content #content-list {

}
#content #content-list li {
    background: transparent none;

}
#content .list-title {
    font-size: 16px;
}

#content .vcard {
    display: block;
    width:280px;
    float:left;
    line-height:18px;
}
#content #contact-form {
    float:right;
    width:370px;
}
#content #contact-form ul {
    margin:0;
}
/** END content list styles e.g. list screen for linked assets */

/* Starts busy signal style */
div.busySignalContainer{
    padding: 0;
    margin: 0;
    position:relative;
    z-index:100;
    float:left;
    margin: -120px 0 0 0;
    width:240px;
    height:100px;
    background: #ffffff;
    opacity:.7;
    display:none;
}
#busySignal {
    z-index:100;
    float:left;
    padding: 0;
    position:relative;
    background: url('/css/images/ajax-loader.gif') no-repeat 50% 50%;
    width:32px;
    height:32px;
    margin:35px 0 0 130px;
    /*opacity:.5;*/
}
div.busySignalContainerEnquiry{
    top: 0;
    left: 0;
    position:fixed;
    z-index:100;
    width:100%;
    height:120%;
    display:none;
    text-align: center;
    background: url('/css/images/whitebg.png') repeat;
}
div.busySignalContainerEnquiry div.busy{
    position: absolute;
    top:50%;
    left:50%;
    margin:-50px;
    width: 100px;
    height:100px;
    opacity:.7;		
    display:none;
    background: url('/css/images/ajax-loader.gif') no-repeat 50% 50% ;
}
div.busySignalContainerEnquiry #message{
    position: absolute;
    top:50%;
    left:50%;
    margin:-70px -125px;
    width: 190px;
    height:60px;
    opacity:.7;	
    display:none;
    background: #464343;
    color:#fff;
    font-size:16px;
    padding:30px;
}

/* Ends busy signal style */

/* Starts message style */
div.messageList{
    list-style:none;
    color: #47512D;
    padding:7px 20px 7px 12px;
    background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
    border: none;
    margin: 0 0 0 30px;
    padding:7px 20px 7px 12px;
}
/* Ends message style*/
a.zoom img,
ul.preview-images a img, a .content-image {
    cursor:url(/css/cursors/zoom.cur), pointer;
}

/** js related selectors **/
.hidden {
    display: none;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

.map-ineractive-text {
    text-decoration: underline;
}

#ZoomCaption {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#human {
    display: none;
    visibility: hidden;
}
.external-link {
    background:url("/css/images/external-link.gif") no-repeat scroll right -2px transparent;
    padding-right:14px;
    text-decoration:none;
}
.no-result span{
    background: #FFFCDF;
    padding: 5px;
    border-bottom: 1px solid #EFE686;
    color: #666;
}

/**
 * START structural content styles
 *
 */

#header {

}
#navigation a {
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
#navigation li {
    list-style: none;
}


/** START content list styles e.g. list screen for linked assets */
#content #content-list {
    list-style: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
#content #content-list li {
    list-style: none outside none;
    overflow: hidden;
}
#content .list-title {
}
#content #content-list li .summary-content-image {
    border: none;
    cursor: pointer;
}
#info-panels {float:left;width:100%;}
#info-panels .panel {float: left;width: 32%;background-color: #f2f2f2;min-height: 187px;margin-right: 1.3%;padding-bottom:15px;}
#info-panels .panel h3 {color:#171717;font-weight: normal;font-size:18px;}
#info-panels .panel p {color:#707070;font-size:11px;line-height:15px;}
#info-panels .panel a {font-size: 15px;line-height: 15px;float: left;background-color: #ffffff;padding: 10px;width: 89%;border-bottom: 0;color: black;text-transform: uppercase;border-bottom: 1px solid #e4001b;background: url('/css/images/details-arrow.png') no-repeat right 10px center #FFF;}
.holder {float:right;width:94px;margin:0 5px 0 10px;}
#search-filter ul li {background: none;}
.product-listing {float:left;width:208px;margin:0 0 15px 20px;}
.product-listing.first {margin:0 0 15px 0;clear:left;}
.product-listing .header {color: #fff;font-weight: bold;padding: 10px 35px 10px 15px;width: 158px;background-image: url('/css/images/cat-box-arrow.png');background-repeat: no-repeat;background-position: right 15px center;background-color: #4f4f4f;font-size: 22px;text-transform: uppercase;min-height: 42px;line-height: 22px;}
.product-listing .header a { color:#fff; border: none;}
.product-listing .header a:hover { border:none; }
.product-listing .body {background: #f2f2f2;padding: 15px;width: 178px;}
.product-listing ul {margin:0px;}
.product-listing li {background-image:none;margin-bottom:7px;padding-left:0;}
.product-listing li a {background-color:#fff;border-bottom:1px solid #e4001b;display:block;	padding:5px 10px;color:#000;}
.product-listing li a:hover{color:#e4001b;}
.product-listing li.odd a {}
.subcat-box {float: left;width: 32%;cursor: pointer;background-color: #f2f2f2;margin-left: 4px;margin-bottom:4px;min-height: 400px !important;}
.subcat-box.first{margin-left:0;}
.subcat-box h3{float: left;width: 86.6%;display: block;padding: 14px;background-color: #4F4F4F;text-transform: uppercase;color: white;background-image:url('/css/images/cat-box-arrow.png');background-repeat:no-repeat;background-position:right 15px center;}
.subcat-box a{display: block;border: none;color: #333333;padding: 10px;width: 90%;float: left;}
.subcat-box .padding-wrapper{padding: 0px 10px 10px;float: left;width: 90%;margin: 0;}
.subcat-box:hover {}
.subcat-box a img {float:left;margin:0 10px 0px 0;max-width:100%;}
.subcat-box a {display: block;border:none;color:#333333;}
.subcat-box a img {float:left;margin:0 10px 10px 0;}
.subcat-box h3 {margin-bottom:8px;}
.subcat-box p {line-height:18px;}
#sub-category-images { float:left; margin-bottom:20px; }
#sub-category-images ul.thumbs  { margin:7px 0  10px 0; }
#sub-category-images ul.thumbs  li {
    background: none;
    float:left;
    margin-right:7px;
    padding:0;
}
#sub-category-images .thumbs ul li img {
    border:1px solid #d7d7d7;
}
#sub-category-images .thumbs ul li a, #sub-category-images .thumbs ul li a:hover {
    border:none;
}
#detail-wrap {
    float:left;
    width: 100%;
}
#subcategory-detail-wrap {
    float:right;
    width:335px;
}
#content-column h2 {
    display: block;
    margin-bottom:15px;
}
#content-column p {
    color:#777;
}
#content-column p.product-blurb {
    position: relative;
    top: 3px;
}
.sub-category-details h1, h2.type-description {
    font-size:17px;
    font-weight:normal;
}
.sub-category-details {
    color:#757575;
    font-size:13px;
    line-height: 19px;
    margin-bottom:20px;
}
#related-types-wrap {
    clear:both;
    margin-bottom:20px;
}
#related-content {
    clear:both;
    color:#6f6f6f;
    font-size:12px;
    margin-bottom:20px;
    line-height: 20px;
}
#related-categories {

    float:left;
    width:100%;
}
.rel-prod {
   
float: left;
margin: 6px 10px;
width: 160px;

}
.rel-prod.first { margin-left:0px;}
.rel-prod span {   background: #f2f2f2;display: block;line-height: 24px;padding: 5px 10px;margin: 0;width: 89%;border-bottom: 1px solid #e4001b;text-transform: uppercase;font-size: 19px;color: black;min-height: 46px;float: left;background-image: url('/css/images/details-arrow.png');background-repeat: no-repeat;background-position: right 15px center;}
.rel-prod img{border: 1px solid #CCC;float: left;max-width: 100%;}
.rel-prod a {
    border:none;
    color:#000;
}
.download {
    display:block;
    float:left;
    margin:10px 0 0 0;
    font-weight:bold;
    border:none;
    font-size:11px;
    color:#fff;
    background: url(/css/images/button_off_2.png) no-repeat;
}

.download:hover {
    color:#fff;
    background: url(/css/images/button_on_2.png) no-repeat;
}

.download span {
    cursor:pointer;
    display:inline-block;
    background:url(/css/images/button_off_2.png) no-repeat 100% -33px;
    padding: 7px 63px 12px 62px;
}
.download:hover span {
    background:url(/css/images/button_on_2.png) no-repeat 100% -33px;
}
/** END content list styles e.g. list screen for linked assets */

#content #member-login #lost-password {
    font-size: 12px;
}

#sub-footer {background: #454849;float: left;font-size: 14px;width: 100%;padding: 15px 0px;}
#sub-footer .small-col {
    float:left;
    margin-left:32px;
    margin-bottom: 15px;
    width:170px;
}
#sub-footer .large-col {
    float:left;
    margin-left:88px;
    width:320px;
}
#sub-footer .join-col {
    float:left;
    margin-left:78px;
    width:240px;
}

#sub-footer p { margin:15px 0 0; }
#sub-footer p.phone {
    color:#fff;
    font-size:20px;
    line-height:20px;
}
#sub-footer p.phone span{float: left;margin-right: 15px;}
#sub-footer h4 span{color:#e4001b;}
#sub-footer ul {list-style: none;margin: 0px 0 0;float: left;width: 100%;display: block;}
#sub-footer ul li {
    float:left;
    width: 150px;
    background: none;
    padding-left:0;
}
#sub-footer ul li a {border:none;}
.join {margin:20px 0; position:relative}
.join fieldset { padding:0;}
.join label, .join label span { display: none !important; }
#message-box {
    margin: 15px 14px;
    padding: 5px;
}
.join ul li {
    width:300px;
}
.join input[type="text"], .join input[type="email"] {
    background: url(/css/images/subscribe_bg.gif) repeat-x;
    border:1px solid #333333;
    display:block;
    float:left;
    height:34px;
    line-height: 34px;
    margin-bottom: 8px;
    padding: 0 10px;
    width:180px;
}
.join input[type="submit"] {
    background: url(/css/images/subscribe-button.jpg) no-repeat top left;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    width: 126px;
    border: none;
    text-indent: -9999px;
    clear: right;
    font-size: 0;
    line-height: 0;

}
.join input[type="submit"]:hover {

}
.join .formErrorMessage {
    width: 100%;
    float: right;

    margin-bottom: 10px;
}
.success {
    background-color: #C6D880;
    border: 1px solid darkgreen;
    color: darkgreen;
}
.fail {
    background-color: #F00;
    border: 1px solid #CC0000;
    color: #CC0000;
}



/**
 * END structural content styles
 *
 */
.phone-container{position: absolute;top: 0px;right: 0px;background-color: #494c4b;color: white;padding: 5px 10px;}
.phone-container img{float:left;}
.phone-container span {font-size: 25px;margin-top: -4px;float: left;}
#nav_bar_new ul{float:left;margin:0;padding:0;}
#nav_bar_new ul li {float:left;background:none;position:relative;padding-left:0px;}
#nav_bar_new ul li ul {display: none;position: absolute;top: 46px;left: 0px;background-color:#494c4b;margin:0;padding:0;z-index: 99999;}
#nav_bar_new ul li ul li{float:left;width:100%;display:block;padding-left:0px;}
#nav_bar_new ul li ul li a {padding: 10px;float: left;width: 87.5%;text-transform:lowercase;font-size:16px;}
#nav_bar_new ul li:hover ul{display:block;}
#nav_bar_new ul li a {padding: 15px 16px 10px;float: left;border-bottom: 0px;color: white;text-transform: uppercase;font-size: 19px;font-weight: bold;border-bottom: 2px solid #4f4f4f;}
#nav_bar_new ul li a:hover{background-color:#f2f2f2;color:#e4001b;border-bottom:2px solid #e4001b;}
.show-search-only {position: absolute;top: 102px;right: 0px;width: 274px;}
.panel > h3{float: left;width: 91%;padding: 10px;background-color: #e4001b;color:white !important;text-transform:uppercase;}
.padder{float: left;padding: 0px 5%;width: 91%;}
.sub-footer h4{font-size: 15px;line-height: 35px;font-weight: normal;color: #fff;border-bottom: 1px solid #FFF;text-transform: uppercase;font-weight: bold;}
.panel h5{color: #e4001b;width: 100%;font-weight: bold;float: left;width: 101px;}
#sub-footer {color:white;}
#sub-footer a {color:white;}
.why-aero li{width: 100% !important;list-style: none;background: url('/css/images/footer-li.jpg') no-repeat 3px 6px !important;padding-left: 15px !important;color: white;}
#cart-form {background-color: #7b7c7e;position: absolute;top: 39px;left: 0px;overflow: hidden;height: 32px;width: 285px;padding-top: 14px;padding-left: 15px;}
#cart-form label{margin: 0 !important;padding: 0 !important;float: left;display: block !important;color: white;}
#cart-form .view-cart{margin:-4px 0 0 0 !important;}
.breadcrumbs{float: left;width: 98%;display: block;margin-top: 8px;border-bottom: 3px solid #d9dade;padding-bottom: 7px;padding-left: 2%;color:#2c3230;}
.breadcrumbs ul{margin:0 !important;}
.breadcrumbs a{color:#7b7c7e;}
.download-pdf{float: left;padding: 6px 25px 4px 30px;color: white;text-transform: uppercase;background: url('/css/images/download-arrow.png') no-repeat left 8px center #4f4f4f;margin-bottom:20px;}
.download-pdf:hover{background-color:#f8f8f8;border:0;color:#4f4f4f;}
.type-description{margin-bottom: 15px;float: left;width: 97%;display: block;background-color: #e4001b;color: white;padding: 10px;text-transform: uppercase;font-weight: 700;margin-bottom:0px !important;}
.product-description{float: left;width: 100%;display: block;background-color: #4f4f4f;color: white;}
.product-description p{margin-top:10px;margin-left:10px;color:white !important;}
.sub-category-details h1{font-size:23px;}
#contact-form input[type="submit"] {border:0;padding:5px 10px;color:white;text-transform:uppercase;background-color:#e4001b;cursor:pointer;}
.mc-field-group label{float:left;width:100%;display:block;}

h4.type-description {color:#fff !important;}

.container {
    margin:0 auto;
    padding:0;
    width:960px;
}
#header {
    position:relative;
}
#contentControl {
    float: right;
}
/*#content, .container {
display: block;
}*/

a#logo {
    border: none 0;
}
#brand-logos,
#footer,
#content {
    clear: both;
    padding: 10px 10px 10px;
}
#brand-logos {

    text-align: center;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-top: 4px solid #f6f6f6;
    margin-top: 20px;
}
#brand-logos a {
    padding:0 25px;
    border:none;
}
#nav_bar {
    background: url('/css/images/menu_bar.png') no-repeat;
    height:41px;
    width:960px;
}
#navigation {	
    font-size: 14px;
    height:41px;
    overflow: hidden;
}
#navigation li {
    background: none;
    float: left;
    line-height:37px;
    margin-left: 0px;
    padding-left: 0px;
}
#navigation a {
    background:url(/css/images/separator.png) no-repeat 0 1px;
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    color:#fff;
    display:inline-block;
    letter-spacing:0.08em;
    margin:0 0 7px;
}
#navigation a span{
    cursor:pointer;
    display:inline-block;
    background:url(/css/images/separator.png) no-repeat 100% -53px;
    padding: 15px 20px 15px 20px;
}

#navigation a:hover, #navigation li.active a {
    background:url(/css/images/menu_hover.png) no-repeat 0 1px;
    text-decoration:none;
}
#navigation a:hover span, #navigation li.active a span{
    background:url(/css/images/menu_hover.png) no-repeat 100% 0px;
    text-decoration:none;
}
#footer {font-size: 11px;float: left;color: #666666;width: 100%;padding: 10px 0;background-color: #d9dade;}
#footer ul {
    float:left;
    width:698px;
    margin-top:0px;
}
#footer ul li { 
    background: url(/css/images/footer-menu-divider.gif) left center no-repeat;
    float:left; 
    padding:0 9px 0 10px; 
}
#footer ul li.first {background-image:none; padding:0 9px 0 0;}
#footer p {
    display:block;
    float:right;
    width:127px;
    text-indent:30px;
}
#footer p a.external-link { 
    display:block;
    background: url(/css/images/web-design-by-fatpublisher.png) no-repeat scroll right top; 
    border:none;
    line-height: 19px;
}
#footer p a.external-link:hover { 
    background: url(/css/images/website-design-by-fatpublisher-hover.png) no-repeat scroll right top; 
}
#footer ul li a { border:none;}
#footer span {
    display:block;
    float:left;
    line-height:19px;
    width:135px;
}
#footer a {
    color:#666666;
}
#footer a:hover {
    text-decoration: underline;
}

/** START content list styles e.g. list screen for linked assets */
#sub-menu {float:left;margin-right:10px;padding:5px;width:188px;}
#sub-menu ul {background: #f8f8f8;margin: 0px;}
#sub-menu ul li {margin: 0px 1px;border-bottom: 1px solid #cc0033;background: url("/css/images/bullet-nav.png") no-repeat scroll 9px 11px transparent;padding-left: 30px;}
#sub-menu ul li.active {background: url("/css/images/bullets.png") no-repeat scroll 0 -30px #d9d9d9;}
#sub-menu ul li a {border:none;color:#333333;display:block;font-weight: bold;height: 30px;line-height: 30px;width:100%;text-transform:uppercase;}
#sub-menu ul li a:hover {color:#6e0000;}
#sub-menu ul li.active, #sub-menu ul li:hover{background:url('/css/images/sub-menu-li-active.png') no-repeat 9px 11px;}
#sub-menu ul li.active a {color: #e4001b;text-decoration: none;}
#sub-menu ul li a:hover{color: #e4001b;}
#content-column {float:left;padding:20px;width:665px;position:relative;}
#content-side-column {float:left;width:225px;position:relative;}
#column {float:left;width:732px;}
#content #content-list {margin-left: 0;	padding-top: 20px;width: 600px;}
#content #content-list li {margin: 0 0 20px 0;padding: 0;overflow: hidden;}
#content .list-title {display: block;}
#content .list-title a {display: block;margin-bottom:5px;}
#content #content-list li .summary-content-image {float: right;padding: 0 10px 10px 0;position: relative;}
/** END content list styles e.g. list screen for linked assets */
#content #member-login #lost-password {margin-left: 20px;}
/** Starts with jsWindow style **/
#JsWindow {
    width:400px;
    position:absolute;
    margin:auto;
    z-index:1000;
    border:1px solid black;
    background:#fff;
}

body > #JsWindow {
    position:fixed;
    top:7%;
}

#JsWindowBar {
    overflow: auto;
}
#JsWindowBar a.close {
    background: url('/css/images/popup-X.gif') no-repeat 0 0;
    width:26px;
    height:26px;
    display:block;
    float:right;
    border: none;
    outline: none;
}
#screenOverlay {
    position:absolute;
    top:0;
    left:0;
    background:#000;
    opacity:.2;
}

body > #screenOverlay {
}
/* Ends jsWindown style*/

/*Starts FancyZoom style reset*/
#ShadowBox table,
#ShadowBox table td,
#ShadowBox table tbody td{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
/*Ends Fancy Zoom style reset*/
li.fp-credit {
    background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 69px  0;
    height: 19px;
    padding-right: 28px;
    oveflow: hidden;
}
li.fp-credit:hover {
    background:transparent url(/css/images/website-design-by-fatpublisher-hover.png) no-repeat 69px  0;
}
li.fp-credit a,
a.fp-credit {      
    float: left;
    cursor:pointer;
}
a.fp-credit:hover {
    text-decoration: underline;

}

/* Youtube thumbnail image overlay*/
.video-link {
    position: relative;
    display: block;	
}
#content .video-link,
#content .video-link:hover{
    border-bottom: none;
}
.video-link img {
    display: block;
}
.overlay-button {
    cursor: url('/css/cursors/zoom.cur'), pointer;
    position: absolute;
    display: block;
    background: transparent url('/css/admin/images/player.png') no-repeat;
    width: 58px;
    height: 58px;
    top: 6px;
    left: 20px;
}
a.video-link:hover .overlay-button {
    background: transparent url('/css/admin/images/player-hover.png') no-repeat;
}
#content-list .date {
    margin-bottom: 0;
    margin-top: 5px;
}
/*Widget form styles*/
.widget-form-panel {
    overflow: hidden;
}
.widget-form-panel .std-form {
    margin: 0;
    float: left;
}
.widget-form-panel .std-form li label {
    float: left;
    margin-right: 5px;
}
.widget-form-panel .submit {
    float: left;
    margin: 6px 0 0 6px;
}
/*End of widget form styles*/

.question {
    margin-bottom: 30px;
}
.question p {
    margin-bottom: 5px;
}

#print {
    position: relative;
    top: -54px;
    left: 583px;	
    width:81px;
    display:none;
}

#print a{
    color: #000;
    text-decoration: none;
    font-size: 8px;	
}

#print a img{
    padding-right: 5px;	
}



#nav_bar_new{float: left;width: 100%;display: block;background-color: #4f4f4f;border-bottom: 4px solid #d9dade;}

#navigation li ul {
	background:#474747;
	display: none;
	width: 175px;
	margin-left: 0;
	margin-top:-12px;
	position: absolute;
	z-index: 1000;
	height:auto;
}

#navigation li ul li {
	float: none;
	padding: 0;
}
#navigation li ul li a {
	border-bottom: 1px solid #818181;
	display:block;
	width: auto;
	height: 37px;
	padding: 0 5px 0 0;
	margin: 0px;
}
#navigation li ul li a span, #navigation li ul li a:hover span {
	background:none;
	height:27px;
	padding:10px 10px;
}

#navigation li ul li a:hover {	
	background: url('/css/images/dropdown_hover.jpg') repeat-y;
}

#navigation li.active ul li a {
	background: #474747;
}
#navigation li.active ul li a {
	displaY
}
#navigation li.active ul li a:hover {
	background: url('/css/images/dropdown_hover.jpg') repeat-y;
}
#navigation li.active ul li a span {
	background: none;
}
#navigation li ul li a:hover, #navigation li.active ul li.active {
	
}


#navigation li:hover ul,#navigation li:hover ul li {
	display: block;
}



/* start form */
form {

}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form li {
	background: transparent none;
	list-style: none;
	margin: 8px 0;
	padding: 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 150px;
	float: left;	
}
form fieldset ul li div.input-area label{
	width: auto;
	margin: 0 20px 0 5px;
	line-height: 14px;
}
form fieldset ul li{
	/*overflow: auto; nt aito as it causes funny scroll bar things on a mac*/
	overflow: hidden;
}
form fieldset ul li div.input-area{
	float: left;
}
form fieldset ul li.submit {	
	padding-left: 165px;
}
textarea {
	line-height: 18px;
	width: 243px;
	height: 113px;
}
input {
	height: auto;
	float:left;
}
input.text,
textarea{
	width: 243px;
}
input.text,
textarea, select {
	
}
input.active, textarea.active {
	background: #fff;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}
input.checkbox {
	border: none;
}

.formErrorMessage {
	color: #ff0000;
}
/* end form */

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/css/admin/images/squeezeBox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/css/admin/images/squeezeBox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/css/admin/images/squeezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	/*height: 100%;
	width: 100%;*/
}
#sbox-controller {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sbox-controller a {
	height: 100%;
	width: 40%;
	text-indent: -999em;
	display: block;
	font-size: 0;
	outline: none;
	overflow: visible;
}
#sbox-controller a.sbox-next:hover {
	background: url('/css/admin/images/squeezeBox/next.png') no-repeat right center;
}
#sbox-controller a.sbox-next{
	float: right;
	
}
#sbox-controller a.sbox-previous:hover {
	background: url('/css/admin/images/squeezeBox/prev.png') no-repeat left center;
}
#sbox-controller a.sbox-previous {
	float: left;	
}
.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	/*width: 100%;
	height: 100%;*/
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_nw.png) no-repeat;
}

#sbox-window .sbox-content-swf
{
	overflow: hidden;
}

#sbox-caption-wrapper {
	position: absolute;
	text-align: center;		
	bottom: -65px;
	left: 0;		
	width: 100%;
	margin: -30px auto;
	opacity: 0;
}

.sbox-caption-table {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	width: auto;
	background: #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
}

table {
}
th, td {
	/*padding: 3px;*/
}
table.sbox-caption-table tbody td {
	background: transparent;
	border-bottom: none;
        padding: 5px;
        color: #fff;
}
table.sbox-caption-table tbody tr:nth-child(odd) td {
	background: none;
}
table.sbox-caption-table tbody tr:hover td {
	background: none;
	color: inherit;
}

#bread-crumb {
	list-style: none;
	font-size:11px;
}
#bread-crumb li {
	list-style: none;
	display: inline;
	background: none;
	padding: 0px;
	margin: 0 5px 0 0;
	line-height: 20px;
}

#bread-crumb li a {

}
#bread-crumb li a:hover{text-decoration:underline;border:0;}

#search {font-size: 11px;position: absolute;right: 0px;top: 91px;width: 305px;height: 80px;}
#search.show-search {
	background-position: 0 0;
}
#search.show-cart {
	background-position: 0 -64px;
}
#search.show-search-only {
	background-position: 0 -130px;
}
@-moz-document url-prefix() {
    #search {
        margin-top:1px !important;
    }
}

.keys {cursor: pointer;font-size: 11px;left: 0px;top: 0px;position: absolute;text-align: center;width:100%;}
.keys a {color: #fff;border: none;display: block;position: absolute;background-color: #7b7c7e;float: none;}
.keys a.search {width: 49%;padding: 12px 2px 2px 0px;height: 25px;background-image: url('/css/images/search-bg.png');background-position: 15px 15px;background-repeat: no-repeat;left: 0px;}
.keys a.cartbtn {width: 53%;margin-left: 116px;background-color: #e4001b;padding-top: 13px;height: 26px;color: white !important;background-image: url('/css/images/cart-bg.png');background-position: 15px 15px;background-repeat: no-repeat;padding-left: 0px;left: 22px;float: none;}
.keys a:hover { border:none; color:#f0f0f0; }
.keys a.disabled { color:#b9b7b7; cursor:default;}
#search label {
	display:block;
	float:left;
	font-size:11px;
	margin:38px 0 0 42px;
	width:197px;
}

.view-cart {
	display: block;
float: left;
font-weight: bold;
border: none;
color: #fff;
background-color: #e4001b;
text-transform: uppercase;
border-radius: 5px;
padding: 5px 10px;
}

.view-cart:hover {color:#fff;}
#search label strong {
	color:#e4001b;
	font-size:12px;
}
#search-form {overflow: hidden;padding: 0;margin: 39px 5px 0 17px;background-color: #7b7c7e;width: 300px;float: right;height: 41px;padding-top: 3px;padding-bottom: 2px;}
#search-form fieldset {	
	position: relative;
	margin: 0;
	padding: 0;
}
#search-form fieldset label {
	display:none;
}
#search-form fieldset label.fade {
	color: #999;
}
#search-form fieldset input.text {border: none;width: 88%;display: block;float: right;padding: 5px;margin-top: 5px;padding-top: 9px;padding-bottom: 5px;margin-right: 14px;}
#search-form fieldset input.submit {float: right;}
#search-form span {display: block;margin-left: 5px;margin-right: 10px;}
#search-form .submit{background: url('/css/images/search-submit.png') no-repeat;border: 0;width: 30px;text-indent: 999px;overflow: hidden;height: 34px;position: absolute;top: 6px;right: 15px;}

