/* Main css styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Century Gothic", Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
body a { text-decoration: underline; }
body a:link { color: #ffffff; }
body a:visited { color: #ffffff; }
body a:focus { color: #ff6600;}
body a:hover { color: #ff6600;}
body a:active { color: #ffffff; }

.global_container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.main_content {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 74%;
}
.content {
	position: absolute;
	top: 10px;
	left: 218px;
	width: 70%;
	height: 90%;
	border: 1px solid #ff6600;
	padding: 10px;
}

/* Header styles */

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #000000;
}
.header_img {
	width: 656px;
	height: 133px;
	margin-left: auto;
	margin-right: auto;
}

/* Voucher page styling */

.prices_content {
	top: 0px;
	left: 0px;
	width: 80%;
	height: 90%;
	margin: auto;
	text-align: center;
}
.entrance_container {
	position: relative;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 658px;
	height: 100%;
}
.entrance_left {
	top: 0px;
	left: 0px;
	width: 304px;
	height: 520px;
	float: left;
}
.entrance_right {
	top: 0px;
	left: 354px;
	width: 304px;
	height: 520px;
	float: right;
}
.button_left {
	top: 520px;
	left: 0px;
	width: 304px;
	height: 30px;
	float: left;
}
.button_right {
	top: 520px;
	left: 354px;
	width: 304px;
	height: 30px;
	float: right;
}
#entrance_img {
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
.entrance_link img { border: 2px solid #FFF4d9; }
.entrance_link img:hover { border-color: #FF6600; }
.enter {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
}
.enter a { text-decoration: none; color: #000000; }
.enter a:link { color: #000000; }
.enter a:visited { color: #000000; }
.enter a:focus { color: #ff6600;}
.enter a:hover { color: #ff6600;}
.enter a:active { color: #000000; }
.simplicity_container {
	width: 480px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.title_1 {
	font-size: 570%;
	letter-spacing: 8px;
}
.by_ab {
	font-size: 210%;
}
.complete_header {
	position: relative;
	width: 880px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
.complete_left_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: 1px solid #FFF4d9;
}
.complete_header_text {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 580px;
	height: 125px;
	padding-top: 25px;
}
.complete_right_img {
	position: absolute;
	top: 0px;
	left: 730px;
	width: 150px;
	height: 150px;
	border: 1px solid #FFF4d9;
}
.complete_text {
	position: relative;
	top: 160px;
	width: 880px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.title_2 {
	font-size: 500%;
}
li {
	margin: 4px;
}
.price_left {
	text-align: left;
	left: 0px;
}
.price_list {
	
}
.price_list tr td {
	border:2px solid #252525;
}
.pt_head {
	font-weight: bold;
}
.pt_foot {
	font-weight: bold;
}

/* Global Styles */

h1 {
	font-size: 260%;
	margin-top: 5px;
	Margin-bottom: 5px;
	color: #ffffff;
	letter-spacing: 2px;
	word-spacing: 4px;
	font-weight: normal;
}
h2 {
	font-size: 280%;
	margin-top: 1px;
	Margin-bottom: 1px;
	font-weight: normal;
}
h3 {
	font-size: 340%;
	margin-top: 5px;
	Margin-bottom: 2px;
	font-weight: normal;
	letter-spacing: 2px;
}
h4 {
	font-size: 250%;
	margin-top: 5px;
	Margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: 2px;
}
h5 {
	font-size: 300%;
	margin-top: 5px;
	Margin-bottom: 0px;
	font-weight: normal;
	letter-spacing: 3px;
	word-spacing: 5px;
}
h6 {
	font-size: 180%;
	margin-top: 5px;
	Margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: 2px;
}
.error {
	color: #B70D05;
	font-weight: bold;
}
.sml {
	font-size: 80%;
}
.vsml {
	font-size: 70%;
}
.b {
	font-weight: bold;
}
.b_lrg {
	font-size: 120%;
	font-weight: bold;
}
.r, #r {
	color: #B70D05;
}
.o, #o {
	color: #ff6600;
}
.g, #g {
	color: #888888;
}
.lrg {
	font-size: 200%;
}
.lrgb {
	font-size: 120%;
	font-weight: bold;
}
p {
	text-align: left;
}
.right {
	float: right;
	padding-left: 2px;
}
.left {
	float: left;
	padding-right: 2px;
}
.center {
	text-align: center;
}