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

html {
	width: 320px;
	margin:0;
	padding:0;
}

body {
	background:#000 url(../img/bg-header-device.jpg) center top no-repeat;
	padding:100px 0 0 0;	
	width: 320px;
	margin:0;
	font-size: 14px;
}

#container-home, #container {
	/*position: relative;
	background-color: #000;
	border:2px solid #fff;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:  0px 0px 10px #000;*/
	color: #FFF;
	width: 100%;
	margin:0 auto 0 auto;
	padding: 0;
	overflow:auto;
	display: block;
	overflow: auto;
}

#header {
	height:auto;
	display:none;
	margin:0 auto;
}
#header h1 {
	padding:0;
	overflow:auto;
	letter-spacing: -3px;
}
#header h1 a:link, #header h1 a:visited {
	width: 100%;
	height:auto;
	display:block;
}
#header h2 {
	text-indent:-9999em;
	overflow:hidden;
	height: 1px;
}

h3 {
	font-size: 28px;
	line-height:28px;
}
#header-video {
	display: none;
}


#nav {
	display: none;	
}
#footer {
	display:none;	
}


#col1 {
	width:270px;
	float:left;
	margin:0 0 0 27px;
	padding: 0 0 20px 0;
}
#col1 .section {
	width:100%;
	border-top: 1px solid #555;
	background:url(../img/bg-col1-div-grad.jpg) top left no-repeat;
	margin: 4px 0 0 0;
	padding:4px 0 0 0;
	max-height: none; 
	overflow: auto;
}

#col2 {
	float: left;
	clear: both;
	width:250px;
	margin:0 0 0 27px;
	padding-bottom:800px;
	height:auto;
}
#col2 .rounded-outline {
	width:250px;
}
#col1 .rounded-outline {
	width:234px;
	margin:5px 0 10px 0;
}
#booking_trigger, #contest_trigger {
	padding-left: 12px;
}
object, embed { display: none; }


#content {
	margin: 20px auto 0 auto;
	width:250px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
}
#content p {
	margin-bottom:20px;
}
.blue {	
	color: #00ADEF;
}

