/*
Code by Pixelluxe Media
lodge.css - lodge page styles
*/

/*Local Typography Styles*/

a:link {
	color: #71bf44;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#colleft dl {
	font-size: 1.4em;
}

#colleft dt {
	font-weight: bold;
}

#colleft h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#text p {
	font-size: 1.2em;
}

#colright h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#colright h5 span.polarmax {
	color: #71bf44;
}

/*Local Layout Styles*/

#email_signup {
	z-index: 5;
}

#colleft dl, #watch {
	margin-bottom: 14px;
}

#colleft dt {
	float: left;
	margin-right: 5px;
}

#colleft dd, #colleft h3 {
	margin-bottom: 3px;
}

#watch a {
	background: url(../images/global/button_watch_video.gif);
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 160px;
}

#text {
	height: 266px;
	margin-bottom: 14px;
	overflow: auto;
	padding-right: 10px;
	width: 289px;
}

#colleft li {
	float: left;
}

#colleft li a {
	background: url(../images/global/buttons_lodge.gif);
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

#colleft li#ln01 a {
	margin-right: 38px;
	width: 109px;
}

#colleft li#ln02 a {
	background-position: -147px 0px;
	width: 152px;
}

form#lifestyle {
	float: right;
}

#text p, #flash, #colright h5 {
	margin-bottom: 10px;
}

#thumbs img {
	margin-right: 20px;
}