/* HTML elements */
A { text-decoration: underline; color: #996633; font-weight:bold; }
A:hover { text-decoration: none; }
B { font-weight: bold; }
BIG { font-size: 21px; }
BODY { margin: 0px; background-color: #330000; font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; }
SMALL { font-size: 9px; }
TD { font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; color: #000000}

/* very basic CSS descriptions */
.noBackground { background-image: none; }
.noUnderline  { text-decoration: none; }


/* form elements */
INPUT  { font-family: Verdana, Geneva, Sans-Serif; font-size: 11px; }
SELECT { font-family: Verdana, Geneva, Sans-Serif; font-size: 11px; }
textarea { font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; }

body{text-align: center; margin: 0; padding: 20px 0;}
#wrap{width: 740px; margin: 0 auto; text-align: left; background: #fff; -moz-box-shadow: 0 0 20px #000; -webkit-box-shadow: 0 0 20px #000; box-shadow: 0 0 20px #000;}
/* content */
.title   { color: #ffffff; font-family: Helvetica, Geneva, Sans-Serif; font-size: 18px; text-decoration: none; font-weight:bold}
.featuretitle   { color: #ffffff; font-family: Helvetica, Geneva, Sans-Serif; font-size: 16px; text-decoration: none; font-weight:bold}
.feature	{ color: #ffcc66; font-family: Helvetica, Geneva, Sans-Serif; font-size: 14px; text-decoration: none; font-weight:bold}
.sectitle   { color: #996633; font-family: Helvetica, Geneva, Sans-Serif; font-size: 18px; text-decoration: none; font-weight:bold}
.ProdTeaseTitle   { color: #ffcc66; font-family: Helvetica, Geneva, Sans-Serif; font-size: 16px; text-decoration: none; font-weight:bold}
.footer   { color: #ffcc00; font-family: Verdana, Geneva, Sans-Serif; font-size: 11px; text-decoration: none; } 
.menu   { color: #ffcc66; font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; text-decoration: none; font-weight:bold; }
.menu:hover { text-decoration: underline; }
.copyright { font-family: Verdana, Geneva, Sans-Serif; text-decoration: none; font-size: 10px; color: #ffffff; }
.moreDetails { font-family: Verdana, Geneva, Sans-Serif; font-size: 10px; font-weight:bold; color: #996633; }
.moreDetails:hover { text-decoration: none; }

