/**
 * Theme Name: HCF SKIN
 * Theme URI: andysummerton.com
 * Description: HCF SKIN
 * Version: 0.1
 * Author: Andy Summerton
 * Author URI: http://andysummerton.com
 * Tags: Commercial, Furniture, 
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2009 Andy Summerton.  All rights reserved.
 * http://andysummerton.com
 *
 * HCF SKIN is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

@import url('productDetail.css'); 
@import url('productCategory.css'); 
@import url('home.css'); 
@import url('menu.css'); 




/**
* Body
************************************************/
option {
background: #000000;
color: #FFFFFF;
}
body {

        font-family: Arial !important;
        color: #666666;
        font-size: 14px !important;
	/*background: #f3f3f3 url(images/dash.gif) repeat 0 180px;*/
        background: #f3f3f3 url(images/bg.gif) repeat 0 180px;
	}


/* Body container */
#body-container {
	overflow: auto;
	width: 960px;
	margin: 0px auto 0px auto;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #242424;
	text-decoration: none;
	}
a:hover, a:active {
color: #C6001A;
	text-decoration: none;
	}

/* Headers */
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 15px;
       /* text-transform: uppercase;*/
        letter-spacing: -0.04em; 
        font-weight: bold;
        background: f7f7f7;
        margin-bottom: 8px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #444;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

.dashedLine{
  /*   background: #f3f3f3 url(images/dash-line.gif) repeat;*/
     width: 100%;
     height:1px;
     margin-bottom: 12px;
     border-bottom: 1px dashed #afafaf;
}



/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */
table {
	width: 100%;
	background: #ff0000;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: Arial;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #ae0f24;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #ae0f24;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #ae0f24;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Header
************************************************/
#header-container {
        z-index:100;
	width: 960px;
	height: 140px;
        position: absolute;
}

#header {
        z-index:100;
        width: 100%;
        height: 100%;
        background: #231F20;	
        background: #000000;   

        display: block;
	margin-bottom: 40px;
}

#logo{
position: absolute;
        z-index:120;
        width: 240px;
        height: 140px;
        background: transparent url(images/logo.png) no-repeat 35px 36px; 
}
  
#site-title {
	font-size: 2.3em !important;
	margin-bottom: 9px;
	line-height: 27px;
	}
#site-title a {
	color: #000000;
	}
#site-description {
	font-size: 1.1em;
	font-style: italic;
	color: #eee;
	margin-bottom: 27px;
	}
#site-title, #site-description {
	font-family: Arial;
	}

/**
* Navigation
************************************************/
#navigation {
        z-index: 114;
        position:absolute;
	float: left;
	width: 960px;
        height: 30px;
        top: 65px;
        background: transparent;/*#FFCC00;*/
	}

#navigationBackground{
z-index: 112;
        position: absolute;
        top: 0px;
        opacity:0.5;
        filter:alpha(opacity=50);
        height: 100%;
        width: 100%;
        background: transparent;/*#000000;*/
}

#navigationShadow{
z-index: 1000;
        position: absolute;
        top: 139px;
        opacity:0.1;
        filter:alpha(opacity=10);
        height: 0px;
        width: 960px;
        background: #000000;
}




/**
* Container (content/primary/secondary)
************************************************/
#container {
position: absolute;
        z-index: 130;
	overflow: visible;
	float: left;
	width: 960px;
	/*padding-top: 21px;*/
	padding-bottom: 21px;
        top: 120px;
        min-height: 100%;
        background: #ffffff;
}

.content {
	overflow: visible;
	float: left;
	width: 540px;
        min-height: 1300px;
        min-height: 100% !important;
        height: 100% !important;
	padding-top: 21px;
	padding-left: 51px;
	padding-right: 21px;
	padding-bottom: 7px;


	}
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 920px;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 21px;
	margin-bottom: 3px;
	}
.single-title, .page-title {
	font-size: 21px;
	}
.page-title, .attachment-title, .error-404-title {
	margin-bottom: 21px;
	}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	}
.single .byline, .home .byline {
	margin-bottom: 21px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #232c36;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px dashed #afafaf;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: #232c36;
	}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #ae0f24;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Archive templates */
.author-title, .category-title, .date-title, .tag-title, .search-title {
	font-size: 21px;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
        font-family: Arial !important;
        font-size: 12px !important;
	margin-bottom: 21px;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 300px;
	}
#secondary {
	clear: right;
	float: right;
	width: 300px;
	}

#subsidiary {
	overflow: hidden;
	margin: 0 0 15px 0;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 21px 0;
	padding: 18px 15px;
	background: #fff;
	}
.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
	}

/* Widget title */
.widget-title {
	font-size: 1.2em;
	}
#subsidiary .widget-title {
	color: #999;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
	}
#subsidiary a {
	color: #678db1;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 230px;
height: 40px;
background: #ff55ff;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 240px;
	}

/**
* Comments
************************************************/
#comments-template {
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #333;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: #246F93;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #ae0f24;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #246F93;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {

        border: 1px solid #000000;
	display: block;
	padding: 3px 6px;
	width: 300px;
        font-family: Arial;
        font-size: 14px;
        background: #000000;
        color: #f6f6f6;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.drop-down{
        font-family: Arial;
        font-size: 14px;
        background: #000000;
        color: #f6f6f6;
        border: 1px solid #000000;
	display: block;
	padding: 3px 6px;
	width: 314px;

}
.button {
text-transform: uppercase;
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Arial;
	font-weight: bold;
	color: #eee;
	background: #464646;
	border: none;
	}

li.author .button {
	background: #333C45;
	}
.button:hover {
	cursor: pointer;
	background: #C6001A !important;
	}

.allowed-tags {
	font-size: .8em;
	}

#two_Column_LC {
       position: relative;
       float:left;
       width: 234px;
       min-height: 100% !important;
       height: auto;
       margin-top:20px;

}
#two_Column_IE {
        font-size: 14px;
        color: #454545;
        position: relative;
        float:left;
	width: 560px;
        height: auto;
        margin-left: 58px;
        top: 10px;
padding-bottom: 50px;
}
#two_Column_RC {
        font-size: 14px;
        color: #454545;
        position: relative;
        float:left;
	width: 540px;
        height: auto;
        margin-left: 78px;
        top: 20px;
}

#two_Column_RC_Container {
       position: relative;
       float: left;
       width: 540px;
       height: 100% !important;
       margin-top: -8px;
       padding: 10px;
}



/**
* Footer
************************************************/
#footer-container {
        padding: 8px 50px 8px 50px;
        z-index:1002;
        position:fixed;
        bottom:0px;
        z-index:300;
        width: 860px;
        height: 22px;

        background: #231F20;	
        background: #000000;
	clear: both;
	overflow: hidden;
	color: #f4f4f4;
}

#footer-container a {
	color: #ffffff;
	}
#footer {
        margin 0px auto;
        font-size: 10px !important;
	clear: both;
	font-style: normal !important;
	}
#footerText{
       margin 0px 0px 40px 0px;
       display: inline;
       font-size: 13px !important;
       float: left;
       text-transform: uppercase !important;
       text-align: left !important;
       font-style: bold !important;
       color: #C6001A !important;
}
#footerText white{
       color: #ffffff !important;
}
#footer a {
	font-style: normal;
	color: #f7f7f7;
	}
#footer .copyright {
        text-align: right !important;
	display: inline;
	float: right;	
	margin 0px 40px 0px 0px;
	}





/* Content lists */
.content{
min-height: 100% !important;
height: 100%;
}

.content ul {
	list-style: none;
	margin-left: 0px;
	}
.content ul a{

        font-size: 13px;
	color: #A3A3A3;
	}
.content ul li {
        text-transform: uppercase !important;
        font-size: 13px;
	padding-left: 0px;
	background: #ffffff;
        width: 280px;
        margin-left:0px;
        text-indent:9px;
        color: #A3A3A3 !important;
	}
.content ul li.a {
        color: #ff00ff !important;
	}
.content li.current-cat a{
        background: #f3f3f3;
        color: #000fff !important;

}
.content li.current_page_item a {
	color: #C6001A!important;
        background: #f3f3f3;
	}
.content li.current-cat li a{
        color: #0000ff !important;
}
.content li.current_page_item li a {
 background: #f3f3f3;
	color: #C6001A !important;
}
.content .sticky ul li {
	padding-left: 10px;
	}
.content li.current_page_item{
        color: #C6001A!important;
}


.content li.page_item.hie{
      color: #ffffff!important;
}

.content li.page_item.subcategory{
      color: #C6001A!important;
      font-weight:bold;
      text-indent:0px;
      background: #ffffff url(images/dash-bg.gif) no-repeat 0px -1px;
}



#leftType{
     position: relative;
     float:left;
     margin-top: -24px;
     line-height: 96%;
     text-transform: uppercase;
     font-family: Arial;
     font-size: 16px;
     color: #242424 !important;
}
#leftImage{
     position: relative;
     float:left;
     width: 100%;
     height: 300px;
     padding: 12px;
top: 14px;
margin-top: 20px;
}
#leftImageContainer{
position: relative;
float:left;
margin-top: 30px;
height: 100%;
width: 100%;
margin-bottom: 300px;
}


#page-nav li {
        float: right;
	margin: 0 0 0 0;
	padding: 0;
        width: 114px;
        text-align: center !important;
        vertical-align:middle;
        text-transform: uppercase !important;
        right: 30px;
       /* height: 20px; if this is turned on home will appear */
	}

#page-nav li li {
	margin: 0;
	}
#page-nav li a {
        font-size: 13px !important;
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
        white-space:nowrap !important;
	float: center !important;
	color: #f2f2f2 !important;
	}
#page-nav li a:hover{
        font-size: 13px !important;
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
        white-space:nowrap !important;
	float: center !important;
	color: #888888 !important;
        color: #C60019 !important;

	}
#page-nav ul li.current-cat li a{
        color: #0000ff !important;
}
#page-nav ul li.current-cat li{
        color: #0000ff !important;
}
#page-nav ul li.current-cat a{
        color: #0000ff !important;
}
#page-nav ul li.current_page_item {
        font-size: 13px !important;
        letter-spacing: -0.7 !important;
        text-decoration: none !important;
        selectable:false !important;
        white-space:nowrap !important;
	float: center !important;
	color: #C6001A !important;
	}
#page-nav ul li.current_page_item li {
	background: #ae0f24;
	}
#page-nav li.current_page_item a {
       color: #C6001A !important;
}
#page-nav li.current_page_item {
       color: #C6001A !important;
}

/***************************/
#page-nav li.current_page_ancestor a,
#page-nav li.current_page_ancestor a:hover,
#page-nav li.current_page_ancestor ul li.current_page_ancestor a,
#page-nav li.current_page_ancestor ul li.current_page_ancestor a:hover,
#page-nav li.current_page_ancestor ul li.current_page_ancestor li.current_page_item a,
#page-nav li.current_page_ancestor ul li.current_page_ancestor li.current_page_item

a:hover,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

a,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

a:hover,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

ul li.current_page_ancestor a,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

ul li.current_page_ancestor a:hover,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

ul li.current_page_ancestor ul li.current_page_ancestor a,
#page-nav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor

ul li.current_page_ancestor ul li.current_page_ancestor a:hover{

color: #ae0f24 !important;

}
.breadcrumb, .breadcrumb-trail, .trail-begin, .trail-end {display: none;}
#page-nav li.current_page_ancestor li a:hover{
       color: #ae0f24 !important;
}

#page-nav li.current_page_ancestor li.current_page_item a{
       color: #ae0f24 !important;
}
#page-nav li.current_page_ancestor li.current_page_parent a{
       color: #ae0f24 !important;
}



/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #ae0f24;
	border-bottom: 1px solid #2e647d;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
color: #00ff00;
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}


/************** FORM  *********************/


#formHeader{
        font-family: Arial !important;
        color: #666666;
        font-size: 13px !important;
        letter-spacing: -0.04em; 
        font-weight: bold;
        text-transform: uppercase;
visibility: hidden;
}

.newsletter{
     /*background: #ff0000;*/
}

#productSearch{
margin-left: 8px;
margin-top: 22px;
        width: 200px;
        background: #FFFFFF;
height: 50px;
}
#searchTitle{
        width: 200px;
        height: 22px;
        font-family: Arial !important;
        color: #666666;
        font-size: 14px !important;
        position: relative;
        flaot: left;
}
.search-form input {
	margin-right: 9px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        font-family: Arial;
        font-size: 12px;
        background: #000000;
        color: #f6f6f6;
        float: left;
        position: relative;
        top: 6px;
}
#search-submit{

}
#search-submit-img{
width: 16px;
height: 16px;
        margin-left: 6px;
border: none !important;
 background: #ffffff url(images/search.gif) no-repeat 16px 16px;
}

#newsImage{
position: relative;
float: left;
width: 156px;
height: 156px;
padding: 2px 12px 16px 4px;
/*background: #f7f7f7;*/
}
#newsEntry{
position: relative;
float: left;
padding: 6px 0px 0px 0px;
width: 360px;
}
#newsItem{
border-bottom: 1px dashed #afafaf;
position: relative;
float: left;
padding: 0px 0px 0px 0px;
width: 525px;
margin-bottom:12px;
}
#newsTitle{
padding: 0px 0px 0px 0px;
position: relative;
float:left;
font-weight: bold;
font: Arial;
font-size: 20px;
color: #232323;
letter-spacing: -0.05em; 
text-transform: uppercase;
width: 300px;
}
#newsFloat{
width: 350px;
float: left;
position: relative;
}
