@import "top-navi.css";
@import "links.css";
@import "hotbox.css";
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:14px;
	background:#b8c0c5 url(pix/bg-container-shadow.gif) top  center no-repeat;
}

#body {
	margin:0px auto; 
	width:778px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:14px;
}

#caption {
	display:block; 
	margin-top:-1px; 
	width:144px; 
	padding:3px;
	font-size:10px; 
	font-style:italic; 
	line-height:12px;
	text-align:center;
	border:solid 1px black; 
	background:#FFFFCC;
}

.required { color:red;}

/* --- H E A D    L I N E S  ---*/
h1 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; color:#005380;}
h1 em { font-size:14px; font-style:oblique; font-weight:normal;}
h2 { font-size:14px; font-weight:normal; px; color:#005380;}
h3 { font-size:14px; font-weight:normal; color:#990000;} /* SAME AS H2 but RED */
h3 i { font-size:12px; font-weight:normal; font-style:italic; color:#990000;}
h4 { font-size:12px; font-weight:normal; color:#000;}

.h2 { 
	font-size:14px; 
	font-weight:bold;
	line-height:16px; 
	color:#990000;
}

.h2 a:link, .h2 a:visited { 
	font-size:14px; 
	font-weight:bold; 
	color:#990000; 
	text-decoration:none;
}

.h2 a:hover { 
	font-size:14px; 
	font-weight:bold; 
	color:#990000; 
	text-decoration:underline;
}


/* LISTS UL LI */
#product-list {
	list-style:square;
	line-height:22px;
	color:#990000;
	text-decoration:none;
}
.list-red { list-style:square; color:#990000;}
.list-red strong { font-weight:bold; color:black;}
.list-red em { font-weight:normal; font-style:italic; color:black;}

#product-list li a:link, li a:visited, li a:active {
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
#product-list li a:hover { color:#990000; text-decoration:underline; }
#product-list ul { margin-left:20px; list-style:url(pix/arrow.gif); color:black;}

ol { font-size:11px; line-height:16px;}
ol ul { list-style:square; margin-left:15px;}
