
/* --------- Main Body ---------*/
div#mainbody
{
	height: 100% !important;
	width: 100%;
	margin: -1px 0 35px 0;
	white-space: nowrap;
	border-top: solid 1px #5A0376;
	position: relative;
	z-index: 0;
	background-color: #F2F6FB;
}
div#bodycontent
{
	padding: 4% 3% 0 3%;
	white-space: normal;
}

div#pagename
{
	font-size: 1.6em;
	text-transform: uppercase;
	color: #5A0376;
	letter-spacing: 1px;
}
div#columns
{
	margin: 0;
}
div#left_column
{
	float: left;
	width: 170px;
}
div#left_column img
{
	margin-top: 18px;
}
div#middle_column
{
	float: left;
	width: 52%;
	overflow: hidden;
	margin-top: 16px;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.5em;
}
div#right_column
{
	float: right;
	width: 25%;
}
div#wide_column
{
	width: 100%;
	margin-top: 16px;
}
div#wide_column70
{
	width: 70%;
	float: left;
	margin-top: 16px;
}
div#middle_column li, div#wide_column li
{
	margin: 5px 0 5px 0;
}
/* --------- Boxes ---------*/
.pricebox
{
	background-color: #e0eefb !important;
}
.pricebox p
{
	padding: 10px 10px 5px 10px;
}
/* -------- Packages ---------*/
div.package
{
	padding: 10px 0 25px 0;
	border-bottom: solid 1px silver;
	margin-bottom: 20px;
}
/* ------- Services ---------*/
div#services
{
	padding: 0 0 0 12px;
	width: 100%;
}
div.service
{
	margin: 5px 10px 20px 10px;
	height: 100px;
	width: 22%;
	float: left;
	text-align: center;
	display: block;
}
span.details
{
	text-align: center;
	margin: 8px 15px 8px 15px;
}
span.details img
{
	margin: 11px 0 0 0;
	clear: both;
}
div.service a
{
	border: solid 1px transparent;
	text-decoration: none;
	display: block;
}
div.service a:hover
{
	background-color: #e0eefb;
	border: solid 1px #5A0376;
	text-decoration: none;
	color: #333;
}
span.name
{
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5A0376;
	padding: 8% 0 4% 0;
	line-height: 1.6em;
	clear: both;
}
span.text
{
	display: block;
	margin: 7px 0 0 0;
	white-space: normal;
	padding: 0 12px 11px 20px;
	vertical-align: middle;
	line-height: 1.5em;
	text-align: left;
}

/* ------- Prices ---------*/
.pricedesc
{
	width: 200px;
	font-weight: bold;
}
.priceleft
{
	background: url(bullet.png) no-repeat center;
	width: 40px;
}
.priceright
{
	text-align: right;
}
/* ------- Links ---------*/
div#links
{
}
div#links a
{
	font-size: 1.1em;
}
div#links p
{
	margin: 0 0 20px 0;
}
/* -----------------------*/
.block
{
	display: block;
	padding-bottom: 5px;
}
.block25
{
	display: block;
	margin-top:25px;
	margin-bottom: 5px;
}
/*------ Download Link --------*/
.downloadlink
{
	border:solid 1px #5A0376;
	background-color:#E0EEFB;
	margin-top:30px;
	padding:0 6px 8px 6px;
	float: left;
	width: 118px;
	text-align:center;
}