/* General Sitewide CSS */
/*To stop selection, add:
* { -moz-user-select: none; }
and in body:
<body onselectstart="return false" unselectable="on">
*/
body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	/*background-color: #e8e8e8;*/
	margin: 20px 0 20px 0;
/*	background-image:url(../images/bg_fade.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
*/}
a:link {
	color: #8B0B04;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B0B04;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
}
h1 {
	font-size: 27px;
	color: #8B0B04;
}
h2 {
	font-size: 18px;
	color: #333333;
}
h3 {
	color: #999999;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}
h4 {
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
dd {color:#999999; padding-bottom:10px; margin-left:15px;}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #333333; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #333333; font-weight: normal; text-decoration: underline;}

#breadcrumb {font-size:11px; color:#FF0000; text-transform:lowercase;}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:visited {color:#CCCCCC;}

.green, .green a:link {color: #339900;}
.white, .white a:link, .white a:link, .white a:active, .white a:hover, .white a:visited{color: #ffffff;}
.black, .black a:link, .black a:link, .black a:active, .black a:hover, .black a:visited{color: #000000;}
.red, .red a:link {color: #FF0000;}
.orange, .orange a:link {color: #F36D0F;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}
.comment {font-size:10px; color: #666666;}

.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 0;
}

#prods {
	width:220px; border:1px solid #DDDDDD; padding:0; margin-bottom:10px; margin-right:10px; float:left; background-color: #F7F7F7; text-align:center;
}
#prods a, #prods a:link, #prods a:visited, #prods a:active {font-size: 11px; color: #999999;}
#prods a:hover {text-decoration:none; color:#757c4d; font-weight:bold;}
#prods:hover {border-color:#757c4d;}
#prods img:hover {filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}

#prods_left {float:left; padding-left:4px;}
#prods_right {float:right; padding-right:4px;}
