body {
	margin: 0px;
	background-color: #82589e;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
	font-size: 35px;
	margin: 0px;
}
h4.lcase {
	font-size: 21px;
	margin: 0px;
}
h4 {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0px;
}
div.prod {
	display: inline;
	margin: 7px;
	float: left;
	text-align: center;
}
div.prod a{
	display: block;
	width: 140px;
	height: 275px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #82589e;
	text-decoration: none;
}
div.prod a:hover {
	cursor: arrow;
	background-color: #fff7ff;
}
div.sprod {
	display: inline;
	margin: 7px;
	float: left;
	text-align: center;
}
div.sprod a{
	display: block;
	width: 120px;
	height: 45px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #82589e;
	text-decoration: none;
}
div.sprod a:hover {
	cursor: arrow;
	background-color: #fff7ff;
}
p.smallTitle {
	font-weight: bold;
	color: #000000;
}
th {
	text-align: left;
	background-image: URL(../images/th_bg.gif);
	background-position : bottom;
	border-bottom: 1px solid #82589e;
	font-size: 13px;
}
.cartborder {
	text-align: left;
	background-image: URL(../images/th_bg.gif);
	background-position : bottom;
	border-bottom: 1px solid #82589e;
	font-size: 13px;
}
.smallborder {
	border: 1px solid #82589e;
	margin-right: 3px;
}
.contentbg {
	background-color: #FFFFFF;
	background-image: url(../images/yellowcatbig.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -75px bottom;
}

.mainfont {
	font-size: 12px;
}
.headertopbg {
	background-image: url(../images/yellowcatv2_01.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
.navbg {
	background-image: url(../images/yellowcatv2_06.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#headercontact {
	height: 143px;
	width: 278px;
	position: relative;
	background-image: url(../images/yellowcatv2_04.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
.footerbg {
	background-image: url(../images/yellowcatv2_19.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* DROPDOWN MENU BEGIN */

#dropmenudiv{
	position:absolute;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	z-index:99;
	color: #111111;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #A077BF;
color: #ffffff;
}

/* DROPDOWN MENU END */

.formbutton {
	background-color: #FFE01C;
	border: 1px dashed #82589E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
.productlink {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.productlink:hover {
	color: #755EA2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
