
* {
	padding:0;
	margin:0;
	
}

html, body {
	width:100%;
	height:100%;
}


a img {
	border:0px;
}

body {
	width:100%;
	overflow: visible;
	background: #236719 url('./images/splash/body_grad_bg.jpg') repeat-x left top;
	
	color:#fff;
	font: 13px Arial, Sans-serif;
	line-height:1.35;
}


/* SPLASH LAYOUT */

.splash_layout {
	
}
	
	.splash_layout #page_container {
		margin:0 auto;
		width:780px;
		min-height:605px;
		/*min-height:675px;*/
		background: url('./images/splash/chair_bg.jpg') no-repeat left top;
		position:relative;
	}
	
	.splash_layout #ie6 #page_container {
		height:100%;
	}

	.splash_layout #logo {
		width:460px;
		height:95px;
		position:absolute;
		top:88px;
		left:300px;
		background: url('./images/splash/splash_logo.jpg') no-repeat left top;
		text-indent:-5000px;
		overflow:hidden;
	}
	
	.splash_layout #welcome {
		width:457px;
		height:90px;
		position:absolute;
		top:222px;
		left:292px;
		
		padding:0 25px 0;
		/*background: url('./images/splash/welcome_box.jpg') no-repeat left top;*/
		overflow:hidden;
		
		color:#fff;
	}
	
	.splash_layout #welcome a {
		color:#fff;
	}
	
	.splash_layout #dob {
		width:475px;
		height:126px;
		padding-left:0px;
		padding-top:0px;
		
		position:absolute;
		top:302px;
		left:315px;	
		background: url(./images/splash/form_qs.jpg) no-repeat left top;
		overflow:hidden;
		
		color:white;
		font-weight:bold;
	}
	
	.splash_layout #day,
	.splash_layout #month,
	.splash_layout #year {
		margin-top:10px;
		float:left;
		display:block;
		padding-top:10px;
		padding-right:10px;
		font-weight:bold;
	}
	
	.splash_layout #day select,
	.splash_layout #month select,
	.splash_layout #year select{
		width: 68px;
		padding-left: 5px;
		text-align: left;
		border: 2px solid #00653b; 
	}
	
		.splash_layout #day option,
		.splash_layout #month option,
		.splash_layout #year option{
			padding-left: 5px;
		}
	
	
	.splash_layout #country {
		margin-top:20px;
		clear:left;
		float:left;
		width:235px;
	}
	
		.splash_layout #country select{
			width: 189px;
			border: 2px solid #00653b; 
			padding-left: 5px;
		}
		
			.splash_layout #country option{
				padding-left: 5px;
			}
			
			
	.splash_layout #dob button {
		width:75px;
		height:26px;
		overflow:hidden;
		text-indent:-5000px;
		
		border:0;
		position:absolute;
		top:60px;
		left:390px;
		
		background-color:transparent;
		background:url(./images/splash/enter_btn2.jpg) no-repeat;
		
		cursor: pointer;
	}
	
	.splash_layout #footer {
		color:#5a5c4e;
		position:absolute;
		width: 100%;
		top:88%;
		left:0%;
	}
	
	.splash_layout #drink_responsibly {
		font-size: 15px;
		font-weight: bold;
		color: #37953e;
		width:143px;
		height:25px;
		position:absolute;
		top:100%;
		left:47%;
		overflow:hidden;
	}
	
	.splash_layout #exit {
		width:366px;
		height:22px;
		position:absolute;
		top:545px;
		left:564px;
		
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		background: url('./images/splash/exit.jpg') no-repeat left top;
		text-indent:-5000px;
		overflow:hidden;
		display: none;
	}
	
	.splash_layout #tc {
		width:366px;
		height:22px;
		position:absolute;
		top:88%;
		right:49%;
		
		color: #36943e;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
	}
	
		.splash_layout #tc a, .splash_layout #privacy a{
			color: #36943e;
			font-size:10px;
			font-weight:bold;
			text-decoration:underlined;
		}
	
	.splash_layout #privacy {
		width:100px;
		height:22px;
		position:absolute;
		top:88%;
		left:91%;
		
		color: #36943e;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
	}

	.splash_layout #submit_button:hover {
		cursor:pointer;
	}
	
	.splash_layout #submit_button {
			cursor:pointer;
	}