/* CSS Document */

.offer-div
{
background:url(../images/development/normal_bg.png) repeat-y scroll 0 0 transparent;
float:left;
margin-bottom:0;
margin-left:10px;
width:690px;
}

.offer-div .top
{
background:url(../images/development/normal_top.png) no-repeat scroll 0 0 transparent;
height:13px;
width:690px;
}

.offer-div .hr
{
background:url(../images/development/hr_bg.png) no-repeat scroll 0 0 transparent;
border:0 none;
height:28px;
width:675px;
}

.offer-div .txt h2
{
margin:0 0 0 15px;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:bold;
line-height:28px;
color:#534531;
}

.offer-div .txt
{
color:#666666;
height:150px;
padding:10px;
}

.offer-div .bottom
{
background:url(../images/development/normal_bottom.png) no-repeat scroll 0 0 transparent;
height:20px;
width:690px;
}
ul.offer-box 
{
	 float: left; 
	 width: 690px; 
}

ul.offer-box li 
{
	color:#666;
	margin-right: 20px;	
	
	float: left; 
	width: 191px; 
	background:url(../images/development/offer-box-bg.png) repeat-x scroll; 	
	border:1px solid #E3EBC5;
	padding-top:10px;
	padding-left:10px;
	line-height: 1.7em;
	
}
ul.offer-box li p
{
	border-bottom: #d5d5d5 1px dotted;
}

