﻿.navigation { float:left; position:relative; padding:0px 0px 25px 0px; margin:0px; }

.navigation .primaryNav {
	position:absolute;
	padding:0px;
	width:174px;
	font:18px/19px bolder Arial, "Helvetica", sans-serif;
	list-style-type: none;
}
.navigation .primaryNav a {
	padding-left:24px;
	text-decoration: none;
	list-style-type: none;
}
.navigation .primaryNav ul li { padding:4px 0px; font:12px/14px bolder Arial,"Helvetica", sans-serif; }
.navigation .primaryNav ul li ul { top:0px; }
.navigation .primaryNav ul li ul li { padding:4px 0px; }

/* anchors */
.navigation a {
	color:#333333;
	background:none;
	text-decoration: none;
}
.navigation a.active {
	color:#C00;
	background-image: url(../assets/general/nav_dot.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* psuedos */
.navigation a:hover {
	color:#C00;
	background-image: url(../assets/general/nav_dot.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.navigation a.active:hover {
	color:#C00;
	background-image: url(../assets/general/nav_dot.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* primary */
.navigation li { cursor:pointer; } /* DO NOT REMOVE - is proving some default values to the menu that make sure it works in Firefox */
.navigation #primary01 { top:0.7em; }
.navigation #primary02 { top:1.8em; }
.navigation #primary03 { top:2.9em; }
.navigation #primary04 { top:4.0em; }
.navigation #primary05 { top:5.1em; }

/* secondary */
.navigation .secondaryNav { display:none; }
.navigation li ul li {
	position:absolute;
	left:14.54em;
	width:11.6363em;
}
.navigation #byClient { top:0px; }
.navigation #byService { top:1.4em; }
.navigation li.secondaryNav a {
	padding-left:24px;
	text-decoration: none;
}

/* tertiary */
.navigation .tertiaryNav { display:none; }
.navigation li ul li ul {
	position:absolute;
	left:11.6363em;
}
.navigation li ul li ul li {
	position:absolute;
	width:15.5em;
	background:none;
}
.navigation li ul li:hover ul li.col1 { background:none; border-left:solid 1px #cccccc; }
	
/* tertiary by client */
.navigation #byClient li.col1 { left:0em; }
.navigation #byClient li.col2 {
	left:15.5em;
	width:17.4545em
}
.navigation #client01 { top:0px; }
.navigation #client02 { top:15px; }
.navigation #client03 { top:30px; }
.navigation #client04 { top:45px; }
.navigation #client05 { top:60px; }
.navigation #client06 { top:0px; }
.navigation #client07 { top:15px; }
.navigation #client08 { top:30px; }
.navigation #client09 { top:45px; }
.navigation #client10 { top:60px; }

/* tertiary by service */
.navigation #byService li.col1 { left:0em; }
.navigation #byService li.col2 { left:13.0909em;	width:17.4545em }
.navigation #disc01 {
	top:-15px;
}
.navigation #disc02 {
	top:0px;
}
.navigation #disc03 {
	top:15px;
}
.navigation #disc04 {
	top:30px;
}
.navigation #disc05 {
	top:45px;
}
.navigation #disc06 {
	top:-15px;
}
.navigation #disc07 {
	top:0px;
}
.navigation #disc08 {
	top:15px;
}
.navigation #disc09 {
	top:30px;
}
.navigation #disc10 {
	top:45px;
}

/* navigation reveals */
.navigation li:hover ul li { display:block; }
.navigation li:hover ul li#byClient:hover ul,
.navigation li:hover ul li#byService:hover ul,
.navigation li:hover ul li#automotive:hover ul { display:block; }

/* navigation reveals - ie6 */
.navigation .displayBlock { display:block; }
.navigation .displayBlockBorder li {
	display:block;
	color:#C00;
}
.navigation .displayBlockBorder li.col1 { border-left:solid 1px #cccccc; }

.navigation li ul li ul li.col2,
.navigation li ul li ul li.col3,
.navigation li ul li ul li.col4,
.navigation li ul li ul li.col5
{
	background:none;
}
#fixedFooter {
	background-color: #000;
	height: 30px;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#fixedFooter ul li {
	float: left;
	list-style-type: none;
}

#fixedFooter ul li a {
	float: left;
	color: #999;
	text-decoration: none;
	background-image: url(../assets/general/nav_dot.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 6px;
	margin-left: 20px;
	padding-left: 12px;
	font-size: 0.7em;
	font-weight: bold;
	list-style-type: none;
}
#fixedFooter ul li a:link, a:visited {
	list-style-type: none;
}
#featuredHover     {
	color: #FFF;
	list-style-type: none;
}
#quoteDiv {
	width: 145px;
	margin-top: 30px;
}
.footerActive {
	color: #FFF;
}
.boldText {
	font-weight: bold;
}
#fixedFooter #clientList {
	width: 600px;
	position: absolute;
	z-index: auto;
	clear: both;
	display: inline;
	left: 128px;
	top: -169px;
	background-color: #000;
	padding: 10px;
	height: 150px;
	visibility: hidden;
}
