/* MAIN NAVIGATION 
----------------------------------------- */
#mainMenu {
	height: 34px;
	position: absolute;
	top: 122px;
	left: 210px;
	z-index:9999;
}
/* DROPDOWN LEVEL ONE */
  			ul.dropdown li a { 
				display: block;
				font-size: 1em;
				color: #ffffff;
				font-weight: bold;
				text-shadow: #000000 0 -1px 0;
				padding: 8px 8px 0 8px;
				padding: 8px 5px 0 5px;

			}

/* SIDE PANEL NAVIGATION
----------------------------------------- */
#sidePanel {
	width: 210px;
	float: left;
	clear: left;
	padding: 53px 0 0 10px;
}
ul#sideMenu li a.current, ul#sideMenu li a.active {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: #000000 0 -1px 0;
	width: 173px;
	height: 23px;
	padding: 5px 0 0 10px;
	margin: 0 0 0 0;
	display: block;
	background: url(/images/mccauley_sidenav_tab.jpg) no-repeat 0 -28px;
}
ul#sideMenu li a.current {
	color: #E9242E;
	margin: 0 0 5px 0;
}
ul#sideMenu li a.active {
	color: #FFF;
	background-position: 0 0;
	}
	ul#sideMenu li a.active:hover {
		color: #E9242E;
	}
/*ul#subNav {
	margin: 0 0 10px 0;
}
ul#subNav li {
	height: 20px;
	background: url(/images/mccauley_underline_2px_sidenav_short.gif) no-repeat 0 bottom;
	padding: 4px 0;
	}
	ul#subNav li:last-child {
		background: none;
		}
	ul#subNav li a {
		font-size: 1.3em;
		font-weight: bold;
		color: #666;
		padding: 0 0 0 20px;
		}
		ul#subNav li a:hover {
			color: #E9242E;
		}
	ul#subNav li a.selected {
		color: #E9242E;
		background: url(/images/mccauley_sidenav_selected.jpg) no-repeat 22px 2px;
		padding: 0 0 0 36px;
		}
li.sidePanelSeperator {
	height: 25px;
	background: url(/images/mccauley_underline_2px_sidenav_short.gif) no-repeat 0 center;
}
ul#salesContacts li {
	font-size: 1.3em;
	color: #333;
	}
	ul#salesContacts li a {
		font-weight: bold;
		color: #333;
		}	
		ul#salesContacts li a:hover {
			text-decoration: underline;
			color: #1D3E67;
		}
	ul#salesContacts li a.salesLink {
		height: 24px;
		display: block;
		background: url(/images/mccauley_salesinfo_marker.jpg) no-repeat 0 0;
		padding: 0 0 0 18px;
		color: #666;
		}
		ul#salesContacts li a.salesLink:hover {
			text-decoration: underline;
			color: #1D3E67;
		}	*/
	
/* HOMEPAGE SLIDER
----------------------------------------- */
#loopedSlider {
    width: 940px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
.container {
	width:  870px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	margin: 20px 35px 0 35px;
}
.slides {
	position: absolute;
	top: 0;
	left: 0;
	width:  870px;
}
/* SLIDER MENU */
#paginationContainer{
	
}

ul.pagination { 
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0px 140px;
	padding:20px 0 0 20px;
	
	}

/*span.productCode {
	float: left;
	color: #E9242E;
	width:250px;
}
li.productCode {
	height: 15px;
	padding: 8px 10px 5px 5px;
	background: url(/images/mccauley_underline_2px_sidenav_short.gif) repeat-x 0 bottom;
	float:left;
}
*/

