@charset "utf-8";
/* CSS Document */

#logo {
	margin: 0 0 0 12px;
	border: none;
}

#blackboard img {
	margin: 25px 0 0 50px;
}

#faq {
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq li {
	margin-bottom: 0;
}
#faq .q {
	background: url(../images/FAQ-q.gif) top left no-repeat;
	padding: 0px 20px 0px 60px;
	height: 35px;
}
#faq .a {
	background: url(../images/FAQ-a.gif) top left no-repeat;
	padding: 0px 20px 10px 60px;
	margin-bottom: 20px;
}
#faq a p {
	margin: 0; padding: 0;
}
#faq .minheight {
	height: 50px;
	width: 1px;
	height: 50px;
	float: right;
	overflow: hidden;
}

#content H1 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #872928;
}
#section-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

#content_product h1, #content_inner h1 {
	margin: 0; padding: 0 0 20px 0;
	font-size: 180%;
	font-weight: bold;
	color: #ba221d;
}
#content_inner p {
	margin: 0 0 10px 0; padding: 0;
}

#products {
	margin: 0;
	padding: 0;
	list-style: none;
}
#products li {
	position: relative;
	display: block;
	width: 175px;
	height: 185px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#products li.alt {
	background: #d8ddd6;
}
#products h2 {
	font-size: 100%;
	line-height: 110%;
	margin: 0; padding: 5px 2px;
}
#products img {
	margin: 0; padding: 0;
	position: absolute;
	top: 40px; left: 13px;
}
#products P.price {
	position: absolute;
	top: 150px; left: 20px;
	width: 165px; height: 20px;
	text-align: left;
	font-size: 80%;
	margin: 0; 
	padding: 3px 0 3px 25px;
	background: url(../images/producttag.gif) top left no-repeat;
}
#products a {
	color: black;
}

#footer A {
	color: black;
}
