/* Safariland Banner Styles (See also stylesIE.css) */
/* Note: Redundant styling rules are necessary to overwrite existing styling on some live sites. */

body {
	margin: 0 0 70px 0;
}
div#fixme {
	z-index: 9999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	overflow: auto;
	border-top: 3px solid #CBCACB;
}
div.safarilandBannerContainer {
	background: #CBCACB url(bgGradient.jpg) repeat-x top;
	text-align: center;
}
table.safarilandBanner {
	font: 15px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	margin: 0 auto;
}
table.safarilandBanner td {
	text-align: left;
	padding: 0;
	vertical-align: middle;
}
table.safarilandBanner a {
	font-size: 15px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
table.safarilandBanner a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
table.safarilandBanner img {
	border: 0;
}
table.safarilandBanner td.logoCell {
	padding: 0;
	vertical-align: top;
}
table.safarilandBanner td.noticeCell {
	padding: 0 20px;
	background: url(borderVertical.jpg) no-repeat left top;
}
table.safarilandBanner td.ctaCell {
	padding: 0 5px 0 20px;
	background: url(borderVertical.jpg) no-repeat left top;
	text-transform: uppercase;
	white-space: nowrap;
}
table.safarilandBanner td.ctaCell a {
	padding-right: 25px;
	background: url(arrowRight.jpg) no-repeat right center;
	text-transform: uppercase;
}
