@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: #98aaeb;
}
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;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.required {
	color: red;
}
#mainTable {
	background-color: #F3F3F3;
}
.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(https://red.secure-host.com/championship-awards/images/mainFrame_04.gif);
	height: 162px;
}
#header .headerLeft {
	float: left;
	height: 162px;
	width: 408px;
}
#header .headerRight {
	float: right;
	width: 492px;
	height: 162px;
	background-image: url(https://red.secure-host.com/championship-awards/images/mainFrame_071.gif);
	background-repeat: no-repeat;
}

/*Main Top Menu*/
.champFrame #menuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(https://red.secure-host.com/championship-awards/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;
}
#searchTBox {
	width: 170px;
	float: left;
	overflow: hidden;
	padding-left: 230px;
	padding-top: 2px;
}

.menuCart {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	height: 20px;
	padding-bottom: 0px;
	text-align: center;
	float: left;
}

/*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(https://red.secure-host.com/championship-awards/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: 500px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
.cartLinkBack {
	width: 685px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.tollFree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px;
}

.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: 115px;
	text-align: left;
}
.searchBox input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 115px;
	height: 13px;
}

.searchTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 35px;
	float: left;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 10px;
}

.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: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFA539;
	border-right-color: #FFA539;
	border-bottom-color: #FFA539;
	border-left-color: #FFA539;
	margin-left: 10px;
}

.pageDiscription a:link, .pageDiscription a:visited, .pageDiscription a:active {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
}			
.pageDiscription a:hover {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration:underline;
}
.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;
	margin-left: 13px;
}
.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: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #999999;
	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: none;
	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: none;
	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(https://red.secure-host.com/championship-awards/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;
}
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
	color:#0000FF;
	font-size:10px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
}			
.footerLinks a:hover {
	color:#0000FF;
	font-size:10px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration:underline;
}

/*PRODUCT MAIN SECTION*/
.productMBox {
	width: 685px;
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.productMBox .productMImage {
	height: 140px;
	width: 120px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-bottom: 2px;
}
.productMBox .productMInfoBox {
	float: left;
	width: 300px;
	height: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.productMInfoBox .productMName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	width: 290px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.productMInfoBox .productMDiscription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 290px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.productMInfoBox .productMSKU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	width: 250px;
	margin-top: 3px;
	margin-left: 5px;
}
.productMBox .productMCartBox {
	height: 140px;
	width: 260px;
	margin-left: 420px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.productMCartBox .regPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	height: 17px;
	width: 200px;
	margin-top: 4px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 10px;
}
.rPrice {
	color: #000000
}
.productMCartBox .salePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 17px;
	width: 200px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 10px;
}
.sPrice {color: #FF0000}
.productMCartBox .productMOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 200px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 10px;
}
.productMCartBox .productQDiscount {
	width: 255px;
	margin-left: 5px;
}
.productMCartBox .productCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 200px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 10px;
}
/*LINK MAIN SECTION*/
.linkframe {
	float: left;
	width: 158px;
	height: 270px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #FFA539;
	margin-bottom: 3px;
}
.linkImage {
	height: 230px;
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	overflow: hidden;
}
.linkText {
	width: 155px;
	height: 40px;
	padding-left: 2px;
	overflow: hidden;
}
.linkText a:link, .linkText a:visited, .linkText a:active {
	color:#996600;
	font-size:14px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
}			
.linkText a:hover {
	color:#CC6600;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.contactHeader {
	width: 675px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	padding-left: 5px;
	text-align: left;
}
.contactMainBox {
	width: 500px;
	float: left;
}
.contactImage {
	width: 180px;
	margin-left: 500px;
}
.contactfooter {
	margin: 5px;
}
.contactInfoBox {
	width: 340px;
	text-align: left;
	margin-left: 140px;
}
.contactInfoBox #textfield {
	margin: 0px;
	padding: 0px;
}

.contactLable {
	float: left;
	width: 140px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.contactLineBreak {
	height: 10px;
}
.contactSubmit {
	margin: 10px;
	height: 20px;
	text-align: center;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
fieldset {
	padding: 3px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.contactfooter h5 {
	margin: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding: 4px;
}
.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 400px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: lightyellow;
	border: 2px solid gray;
	border-width: 1px 2px 2px 1px;
	padding: 5px;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin-left: 110px;
}
.feedbackhead {
	width: 450px;
}
.feedbackTitle {
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.feedbackField {
	width: 250px;
	padding-top: 3px;
}
