body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}

h2,
h3,
h4
{
	color: #3e3e3e;
}

p
{
	line-height: 18px;
	margin: 2px 0 12px 0;	
}

.image-text
{
	font-size: 10px;
	color: #787878;
}

a
{
	color: #078dd3;
	text-decoration: none;	
}

.leftcol
{
	width: 180px;
	float: left;
	color: #787878;	
	border: solid 0px Red;
}

.rightcol
{
	padding-top:10px;
	width: 225px;
	float: right;	
	overflow: hidden;
	color: #787878;
	border: solid 0px Red;
}

.content,
.contentbook
{
	width: 530px;
	float: left;
	padding: 0;
	margin: 0 20px 20px 20px;
	color: #787878;		
	border: solid 0px #e2e2e2;
}

.cleancontent
{
	padding: 15px;
}

.contentbook
{
	margin-left: 10px; width: 555px; margin-right: 5px;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;	
}

#header
{
	position: relative;
	height: 160px;
	margin-bottom: 10px;
	z-index: 99;
}

.intro-text.has-social-media
{
	float: left;
	width: 360px;
	overflow: hidden;
}

.social-media-container
{
	overflow: hidden;
	width: 130px;
	float: right;
}

	.social-media-container .social-media
	{
		width: 50px;
		margin-left: 10px;
		float: left;
	}
	
.fb-activity-feed
{
	margin: 0 0 20px 0;
}

/* MAIN NAVIGATION */

ul#nav
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul#nav #icehotel,
ul#nav #lapland,
ul#nav #icebar,
ul#nav #magazine
{
	border-right: 1px solid #f5f5f5;	
}

	ul#nav li.topnav
	{
		width: 165px;
		height: 90px;
		padding: 20px 10px 10px 10px;
		float: left;
		cursor: pointer;
		overflow: hidden;
	}
	
	ul#nav li.selected,
	ul#nav li.hover
	{
		background: #f9f9f9;
	}

	ul#nav li#book-now
	{
		float: right;
	}

	ul#nav .topnav-submenu
	{
		display: block;
		width: 18px;
		height: 18px;
		margin-right: 10px;
		margin-top: 3px;
		float: left;
	}
	
	ul#nav .topnav-submenu a.topnav-submenu-trigger
	{
		display: block;
		width: 18px;
		height: 21px;
		border: 0px solid #FFF;
		background-image: url(../images/common/trigger.png);
		background-repeat: no-repeat;
		margin-left:6px;
	}

	ul#nav .topnav-submenu a.topnav-submenu-trigger:hover,
	ul#nav .active-submenu a
	{
		/*border: 1px solid #CCC;*/
		background-position: 0 -21px;
	}

	ul#nav .topnav-submenu a span
	{
		display: none;
	}

	ul#nav .topnav-submenu ul
	{
		display: none;
		position: absolute;
		margin: 0;
		padding: 10px;
		list-style: none;
		background: #FFF;
		border-left: solid 1px #d3d3d3;
		border-bottom: solid 1px #d3d3d3;
		border-right: solid 1px #d3d3d3;
		background-image: url(../images/common/trigger-submenu-top.png);
		background-repeat: no-repeat;
		z-index: 1000000;
	}

	ul#nav .topnav-submenu ul li a
	{
		display: block;
		padding: 5px;
		border-bottom: 1px solid #CCC;
		color: #3e3e3e;
	}

	ul#nav .topnav-submenu ul li a:hover
	{
		background: #fc930c;
	}

	ul#nav .topnav-submenu ul a
	{
		border: 0px;
	}

	ul#nav .topnav-main-link
	{
		width: 135px;
		float: left;
	}

	ul#nav .topnav-main-link a
	{
		display: block;
		height: 21px;
		background-repeat: no-repeat;
	}

	ul#nav .topnav-main-link a span
	{
		display: none;
	}

	ul#nav .topnav-main-link p
	{
		margin-top: 5px;
		color: #ccc;
		font-family: "Trebuchet MS", Helvetica, Sans-Serif, "Lucida Sans Unicode", Georgia, "Times New Roman", Serif;	
		font-size: 12px;
		line-height: 15px;
	}

	/*ul#nav li.selected .topnav-main-link p,*/
	ul#nav li.active .topnav-main-link p
	{
		color: #3e3e3e;
	}

/* MENU OPTIONS */

#icehotel .topnav-main-link a,
#lapland .topnav-main-link a,
#icebar .topnav-main-link a,
#magazine .topnav-main-link a,
#book-now .topnav-main-link a
{
	width: 135px;
}

#icehotel .topnav-main-link a
{
	background-position: -6px 0px;
}

#icehotel:hover .topnav-main-link a,
#icehotel .topnav-main-link a:hover,
#icehotel.selected .topnav-main-link a
{
	background-position: -6px -20px;
}

#lapland .topnav-main-link a
{
	background-position: -150px 0px;
}

#lapland:hover .topnav-main-link a,
#lapland .topnav-main-link a:hover,
#lapland.selected .topnav-main-link a
{
	background-position: -150px -20px;
}

#icebar .topnav-main-link a
{
	background-position: -298px 0px;
}

#icebar:hover .topnav-main-link a,
#icebar .topnav-main-link a:hover,
#icebar.selected .topnav-main-link a
{
	background-position: -298px -20px;
}

#magazine .topnav-main-link a
{
	background-position: -438px 0px;
}

#magazine:hover .topnav-main-link a,
#magazine .topnav-main-link a:hover,
#magazine.selected .topnav-main-link a
{
	background-position: -438px -20px;
}

#book-now .topnav-main-link a
{
	background-position: -640px 0px;
}

#book-now:hover .topnav-main-link a,
#book-now .topnav-main-link a:hover,
#book-now.selected .topnav-main-link a
{
	background-position: -640px -20px;
}

/* MENU OPTIONS END */

#footer
{
	clear: both;
	background: #fafafa url(../images/common/bg-footer.png) no-repeat;
	margin-top: 30px;
	padding: 11px 20px;
}

#twitter
{
	clear: both;
	font-size: 11px;
	margin-bottom: 25px;
}

#retweetwrapper
{
	font-size: 11px;
}

#twitter h4
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #656565;
	display: inline;
}

#quicklinks
{
	border-right: 0px solid #dcdcdc;
}

#quicklinks dl
{
	border-left: 1px solid #dcdcdc;
	margin: 0;
	padding: 0;	
	font-size: 11px;
	padding-left: 10px;
	padding-right: 35px;
	float: left;
	height: 80px;
}

#quicklinks dt
{
	margin-bottom: 8px;
	font-weight: bold;
}

#quicklinks dd
{
	margin: 0;
	padding: 0 0 3px 0;	
}


#quicklinks dt,
#quicklinks dd a
{
	color: #7a7a7a;	
}

#copyright
{
	font-size: 11px;
	margin-top: 20px;
	color: #CCC;
	text-align: center;	
}

/* COMMON */

.float-right,
.align-right 
{ 
	float: right; 
}

.float-left,
.align-left
{
	float: left; 
}

.clr { clear: both; }

.linkblue,
#quicklinks dd a:hover
{
	color: #078dd3;	
}

/* Currency converter */

#currencyConverter
{
	width: 200px;
	margin: 10px 0;
	padding: 10px 0 0 0;
	background: #e7e4e7;
	border: 0;
}
	
	#currencyConverter legend
	{
		color: #fff;
		background: #048dd3;
		display: block;
		width: 200px;
		height: 20px;
		margin: 0 0 40px 0;
		padding: 10px;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
	}
	
	#currencyConverter label
	{
		display: block;
		font-size: 11px;
		margin: 0 10px 0 10px;
		color: #333;
	}
	
	#currencyConverter input,
	#currencyConverter select
	{
		font-size: 10px;
		margin: 0 0 10px 10px;
		width: 180px;
	}
	
		#currencyConverter #convertAmount
		{
			width: 95px;
		}
		
		h5#conversionResult
		{
			margin: 10px;
			font-weight: bold;
			font-size: 12px;
			color: #222;
		}
		
		.google-disclaimer
		{
			margin: 10px 0;
			padding: 10px 10px;
			overflow: hidden;
			width: 100%;
			background: #fff;
		}
		
			.google-disclaimer h6
			{
				margin: 0 7px 0 0;
				padding: 0 45px 0 0;
				background: transparent url(../images/layout/logo-google-small.png) top right no-repeat;
				width: 50px;
				float: left;
				font-size: 11px;
				text-align: right;
			}
			
				.google-disclaimer h6 span
				{
					display: none;
				}
			
				.google-disclaimer a,
				.google-disclaimer a:visited
				{
					display: block;
					width: 95px;
					float: left;
					text-decoration: none;
					font-size: 10px;
				}
				
				#currencyConverter #convertSubmit
				{
					background: #048dd3;
					color: #fff;
					width: auto;									
					border: 0;
					font-size: 11px;
					font-weight: bold;				
					padding: 4px 12px;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}

/* Language switcher */

#languages
{
	margin: 0;
	width: 100px;	
	padding: 0 3px 6px 15px;	
	background: #444;
	position: absolute;
	right: 45px;
	top: 0;	
	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

	#languages a,
	#languages a:visited
	{
		font-size: 11px;
		color: #cdcdcd;
		outline: none;
	}

#pagetools
{
	margin-top: 5px;
}


ul#tools
{	
	display: none;
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

ul#tools li
{
	margin: 0;
}

#languages ul#tools li a
{
	text-decoration: none;
	margin-right: 5px;
	font-size: 10px;
	padding-top: 4px;
	display: block;
	padding-left: 22px;
	background: transparent url(../images/layout/icons-flags.png) top left no-repeat;
}

	#languages ul#tools li a.se
	{
		background-position: 0px -15px;
	}
	
	#languages ul#tools li a.en
	{
		background-position: 0px -33px;
	}
	
	#languages ul#tools li a.ja
	{
		background-position: 0px 5px;
	}
	
	#languages ul#tools li a:hover
	{
		color: #eee;
	}

ul#tools li a img
{
	border: none;
}
