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


div#topPic {
	background: url(http://images.liquidlightvideo.com/mainSite/topPics/topPic3.jpg) no-repeat center top;
	width: 100%;
	height: 274px;
	position: absolute;
	top: 0px;
	z-index: -5;
}

p#pricingIntro {
	width: 100%;
	text-align: justify;
	font-size: 14pt;
}

p#pricingNotes {
	width: 80%;
	text-align: justify;
	font-size: 12pt;
	margin: 10px auto 10px auto;
	color: #DDDDDD;
}

h3 {
	background: url(http://images.liquidlightvideo.com/mainSite/pricing/pricing3.png) no-repeat center top;
}

h4 {
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	text-align: right;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 18pt;
	font-weight: normal;
	border-bottom: #222222 1px solid;
	color: #FFCC66;
}

h4.title {
	border: none;
	color: #FFFFFF;
	text-align: center;
}

h5 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin: 0px;
}


div.package {
	width: 80%;
	margin: 0px auto;
	padding-top: 30px;
	clear: both;
}

div.packageName {
	float: left;
	text-align: right;
	width: 35%;
}

div.packageDescription {
	float: right;
	width: 60%;
	color: #DDDDDD;
}

div.packageDescription > p:first-child {
	margin-top: 0px;
}

div#extras {
	clear:both;
	border-top: #333333 1px dotted;
	padding-bottom: 20px;
}

div.extra {
	margin: 10px auto 0px auto;
	width: 80%;
}

div.extraName {
	width: 80%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 14pt;
	float: left;
	border-bottom: #222222 1px solid;
	color: #FFCC66;
}

div.extraPrice {
	width: 18%;
	float: right;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 14pt;
	color: #FFCC66;
}

div.extraDetails {
	clear: both;
	width: 80%;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #DDDDDD;
}

p#contact {
	font-size: 14pt;
}






