#mainbanner p {
	font-size: large;
	color: #333;
	vertical-align: text-top;
	top: 0px;
}
#mainContent p {
	margin-bottom: 1em;
	margin-top: 0px;
	color: #333333;
	line-height: 1.5em;
	font-size: 0.75em;
	font-style: normal;
}
/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #ED191C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	line-height: 1.3em;
	font-size: 0.8em;
	
}
ul li {
	list-style-position: inside;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 1.3em;
	list-style-type: square;
	font-size: 1em;
}
hr {
	color:#666
}

#mainContent h1 {
	color: #333;
	text-transform: none;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #666;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainContent h1 a{
	text-decoration: underline;
	color: #333;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #333;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display: block;
}
#mainContent h3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 18px;
	color: #F00;
	font-family: inherit;
}
#mainContent h4 {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1.1em;
	color: #333;
	font-family: inherit;
}
#mainContent h5 {
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-family: inherit;
}#mainContent h6 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #666;
	font-family: inherit;
}
.featureblock1 {
	border: thin none #333;
	background-color: #CDCDCD;
	padding: 5px;
}
.price {
	font-size: 24px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}



/* sidebar 1 */

#sidebar1  p {
	color: #333;
	font-size: 0.7em;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #333333;
	line-height: 1.2em;
	font-style: normal;
}
#sidebar1 h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #28AB21;
	text-transform: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
}
#sidebar1 h1 a{
	font-weight: bold;
	color: #40D937;
	text-transform: none;
}
#sidebar1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 6px;
	margin-top: 0px;
}
#sidebar1 h3 {
	font-size: 14px;
	color: #4814DE;
	margin-bottom: 6px;
	margin-top: 0px;
}#sidebar1 h4 {
	font-size: 12px;
	color: #4814DE;
	margin-bottom: 6px;
	margin-top: 0px;
}
#sidebar1  a {
	text-decoration: none;
	color: #310E98;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}

#sidebar1 .related a {
	display: block;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	font-size: 12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
	color: #FFFFFF;
	text-align: center;
}
