/* ----- genereal ------ */
body,html {
	background: #F8F8F6 url(images/bg.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 100%;
}

td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	color: #FF3333;
	text-decoration: none;
}

a.dark {
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
/* ---- contetnt ---- */

#contentbg{
	background: transparent url(images/content_bg.gif) repeat-y;
	margin-left: 121px;
	min-height: 100%;
	width: 676px;
	
}

#content_wrapper{
	width: 656px;
	margin-left: 8px;
	position: relative;
}

#menu_content{
	list-style: none;
	align: left;
	margin: 0px;
	padding: 10px 0px 0px 24px
}

#menu_logo{
	float: right;
	margin: 8px 18px 0px 0px;

}

.bar_header {
	margin: 3px 0px 6px 11px;
	position: relative;
}

.bar_header #siteby {
	position: absolute;
	top: 10px; right: 10px;
}

/* ---- home ---- */

#home_content #col_left{
	float: left;
	margin-left: 10px;
}

#home_content #col_right{
	width: 450px;
	float: left;
	color: 666666;
	margin-left: 10px;
}

#news_container{
	background: F8F8F6;
	width: 165px;
	height: 13px;
	padding: 2px 2px 2px 2px;
}

.header{
	background: ECECE7;
	color: A9A99E;
	font-weight: bold;
	padding-left: 6px;
}

.news{
	color: 8C8C8C;
	padding: 6px 5px 9px 5px;
}


#home_content #sh {
	margin: 10px 0 10px 0;
}

#home_content #smain {
	margin: 0 0 10px 0;
}

/* ---- about ---- */

#about_content #col_left{
	float: left;
	width: 290px;
	margin-left: 21px;
	color: #666;
}
* html #about_content #col_left { display: inline; }

#about_content #col_right{
	background: url(images/bg_grey_right.gif) repeat-y;
	width: 322px;
	height: 380px;
	float: right;
	color: #666;
	padding-left: 10px;
}

/* ---- contact ---- */

#contact_content #col_left{
	display: inline;
	float: left;
	width: 290px;
	margin-left: 21px;
	color: #666;
}

#contact_content #col_right{
	width: 332px;
	min-height: 250px;
	float: right;
	color: #666;
}

#contact_content h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#mail_head{
	color: E7B056;
	font-weight: bold;
}

/* ---- search ---- */

#search_content{
	background: url(images/content_bg_midgrey.gif) repeat-y;
	height: 300px;
}

#search_content #col_left{
	width: 170px;
	height: 250px;
	float: left;
	color: 666666;
	margin-left: 10px;
}

#search_content #col_center{
	width: 188px;
	float: left;
	color: 666666;
	margin-left: 20px;
}

#search_content #col_right{
	width: 220px;
	float: left;
	color: 666666;
	margin-left: 20px;
}

#search_header{
	color: 666666;
	font-weight: bold;
}

#dl {
	float: left;
	margin: 14px 0px 0px 5px;
}

#dl a {
	color: FF3333;
}

#content_insured{
	margin: 0px 20px 0px 20px;
	color: 666666;
}

/* ---- flash spot ------------------------------------------ */
#floatSpot {
	position: absolute;
	top: 250px; right: 10px;	
	border: 1px solid #000;
	background-color: #c9c9c9;
	padding: 3px;
	display: none;
	width: 250px;
}

#floatSpot .btnRow {
	text-align: right;
	margin: 0 0 3px 0;
}

#floatSpot #floatFlash {
	border: 1px solid #000;
}

#floatSpot #text {
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}

/* ---- skistar spots ------------------------------------ */
#skistar {
	width: 158px;
	background: #2f4763 url(images/skistar_bg.gif) no-repeat;
	border: 5px solid #2f4763;
	color: #fff;
	margin: 5px 0 0 0;
	text-align: center;
	font-weight: bold;
}

#skistar p {
	padding: 10px;
	margin: 0;
}

#skistar_euro {
	width: 146px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #e1e2dd;
	font-weight: bold;
}

/* ---- funtastic spots ------------------------------------- */
#skiFuntastic {
	margin: 10px 15px 0 25px;
	background-color: #F7F7F6;
	padding: 15px;
	border: 1px solid #dddddd;
	overflow: hidden;
}
#skiFuntastic h1 {
	background: url(Images/ski_funtastic.gif) 50% 0 no-repeat;
	display: block;
	height: 62px;
	text-indent: -9999999px;
}
#skiFuntastic img { float: right; margin: 0 0 10px 10px; border: 1px solid #dadad9; }
