#dHeader {
	width:980px;
	margin:5px auto 0 auto;
}
#dHeader .lCol .redBar {
	display:block;
	width:376px;
	height:28px;
	background:#690000;
	margin:0;
	padding:0;
}
#dHeader .rCol .redBar {
	display:block;
	width:356px;
	height:28px;
	background:#690000;
	margin:0;
	padding:0;
}
#dHeader .tab {
	float:left;
	padding:6px 8px 6px 8px;
	margin:0 10px 0 10px;
}
#dHeader .selTab {
	float:left;
	padding:6px 8px 6px 8px;
	margin:0 10px 0 10px;
	background:#8D3F35;
}

div.redBar li {
    display: inline;
}

div.redBar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.redBar a {
    display: block;
    float: left;
    margin: 0 10px;
    height: 26px;
    padding: 0 10px;
    background: no-repeat center center;

}

div.redBar a:hover {
    background-color: #783830;
}


#redBarHome {
    width: 52px;
    background-image: url(../images/header/home.gif);
}

#redBarHome:hover  {
    background-image: url(../images/header/home-over.gif);
}

#redBarPurchase {
    width: 80px;
    background-image: url(../images/header/purchase.gif);
}

#redBarPurchase:hover  {
    background-image: url(../images/header/purchase-over.gif);
}

#redBarTestimonial {
    width: 105px;
    background-image: url(../images/header/testimonials.gif);
}

#redBarTestimonial:hover  {
    background-image: url(../images/header/testimonials-over.gif);
}

#redBarTestimonial.selMenu  {
    background-image: url(../images/header/testimonials-over.gif);
    background-color: #783830;
}
#redBarPurchase.selMenu  {
    background-image: url(../images/header/purchase-over.gif);
    background-color: #783830;
}
#redBarHome.selMenu  {
    background-image: url(../images/header/home-over.gif);
    background-color: #783830;
}

#dHeader a:hover .tab {
	background:#783830;
}

#dHeader .lCol {
	float:left;
	width:370px;
	padding-top:30px;
}
#dHeader .lCol .tl {
	display:block;
	margin-left:5px;
}
#dHeader .rCol {
	float:left;
	width:370px;
	padding-top:30px;
}
#dHeader .rCol .tr {
	display:block;
}
#dHeader .mCol {
	float:left;
	width:226px;
}


.dHeadCage .iTopRight {
	position:absolute;
	margin:0px 0 0 860px;
}
