@CHARSET "UTF-8";
/*
 * CSS selectors for overriding site navigation
 */ 
 
 
 
 /* top Nav */

.delivery_bar {
	background-color: #FF6600;
	color: #FFFFFF;
	width: 920px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/delivery.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;

}

.delivery_pad {
	width: auto;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 80px;
	width:585px;
	float:left;
}

.priceMatch {
	background-image: url(../images/price-match.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width:215px;
	float:left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;

}

.priceMatch a {
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
} 

.priceMatch a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.callBackSearch {
	width:462px;
	float:right;
	margin-top:35px;
	border-bottom:1px solid #FFFFFF;
}

.callBackSearch a.callBack {
	background-image: url(../images/call-back.gif);
	background-repeat: no-repeat;
	width:218px;
	height:35px;
	display:block;
	float:left;
}

#header-lower #topNavMenu {
	float:left;
	padding:0 0 0 14px;
	width:675px;
	overflow:auto;
}
 
#topNavMenu ul li {
	float:left;
	height:32px;
	/* border-left:1px solid #B2B2B2; */
	padding:0;
	margin-bottom:2px;
}  
 
#topNavMenu ul li a {
	display:block;
	background-image:none;
	padding:0 8px 0 6px;
	color:#00456B;
	font-weight:bold;
	font-size:14px;
	height:32px;
	text-decoration:none;
}

#topNavMenu ul li.active a {
	color:#FF6600;
}

#topNavMenu ul li a:hover {
	text-decoration:none;
	color:#FF6600;
}


#content-left #widgetCategories .body {
padding:0;
margin-bottom:10px;
}

#content-left #widgetCategories .body ul li {
margin:0 0 5px 0;
padding:0 0 0 5px;
}

#content-left #widgetCategories .body ul li a{ 
color:#5F6062;
font-size:11px;

background-image:none;
padding-left:10px;
margin:0;
padding:0;
}

#content-left #widgetCategories div.active {
background-color:#FF6600;
color:#FFFFFF;
width:100%;
margin-bottom:5px;
}


#content-left #widgetCategories .body ul li a:hover {
color:#00456B;
text-decoration:none;
}

#content-left #widgetInformation .body,
#content-left #widgetInformation .body ul {
padding:0;
margin:0;
}

#content-left #widgetInformation .body ul li {
margin:0 0 5px 0;
padding:0 0 0 5px;

margin-bottom:5px;
width:100%;
height:25px;
padding:5px 0 0 5px;

}

#content-left #widgetInformation .body ul li.active {
background-color:#FF6600;
margin-bottom:5px;
width:100%;
height:25px;
padding:5px 0 0 5px;
}

#content-left #widgetInformation .body ul li.active a {
color:#FFFFFF;
}

#content-left #widgetInformation .body ul li a {
/*color:#5F6062;
font-size:11px;
*/
background-image:none;
padding-left:10px;
margin:0;
padding:0;

color:#00456B;
font-size:14px;
font-weight:bold;
}

#content-left #widgetInformation .body ul li a:hover {
color:#FF6600;
text-decoration:none;
}

#content-left #widgetInformation .body ul li.active a:hover {
color:#FFFFFF;
}

