/*{{{*/
/**********************************************
CSS FILE FOR FIRTH - MAIN STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2007 - www.phosphor.co.nz
 **********************************************/

/*-------- Contents ------------

-=Layout elements
-=Header area
-=Paragraphs, Anchors and Lists
-=Headers
-=Navigation
-=Forms
-=Footer

#E0E1E2 - Light Grey
#EFEFF0 - Lighter Grey
#FFCB05 - Yellow
#ED1C24 - Red
#8E9297 - Dark Grey
#333333 - Darker Grey
#8E9297 - Navigation pipe
#5E646B - SubNav Grey
#B3B3B4 - Search Box top border
#C2C2C3 - Search Box left border
#D8D8D9 - Search Box bottom and right border
#FBD2D3 - Pink on frontpage nav
#BCBEC1 - Features grey background

 */
/*}}}*/
/*-------- -=Layout ------------------------------ *//*{{{*/
#logo a {
    width:145px;
    height:145px;
    display:block;
    outline:none;
    background:url(/userfiles/images/logo.gif) no-repeat;
    text-indent:-9999px;
}/*}}}*/
/*------- -=Frontpage ------------------------------ *//*{{{*/

#slideshow {
    position:relative;
    width:540px;
    height:420px;
    float:left;
    overflow:hidden;
}
#slideshow h1 {
    position:absolute;
    left:20px;
    bottom:80px;
    z-index:999;
}
#slideshow ul {
    list-style:none;
    margin:0;
}
#slideshow li {
    width:100%;
    height:100%;
    position:absolute;
    padding:0;
}
#slideshow .details {
    background:url(../userfiles/images/structure/slideshow-bkgd.png) left 10px no-repeat;
    width:540px;
    height:76px;
    padding:0 0 50px 20px;
    position:absolute;
    left:0;
    bottom:0;
}
#slideshow .details h2 {
    margin:50px 0 0 0;
}

#banner .frontSubNav {
    height:390px;
    float:left;
    padding:12px 8px 12px 30px;
    background:url(/userfiles/images/shadow_red_nav.jpg) no-repeat left top;
    overflow:auto;
}
#banner .frontSubNav h2 {
    margin:12px 0 0 0;
    font-size:1.2em;
}
#banner .frontSubNav ul {
    list-style:none;
    margin:0;
}
#banner .frontSubNav li {
    padding:0;
    margin-bottom:0.1em;
}
#banner #controls {
    position:absolute;
    left:20px;
    bottom:20px;
}
#banner {
    height:420px;
    margin-bottom:10px;
    padding-bottom:6px;
    position:relative;
    background:#ED1C24 url(/userfiles/images/shadow_photo.gif) repeat-x bottom;
}
#banner li {
    margin:0;
}
#banner a {
    color:#f8f8f8;
    text-decoration:none;
}
#banner a.prev, #banner a.next {
    color:#5E646B;
}
#banner h1 {
    text-transform:uppercase;
    color:#DDD;
    font-size:0.9em;
    letter-spacing:0.02em;
    font-weight:normal;
}
#banner h2 {
    margin-top:1em;
}
#banner .controls h2 {
    position:relative;
    margin:0.5em 0 0 0;
    padding:0 0 2em 0;
    color:#f8f8f8;
    letter-spacing:0.1em;
}

ul.features {
    margin:0;
}
.features li, .siteFeatures li {
    width:155px;
    float:left;
    display:inline;
    margin:0 3px 10px 0;
    background-color:#bcbec1;
}
.siteFeatures li {
	clear:left;
}
.features li p, .siteFeatures li p {
    margin:0;
    padding:2px 4px;
    min-height:36px;
}
.features li h2, .siteFeatures li h2 {
    margin:0;
    padding:0;
}
.features li h2 a, .siteFeatures li h2 a {
    background:#d3d4d6 url(../userfiles/images/signpost_small_grey_greybkgd.gif) no-repeat left top;
    display:block;
    min-height:45px;
    margin:0;
    padding:2px 0 0 18px;
    font-size:0.65em;
    line-height:120%;
    text-decoration:none;
}
.features li h2 a:hover, .siteFeatures li h2 a:hover {
    text-decoration:underline;
}/*}}}*/
/*-------- -=PRODUCT PAGES ----------------*//*{{{*/
#textColumn h1 {
    color:#FFF;
    background:red;
    color:#f8f8f8;
    font-size:1.5em;
    font-weight:normal;
    width:275px;
    margin:0 0 12px -20px;
    padding:8px 0 30px 20px;
    background-color:#424A52;
    display:block;
}


/*--------- -=Dricon product page --------------------*/
#dricon {
    padding-top:1px;
    padding-bottom:30px;
    width:100%;
    background:#d1def0 url(../userfiles/images/structure/bkgd-dricon.jpg) left top no-repeat;
    position:relative;
}
#dricon .productResources {
    margin:0 0 0 50px;
}


#dricon #productDetails h1 {
    padding:0 10px 0 0;
    margin:40px 0 140px 0;
    font-size:2.4em;
    background:none;
}
#dricon #productDetails p {
    padding:0 10px 0 0;
}
#dricon .productImage {
    margin-top:220px;
    margin-bottom:20px;
    width:400px;
    height:340px;
    background:#D1DEF0;
}
#dricon .imageBoxProduct {
    width:400px;
    height:340px;
    overflow:hidden;
    text-align:center;
}
.imageBoxProductsUsedThumb {
    width:60px;
    height:45px;
    overflow:hidden;
    text-align:center;
}
/*--------- -=Dricon section page --------------------*/

#dricon .imageBoxProductThumb {
    height:140px;
    width:112px;
    overflow:hidden;

}


ul.driconProducts {
    margin:0 115px 0 95px;
    width:580px;
}


.driconProducts li {
    width:112px;
    float:left;
    display:inline;
    margin:0 3px 4px 0;

}
.driconProducts li p {
    margin:0;
    padding:2px 4px;
    min-height:36px;
}
.driconProducts li h2 {
    margin:0;
    padding:0;
    height:2em;
}
.driconProducts li h2 a, #driconMessage h2 a {
    display:block;
    min-height:45px;
    margin:0;
    font-size:0.65em;
    line-height:120%;
    text-decoration:none;
    color:#5E646B;
}
.driconProducts li h2 a:hover, #driconMessage h2 a:hover {
    text-decoration:underline;
}
#driconMessage {
    width:780px;

}
#driconMessage h2 {
    float:left; 
    text-transform:none;
    margin:0 90px 0 95px;
    font-size:1.4em;
    color:#5E646B;
    letter-spacing:0.01em;
    display:inline;
}
.oxiTone {
    float:right;
    display:inline;
    margin:0 115px 0 0;
    width:190px;
    overflow:hidden;
}


.productUses {
    margin:22px 20px 20px 0;
    float:right;
    width:488px;

}
.productUses h2 {
    color:#fff;
    text-align:left;
    font-size:14px;
    margin:0 5px 0 0;
}
.productUses ul {
    margin:0; 
    
}
.productUses-list {
    background:#D1DEF0;
    margin:10px 0 0 0;
}
.productUses table {
    margin:0;
    padding:0;
}
.productUses td {
    width:150px;
    padding:3px 4px;
    background:#0077BF;
    color:#fff;
    font-size:11px;
    cursor:pointer;
    text-transform:capitalize;
    border:#00598F 1px solid;
  
}
.productUses td:hover {
    background:#0094EF;
}
.productUses td.selected
{
    background:#013155;
}


.scrollHint {
    position:absolute;
    bottom:0px;
    right:0px;
    background:url(/userfiles/images/dricon/scrollArrow.png) no-repeat bottom center;
    padding:6px 6px 20px 6px;
    color:#fff;
    width:80px;
    display:none;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    line-height:1;
}

.driconProducts li a {
    display:block;
}



.driconProducts  .summary {
    position:absolute;
    top:0;
    left:86px;
    width:200px;
    color:#fff;
    padding:10px 10px 10px 26px;
    background:url(/userfiles/images/dricon/arrow.png) no-repeat left top;
    z-index:100;
    display:none;
}

.summary-tags {
    margin-top:10px;
    text-transform:capitalize;
    color:#D1DEF0;
    font-size:11px;
    font-weight:bold;
    padding:0 5px;
}
.summary-tags h3 {
    font-weight:normal;
    margin:0 0 0 0;
    margin:0 -5px;
    padding:3px 5px;
    background:#0069AA;
    margin-bottom:5px;
    color:#fff;
    font-weight:bold;
}

.productSection {
    z-index:20;
    padding-top:1px;
    clear:both;
}


/*Product classes*/

.productImage {
    margin-bottom:20px;
    width:400px;
    height:340px;
    background:#CCC;
}

.productColours #colours li {
    margin:0 0 5px 0;
    list-style:none;
    font-size:11px;
}

.productResources .productFiles ul {
    list-style:none;
    margin:0;
}
.productResources .productFiles li {
    margin:4px 0 0 0;
}
.productResources .productFiles li .small {
    margin:0 0 0 22px;
    padding:0;
    display:block;
}
.pdf {
    background:url(../userfiles/images/pdf.gif) left top no-repeat;
    padding:1px 0 1px 22px;
    display:block;
}
.doc {
    background:url(../userfiles/images/doc.gif) left top no-repeat;
    padding:1px 0 1px 22px;
    display:block;
}
.dwg {
    padding:1px 0 1px 22px;
    background:url(../userfiles/images/dwg.gif) left top no-repeat;
    display:block;
}
.eps {
    padding:1px 0 1px 22px;
    background:url(../userfiles/images/eps.gif) left top no-repeat;
    display:block;
}






#productDetails h1, #textBlock h1, #textBlockFull h1 {
    color:#f8f8f8;
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:16px;
    padding:8px 0 30px 20px;
    background-color:#424A52;
}



#productDetails > *, #textBlock > *, #textBlockFull > * {
    padding:0 30px 0 20px;
}
.linkList li {
    list-style:none;
    margin:0 0 10px 0;
    padding:0 0 12px 0;
    background:url(../userfiles/images/line_dotted_hr_darkgrey.gif) repeat-x left bottom;
}

ul.magazine {
    list-style:none;
    margin:16px 0;
    padding:0;
}
ul.magazine li {
    width:185px;
    float:left;
    margin:0 0 20px 0;
    padding:0;
}
ul.magazine li img {
    margin:0 0 4px 0;
}

#productDetails h2, #textBlock h2, #textBlockFull h2 {
    font-size:115%;
    line-height:100%;
    margin:1.5em 0.5em 0.5em 0;
}
#productDetails li {
    padding:2px 0;
}

.productLinks {
    padding:0.2em;
    width:200px;
    position:relative;
    margin-top:20px;
}
.productLinks p {
    margin:0;
}
.projectList {

    margin:0 0 12px 0;
    clear:both;

}
.projectList, .projectList li {
    list-style:none;
    padding:0;
}
.projectList li {
    margin:2px 0 5px 0;
}
#productRelated .projectList li {
    margin:2px 0 5px 0;
    padding:7px;
    border:solid 1px #DADBDE;
}
#productRelated .projectList li:hover {
    background-color:#CCC;
    border:solid 1px #CCC;
}
#productRelated .projectList .imageBoxProjectThumb {
    float:left;
    margin:0 10px 0 0;
    display:inline;
}
#productRelated .projectList .projectSummary {
    margin:-2px 10px 0 90px;
}
#productRelated .projectList .projectSummary p {
    font-size:90%;
    margin:3px 0 0 0;
}
#productRelated p {
    color:#313438;
}

ul.productList {
    margin:0 0 0 15px;
}
.projectSummary .heading {
    font-size:10px;
    text-transform:uppercase;
    vertical-align:middle;
}
.productList li {
    list-style:disc;
    margin:0 0 0 15px;
    line-height:110%;
    float:left;
}
#findAProduct em {
    line-height:2em;
}
#findAProduct ul {
    list-style:none;
}
#findAProduct li {
    margin:0.5em 0;
}
.tags {
    margin-bottom:3em;
}
.tags a {
    margin:0 0.2em 0.2em 0;
    text-decoration:none;
}
.tags a:hover {
    text-decoration:underline;
}
.tag6x { text-decoration: none; font-size: 2.1em; }
.tag5x { text-decoration: none; font-size: 1.9em; }
.tag4x { text-decoration: none; font-size: 1.7em; }
.tag3x { text-decoration: none; font-size: 1.5em; }
.tag2x { text-decoration: none; font-size: 1.3em; }
.tag1x { text-decoration: none; font-size: 1.1em; }

#productTags ul {
    list-style:none;
}
#productTags  li {
    float:left;
    margin:0;
}

/* Download page */

#downloads h1 {
    color:#f8f8f8;
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:16px;
    padding:8px 0 30px 20px;
    background-color:#424A52;
}

#downloads h1 span {
    background:url(/userfiles/images/download-arrow.gif) no-repeat;
    padding-left:26px;
    margin-left:8px;
}

#downloads a.back {
    margin-left:20px;
}
#downloads ul,
#downloads li 
{
    list-style:none;
    margin:0;
    padding:0;
}
#downloads ul {
    margin-bottom:20px;
}


#downloads h2 {
    font-size:16px;
    color:#888;
    font-weight:normal;
}
#downloads li {
    margin:0.8em 0;
}

#downloads h3 {
    text-transform:capitalize;
    color:#222;
    margin-bottom:4px;

}


#download-other {
    float:left;
    display:inline;
    width:250px;
    margin-left:20px;

}

#download-list {
    margin-left:20px;
}

#download-list li {
    float:left;
    width:210px; 
    margin-bottom:0;
    margin-right:10px;
}

#downloads ul li a {
    float:left;
    margin:2px 6px 0 0;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:12px;
}
.product-download-wrapper {
    margin:0 0 20px 0;
}
.product-download {
    display:block;
    padding:10px 20px;
    background:#424A52;
    border:2px solid #767A83;
    float:left;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#f2f2f2;
}
.product-download:hover {
    color:#fff;
    border-color:#ACB8BF;
}

/*}}}*/

/*------------------- -=PROJECT PAGES --------------------*//*{{{*/

#projectViewer {
    padding:0 0 3px 0;
    margin-bottom:15px;
    /*	background:url(/userfiles/images/shadow_photo.gif) repeat-x bottom;*/
}
#textColumn.projectText {
    width:245px;
}
#textColumn.projectText h1 {
    width:265px;
}
#projectQuickLinks {
    margin-left:20px;
    width:425px;
    float:left;
}
.projectListFront {
    margin-bottom:0.6em;
}
.projectListFront h1 {
    font-size:110%;
    text-transform:uppercase;
    margin:0 0 5px 0;
}
.projectFront {
    background:none;
    margin:6px 0;
    padding:0 0 6px 0;
    width:auto;
    float:none;
    border-bottom:1px dashed #DFD1D1;
    list-style:none;
}

.projectFront h2 {
    margin:0 4px 0 0;
    padding:2px 0 0 0;
    background:none;
    font-size:1em;
}


#projectDetails, #productsUsed, #relatedProjects {
    float:left;
}
#projectDetails {
    width:310px;
    margin:0 0 0 16px;
}
#projectDetails h3 {
    font-size:110%;
    line-height:130%;
    text-transform:none;
    font-weight:bold;
    margin:0 0 17px 0;
}
#productsUsed {
    width:120px;
    margin:0 45px 0 50px;
}
#productsUsed ul {
    list-style:none;
    margin:0;
    padding:0;
}
#productsUsed li {
    font-size:90%;
    margin:0;
    padding:6px 0 8px 0;
    background:url(../userfiles/images/line_dotted_hr_darkgrey.gif) repeat-x left bottom;
}
.projectSection .features {
    margin:0;
}
.projectSection h1 {
    margin:5px 0 0 18px;
    display:block;
}
#relatedProjects {
    width:200px;
    padding:0 0 30px 25px;
    border:none;
    background:url(../userfiles/images/line_dottted_vt_darkgrey.gif) repeat-y;
}
/*}}}*/
/*-------------------------- -=BREADCRUMBS ----------------*//*{{{*/

#breadcrumbs {
    float:left;
    margin:0 0 10px -5px;
    padding:0;
    list-style:none;
}
#breadcrumbs li {
    color:#666;
    font-size:90%;
    text-transform:uppercase;
    margin:0 0 0 5px;
    padding:0;
    float:left;
}
#breadcrumbs li a {
    color:#ED1C24;
    text-decoration:none;
    margin:0 2px 2px 0;
    padding:0;
}
#breadcrumbs li a:hover {
    text-decoration:underline;
}
/*}}}*/
/*----------------- -=SEARCH ------------------*//*{{{*/
#search label {
    display:none;

}
#search a {
    color:#8E9297;
    text-transform:uppercase;
    font-size:0.8em;
    letter-spacing:-0.04em;
    text-decoration:none;
    text-align:right;
    display:block;
}

#search input.textbox {
    margin:3px 3px 0 0;
    padding:3px 2px 1px 3px;
    line-height:1em;
    font-size:1em;
    background:url(/userfiles/images/shadow_searchbox.gif) no-repeat;
    border-top:1px solid #B3B3B4;
    border-left:1px solid #C2C2C3;
    border-bottom:1px solid #D8D8D9;
    border-right:1px solid #D8D8D9;
    vertical-align:middle;
    width:130px;
}
#search input.greyed {
    color:#ccc;
}
#xsltsearch .searchForm {
    width:400px;
    padding:3px 8px;
    background-color:#EFEFF0;
}
#xsltsearch .searchForm .textbox {
    width:320px;
}
#xsltsearch .button {
    float:right;
    margin-top:-55px;
}
#xsltsearch .searchForm .checkbox {
    margin-right:4px;
}


#suggest a  {
    color:#666;
    display:block;
    text-decoration:none;
    float:left;
}
#suggest a:hover {
    color:#ED1C24;
}
#suggest .ajaxSearch_result {
    width:240px;
    margin:-2px 0 0 0;
    padding:0 0 6px 0;
    float:left;
    background:url(../userfiles/images/line_dotted_hr_lightgrey.gif) repeat-x left bottom;
}

#suggest .highlight {
    background-color:#EFEFF0;
}


#suggest img {
    margin:4px 0 0 0;
    padding:0;
}
#suggest p.detail {
    margin:2px 0 0 48px;
}
#xsltsearch_results {
    width:520px;
    margin:0 0 10px 0;
    float:left;
    clear:both;
    list-style:none;
}
#xsltsearch_results .xsltsearch_result {
    width:500px;
    margin:-1px 0 4px 0;
    padding:0 10px 4px 0;
    float:left;
    background:url(../userfiles/images/line_dotted_hr_lightgrey.gif) repeat-x left bottom;
}
#xsltsearch_results a  {
    color:#ED1C24;
    display:block;
    text-decoration:none;
}
#xsltsearch_results a:hover {
    text-decoration:underline;
}
#xsltsearch_results .xsltsearch_result img {
    margin:2px 0 0 0;
    padding:0;
}
#xsltsearch_results .xsltsearch_result div.title, 
#xsltsearch_results .xsltsearch_result div.description {
    margin:0 0 2px 90px;
}
#xsltsearch_navigation {
    margin:10px 0;
}
#xsltsearch_navigation a {
}
#xsltsearch_navigation #previous {
}
#xsltsearch_navigation #next {
}
.productImageLink {
    float:left;
    display:inline;
    margin:0 5px 5px 0;
}
.ajaxProductImageLink {
    display:inline;
    float:left;
}
.xsltsearch_result .details {
    background:#f8f8f8;
}
.xsltsearch_result {
    margin-bottom:0.6%;
}
.xsltsearch_result p {
    margin:0;
}
.xsltsearch_result_title {
    clear:both;
}
.ajaxSearch_result_title {
    clear:both;
}
#xsltsearch_summary {
    margin:8px 0 20px;
}
/*}}}*/

/*----------------- -=Paragraphs, Anchors and Lists ----------------------*//*{{{*/

#suggest p {
    margin:0.2em 0;
}

#genericList
{
	list-style-type:none;
}
#genericList li
{
	background:url("../userfiles/images/line_dotted_hr_lightgrey.gif") repeat-x bottom;
	padding-bottom:10px;
	margin-left:0;
}

span.date
{
	color:#666;
	font-size:0.9em;
}

#blogArchive{list-style-type:none;}

#blogArchive ul{padding-left:20px;}

/*}}}*/
/*-------------------- -=IMAGE SIZE RESTRICTIONS --------------------*//*{{{*/

.imageBoxProduct {
    width:400px;
    height:340px;
    overflow:hidden;
    text-align:center;
}
.imageBoxProduct img {
    margin-left:-25px;
}
.imageBoxFeature {
	width:155px;
	height:100px;
	overflow:hidden;
	display:block;
        position:relative;
}
.imageBoxFeature img {
	position:absolute;
        bottom:0;
        left:0;
}



.imageBoxSwatch {
    width:35px;
    height:27px;
    overflow:hidden;
    display:block;
    float:left;
    margin:0 6px 3px 0;
}

.imageBoxProjectThumb {
    width:80px;
    height:60px;
    overflow:hidden;
}
.imageBoxProductThumb {
    width:155px;
    height:120px;
    overflow:hidden;

}
.imageBoxThumb {
    width:155px;
    height:120px;
    margin-bottom:5px;
    overflow:hidden;
}
.imageBoxSuggestThumb {
    width:40px;
    height:30px;
    overflow:hidden;
    float:left;
}
.imageBoxSuggestThumb img {
    width:40px;
}

.imageBoxSearchResultsThumb {
    width:80px;
    overflow:hidden;
    float:left;
    height:60px;
}
/*}}}*/

/*------------------------- -=Headers ----------------*//*{{{*/

.productResources h3 {
    display:block;
    clear:left;
    margin:0 0 0.2em;
}
.productResources h4 {
    font-weight:normal;
    color:#666;
    margin:8px 0 0 0;
}/*}}}*/

/*------------------------- -=NAVIGATION ------------------*//*{{{*/

#mainNav a {
    color:#8E9297;
    font-size:14px;
    letter-spacing:0.1px;
    font-weight:bold;
    line-height:110%;
    text-transform:uppercase;
    text-decoration:none;
    width:7em;
    height:100%;
    margin:0;
    padding:9px 8px 3px 5px;
    display:block;
    border-left:solid 4px #8E9297;
}
#mainNav .selected a, #mainNav a:hover {
    color:#ED1C24;
    border-color:#ED1C24;
}
#mainNav ul {
    margin:0;
}
#mainNav li {
    float:left;
    display:block;
    height:2em;
    margin:0;
}
/*}}}*/
/*----------------- -=SUB NAVIGATION ----------------*//*{{{*/

#subNav ul {
    list-style:none;
}
#subNav li {
    margin:0;
    padding:1px 15px 2px 0;
    line-height:120%;
}
#subNav li li {
    padding:4px 0;
    margin:0 0 0 14px;
    background:url(../userfiles/images/subnav-line.gif) 28px bottom no-repeat;
}
#subNav li li li {
    padding:1px 0 2px 0;
    margin:2px 0 0 0;
    background:none;
}

#subNav a {
    text-decoration:none;
    display:block;
    padding-left:5px;
    font-size:1.1em;
    color:#333;
    margin-left:18px;
    border:solid 5px #EFEFF0;
    border-top:none;
    border-right:none;
    border-bottom:none;
}
#subNav a.section {
    padding:4px 0 4px 4px ;
    background:url(../userfiles/images/subnav-line.gif) 4px bottom no-repeat;
}
#subNav a:hover, #subNav li.selected a.selected {
    color:#ED1C24;
    border:solid 5px #ED1C24;
    border-top:none;
    border-right:none;
    border-bottom:none;
}

#subNav .level-1 a {
    padding:0 0 0 37px;
    margin:0 0 0 3px;
    font-size:1em;
    color:#8E9297;
    background:none;
    border:none;
}
#subNav .level-1 a:hover, #subNav .selected .level-1 .selected a {
    color:#ED1C24;
    border:none;
    background:url(/userfiles/images/section_bar_bg_red.gif) repeat-y 26px 0px;
}

#subNav ul.level4style  {
    margin:8px 0;
}
#subNav ul.level4style li li {
    padding:1px 0;
    margin:2px 0 0 0;
    background:none;
    border:none;
}
#subNav ul.level4style li li a {
    padding:0 0 0 37px;
    margin:0 0 0 3px;
    font-size:1em;
    color:#8E9297;
    background:none;
    border:none;
}

/*
CHANGED BY CORY TO HANDLE EXTRA LEVEL UNDER NEWS BLOG and OUR BRANDS*/
#subNav ul.level4style li ul.level-1 li{
    padding:0 0 0 12px;
}

/*#subNav ul.level4style li li a:hover, #subNav ul.level4style li li.selected a{
    color:#ED1C24;
    border:none;
    background:url(/userfiles/images/section_bar_bg_red.gif) repeat-y 26px 0px;
}*/

#subNav ul.level4style li li a:hover, #subNav ul.level4style li li.selected a.selected {
    color:#ED1C24;
    border:none;
    background:url(/userfiles/images/section_bar_bg_red.gif) repeat-y 26px 0px;
}


#subNav h1 {
    display:block;
    text-transform:uppercase;
    background:url(/userfiles/images/signpost_large_red.gif) no-repeat -413px;
    font-size:1.1em;
    padding:12px 30px 12px 7px;
}
#subNav h1 a {
    color:#f8f8f8;
    font-size:1em;
    margin:0;
    padding:0 0 0 19px;
    border:none;
    display:block;
    background:url(/userfiles/images/signpost_diamond.gif) no-repeat 0px 2px;
}
#subNav h1 a:hover {
    color:#f8f8f8;
    margin:0;
    border:none;
}
#subNav h2 {
    display:block;
    background: url(/userfiles/images/signpost_med_grey.gif) no-repeat -190px;
    padding:8px 30px 8px 26px;
    font-size:1em;
    text-transform:uppercase;
    border:none;
    margin:6px 0 0 0;
    height:1%;
}

#subNav li.selected h2 {
    background: url(/userfiles/images/signpost_med_grey.gif) no-repeat -30px;
}
#subNav h2 a, #subNav .selected h2 a, #subNav h2 a:hover {
    margin:0;
    background:none;
    border:none;
    color:#000;
}
#subNav h2 a:hover {
    color:#ED1C24;
}
#subNav h2.phone {
    background:none;
    text-align:center;
    font-size:1em;
    color:#8E9297;
    margin-top:30px;
}
#subNav h2.phone div {
    font-size:1.4em;
    margin-top:0.6em;
}
#subNav .chosen:hover { /* works with the js to make the last h2 clicked inactive */
    color:#000;
}
#subNav ul.level-1 {
    display:none;
}
#subNav ul li.selected li.selected ul.level-1,
#subNav ul li.selected li.selected ul.level-2,
#subNav ul li.selected li.selected ul.level-3 {
    display:block;
}
/*}}}*/

/*------------------ -=FORMS ------------------*//*{{{*/
FIELDSET
{
	border:none;
	background-color:#f1f1f1;
	margin-bottom:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:10px;
}
FIELDSET P, FIELDSET UL{font-size:0.8em;}
LEGEND
{
	font-weight:bold;
	padding-bottom:20px;
}

.formRow
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.formRow LABEL
{
	float:left;
	width:200px;
	margin-right:10px;
}
.formRow INPUT,
.formRow SELECT,
.formRow TEXTAREA
{
	float:left;
	width:180px;
	margin-right:10px;
	margin-bottom:5px;
}
.formRow TEXTAREA{height:80px;}
.formRow SPAN INPUT, .formRow TD INPUT{width:auto;}
.formRow SPAN LABEL{width:500px;font-size:0.8em;}


.errorMessage, .errorMessageSummary
{
	float:right;
	padding:2px 5px;
	background-color:#ED1C24;
	color:#fff !important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size:0.9em;
}
.errorMessageSummary
{
	float:left;
	width:550px;
	margin-bottom:10px;	
}
.errorMessageSummary UL{padding-left:10px;}
.appResponse
{
	width:520px;
	background-color:#f1f1f1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:20px;
}


/*}}}*/

/*------------------ -=Sitemap ------------------*//*{{{*/

#sitemap ul {
    list-style:none;
}
#sitemap li {
    clear:both;
    white-space:nowrap;
}
#sitemap li.level-5 {
    float:left;
    clear:none;
    margin:0.4em 0.4em 0 0 ;
    border-right:solid 1px #ccc;
    padding:0 0.4em 0 0;
}
#sitemap .level-2 {
    margin:0 0 1em 0;
}


#sitemap h2 {
    font-size:1.2em;
    background:url(../userfiles/images/line_dotted_hr_lightgrey.gif) repeat-x left bottom;
    padding:0 0 0.4em 0;
    margin:0 0 0.4em 0;
    position:relative;
    line-height:1.2em;
}

#sitemap h3 {
    font-size:1.1em;

    color:#424A52;
    font-weight:bold;
}
#sitemap h3 a {
    font-size:0.9em;
}
#sitemap h4 {
    margin:0.4em 0;
}
#sitemap li.last {
    border:none;
}/*}}}*/
/*----------------------- -=FOOTER ----------------- {{{*/
#footer .copyright {
    color:#555;
    font-size:85%;
    width:200px;
    float:left;
    margin-top:24px;
}
#footer .credit {
    color:#555;
    font-size:85%;
    width:400px;
    float:right;
    margin:0;
    text-align:right;
}
#footer .credit a {
    color:#555;
    background:none;
    padding:0;
}
#footer .credit a:hover {
    color:#000;
}
#footer .utilities {
    font-size:90%;
    width:400px;
    float:right;
    margin-top:2px;
}
#footer .utilities ul {
    list-style:none;
}
#footer .utilities li {
    text-align:right;
}
#footer .utilities li a {
    text-decoration:none;
}
#footer .utilities li a:hover {
    text-decoration:underline;
}/* }}}*/

/* ------------ NEWS PAGE -----------------*/

.imageLeft img,
.imageRight img {
    display:block;
}

/* ------------ CAREERS -----------------*/
.careerOptions{color:#666;font-size:0.8em;}
.careerDetails
{
	margin:0 20px;
	padding:0 0 15px !important;
}
.careerDetails div
{
	padding-bottom:5px !important;
	margin-top:5px;
}
.careerDetails div span
{
	float:left;
	margin-right:10px;
	font-weight:bold;
}
#careerNav
{
	float:left;
	width:100%;
	list-style-type:none;
	border-bottom:solid 1px #ccc;
	padding-top:10px;
}
#careerNav LI
{
	float:left;
	display:inline;
	margin:0;
	margin-right:5px;
}
#careerNav LI:first-child{margin-left:10px;}
#careerNav LI A
{
	float:left;
	padding:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border:solid 1px #ccc;
	position:relative;top:1px;
	background-color:#ccc;
	
}
#careerNav LI A.selected
{
	
	text-decoration:none;
	background-color:#E0E1E2;
	border-bottom:solid 1px #E0E1E2;
}

/* ------------ OUR BRANDS -----------------*/
.firth-table {
	padding: 0;
	margin: 0 20px;
	border-collapse: collapse;
	border: 8px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #c4c4c4 url("../userfiles/images/widget-table-bg.jpg") top left repeat-x;
}
.firth-table th, .firth-table td {
	border: 1px dotted #666;
	padding: 0.5em;
	color: #424a52;
}
.firth-table th[scope=col] {
	background-color: #898e93;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 2px solid #fff;
}
.firth-table th+th[scope=col] {
	color: #fff;
	background-color: #898e93;
	border-right: 1px dotted #666;
}
.firth-table tr.alt td {
	background:#fff;
}
.firth-table th[scope=row] {
	background-color: #bcc0c3;
	border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
	color:#383838;
	text-transform:uppercase;
}
.firth-table tr:hover td {
	background-color: #ed1c24;
	color: #fff;
}