/* CSS Document */
html, body {
	background:#fff url(../images/main-bg.gif) top repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	margin:0;
	color:#FFFFFF;
	}
*{
	margin:0;
	padding:0;
}
a{
	color:#77b0c4;
	text-decoration:underline;
}
a:hover{
	color:#77b0c4;
	text-decoration:none;
}
.clear{
	clear:both;
	font-size:0px;
}
input{
	margin-bottom:8px;
	margin-right:5px;
}
.mainContainer{
	margin:0 auto;
	width:901px;
}
.header{
	background:url(../images/header.png) no-repeat;
	height:168px;
	position:relative;
}
.navigation{
	position:absolute;
	top:74px;
	right:132px;
}
.navigation a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:30px;
	font-size:14px;
	font-weight:bold;
}
.navigation a:hover{
	color:#86bac8;
	text-decoration:none;
}
.maincontent{
	background:url(../images/col-bg.png) repeat-y;
	padding:0px 100px 0 100px;
	color:#02202d;
}
a.float{
	margin-left:30px;
	margin-top:10px;
	line-height:30px;
	font-weight:bold;
	font-style:italic;
}
.maincontent ul{
	/* list-style:outside; */
	list-style-type:square;
	line-height:19px;
	padding-left: 20px;
	margin-left: .5em; 
}
.title{
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
.title2{
	font-size:16px;
	font-weight:bold;
	line-height:40px;
}
.title3{
	font-weight:bold;
	line-height:30px;
}
.purchase_optionT{
	margin-right:30px;
}
.purchase_option{
	margin-top:30px;
}
.title{
	position:relative;
	margin-bottom:15px;
}
.title img{
	font-size:19px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	right:0px;
}
.leftp{
	float:left;
	width:315px;
	margin-bottom:0px;
}
.rightp{
	float:right;
	width:350px;
	margin-bottom:0px;
}
a.packagebuybutton{
	width:105px;
	height:32px;
	display:block;
	background:url(../images/buynow-button.png) 0px 0px;
}
a:hover.packagebuybutton {
	width:105px;
	height:32px;
	background:url(../images/buynow-button.png) 0px -32px;
}
a.packagereservebutton{
	width:105px;
	height:32px;
	display:block;
	background:url(../images/reserve-button.png) 0px 0px;
	float:left;
}
a:hover.packagereservebutton {
	background:url(../images/reserve-button.png) 0px -32px;
}
.left{
	float:left;
	width:310px;
}
.right{
	float:right;
	width:305px;
}
.footer{
	text-align:center;
	line-height:120px;
}
.footer a{
	text-decoration:none;
	color:#02202d;
	font-size:11px;
	font-weight:bold;
}
form{
	font-weight:bold ;
	margin-right:3px;
}
.topImg{
	margin:10px 0 20px 0;
}
.contentImg{
	text-align:center;
	margin:10px 0 10px 0;
}
.script{
	margin:35px 0 35px 0;
}
.small{
	font-size:10px;
	padding-top:12px;
}
.strong{
	font-weight:bold;
	padding:5px 0 15px 0;
}
p{
	padding-bottom:10px;
	line-height:19px;
}
.buy_btn{
	margin-bottom:30px;
}
/* for JS */
#selectioncontainer {
	position:fixed;
	z-index:1000;
	display:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
	background:transparent url(../images/lightbox_bg.png) repeat scroll 0 0 !important;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
}
#selectioninnercont {
	position:relative;
	margin:100px auto;
	top:80px;
	min-width:166px;
	width: 405px;
	height:180px;
	color:white;
	background-color:black;
	border: 1px solid white;
	padding:45px 15px 15px 15px;
	font-size: 0.8em;
}

#selectioninnercont select {
	margin: 15px auto;
	position: relative;
}

#contBtnContainer {
	margin-top: 15px;
	height: 40px;
	overflow: auto;
}
#continueButton,
#cancelButton {
	position:relative;
	width:80px;
	padding:4px 6px;
	margin-right:6px;
	text-align:center;
	background-color:#333;
	color:#FFF;
	line-height: 1.6em;
	text-decoration:none;
}

#cancelButton {
	background:none;
	color:#ccc;
}
#cancelButton:hover {
	background-color:#333;
	color:#FFF;
}

.name a{
color:#02202D;
text-decoration:none;
}
