@charset "UTF-8";
/* CSS Banner Styles */
/* Copyright Cruz the juice Ltd and Star Dusted Media */

#area_green {
	float: left;
	width: 100%;
	height: 190px;
	background-color: #add000;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_green_tall {
	float: left;
	width: 100%;
	height: 240px;
	background-color: #add000;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_orange {
	float: left;
	width: 100%;
	height: 190px;
	background-color: #edad2b;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_orange_tall {
	float: left;
	width: 100%;
	height: 240px;
	background-color: #edad2b;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_purple {
	float: left;
	width: 100%;
	height: 190px;
	background-color: #8d4cbc;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_purple_tall {
	float: left;
	width: 100%;
	height: 240px;
	background-color: #8d4cbc;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_pink {
	float: left;
	width: 100%;
	height: 190px;
	background-color: #e899a1;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#area_pink_tall {
	float: left;
	width: 100%;
	height: 240px;
	background-color: #e899a1;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_pricing img {
	border: 1px solid #ac4f4a;
}
#info_box {
	float: left;
	width: 136px;
	height: 190px;
	text-align:center;
	font-size: 0.9em;
	color: #FFFFFF;
}
#info_box h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 10px;
}
#info_box h3 {
	font-size: 1.5em;
	font-weight: bold;
}
#info_box_wide {
	float: left;
	width: 410px;
	height: 185px;
	text-align:center;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
#info_box_wide h3 {
	font-size: 0.9em;
	font-weight: bold;
}
.box_header {
	font-size: 0.9em;
	font-weight: bold;
	color: #bc6555;
	float: left;
}
.small_print {
	font-size: 0.8em;
	float: left;
}