html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	text-align:center;
}

#footer a {
	color:#959595;
	padding-bottom:1px;
	border-bottom:1px solid #959595;
	text-decoration:none;
}

a img {
	border:none;
}

form {
	position:relative;
	padding:5px 0 5px 0;
	top:60px;
}

ul {
	position:relative;
	width:270px;
	margin:auto;
	padding:15px;
}

li {
	list-style:none;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border-right:1px solid #959595;
}

p {
	margin:5px;
}

.last {
	padding-right:0px;
	border:none;
}

.green {
	color:#004b2d;
	font-size:16px;
	letter-spacing:1px;
}

.red {
	color:#8f0d16;
}

.grey {
	color:#959595;
}

#logo {
	text-indent:-9999px;
	background: url(../images/gate/logo.jpg) no-repeat;
	width:165px;
	height:44px;
	margin:auto;
	position:relative;
	top:40px;
}

h1 {
	padding:0;
	margin:0;
}

h2 {
	font-size:14px;
	letter-spacing:2px;
	padding:5px;
	margin:0;
}

#container {
	width:1042px;
	margin:auto;
	position:relative;
	left:-9000px;
}

#containerTop {
	width:1042px;
	height:10px;
	background:#fff url(../images/gate/bg_container_top.gif) no-repeat top center;
}

#containerMid {
	width:1042px;
	background:#fff url(../images/gate/bg_container_tile.gif) repeat-y top center;
}

#containerBottom {
	width:1042px;
	height:10px;
	background:#fff url(../images/gate/bg_container_bottom.gif) no-repeat top center;
}

#header {
	position:relative;
	width:957px;
	height:40px;
	background: url(../images/gate/hr_gradient_top.jpg) no-repeat bottom center;
	margin:auto;
	padding-top:40px;
	left:-9000px;
}

#main {
}

#bottle {
	position:relative;
	top:40px;
	display:none;
}

#footer {
	font-size:10px;
	width:957px;
	height:80px;
	background: url(../images/gate/hr_gradient_bottom.jpg) no-repeat top center;
	margin:auto;
	padding-top:10px;
	padding-bottom:40px;
	position:relative;
	left:-9000px;
}

select, input {
	float:left;
}

/** component styles **/

.selectionContainer {
	padding-top:10px;
	width:500px;
	margin:auto;
}

label {
	font-size:9px;
	float:left;
	padding-bottom:15px;
}

.mask {
	position:relative;
	width:250px;
	height:259px;
	overflow-x:hidden;
	overflow-y:scroll;
	top:15px;
	left:7px;
}

.styledSelectContainer {
	text-align:left;
	background: url(../images/gate/components/styledSelectBg.png) no-repeat top left;
	height:288px;
	width:268px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

.styledSelectContainerSmall {
	text-align:left;
	background: url(../images/gate/components/styledSelectBgSmall.png) no-repeat top left;
	height:199px;
	width:95px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

.styledSelectContainerMedium {
	text-align:left;
	background: url(../images/gate/components/styledSelectBgMedium.png) no-repeat top left;
	height:199px;
	width:143px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

.styledSelectButton {
	margin:auto;
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
	padding-right:20px;
	font-size:10px;
	color:#959595;
	border:2px solid #e9e9e9;
	background: url(../images/gate/components/arrow_box_grey.gif) no-repeat top right;
}

.styledSelectButton.on {
	background: url(../images/gate/components/arrow_box_red.gif) no-repeat top right;
}

.listItem {
	font-size:9px !important;
	cursor:pointer;
	padding:10px 10px 5px 10px;
	width:239px;
}

.listItem.over {
	background: #ddd;
}

.ageSelectRestyled {
	float:left;
	margin-left:5px;
	margin-right:20px;
	top:-8px;
}

.topRow {
	position:relative;
	left:50px;
	padding:10px;
	clear:both;
}

.bottomRow {
	position:relative;
	padding-left:10px;
	padding-top:15px;
	clear:both;
}

#allow {
	position:absolute;
	width:249px;
	height:212px;
	background:url(../images/gate/components/allow.gif) no-repeat top left;
	top:175px;
	right:100px;
	display:none;
	cursor:pointer;
}

#deny {
	position:absolute;
	width:259px;
	height:212px;
	background:url(../images/gate/components/deny.gif) no-repeat top left;
	top:176px;
	left:100px;
	display:none;
}

.hideText {
	text-indent:-9000px;
}

#countryForm {
	left:-9000px;
}

#ageForm {
	left:-9000px;
}