/* Home specific css styles */

body {
  background-image:url(../images/bg_pricing.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#5B3976; 
}

div#content {
	background-image:url(../images/menu_bottom_pricing.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


div.colLeft {
	float:left;
	width:422px;
	padding-top: 10px;
}

div.colRight {
	float:right;
	width:316px;
}


div.priceBlock {

}


div.priceBlock h3 {
	margin:0;
	padding:0;
	font-size:1.1em;
}

div.priceBlock p {
	margin-top:0;
	width:310px;
}

div.priceAmount {
	float:right;
	border-left: solid thin #ccc;
	padding-left:6px;
	width:80px;
}


p.smallNote {
	margin-left:20px;
}