@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body, div, p, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313541;
}
#topBannerContainer {
	width: 897px;
	margin: 0 auto;
}
#logosContainer {
	width: 897px;
	margin: 0 auto;
	background-image: url(/images/logos-bg.jpg);
	background-repeat: no-repeat;
	height: 98px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
#menuContainer {
	width: 897px;
	margin: 0 auto;
	background-image: url(/images/menu-bg-up.jpg);
	background-repeat: repeat-x;
	height: 42px;
	line-height: 42px;
}
#bannerContainer {
	width: 897px;
	margin: 0 auto;
}
#contentContainer {
	width: 897px;
	margin: 0 auto;
}
#googleMap {
	margin-top: 10px;
}
#googleMap div span {
	white-space: normal !important;
}
.homeLeftContent {
	width: 270px;
	float: left;
	margin-top: 15px;
}
.homeRightContent {
	width: 590px;
	float: right;
	margin-top: 15px;
}
#footerContainer {
	width: 897px;
	margin: 0 auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 121px;
	margin-top: 15px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313541;
	padding: 7px;
	border: solid 1px #313541;
}
input.greySubmit {
	background-image: url(../images/button-grey.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding: 0px;
	padding-bottom: 3px;
	width: 95px;
	border: 0;
	font-size: 11px;
}
input.redSubmit {
	background-image: url(../images/button-red.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding: 0px;
	padding-bottom: 3px;
	width: 95px;
	border: 0;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	margin-left: 10px;
}
p.footerText {
	font-size: 11px;
	color: #ECEDEE;
	margin-top: 20px;
	line-height: 16px;
}
span.footerHeader {
	color: #9C9C9C;
	font-weight: bold;
}
h1.pageHeader {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 2px #3b3f4a;
}
div.productPageHeaderContainer {
	border-bottom: solid 2px #3b3f4a;
	margin-top: 20px;
}
div.productPageHeader {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
div.productPageProductCount {
	color: #717171;
	margin-left: 20px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
div.productPagePageLinks {
	float: right;
	margin-top: 15px;
}
p.noLeftMargin {
	margin-left: 0px;
}
div.subContentLeft {
	float: left;
	width: 290px;
}
div.subContentRight {
	float: right;
	width: 273px;
}
div.footerContentLeft {
	float: left;
	width: 200px;
}
div.footerContentRight {
	float: right;
	width: 275px;
}
div.productImageContainer {
	width: 270px;
	float: left;
}
div.productInfoContainer {
	width: 275px;
	float: right;
	margin-bottom: 25px;
}
div.productInfoDetails {
	display: none;
	padding-top: 1px;
}
div.productImageThumbsContainer {
	display: none;
	padding-top: 1px;
}
hr.productSeparator {
	height: 2px;
	border: 0;
	color: #9D9FA4;
	background-color: #9D9FA4;
	margin-bottom: 0;
}
span.greyButton {
	background-image: url(../images/button-grey.jpg);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 23px;
	width: 95px;
	display: block;
	text-align: center;
}
span.redButton {
	background-image: url(../images/button-red.jpg);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 23px;
	width: 95px;
	display: block;
	text-align: center;
}
a {
	color: #DA1B1B;
	text-decoration: none;
}
a:link {
	color: #DA1B1B;
	text-decoration: none;
}
a:visited {
	color: #DA1B1B;
	text-decoration: none;
}
a:active {
	color: #DA1B1B;
	text-decoration: underline;
}
a:hover {
	color: #DA1B1B;
	text-decoration: underline;
}
a.footerLink {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.buttonLinkGrey {
	color: #313541;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkGrey:link {
	color: #313541;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkGrey:visited {
	color: #313541;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkGrey:active {
	color: #313541;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkGrey:hover {
	color: #313541;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkRed {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkRed:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkRed:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkRed:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.buttonLinkRed:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.logosWrapper {
	position: absolute;
	left: 897px;
	top: 0px;
	width: 897px;
}
.menuItem {
	background-repeat: repeat-x;
	height: 42px;
	line-height: 42px;
	float: right;
	position: relative;
}
a.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinksActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinksActive:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.menuLinksActive:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
a.subMenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.subMenuLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.subMenuLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.subMenuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.subMenuLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textRed {
	color: #DA1B1B;
}
.subMenu {
	position: absolute;
	left: 0;
	top: 42px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	display: none;
	z-index: 100;
}
.subMenu div {
	background-image: url(/images/sub-menu-bg.png);
	background-repeat: repeat-x;
	height: 33px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 0;
	color: #FFFFFF;
}

.subMenu div div {
	background-image: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.menuSeparator {
	background-image: url(/images/menu-separator.jpg);
	width: 1px;
	height: 42px;
	float: right;
}
.logoItem {
	float: left;
	width: 176px;
	text-align: center;
	margin-top: 30px;
}
.redText {
	color: #DA1B1B;
}
.clearBoth {
	clear: both;
}
