﻿#header div#secmenu {
	background: #E8E8E8;
	float: left;
	margin: 2px 0;
	width: 100%;
}

#header div#secmenu li {
	border-right: 2px solid #fff;
}

#header div#secmenu li a {
	color: #7C7C7C;
	display:block;
	font-size: 10px;
	padding: 5px;
	text-transform: none;
}

#header div#secmenu li a:hover {
	background: #DE0031;
	color: #fff;
	text-decoration: none;
}

#header div#secmenu li.current-page a {
background: #DE0031;
color: #fff;
}

#content #midCol h1, #content #midCol h2 {
	border-bottom: 2px solid #D3D3D6;
	color: #666;
	padding: 0 0 5px 0;
}
#content #midCol h2 { clear: both; display: block; }
#content #midCol h2.red {
	color: #DE0031;
}

#content #midCol div, #content #rightCol div {
	border: 3px solid #EDEDEF;
	padding: 10px;
}


#content #midCol div, #content #rightCol div {
	border: 3px solid #EDEDEF;
	padding: 10px;
}

#content #rightCol div h2 {
	color: #DE0031;
}

#content #rightCol div a.arrow {
	background: url(../images/icon_redarrow.gif) left no-repeat;
	color: #666;
	padding: 0 0 0 13px;
}
#content #rightCol .searchbox {
	border: none;
	paddig: 0;
}
#content #rightCol .searchbox * { vertical-align: middle; }
#content #rightCol .searchbox h2 {
	background: url(../images/bg_h2.gif) 2px no-repeat;
	border-bottom: 2px solid #D3D3D6;
	color: #7c7c7c;
	padding: 0 0 0 15px;
}
#content #rightCol .promo { margin-top: 10px; border: none; padding: 0; text-align: center; }
#content #rightCol .searchbox input {
 	width: 100px;
	border: 1px solid #7f7f7f;
	font-size: 95%;
	padding: 0 3px;
	margin-right: 5px;
}
#content #rightCol .searchbox .go-button {
	border: none;
	text-indent: -5000px;
	background: url(../images/button-arrow.gif) no-repeat;
	cursor: pointer;
	width: 16px;
}

#headerbanner-third { float: right; }
#content #leftCol .third-nav {}
#content #leftCol .third-nav { margin: -55px 0 10px; list-style: none; padding: 0; }
#content #leftCol .third-nav li { line-height: normal; padding: 0; margin: 0; }
#content #leftCol .third-nav li a {
	color: #7C7C7C;
	display:block;
	font-size: 10px;
	line-height: normal;
	padding: 5px;
	background: #E8E8E8; 
}

#content #leftCol .third-nav li a:hover, #content #leftCol .third-nav .current a
 {
	background: #DE0031;
	color: #fff !important;
	text-decoration: none;
}

