@charset "utf-8";
@import url('http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css');
@import url('webfont-requiem.css');
html,body { background: #000 url('../images/j2background.jpg') no-repeat 50% 50% fixed; color:#999; font-family: Georgia, "Times New Roman", Times, serif; font-size:20px; }

/* Standard Tags */
h2{ font-size: 30px; text-transform: capitalize; margin-top: 10px; margin-bottom: 6px; }

.align-right { text-align: right; }
.float-right { float: right; }
.float-left  { float: left; }
.clear-both  { clear: both; }
.clear-left  { clear: left; }
.clear-right { clear: right; }

.price-list { list-style:: none; padding: 0px; margin-left: 0px; width: 250px; }
.price-list li { list-style: none; margin-left: 18px; }

.price { 
	width: 130px;
	background: #222;
	color: #d8d8d8;
	border: 2px solid #555;
	margin-left:300px;
	text-align:right;
	padding-right: 8px;
}


.package-list { list-style:: circle; padding: 0px; margin-left: 10px; width: 250px; }
.package-list li { list-style: circle; margin-left: 10px; }

.a {
	font-family: Tahoma;
	color:#999;
}

.shadow1{
box-shadow: 5px 5px #818181;
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}

p1 { color: #fff; font-family: "Requiem", Georgia, "Times New Roman", Times, serif; font-size: 20px; text-shadow: 0px 0px 9px #fff; padding-left: 5px; }


/* Pricing and Package page specific */
.pricing-page h1 { color: #fff; font-family: "Requiem", Georgia, "Times New Roman", Times, serif; font-size: 48px; text-shadow: 0px 0px 18px #fff; padding-left: 10px; }
.package-page h1 { color: #fff; font-family: "Requiem", Georgia, "Times New Roman", Times, serif; font-size: 48px; text-shadow: 0px 0px 18px #fff; padding-left: 10px; }