@charset "UTF-8";
body {
	background: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #293373;
	text-decoration: underline;
}
a:visted {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #515EAA;
	text-decoration: underline;
}
h1 {
	font-size: 17px;
	color: #283372;
	margin: 0px;
	padding: 0px;
}
.homeBannerBG {
	background-image: url(images/homeBanner.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 839px;
}
.productNav {
	text-align: right;
	height: 130px;
	width: 810px;
	padding-top: 70px;
}
.leftBdy {
	height: auto;
	width: 620px;
	margin-top: 10px;
	float: none;
	padding-left: 10px;
}
.rightBdy {
	width: 200px;
	margin-top: 10px;
	float: right;
}
#header_container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 153px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.header {
	background-image: url(images/headerBG.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
#body_container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bdy {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
#footer_container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	background-color: #000;
}
.footer {
	height: auto;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.logo {
	height: 125px;
	width: 150px;
	float: left;
	
}
.search {
	height: 80px;
	width: 600px;
	float: right;
	text-align: right;
	vertical-align: text-bottom;
	padding-top: 10px;
}
.nav {
	float: right;
	height: 30px;
	width: 600px;
	font-size: 16px;
	text-align: right;
}

.newnav {
float: right;



}

#banner {
	height: 190px;
	width: 839px;
	background-image: url(images/homeBanner.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#banner img {
	margin-right: 15px;
}
#banner .prodBTN {
	height: 128px;
	margin-top: 64px;
	text-align: right;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.tbHeight
{
height: 60px;

}
