body {
	
	margin:0;
}

td,p,blockquote,ol,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited { text-decoration:none; font-weight:bold; color:#333333; }
a:hover, a:active { text-decoration:underline; color:#573d2c; }

a.footerLink:link, a.footerLink:visited { font-size:10px; text-decoration:none; color:#FFFFFF; }
a.footerLink:hover, a.footerLink:active { text-decoration:underline; }

a.utility:link, a.utility:visited { font-size:10px; text-decoration:none; color:#333333; }
a.utility:hover, a.utility:active { text-decoration:underline; color:#573d2c; }

a.tiny:link, a.tiny:visited { font-size:9px; text-decoration:none; color:#333333; }
a.tiny:hover, a.tiny:active { text-decoration:underline; color:#573d2c; }

a.white:link, a.white:visited,a.white:hover, a.white:active { font-size:11px; font-weight:bold; color:#ffffff; text-decoration:none; }

a.orange:link, a.orange:visited { text-decoration:none; color:#ca7700; }
a.orange:hover, a.orange:active { text-decoration:underline; color:#ca7700; }


.footer {
	background-image:url(/images/shadow_bottom.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	color:#ffffff;
	font-size:9px;
}

.input {
	color: #333333;
	background: #F2F0EE;
	border: #8D8D8D 1px solid;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	padding-left: 3px;
}

INPUT.disabled {
	color: #333333;
	background: #E5E1DD;
	border: #8D8D8D 1px solid;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	padding-left: 3px;
}

.header { font-weight:bold; color:#573d2c; font-size:14px; }
.h1 { font-weight:bold; color:#573d2c; font-size:14px; }
.prod1Header { font-weight:bold; color:#6a7f10; font-size:14px; }
.prod2Header { font-weight:bold; color:#002857; font-size:14px; }
.prod3Header { font-weight:bold; color:#CA7700; font-size:14px; }
.prod4Header { font-weight:bold; color:#981E32; font-size:14px; }
.prod5Header { font-weight:bold; color:#593160; font-size:14px; }

#prodList1, #prodList2, #prodList3, #prodList4, #prodList5, #prodList6 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    list-style:none;
	margin:0;
	padding:0;
}

#prodList1 li, #prodList2 li, #prodList3 li, #prodList4 li, #prodList5 li, #prodList6 li {
	list-style-image:none;
}

#prodList1 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#6a7f10;
	margin-bottom:10px;
	padding:5 0 5 0;
}
#prodList2 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#002857;
	margin-bottom:10px;
	padding:5 0 5 0;
}
#prodList3 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#CA7700;
	margin-bottom:10px;
	padding:5 0 5 0;
}
#prodList4 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#981E32;
	margin-bottom:10px;
	padding:5 0 5 0;
}
#prodList5 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#593160;
	margin-bottom:10px;
	padding:5 0 5 0;
}

#prodList6 a {
    display:block;
    width:170px;
	text-align:center;
    color:#fff;
    text-decoration:none;
    background:#573d2c;
	margin-bottom:10px;
	padding:5 0 5 0;
}

#prodList1 a:hover, #prodList1 a:active { background: url(../images/prodList1_bg.gif) repeat-x; color: #000000; }
#prodList2 a:hover, #prodList2 a:active { background: url(../images/prodList2_bg.gif) repeat-x; color: #000000; }
#prodList3 a:hover, #prodList3 a:active { background: url(../images/prodList3_bg.gif) repeat-x; color: #000000; }
#prodList4 a:hover, #prodList4 a:active { background: url(../images/prodList4_bg.gif) repeat-x; color: #000000; }
#prodList5 a:hover, #prodList5 a:active { background: url(../images/prodList5_bg.gif) repeat-x; color: #000000; }
#prodList6 a:hover, #prodList6 a:active { background: url(../images/prodList6_bg.gif) repeat-x; color: #000000; }

.dragme {
	cursor: move;
	border:1px solid #808285;
	height:15px;
	background-color:#D3CBC2;
	padding:5px;
	vertical-align:middle;
	margin:0;
}