
/*GENERAL LINKS
**********************************************************/

a:link, a:visited {
	color: #b12c1b;
}

a:hover, a:active {
	color: #dc4c3a;
	text-decoration: none;
}


/*TOP NAV
**********************************************************/

ul#topNavList {
	float: right;
	margin: 19px 260px 0 0;
}

ul#topNavList li {
	float: left;
	padding: 0 0 0 0;
}

ul#topNavList li a:link, ul#topNavList li a:visited {
	color: #ededed;
	border-left: 1px solid #888;
	padding: 0 8px;
	font-size: 12px;
	text-decoration: none;
}

ul#topNavList li.last a {
	padding-right: 0px;
}

ul#topNavList li a:hover, ul#topNavList li a:active {
	color: #fff;
	text-decoration: underline;
}

div#header ul#topNavList li.first a {
	border-left: 0;
}

div#header ul#topNavList li.onPath a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}



/*SOCIAL NAV
**********************************************************/

/*Special rule to place near searchbar*/

.socialRightSide {
	float: right;
	position: relative;
	right: 215px;
	top: 10px;
}

/*standard rules*/

ul.socialNavList {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0;
}

ul.socialNavList li {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 2px 0 0;
}

ul.socialNavList li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -5000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.9;
}

ul.socialNavList li a:hover {
	opacity: 1;
}

ul.socialNavList li.navfacebook a {
	background-image: url('../images/social/facebook.png');
}

ul.socialNavList li.navtwitter a {
	background-image: url('../images/social/twitter.png');
}

ul.socialNavList li.navpinterest a {
	background-image: url('../images/social/pinterest.png');
}

ul.socialNavList li.navflickr a {
	background-image: url('../images/social/flickr.png');
}

ul.socialNavList li.navlinkedin a {
	background-image: url('../images/social/linkedin.png');
}

ul.socialNavList li.navyoutube a {
	background-image: url('../images/social/youtube.png');
}

ul.socialNavList li.navinstagram a {
	background-image: url('../images/social/instagram.png');
}

ul.socialNavList li.navhouzz a {
	background-image: url('../images/social/houzz.png');
}



/*LHS rules*/

ul#quickLinksList li ul.socialNavList {
	overflow: hidden;
	margin: 10px 0 0 15px;
	padding: 0;
}

ul#quickLinksList li ul.socialNavList li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	border-radius: 0;
}



/*MAIN NAV
**********************************************************/

ul#mainNavList {
	height: 30px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
}

ul#mainNavList li {
	float: left;
	margin: 0 0 0 1px;
}

ul#mainNavList li a:link, ul#mainNavList li a:visited {
	color: #7d7e7f;
	background-color: #eee;
	font-size: 14px;
	display: block;
	height: 24px;
	padding: 6px 22px 0;
	text-decoration: none;
}

ul#mainNavList li a:hover, ul#mainNavList li a:active {
	background: #ddd;
	color: #b12c1b;
}

div#mainNav ul#mainNavList li.onPath a {
	background: #a1a1a1;
	color: white;
}



/*LEFT NAV
**********************************************************/


ul#leftNavList {
	padding: 0 0 20px 0;
}

ul#leftNavList li {
	padding: 0;
}

ul#leftNavList li a:link, ul#leftNavList li a:visited {
	color: #7d7e7f;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
}

ul#leftNavList li a:hover, ul#leftNavList li a:active {
	background: #eee;
	color: #b12c1b;
}

ul#leftNavList li.onPath a {
	background: #eee;
	color: #b12c1b;
}

ul#leftNavList li.sel a {
	background: #eee;
	color: #b12c1b;
}


/*lev2*/

ul#leftNavList li.onPath li.lev2 a {
	font-size: 17px;
	font-weight: normal;
	padding-left: 50px;
	color: #000;
	background-position: 30px 11px;
	border-color: #fff;
	background: #eee url('../images/layout/arrowYellow.png') 30px 8px no-repeat;
}

ul#leftNavList li.onPath li.lev2 a:hover,
ul#leftNavList li.onPath li.lev2.sel a:hover {
	color: #b12c1b;
	background-color: #fdb722;
	background-image: url('../images/layout/arrowRed.png');
}

ul#leftNavList li.onPath li.lev2.sel a {
	color: #fff;
	background-color: #fdb722;
	background-image: url('../images/layout/arrowRed.png');
}



/*FOOTER NAV
**********************************************************/

ul#footerNavList {
	float: left;
	width: 480px;
}

ul#footerNavList li {
	display: inline;
	padding: 0 12px;
	border-left: 1px solid #666;
}

ul#footerNavList li.first {
	border: 0;
	padding-left: 0;
}

ul#footerNavList li a:link, ul#footerNavList li a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

ul#footerNavList li a:hover, ul#footerNavList li a:active {
	text-decoration: underline;
}

div#footerInner ul#footerNavList li.onPath a {
	color: #fff;
	text-decoration: none;
}


/*FOOTER COLUMNS
************************************************************/

div.footerColumn li {
}

div.footerColumn li a {
	display: block;
	color: #7d7e7f;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0 1px 0;
}


div.footerColumn li a:hover {
	color: #555;
	text-decoration: underline;
}



/*PATH
**********************************************************/

div#path {
	padding: 2px 0;
	height: 15px;
	margin: 10px 0;
	position: relative;
	left: -10px;
}

div#path li {
	float: left;
	padding: 0 15px 0 10px;
	background: transparent url('../images/layout/pathDivider.png') right 6px no-repeat;
}

div#path li a {
	font-size: 10px;
	display: inline-block;
	/* color: #3e4954; */
	color: #7D7E7F;
	text-decoration: none;
	padding: 2px 0 0 0;
}

div#path li.sel {
	background-image: none;
	padding-right: 0;
}

div#path li a:hover,
div#path li.sel a {
	text-decoration: none;
	color: #b12c1b;
}