@charset "utf-8";

/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #718bea;
}
form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.required {
	color: red;
}
#mainTable {
	background-color: #F3F3F3;
}
a:link, a:visited, a:active {
	color:#0000FF;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}			
a:hover {
	color:#0000FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
.champFrame #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/*Main Header */
.champFrame #header {
	padding: 0; 
	background-image: url(images/mainFrame_04.gif);
	height: 162px;
}
#header .headerLeft {
	float: left;
	height: 162px;
	width: 408px;
}
#header .headerRight {
	float: left;
	width: 492px;
	height: 162px;
}

/*Main Top Menu*/
.champFrame #menuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/mainFrame_061.gif);
	background-repeat: repeat-x;
	height: 26px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menuTop .menuCart {
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	height: 23px;
	margin-left: 100px;
	padding-bottom: 0px;
	text-align: right;
}

/*Main Left Menu*/
.topBackBox {
	clear: both;
	width: 900px;
}
.leftMenuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/leftBarImage.gif);
	background-repeat: no-repeat;
	padding: 3px;
	margin-top: 5px;
}
.leftBarEnd {
	background-color: #0E35B8;
	height: 3px;
	width: 193px;
}
.creditCards {
	height: 40px;
	width: 197px;
	margin-top: 10px;
}

/*MAIN BODY - Top */
.linkBack {
	float: left;
	width: 488px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
.linkBack a:link, .linkBack a:visited, .linkBack a:active {
	color:#0000FF;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}			
.linkBack a:hover {
	color:#0000FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 135px;
}
.searchBox input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 120px;
	height: 14px;
	margin-top: 4px;
}

.searchTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 62px;
	float: left;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.bodyEndBox {
	font-family: Arial, Helvetica, sans-serif;
}
/*MAIN BODY - After Linkback Box */
.pageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	text-align: center;
	width: 690px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF9900;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
.pageDiscription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	clear: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 680px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 10px;
}
.pageMImage {
	width: 690px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.linkBox {
	clear: both;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pageLinkMBox {
	float: left;
	width: 150px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 13px;
	height: 120px;
	border: 1px solid #000000;
}
.pageTextTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	clear: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 680px;
	margin-left: 10px;
	border: 1px none #999999;
}
.pageTextThree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	clear: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 680px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 10px;
}

.pageProdBox {
	width: 685px;
	clear: left;
	margin-left: 10px;
}
.leftNewsFormBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	width: 187px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.leftNewsFormBoxB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 187px;
	padding-left: 5px;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.leftNewsFormBoxC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 187px;
	padding-left: 5px;
	background-color: #DDDDDD;
	padding-bottom: 4px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #0E35B8;
	border-left-color: #666666;
	height: 25px;
}
.leftNewsFormBoxC input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	height: 20px;
}


.leftNewsFormBoxB select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}














/*MAIN FOOTER*/
.champFrame #footer {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #0E35B8;
	background-image: url(images/footerEnd.gif);
	background-repeat: no-repeat;
	background-position: 880px;
	margin: 0px;
	padding-right: 0px;
	border: 2px none #E89816;
} 
#mainTable .leftMemberBox {
	width: 685px;
	margin-left: 10px;
	height: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footerLogoBoxA {
	float: left;
	height: 100px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footerContact {
	float: left;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	width: 147px;
	padding-left: 3px;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 63px;
	padding-top: 5px;
	text-align: center;
	float: left;
	width: 524px;
	margin-left: 3px;
}

/*PRODUCT MAIN SECTION*/
.productMBox {
	float: left;
	width: 340px;
}
.productMBox .productGraphic {
	width: 150px;
	float: left;
	text-align: center;
}
.productMBox .productPrice .productSaleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.productMBox .productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 185px;
	margin-left: 150px;
	padding: 2px;
}
.productMBox .productDisc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 185px;
	margin-left: 150px;
	padding: 2px;
}
.productMBox .productPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 185px;
	padding-left: 5px;
	margin-left: 150px;
}
.productMBox .productSku {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 185px;
	margin-left: 150px;
	padding: 3px;
}
.productMBox .productAddCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 185px;
	margin-left: 150px;
	text-align: center;
}
.productMBox .productAddCart .add {
	height: 25px;
	width: 89px;
}
.productMBox .productAddCart input {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
