@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#javaScriptError {
	background-color: #FF0000;
	height: auto;
	width: auto;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
/*-------------------HEADER-------------------*/
#headerContainer {
	background-color: #040707;
	height: 134px;
	width: auto;
}
#headerContainer #header {
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	height: 101px;
	color: #FBDF4D;
	background-attachment: scroll;
	background-image: url(../images/header-with-logo.jpg);
	background-repeat: no-repeat;
	background-position: -10px top;
	padding-left: 165px;
	text-align: right;
	padding-right: 180px;
}
#headerContainer #header h1 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
#headerContainer #header h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*-------------------MAIN MENU-------------------*/
#headerContainer #menu {
	height: 33px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-right: 165px;
}
#headerContainer #menu ul {
	list-style-type: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	z-index: 999;
}
#headerContainer #menu ul li {
	position: relative;
	float: left;
	color: #E8E8E8;
	display: block;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/menu-divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	width: 90px;
	z-index: 999;
}
#headerContainer #menu ul li a, #headerContainer #menu ul li a:hover {
	display: block;
	color: #A7A9AC;
	text-decoration: none;
	height: 33px;
	width: 90px;
	font-size: 13px;
	line-height: 33px;
	z-index: 999;
}
#headerContainer #menu ul li a:hover {
	color: #FAE347;
	z-index: 999;
}
/*-------------------indicate menu has subnavs-------------------*/
#headerContainer #menu ul li.subnav a, #headerContainer #menu ul li.subnav a:hover {
	background-attachment: scroll;
	background-image: url(../images/menu-more.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 999;
}
#headerContainer #menu ul li.subnav a:hover {
	background-image: url(../images/menu-more-over.gif);
}
/*-------------------subnav-------------------*/
#headerContainer #menu li.subnav ul {
	position: absolute;
	top: 33px;
	left: 0px;
	display: none;
	z-index: 999;
}
#headerContainer #menu li.subnav ul li {
	position:relative;
	display: block;
	height: 30px;
	width: 180px;
	z-index: 999;
}
/*------list hover action for menu------*/
#headerContainer #menu li:hover ul, #headerContainer #menu li.over ul {
	display: block;
	z-index: 999;
}
#headerContainer #menu li.subnav ul li a, #headerContainer #menu li.subnav ul li a:hover {
	background-color: #242424;
	color: #A7A9AC;
	width: 180px;
	height: 29px;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	background-image: none;
	line-height: 29px;
	z-index: 999;
}
#headerContainer #menu li.subnav ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	border-bottom-color: #000000;
	z-index: 999;
}
/*-------------------indicate subnav has subnavs-------------------*/
#headerContainer #menu li.subnav ul li.subsubnav a, #headerContainer #menu li.subnav ul li.subsubnav a:hover {
	background-attachment: scroll;
	background-image: url(../images/menu-subnav-more.gif);
	background-repeat: no-repeat;
	background-position: 168px center;
	z-index: 999;
}
#headerContainer #menu li.subnav ul li.subsubnav a:hover {
	background-image: url(../images/menu-subnav-more-over.gif);
	z-index: 999;
}

/*-------------------sub-subnav-------------------*/
#headerContainer #menu li.subsubnav ul {
	display: none;
	position: absolute;
	left: 180px;
	top: 0px;
	z-index: 999;
}
#headerContainer #menu li.subsubnav ul li {
	width: 180px;
	height: 26px;
	display: block;
	line-height: 25px;
	z-index: 999;
}
#headerContainer #menu li.subnav li.subsubnav ul li a, #headerContainer #menu li.subnav li.subsubnav ul li a:hover {
	background-color: #242424;
	color: #A7A9AC;
	width: 180px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #414141;
	z-index: 999;
}
#headerContainer #menu li.subnav li.subsubnav ul li a:hover {
	background-color: #333333;
	color: #FAE347;
	border-bottom-color: #000000;
	z-index: 999;
}
/*------list hover action for subnav------*/
#headerContainer #menu li.subnav li:hover ul, #headerContainer #menu li.subnav li.over ul {
	display: block;
	z-index: 999;
}
/*-------------------main menu end spacer-------------------*/
#headerContainer #menu li.menuLast {
	width: 15px;
	height: 33px;
	z-index: 999;
}
/*-------------------current main menu indicator-------------------*/
#headerContainer #menu a.currentLocation {
	color: #FAE347;
}

/*-------------------BANNER-------------------*/
#bannerContainer {
	height: 261px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/home-banner-image-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bannerContainer #banner {
	width: 1050px;
	height: 261px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 165px;
}
#bannerDivider {
	background-color: #e7e8e9;
	height: 30px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/home-banner-divider.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}

/*-------------------CONTENT TOP-------------------*/
#contentTopContainer {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	clear: both;
}
#contentTopContainer #contentTop {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1050px;
	padding-left: 165px;
}
/*-------------------content top left-------------------*/
#contentTopContainer #contentTop #contentTopLeft {
	float: left;
	height: auto;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 96px;
}
#contentTopContainer #contentTop #contentTopLeft p {
	line-height: 1.6em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*-------------------content top right-------------------*/
#contentTopContainer #contentTop #contentTopRight {
	float: left;
	width: 181px;
	height: auto;
	background-attachment: scroll;
	background-image: url(../images/home-vertical-rule.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 30px;
	color: #A7A9AC;
	padding-right: 8px;
	margin-bottom: 10px;
	position: relative;
	font-size: 13px;
}
#contentTopContainer #contentTop #contentTopRight h1 {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #000000;
}
#contentTopContainer #contentTop #contentTopRight h2 {
	color: #0F75BC;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-weight: normal;
}
#contentTopContainer #contentTop #contentTopRight p {
	margin: 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contentTopContainer #contentTop #contentTopRight .newsMore {
	color: #C91C38;
	text-decoration: none;
	height: auto;
	width: auto;
	font-size: 12px;
}
#contentTopContainer #contentTop #contentTopRight .newsDivider {
	clear: both;
	height: 16px;
	width: auto;
}

/*-------------------CONTENT ROW DIVIDER-------------------*/
#contentDividerContainer {
	background-color: #97999c;
	height: 5px;
	width: auto;
	clear: both;
}
#contentDividerContainer #contentDivider {
	height: 5px;
	width: 1050px;
	padding-left: 165px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/home-content-divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*-------------------CONTENT BOTTOM-------------------*/
#contentBottomContainer {
	background-color: #97989c;
	height: auto;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/content-bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentBottomContainer #contentBottom {
	height: auto;
	width: 1050px;
	padding-left: 165px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
/*-------------------content bottom left-------------------*/
#contentBottomContainer #contentBottom #contentBottomLeft{
	width: 789px;
	float: left;
	height: auto;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 15px;
}
#contentBottomContainer #contentBottom #contentBottomLeft h1 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
#contentBottomContainer #contentBottom #contentBottomLeft h1 a:hover {
	color: #FAE347;
}
#contentBottomContainer #contentBottom #contentBottomLeft .productList, #contentBottomContainer #contentBottom #contentBottomLeft .productListNoDiv {
	float: left;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/content-bottom-column-divider.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	height: auto;
	width: auto;
	min-height: 109px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contentBottomContainer #contentBottom #contentBottomLeft .productListNoDiv {
	width: auto;
	float: left;
	height: auto;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#contentBottomContainer #contentBottom #contentBottomLeft ul {
	list-style-type: none;
	display: block;
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentBottomContainer #contentBottom #contentBottomLeft li {
	line-height: 1.3em;
	font-size: 12px;
}
#contentBottomContainer #contentBottom #contentBottomLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
#contentBottomContainer #contentBottom #contentBottomLeft a:hover {
	color: #FAE347;
	text-decoration: none;
}
/*-------------------content bottom right-------------------*/
#contentBottomContainer #contentBottom #contentBottomRight {
	float: left;
	height: auto;
	width: 95px;
	padding-bottom: 15px;
}
#contentBottomContainer #contentBottom #contentBottomRight h1 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: auto;
	width: auto;
}
#contentBottomContainer #contentBottom #contentBottomRight ul {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
	height: auto;
	width: 151px;
	float: right;
	text-align: right;
}
#contentBottomContainer #contentBottom #contentBottomRight li {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*-------------------content bottom right form styles-------------------*/
#contentBottomContainer #contentBottom #contentBottomRight input {
	background-color: #6d6e71;
	width: 145px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	margin: 0px;
	height: auto;
}
#contentBottomContainer #contentBottom #contentBottomRight .loginButton {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 0px;
}

/*-------------------FOOTER-------------------*/
#footerContainer {
	background-color: #000000;
	height: 48px;
	width: auto;
	clear: both;
}
#footerContainer #footer {
	width: 1050px;
	padding-left: 165px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	height: auto;
	font-size: 11px;
}
#footerContainer #footer a {
	color: #FFFFFF;
	text-decoration: none;

}
#footerContainer #footer a:hover {
	color: #FAE347;
	text-decoration: none;
}
/*-------------------footer left-------------------*/
#footerContainer #footer #footerLeft {
	height: 30px;
	width: 676px;
	float: left;
	margin-top: 18px;
	line-height: 16px;
}
#footerContainer #footer #footerLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerContainer #footer #footerLeft li {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3f3f3f;
	height: auto;
	width: auto;
}
#footerContainer #footer #footerLeft .footerFirst {
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*-------------------footer right-------------------*/
#footerContainer #footer #footerRight {
	height: 30px;
	width: 209px;
	float: left;
	margin-top: 18px;
	text-align: right;
}

/*-------------------CLASSES-------------------*/
.clearBoth {
	clear:both;
}
.footNote {
	font-size: 9px;
	display: block;
	line-height: 24px;
	padding-left: 1px;
}
