@font-face {
	font-family: "coventryscriptflf";
	src: url("../fonts/coventryscriptflf_rg-webfont.eot");
	src: local("coventryscriptflf"), url("../fonts/coventryscriptflf.ttf") format("truetype");
} 
body {
	margin:auto;
	padding:0px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
hr {
	border: 1px #000 solid;
}

.hdr {
	padding-top:20px;
	font-size:100px;
	line-height:70px;
	font-family:"coventryscriptflf",Georgia, "Times New Roman", Times, serif;
}
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
#page-wrap {
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a, a:visited { 
	outline: none 
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:34px;
	font-weight:normal;
}
h2 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
.break {clear:both;}
/***************** Custom **********************/
.ribbon	{ position:fixed; top:0px; left:0px; z-index:999;}
.top_black_line {
	width:100%;
	height:5px;
	background-color:#000;
	margin-bottom:15px;
}
.tab_container {
	width:143px;
	display:inline;
	float:right;
}
.tab_container a {
	color:#FFF;
}
.tab_black {
	position:absolute;
	z-index:5;
	color:#FFF;
	text-align:center;
	margin-top:5px;
	width:143px;
	height:26px;
	background-image:url(../images/bgs/bg_black_tab.png);
	background-repeat:no-repeat;
}
.tab_purple {
	position:absolute;
	top:21px;
	color:#FFF;
	text-align:center;
	padding:12px 5px 0px 5px;
	width:143px;
	height:36px;
	background-image:url(../images/bgs/bg_purple_tab.png);
	background-repeat:no-repeat;
}
.wrapper {
	width:1002px;
	margin:auto;
	padding:0px;
}
.slogan {
	font-weight:normal; font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-align:center;
	margin:40px 0px 20px 0px;
	height:125px;
	background-image:url(../images/bgs/bg_hdr.png);
	background-repeat:no-repeat;
}
.subMenu {	
	height:50px;
}
.subMenu a {	
	margin-right:5px;
	border-bottom:1px #9a4298 solid;
	line-height:20px;
}
.left {
	width:180px;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
.mid {
	width:22px;
	margin:0px;
	padding:0px;
	min-height:5px;
	display:inline;
	float:left;
}
.home_content  {
	width:800px;
	min-height:560px;
	background-image:url(../images/bgs/bg_home_content.png);
	background-repeat:no-repeat;
}
.home_content_2 {
	width:480px;
	text-align:justify;
}
.right {
	width:800px;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
.footer {
	width:100%;
	padding-top:20px;
	font-size:10px;
	color:#666;
	padding-bottom:60px;
	text-align:center;
	line-height:15px;
}
.footer_link_divider {
	margin:0px 5px 0px 5px;
}
.video_container {
	width: 482px;
	height:274px;
	background-color:#000;
	text-align:center;
	color:#FFF;
}
.partners {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	background-color:#fff;
	z-index:9;
}
.partners img {
	margin-right:10px;
}
.caption {
	padding-top:5px; font-size:10px; color: #666;
}
.sold_out_menu {
	/*text-decoration:line-through;*/
	color:#f00;
	background-image:url(../images/sold_out_menu.png);
	background-repeat:no-repeat;
	background-position:center;
}
/***************** packages.php ******************/
.sold_out {
	text-decoration:line-through;
	color:#f00;
}
.packageImgDiv {
	width:210px;
	height:218px;
	/*border:1px #f00 solid;*/
	background-image:url(../images/bgs/bg_polaroid.png);
	background-repeat:no-repeat;
	display:inline;
	float:right;
	margin-left:15px;
}
.packageContentDiv {
	display:inline;
	float:left;
	width: 560px;
}
.packageDetails a {
	/*color: #9a4298;*/
	font-weight:bold;
}
.qty {
	border:1px #999 solid;
	background:none;
	font-size: 18px;	
	width:35px;
}
/*********** forms ***************/
input, textarea, select
{
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px #000 solid;
}
.req {color:#9a4298; font-size:12px;}
.notes {color:#999; font-size:10px;}
.titleField100 {width:100px; display:inline; float:left;}
.titleField150 {width:150px; display:inline; float:left;}
.reqField { min-width:10px; display:inline; float:left;}
.valueField250 {width:150px;display:inline; float:left;}
