#container_offers {
	width: 744px;
	height: 300px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 8px 8px 0px;
	color: #F61821;
	font-weight: bold;
}
.offerlink {
	float: right;
	padding-right: 10px;
}

#offer_box {
	width: 210px;
	padding: 10px;
	height: 300px;
	float: left;
	//border-right-width: 1px;
	//border-right-style: solid;
	//border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

#offer_box2 {
	width: 210px;
	height: 300px;
	padding: 10px;
	float: left;
	//border-right-width: 1px;
	//border-right-style: solid;
	//border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	position: relative;
	left: 20px;
}

#offer_box3 {
	width: 210px;
		height: 320px;
	padding: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	position: relative;
	left: 40px;
}
#offerline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 10px;
	width: 760px;
	margin: 0 auto;
}


.offerimage {
	text-align: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 8px;
}

.offerprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 4px;
	letter-spacing: -1px;
}
.offerdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	padding-bottom: 4px;
}


.offerheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-align: left;
	line-height: normal;
	padding-bottom: 4px;
}

#display {
	color: #808080;
}
#container_footer {
	width: 760px;
	height: 80px;
	margin: 0 auto 0 auto;
	position: relative;
}
#footer_contact {
	width: 562px;
	float: left;
	padding: 46px 8px 8px;
	vertical-align: baseline;
}
#footer_logo {
	width: 182px;
	height:80px;
	float: right;
}
