@charset "utf-8";
/* CSS Document */

/****************PRICING PAGE STYLES**************/

#pricing_container{
	background-image:url(../images/pricing_box.png);
	width:654px;
	height:457px;
	float:left;
	margin: 70px 0 0 5px;
}
#specials_container{
	background-image:url(../images/specialofferbox.png);
	width:654px;
	height:457px;
	float:left;
	margin: 70px 0 0 5px;
}

#pricing_bodyshape{
	background-image:url(../images/find-body-shape.png);
	width:229px;
	height:296px;
	float:left;
	margin: 145px 0 0 -265px;
}

#pricing_bodyshape a{
	width:229px;
	height:302px;
	display:block;
}

#pricing_bodyshape span {
	display:none;
}

#pricing_text{
	width:235px;
	height:188px;
	margin: 63px 0 0 85px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.nobullet{
	list-style:none;
	line-height:17px;
	margin-top:1px;	
}

#price_txt{
	width:450px;
	height:10px;
	position:relative;
	left:50px;
}

#specialsTxt {
	width:370px;
	height:auto;
	line-height:22px;
	margin: 20px 0 0 50px;
}

#cityPackage {
	float:left;
	margin:22px 0 0 120px;
}
#classicPackage {
	float:left;
	margin:10px 0 0 40px;
}

#executivepackage {
	float:left;
	margin:185px 0 0 -310px;
}

#referafriend {
	float:left;
	margin:125px 0 0 -135px;
}

#includes{
	width:150px;
	height:30px;
	font-size:9px;
	color:#d6324d;
	position:relative;
	bottom:120px;
	left:507px;
}

#inquiries {
	background-image:url(../images/dropanemail.png);
	width:319px;
	height:179px;
	float:left;
	margin: 170px 0 0 -312px;
}

#inquiries a{
	width:319px;
	height:179px;
	display:block;
}

#inquiries span {
	display:none;
}

/**************** PRICING NAVIGATION *************/

#pricing_nav{
	width:500px;
	height:15px;
	margin: 35px 0 0 50px;
}

.pricing_active{
	background-position: 0 -15px;
	margin-top:1px;
}

#price {
	display: block;  /* required */
	float: left;   
	margin-bottom:5px;
	width:65px; 
	height:12px;
	background-image:url(../images/nav/prices.png);

}

#price a {
	display: block;
	width:70px;
	height:12px;
}	

#price a span {
	display:none; /* required -- hides the HTML text link */
}

#price:hover {
	background-position: 0 -15px;
}

.pricefix{
	margin-top:2px;
}


.specialoffers_active{
	background-position: 0 -17px;
}


#specialoffers_sub {
	display: block;  /* required */
	float: left;   
	margin-bottom:5px;
	width:109px; 
	height:11px;
	background-image:url(../images/nav/soffers.png);
	position:relative;
	top:2px;
}

#specialoffers_sub a {
	display: block;
	width:109px;
	height:11px;
}	

#specialoffers_sub a span {
	display:none; /* required -- hides the HTML text link */
}

#specialoffers_sub:hover {
	background-position: 0 -45px;
}

/************** PRICING LEFT SIDE TEXT ***************/

#txt_container{
	background-color:#993;
	height:200px;
}