/* CSS Document */

html, body  {
	background: url(../img/bgrd_body_mobile.jpg) 0 -26px repeat-x;
}

#holder {
	background:none;	
	width:auto;
	margin:0px auto;
	padding:10px;
}

/* --- menu --- */

ul#nav  {
	width:100%;
	margin-bottom:10px;
	margin-left:0px;
	font-size:110%;
}

ul#nav li { 
	float:left;
	padding:3px 0;
	margin:5px 0px 0px 0px; 
	bxorder:1px solid #000;
}
ul#nav li a {
	margin-right:0px;
	padding:5px 5px;
	color:#666	;
}

ul#nav li a#selected {
	border:1px solid #1992d5;
	background-color:#cde7f6;	
}

ul#nav li a:hover {
	border-bottom:none;	
	padding:5px 5px;
}

/* --- language --- */

ul.lang  {  
	display:none;
}

/* --- header --- */

#header {
	background:url(../img/NCT_logo.gif) no-repeat;
	position:relative;
	left:0;
	top:0;
	float:none;
	width:100%;
	height:80px;
	clear:both;
	display:none;
}

.headerImg {width:100%; display:block; clear:both;}

/* --- main content --- */

#main {
	margin-top:10px;
	padding:0;
	background:none;
}	

#content {
	width:auto;	
	padding:0px 0 20px 0px;
	top:0;
}	

#content h1 {
	padding-left:0px;
	background:none;
}	

#content ul li {
	padding:5px 0 5px 20px;
	background:url(../img/bgrd_list.gif) 0px 1.3em no-repeat;
}	

#content a {color:#3399FF;}	

/* --- photo panel --- */

#sidepanel {
	float:none;
	width:auto;	
	top:0;
	clear:both;	
}	

.infoPanel {
	margin-bottom:10px;
}

.infoPanel#whatson .innerScroll{
	max-height:none;
	overflow:visible;
}

.photo img {width:100%;}

#sidepanel .photo img {width:100%;}

/* --- footer --- */

#footer {
	clear:both;
	background:none;
	top:0;	
}

#footer li {padding-left:0;}

/* --- FAQ page --- */
 
dl#answers {margin:20px 0 0 0px;}

/* --- Contact page --- */

#contactList input {width:100%;}

textarea {width:100%;}

.tourPanel img{width:100%;}

.priceBadge {display:none;}

.weatherHolder {display:none;} 

form {width:100%;}
.location {display:none;}
.hide {display:none;}
.map {display:block;}
