div#plans{
    height: 800px;
    background: #2173a8 url('/images/3/planback.png') repeat-x left bottom;
}

div#plansheader{
    background: transparent url('/images/3/planstop.png') repeat-x;
}

div#plansheadercontainer{
    position: relative;
    height: 170px;
    width: 900px;
    margin: 0px auto;
}

div#planscontainer{
    width: 900px;
    margin: 20px auto;
}

ul#the_plans{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#the_plans li.plan{
    width: 196px;
    height: 346px;
    border: 6px solid #0B2B40;
    margin: 0 20px 0 0;
    padding:0;
    display: block;
    float: left;
    position: relative;

}

div.plan_header{
    width: 196px;
    height: 346px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}

div.plan_header h3{
    display: none;
}

div.plan_header span{
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	display:inline-block;
	font-size:16px;
	margin:5px;
	opacity:0.6;
	padding:3px;
	position:relative;
	text-decoration:none;
	z-index:1000;
}

li.wedding div.plan_header{
    background: transparent url('/images/3/front-wedding-venues.jpg') no-repeat;
}
li.birthday div.plan_header{
    background: transparent url('/images/3/front-birthday-party.jpg') no-repeat;
}
li.conference div.plan_header{
    background: transparent url('/images/3/front-conference-centre.jpg') no-repeat;
}
li.meeting div.plan_header{
    background: transparent url('/images/3/front-meeting-rooms.jpg') no-repeat;
}

div.plan_header h2 a{
	color: #000000;
	text-decoration: none;
	text-align: top;
}

div.plan_text h3{
	color: #F0C83E;
}

ul.plan_features{
    margin:0;
    padding: 10px;
    font-size: 18px;
    color: #333333;
    list-style-type: none;
    text-align: center;
}

ul.plan_features li{
    margin: 2px 0 2px 0;
    padding: 6px 0 5px 0;
    background: transparent url('/images/3/dashed.png') no-repeat center bottom;
}

ul.plan_features li span{
    font-weight: bold;
}

li.last{
    margin-right: 0 !important;
    background-image: none !important;
}

div.plan_text{
    width: 440px;
    margin-right: 10px;
    float: left;
    font-style: italic;
    font-family: Georgia, Times, Sans-Serif;
    font-size: 13px;
    color: #FFFFFF;
}

div.plan_text h2{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    letter-spacing: 80%;
    font-style: normal;
    color: #F8C140;
    margin-bottom: 5px;
    padding-bottom: 0;
}

div.plan_text p{
    margin-top: 5px;
}

div#planscontent{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 20px auto;
	width: 860px;
	display: block;
	border: 6px solid #0B2B40;
	background: #FFFFFF;
	padding: 10px;
}