/* CSS Document */

body {
	background-image: url(/imgs/tile3.gif);
	background-color:  #FFFEC6; /*#F9F1D0; /*#FEF7D8*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.wholesaleNote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

.bgHorizStretch {
	background-image: url(/imgs/horizStretch.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.innerCurve {
	background-image: url(/imgs/innerCurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topRight {
	background-image: url(/imgs/logoTopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.topRightMac {
	background-image: url(/imgs/logoTopRightMac.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.topRightPatterns {
	background-image: url(/imgs/logoTopRightPatterns.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.topRightHome {
	background-image: url(/imgs/logoTopRightHome.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.topRightAbout {
	background-image: url(/imgs/logoTopRightAbout.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.copyright a:link, .copyright a:visited {
	color: #990000;
	text-decoration: none;
}
.copyright a:hover, .copyright a:active {
	color: #CC0000;
	text-decoration: underline;
}
td img {display: block;}

.loginInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	border: 1px solid #E4D7B1;
	color: #FFFFFF;
}

.goBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #990000;
	border: 1px solid #990000;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FEF7D8;
	border: 1px solid #E4D7B1;
	color: #990000;
}
.onRedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.onRedText a:link, .onRedText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.onRedText a:hover, .onRedText a:active {
	color: #FFFEC6;
	text-decoration: underline;
}

.redText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.redText a:link, .redText a:visited {
	color: #990000;
	text-decoration: none;
}
.redText a:hover, .redText a:active {
	color: #CC0000;
	text-decoration: underline;
}

.displayBoxTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	background-color: #FFF1BB;
}

.displayBoxTable td, .displayBoxTable p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}


