@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #065694;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#bannerCont {
	width: 957px;
	margin: 10px auto;
	position: relative;
	height: 204px;
}

#pageCont {
	width: 957px;
	margin: 20px auto;
}

#leftSidebar {
	float: left;
	margin-top: 9px;
}

#rightSidebar {
	float: right;
	margin-top: 9px;
}

#middleContent {
	width: 544px;
	margin-left: 32px;
	padding-top: 1px;
	float: left;
}

.sideBarBox {
	background-color: #FFFFFF;
	border: 3px solid #E7E7E7;
	width: 167px;
}

.sideBarBox p {
	margin-left: 13px;
	line-height: 22px;
	font-size: 11px;
}

.headerRed {
	font-size: 18px;
	color: #E92033;
}

.textRed {
	font-weight: bold;
	color: #E92033;
}

.menuDropdownHeader {
	cursor: pointer;
}

.menuDropdownCont {
	padding-top: 15px;
}

.headerRow {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #98022E;
	text-align: center;
}

.firstColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.contentText {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

hr.productSeparator {
	color: #E8E8E8;
	background-color: #E8E8E8;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}

div.printPDFButton {
	float: right;
}

div.productDescriptionLeft {
	float: left;
	width: 400px;
}

div.productInformationRight {
	float: right;
	color: #3C7108;
}

div.associatedProduct {
	float: left;
	width: 255px;
	text-align: center;
}

p.productHeader {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #E92033;
	padding-top: 10px;
}

div.productNameHeader {
	color: #E92033;
	font-size: 16px;
	font-weight: bold;
	width: 152px;
	float: left;
	margin-bottom: 20px;
}

div.productThumbLeft {
	float: left;
	width: 253px;
}

div.productInfoRight {
	width: 250px;
	float: right;
	position: relative;
}

div.productBoxPartBorder {
	border-bottom: 3px solid #E7E7E7;
	border-left: 3px solid #E7E7E7;
	border-right: 3px solid #E7E7E7;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 514px;
}

div.productBoxFullBorder {
	border: 3px solid #E7E7E7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin-top: 8px;
}

.sidebarInput { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0A0A0;
	margin-right: 5px;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #9D9D9D;
}

input.sidebarButton {
	margin-right: 5px;
	margin-top: 5px;
}

.bannerImageCont {
	position: absolute;
	top: 0;
	display: none;
}

.bannerImage {
	border: 3px solid #E7E7E7;
}

.menuList ul li {
	line-height: 20px;
}

.menuList ul {
	list-style: square;
}

a {
	font-size: 11px;
	color: #98022F;
	text-decoration: none;
}

a:link {
	font-size: 11px;
	color: #98022F;
	text-decoration: none;
}

a:visisted {
	font-size: 11px;
	color: #98022F;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #E92033;
	text-decoration: none;
}

a:active {
	font-size: 11px;
	color: #E92033;
	text-decoration: none;
}

a.menuLinks {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.menuLinks:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.menuLinks:visisted {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.menuLinks:hover {
	font-size: 11px;
	color: #E92033;
	text-decoration: none;
}

a.menuLinks:active {
	font-size: 11px;
	color: #E92033;
	text-decoration: none;
}
