/* CSS Document */

#header {
	border-bottom: 1px solid #E8E8E8;
}

h1.purple {
	color: #4E1A36;
	font-size: 20px;
	margin-bottom: 10px;
}

h1.green {
	color: #2C9912;
	font-size: 20px;
}
h3 {
	font-size:16px;
}

p.purple {
	color: #4E1A36;
	font-size: 16px;
}

#products {
	margin-top: 30px;
}

#navLeft a.subLink, #navLeft a.active2 {
	padding-left: 15px;
}

#navLeft a.subLink:hover, #navLeft a.active2 {
	color: #FF0D21;
	background: #F9F9F9;
}

#navLeft a.subLink:hover span, #navLeft a.active2 span {
	background: transparent url(../images/navArrow2.png) left 6px no-repeat;
}

#breadCrumb {
	margin-bottom: 10px;
	font-size: 10px;
	color: #1A6995;
}

#breadCrumb a {
	color: #1A6995;
	font-size: 10px;
	text-decoration: none;
}

#breadCrumb a:hover {
	text-decoration: underline;
}

#mainContent ul {
	margin: 10px 0px;
}

#mainContent ul li {
	color: #4E1A36;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	margin-left: 20px;
}

.productRow {
	margin-top: 15px;
}

.productRow img{
	float: left;
	vertical-align:top;
	margin-right: 15px;
}