@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	background: #FFFFFF;
	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: 18px;
	line-height: 100%;
}
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	text-align: left;
	font-size: 0.8em;
}
.oneColLiqCtr #headerBar {
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColLiqCtr #headerLeft {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 39%;
	float: left;
	padding-bottom: 10px;
}
.oneColLiqCtr #headerLeft h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #193985;

}

.oneColLiqCtr #headerLeft ul {
	padding-top: 10px;
	margin-left: 20px;
}

.oneColLiqCtr #headerCenter {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 20%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.oneColLiqCtr #headerRight {
	background-color: #FFFFFF;
	width: 39%;
	float: right;
	padding-bottom: 10px;
}
.oneColLiqCtr #headerRight .Advertisement {
	margin-top: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}





.oneColLiqCtr #mainBar {
	background-color: #193985;
	width: 100%;
	height: 62px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: left;
}
.oneColLiqCtr  #mainBarContainer  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	padding-top: 6px;
}
.oneColLiqCtr #navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
}
.oneColLiqCtr #navlist li
{
	float: left;
	padding-right: 20px;
}
.oneColLiqCtr #navlist li a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.oneColLiqCtr #navlist a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColLiqCtr #navlist li.selected a 
{
	color: #FFFFFF;
}

.oneColLiqCtr #shoppingcart {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	color: #FFFFFF;
	width: 300px;
}
.oneColLiqCtr #shoppingcart a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtr #shoppingcart a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColLiqCtr #shoppingcart form {
	padding-top: 6px;
	float: right;
}




.oneColLiqCtr #mainBarBorder {
	width: 100%;
	height: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AD1238;
}


.oneColLiqCtr #mainContent {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColLiqCtr #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #193985;

}
.oneColLiqCtr #mainContent ol {
	margin-left: 40px;
}

.oneColLiqCtr #mainLeft {
	width: 20%;
	float: left;
}
.oneColLiqCtr #mainLeft h1 {
	font-size: 18px;
	font-weight: bold;
	color: #193985;
	margin-bottom: 10px;
}

.oneColLiqCtr #mainLeft .navlist3
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	
}
.oneColLiqCtr #mainLeft .navlist3 li
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.oneColLiqCtr #mainLeft .navlist3 li a 
{
	text-decoration: none;
	color: #193985;
	text-transform: none;
	font-weight: normal;
}
.oneColLiqCtr #mainLeft .navlist3 a:hover
{
	text-decoration: underline;
	color: #AD1238;
}

.oneColLiqCtr #mainBody {
	float: right;
	width: 80%;
}
.oneColLiqCtr #mainBody h1 {
	font-size: 18px;
	font-weight: bold;
	color: #193985;
	margin-left: 10px;
}
.oneColLiqCtr #mainBody h2 {
	font-size: 14px;
	font-weight: bold;
	color: #193985;
	margin-left: 10px;
}
.oneColLiqCtr #mainBody h3 {
	font-size: 12px;
	font-weight: bold;
	color: #193985;
}


.oneColLiqCtr #mainBody p {
	margin-left: 10px;
}
.oneColLiqCtr  #mainBody  .datagrid {
	width: 300px;
	margin-left: 10px;
}
.oneColLiqCtr #mainBody caption {
	margin-bottom: 10px;
	line-height: 24px;
	text-align: left;
	margin-left: 10px;
}

.oneColLiqCtr   #mainBody   .datarow  {
	height: 30px;
}




.oneColLiqCtr #mainBody .category {
	width: 193px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	height: 186px;
	overflow: hidden;
	margin-left: 10px;
}
.oneColLiqCtr #mainBody .category img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.oneColLiqCtr #mainBody .product {
	width: auto;
}

.oneColLiqCtr  #mainBody  .productimage  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	text-align: center;
	width: 193px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColLiqCtr #mainBody .productdetail {
	float: left;
	line-height: 24px;
	width: 60%;
}

.oneColLiqCtr #mainBody label {
	display: inline;
	width: 100px;
	float: none;
	line-height: 24px;
}
.oneColLiqCtr #mainBody .formbutton {
	margin-left: 5px;
	vertical-align: text-bottom;
}

.oneColLiqCtr #mainBody hr {
	color: #AD1238;
	height: 2px;
	width: 100%;
	border: 0;
	background-color: #AD1238;
	margin-left: 10px;
}
.oneColLiqCtr #mainBody ul {
	margin-left: 20px;
}


.oneColLiqCtr #footerBar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

.oneColLiqCtr #navlist2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.oneColLiqCtr #navlist2 li
{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColLiqCtr #navlist2 li.first {
	border-left: 0px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #navlist2 li a 
{
	text-decoration: none;
	color: #193985;
	font-weight: normal;
}
.oneColLiqCtr #navlist2 a:hover
{
	text-decoration: underline;
	color: #AD1238;
	font-weight: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
}
.oneColLiqCtr a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #193985;
	text-decoration: none;
	font-weight: normal;
}
.oneColLiqCtr a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #193985;
	text-decoration: none;
	font-weight: normal;
}
.oneColLiqCtr a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD1238;
	text-decoration: none;
	font-weight: normal;
}
.oneColLiqCtr a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD1238;
	text-decoration: underline;
	font-weight: normal;
}
