﻿/*
	name:	Wide Promotion
	file:	promoWide.css
	purpose: Display one full length promo with 1 image
*/

/* ***************************************************
	Promotional Boxes by 2
   *************************************************** */
.promowide
{
	/* ---- clear float and drift ----
	float:left;
	display: inline;
	*/
	margin-bottom: 16px;
	width: 990px;
	background: url(../images/content_box1_top.gif) no-repeat top left;
	overflow: auto;
}
.promowide .box
{
	margin-top: 6px;
	padding: 10px 16px 16px 16px;
	background: url(../images/content_box1_btm.gif) no-repeat bottom left;
	overflow: auto;
}
.promowide img
{
	float: left;
	display: inline;
	height: 95px;
	width: 95px;
	margin-right: 10px;
	border: solid 1px #aaaaaa /* border gray */;
}

.promowide .box .imgwide
{
	float: left;
	display: inline;
	height: 95px;
	width: 157px;
	margin-right: 16px;
	border: solid 1px #aaaaaa /* border gray */;
}
.promowide h2
{
	font-size: 23px;
	line-height: 19px;
	margin: 0 0 13px 0;
}
.promowide h3
{
	font-size: 15px;
	line-height: 11px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.promowide p
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.promowide p a.moreinfo
{
	
	font-size: 14px;
	font-weight: bold;
	color: #DB8F21 /* tomato */;
	border-bottom: none; 
}
.promowide p a.moreinfo:hover
{
	text-decoration: underline; 
}
/* *********************************	
	


