	
.mainPromo
	{
	position: relative;
	width: 480px;
	background: url('../images/mainpromo_bg.gif') repeat-y;
	padding: 0;
	margin: 15px 0;	
	color: #fff;
	}

.mainPromo h2
	{
	padding: 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	}

.mainPromo h3
	{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	color: #fff;
	}

.mainPromo img
	{
	border: 1px solid #c63;
	}

a.viewAll
	{
	position: relative;
	float: right;
	display: block;
	font-size: 0.8em;
	right: 45px;
	color: #fff !important;
	}

a:hover.viewAll {color: #333 !important;}
a:active.viewAll {background-color: #e2e2e2 !important; color: #c63 !important;}


.leftCol a, .rightCol a
	{
	color: #fff !important;
	}

.mainPromo .learnMore
	{
	float: right;
	margin-top: 5px;
	}

.mainPromo .prodImage
	{
	float: right;
	margin: 0 0 5px 5px;
	}

.mainPromo p
	{
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3em;
	}

.mainPromo .title
	{
	height: 38px;
	background: url('../images/mainpromo_title.gif') no-repeat;
	color: #fff;
	padding: 5px 0 0 60px;
	font-family: 'trebuchet ms', georgia, serif;
	margin: 0;
	}

.leftCol, .rightCol
	{
	position: relative;
	width: 220px;
	margin: 5px 0 0 0;
	}

.leftCol
	{
	left: 10px;
	float: left;
	}

.rightCol
	{
	right: 10px;
	float: right;
	}

.mainPromo .footer
	{
	clear:both;
	position: relative;
	top: 7px;
	height: 12px;
	background: url('../images/mainpromo_footer.gif') no-repeat top center;
	}
	