@import url(global.defaults.css);
@import url(global.layout.css);
@import url(global.text.css);
@import url(comp.reservationForm.css);
@import url(calendar/calendar-nikko.css);

/* STYLES FOR TEMPLATE HOME */

#main-content
{

}
	
#extra-content
{
	position: absolute;
	top: 472px; left: 20px;
	width: 532px; height: 130px;
	padding: 7px 0px 0 40px;
	background: url(../images/extra-content-bg.gif) repeat-x 0 26px;
	z-index: 1;
}
#extra-content:after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
#extra-content .feature
{
	float: left;
	margin-right: 6px;
	position: relative;
}
#extra-content .feature .feature-img
{
	display: block;
	width: 154px; height: 106px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;

}

#extra-content .feature h3
{
	position: absolute;
	left: 5px; top: 88px;
	width: 142px; height: 22px;
	padding-right: 12px;
	background: url(../images/feature-header-bg.png);
	text-align: right;
	line-height: 22px;
}

#weather-widget{
	position:absolute;
	top:1300px;
	right:19px;
}
	#weather-widget h3{
		color:#fff;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 1em;
		line-height:24px;
		width:211px;
	}
	#weather {
		position:relative;
		height:70px;
		width:211px;
	}
	#weatherIcon {
		position:absolute;
		top:5px;
		left:24px;
	}
	#weatherText {
		position:absolute;
		top:15px;
		left:124px;
		font-size:28px;
		color:#fff;
	}
	#weatherTextC {
		font-size:18px;
	}

/* TEXT */

#main-content
{
}


#extra-content .feature h3
{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
#extra-content .feature h3 a
{
	color: #ffffff;
}
