.Copyright {  font-family: "Comic Sans MS"; font-size: 9px; color: #000000}
.MenuText {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.Header {  font-family: "Comic Sans MS"; font-size: large; font-weight: normal; color: #990000}
.subHeader {  font-family: "Comic Sans MS"; font-size: 16px; color: #000000; font-weight: normal}
.MenuBottom { font-family: "Comic Sans MS"; font-size: 9px; color: #000000 }
.main {  font-family: "Comic Sans MS"; font-size: 14px; font-weight: lighter}
.ProductName {  font-family: "Comic Sans MS"; font-size: 16px; font-weight: normal; color: #990000; background-position: left bottom; vertical-align: bottom; word-spacing: normal}
.productDescrip {  font-family: "Comic Sans MS"; font-size: 12px}
.productMenu {  font-family: "Comic Sans MS"; font-size: 10px; color: #FFFFFF}
.productSection {  font-family: "Comic Sans MS"; font-size: 18px; font-weight: normal; color: #FFFFFF; white-space: normal}
.friendlyFont {
	font-family: Andy, "Comic sans MS", "Microsoft Sans Serif";
	font-size: 25px;
	font-weight: bold;
}


#category-menu {	
	overflow:hidden;
 	width:500px;
	padding-right:25px;
	margin-left:auto;
	margin-right:auto;
}

#category-menu .category {
	float:left;
	margin-left:25px;
}

#category-menu .category img {
	border:0px;
}

#products-list h2 {
	background: #990000;
    color: #FFFFFF;
    font-family: "Comic Sans MS";
    font-size: 18px;
    font-weight: normal;
    white-space: normal;
    margin-right:20px;
    text-align:center;
}

#products-list .product {
	overflow:hidden;
	margin-bottom:20px;
}

#products-list .product h3 {
	color:#990000;
	font-weight:normal;
	clear:both;
	margin:5px 0px;
}

#products-list .product-image,
#products-list .product-details {
	float:left;
}

#products-list .product-image {
	width:120px;
}

#products-list .product-details {
	width:480px;
}

#products-list .product-details p {
	margin-top:0px;
	font-size:12px;
}

#products-list .price {
	float:left;
	margin-right:20px;
}

#products-list .product-options {
	float:left;
}

#products-list .option-select {
	clear:both;
	margin-bottom:5px;
	overflow:hidden;
}

#products-list .option-select label {
	width:100px;
	text-align:right;
	margin-right:10px;
	float:left;
	line-height:16px;
}

#products-list .option-select select {
	float:left;
}

#products-list .buttons {
	clear:both;
	padding-top:20px;
}

#products-list .category-notes {
	color: #990000;
}



