/* GLOBAL styles */
BODY { font-family: Arial, Helvetica, sans-serif; font-size: 80%; margin-left: auto; margin-right: auto;
	background: #FEC9E2 url(images/bg.jpg) repeat-y top center; text-align: center; }
TABLE { font-size: 100%; }
H1 { font-size: 110%; }
A { color: #F20072; }
A:HOVER { background-color: #F20072; color: #fff; }


/* MAIN PAGE styles */
#page { width: 900px; margin-left: auto; margin-right: auto; }
#top { background: url(images/amore-logo.gif) left top no-repeat; border-bottom: 1px solid #FFCAE3; height: 100px;
	margin-bottom: 10px; padding: 5px }
UL#topnav { margin-top: 35px; }
UL#topnav LI { display: inline; padding: 0; margin-right: 20px; }
TD#left { /*padding-left: 15px;*/ }
TD#main { padding-right: 15px; }
TD#breadcrumbs { font-size: 90%; padding: 4px 7px; background: url(images/breadcrumbs-bg.jpg) repeat-x bottom left; }
#footer { font-size: 95%; color: #999; /*border-top: 1px solid #ccc;*/ text-align: left; padding: 10px 17px;
	background: url(images/footer-bg.jpg) repeat-x top left; height: 60px; margin-top: 10px; }


/* CATEGORIES styles */
TABLE#categories { width: 165px; border-bottom: 1px solid #FFCAE3; margin-left: 15px; }
TABLE#categories TD { background: url(images/cat-td-bg.jpg) repeat-x top left; padding: 4px 6px; }
TABLE#categories A { color: #000; font-size: 95%; }
TABLE#categories A:HOVER { text-decoration: none; background-color: transparent; }
#categoriesheading { color: #999; font-size: 80%; background: none; text-align: center; padding: 4px; }


/* OTHER styles */
.picright { float: right; margin-left: 25px; }
.hightown { float: right; }
TD.designers { border-bottom: 1px solid #FFCAE3; color: #666; font-size: 95%; }
TD.designers IMG { margin: 2px; }
