@charset "UTF-8";
/* CSS Document */


#promo-component {
	position: relative;
	width: 628px;
	height: 332px;
	background-color: #111;
}

#promo-component a.left-arrow {
	display: none;
	float: left;
	width: 14px;
	height: 332px;
	overflow: hidden;
	background: #111 url(images/promo-component-arrows.jpg) 0 0 no-repeat;
}

#promo-component a.left-arrow:hover {
	background-position: -14px 0;
}

#promo-component a.right-arrow {
	display: none;
	float: right;
	width: 14px;
	height: 332px;
	overflow: hidden;
	background: #111 url(images/promo-component-arrows.jpg) -28px 0 no-repeat;
}

#promo-component a.right-arrow:hover {
	background-position: -42px 0;
}


#promo-component ul.promo-content {
	display: block;
	position: absolute;
	left: 14px;
	width: 600px;
	height: 332px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #222;
}

#promo-component ul.promo-content li {
	margin: 0;
	padding: 0;
}

#promo-component ul.promo-content li.one-column {
	position: absolute;
	display: block;
	width: 600px;
	height: 332px;
}

#promo-component ul.promo-content li.two-column {
	position: absolute;
	display: block;
	width: 600px;
	height: 332px;
}

#promo-component ul.promo-content li.two-column .left {
	display: block;
	float: left;
	width: 366px;
	height: 332px;
	margin: 0;
}

#promo-component ul.promo-content li.two-column .right {
	display: block;
	float: left;
	width: 234px;
	height: 332px;
	background: #990000 url(images/text-bg.jpg) 0 0 repeat-x;
	color: #fff;
	margin: 0;
}

#promo-component ul.promo-content .testimonial {
	display: block;
	padding: 20px 20px 0 20px;
	width: 194px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#promo-component ul.promo-content .offer {
	display: block;
	margin-left:10px;margin-top:5px;
	padding: 10px 10px 5px 10px;
	width: 194px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:lightgray;
	border: 1px solid black;
	color: black;
}

#promo-component ul.promo-content .offer h2 {
	display:block;
	margin-bottom: 5px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
}

#promo-component ul.promo-content p {
	margin: 0 0 6px 0;
}

#promo-component ul.promo-content a {
	#color: #6bb7ff;
	color: darkred;
	text-decoration: none;
	font-size:14px;
}
