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

/* LAYOUT */
#header { width:100%; height:145px; } 
#logo { float:right; margin-top:19px; margin-right:98px; }

#menu ul { list-style:none; margin:0; padding:0; text-align:right; margin-right:10px; }
	#menu ul li { margin-bottom:20px; }
		#menu ul li a { font-weight:bold; color:white; text-decoration:none; font-size:14px; line-height:12px; }
		//#menu ul li a:hover {color:#00a1ee; }
		#menu ul li a.active {color:#00a1ee; }
	
#columnLeft { float:left; width:140px; height:623px; }

#columnRight { float:right; width:884px; }
	#rightTop { float:left; }
	#rightBottom1 { float:left; width:540px;}
		.enlargeText { font-size:20px; }
		.smallText { font-size:11px; }
	#rightBottom2 {
	float:right;
	margin-top:63px;
	width:254px;
	height:400px;
	font-size:12px;
	margin-right: 30px;
}
	#rightBottom3 {
	float:right;
	margin-top:40px;
	width:225px;
	font-size:12px;
	background-image: url(../images/panel.png);
	background-repeat: repeat;
	padding: 15px;
	padding-bottom: 0px;
	margin-right: 30px;
}
	
.blueDott { list-style:none; }
	.blueDott li { padding-left:15px; background-image:url(../images/dott.gif); background-repeat:no-repeat; background-position:0px 5px; margin-bottom:2px; }
	

	
#packages {
	position:relative;
	margin-right: 230px;
	z-index:100;
	float:right;
	text-align:center;
}
#packages3 {
	position:relative;
	margin-right: 195px;
	z-index:100;
	float:right;
	text-align:center;
}
#packages2 { position:relative; margin-right: 230px; float: right; z-index:100; text-align:center; font-weight:bold; font-size:16px; }
#packages2 a { color:#00A4E4; }
#advGames { position:relative; margin-right: 260px; float: right; z-index:100;  }
#advMenu { position:absolute; margin-left: 490px; top: 630px; z-index:100;  }

.reviews { width:800px; height:352px; background-image:url(../images/reviews.gif); background-repeat:no-repeat; }

#masterHolder { width:1024px; overflow:hidden; }
#sound { float:right; position:relative; right:60px; }


/* FORM */
.reviews fieldset { border:none; color:#99cc66; margin-left:50px; padding-top:10px; }
	.reviews .form-row { float:left; width:100%; margin-bottom:5px; padding-top:3px; }
		.reviews input, .reviews textarea { border:1px solid #99cc66; font-size:9px; width:270px; }
		.reviews textarea { height:80px; }
		.reviews label { display:block; width:80px; float:left; font-size:12px; }
		.checkbox { border:none!important; width:16px!important; }
		.btn { width:92px!important; height:26px; border:none!important; position:relative; left:400px; bottom:150px; z-index:50; }
		#thankYouMessage { display:none; color:#99CC66; float:left; margin-left:30px; margin-top:30px; }
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
