
/*--- Top Section Starts ---*/

.left-image
{
  width: 250px;
  height: 200px;
  float: left;
  display:inline;
  background: #B93D3D;
  border-right: solid 1px #ffffff;
}

#mid-image
{
 width: 443px;
 height: 200px;
 float: left;
 display:inline;
}


.right-image
{
 width: 205px;
 height: 200px;
 float: left;
 display:inline;
 background: url(../images/right-image.jpg) repeat-x;
 border-left: solid 1px #ffffff;
}


/*--- Top Section Ends ---*/

/*--- Content Section Starts---*/

.content-left
{
 width:250px;
 float:left;
 display:inline;
}

#box1
{
 width: 250px;
 height: 148px;
 float: left;
 display:inline;
 background: url(../images/down-image1.jpg) repeat-x;
}

#box2
{
 width: 250px;
 height: 129px;
 float: left;
 display:inline;
 background: url(../images/down-image1.jpg) repeat-x;
}

.content-right
{	
 width: 650px;
 float: left;
 display:inline;
}

.offer-box
{
 width: 324px;
 height: 139px;
 float: right;
 display:inline;
 background: url(../images/pack-image.jpg) repeat-x;
 border-left: solid 1px #ffffff;
}


/*--- Content Section Ends ---*/


