/* Checkers Main CSS */

@import url("standard.css");

body {
	background-image:none;
	margin: 0px;
	background-color: #1d3d70;
}

body.receipt {
	background-color:white;
	margin: 0px;
}

.templatepage {
	background-color: #E2DBDC;
}

td#headertop {
	background-image: url('../images/chkmain/chkmainheader.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 103px;
}

td#headersub1 {
	background-image: url('../images/chkmain/chkmaintagline.jpg');
	background-repeat: no-repeat;
	width: 296px;
	height: 17px;
}

td#headersub2 {
	background-image: url('../images/chkmain/chkmaintollfree.jpg');
	background-repeat: no-repeat;
	width: 155px;
	height: 17px;
}


/* Product Division Bar */

td.productdiv {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #92270E;
	color: white;
}

a.productdiv:link, a.productdiv:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
}

a.productdiv:hover, a.productdiv:active, a.productdiv:focus {
	text-decoration: underline; 
	color: #FEB610;
}


/* Footer */

a.footer:link, a.footer:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.footer:hover, a.footer:active, a.footer:focus {
	text-decoration: underline; 
	color: #666666;
}

div#footertext {
	background-color: #4071AC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 728px;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	letter-spacing: 1px;
}

div#footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 728px;
}

TD#footerbar {
	background: #000000;
	height: 15px;
}
