/*
Coder: Sam Gordon - Pixale
Website: Pixale.net
*/

/* Main Packages Section */

	.packages {
		width:505px;
		height:181px;
		float:right;
		margin:8px 0 8px 0
	}

/* Content Section */

		#content .right h2 {
			font-family:Century Gothic;
			font-style:italic;
			font-weight:bolder;
			color:#484848;
			font-size:32px
		}


		#content .right p {
			padding:18px 10px 0 5px;
			color:#1d1d1d;
			font-size:11px;
			line-height:17px
		}

.packages {
	width:497px;
	height:auto;
	float:left;
	margin:8px 0 0;

}

.packages_prices {
	background:#000;
	width:495px;
	height:32px;
	overflow:hidden
}

.bronze-container h3 {
	background: url(../images/packages/bronze-header.png) no-repeat;
	width:157px;
	height:29px;
	text-indent: -10000px
}

.silver-container h3 {
	background: url(../images/packages/silver-header.png) no-repeat;
	width:157px;
	height:29px;
	text-indent: -10000px
}

.gold-container h3 {
	background: url(../images/packages/gold-header.png) no-repeat;
	width:157px;
	height:29px;
	text-indent: -10000px
}

.bronze-container,
.silver-container,
.gold-container {
	width:157px;
	height:auto;
	float:left;
	text-align:center;
}

.bronze-price,
.silver-price {
	width:157px;
	margin:0 12px 0 0;
	float:left
}

.gold-price {
	width:157px;
	float:left
}

.bronze-container,
.silver-container {
	background: url(../images/packages/package1-main.png) repeat-y;
	margin:0 12px 0 0
}

	.bronze-main,
	.silver-main {
		background: url(../images/packages/package1-main_top.png) no-repeat;
		height:auto
	}

	.bronze-main_inner,
	.silver-main_inner {
		background: url(../images/packages/package1-main_footer.png) no-repeat bottom;
		height:auto;
		padding:13px 0 8px 0
	}

.gold-container {
	background: url(../images/packages/package2-main.png) repeat-y;
	margin:0
}

	.gold-main {
		background: url(../images/packages/package2-main_top.png) no-repeat;
		height:auto
	}

	.gold-main_inner {
		background: url(../images/packages/package2-main_footer.png) no-repeat bottom;
		height:auto;
		padding:13px 0 8px 0
	}

.bronze-main_inner h4,
.silver-main_inner h4,
.gold-main_inner h4 {
	Color:#117094;
	font-weight:bolder;
	text-decoration:underline
}

	
.bronze-main_inner ul,
.silver-main_inner ul,
.gold-main_inner ul {
	list-style: none;
	margin: 2px 0 0;
	color:#000000;
	font-size:11px;
}

.bronze-main_inner ul li,
.silver-main_inner ul li,
.gold-main_inner ul li {
	margin: 0 0 16px;
}

.order-now {
	background: url(../images/packages/order-now.png) no-repeat;
	width:110px;
	height:32px;
	margin:0 auto
}
	
	.order-now a,
	.order-now a:hover {
		background: url(../images/packages/order-now.png) no-repeat;
		width:110px;
		height:32px;
		float:left;
		text-indent: -10000px;
	}