/*
//-----------------------------------------------------------------------------

	home.css
	
	version:	1.0
	date:		01/09
	author:		[Martin Olson @ innertwine]
	email:		[martin@innertwine.com]

	website:	[www.larsmontcottages.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

hr {
	border: 0;
	float: left;
	background: rgb(230,236,236);
	height: 1px;
	margin-left: 1%;
	width: 98%;
	}
#slideshow .noflash {
	background: url(../slides/winter_1.jpg) 0 0 no-repeat;
	height: 260px;
	}
#home .content {
	margin-top: 5px
	}

#home .sideCol {
	float: left;
	width: 170px
	}
#home .mainCol {
	background: url(../img/home_mainColBkg.jpg) 0 0 no-repeat;
	float: left;
	height: 295px;
	padding: 15px 20px 0;
	margin: 0 5px;
	width: 505px /* w=555 */
	}
	#home .mainCol p { color: rgb(47,43,111) }
	#home .mainCol a:link,
	#home .mainCol a:visited {
		font-family: "Rockwell", garamond, georgia, times new roman, times, serif;
		font-size: 12px;
		color: rgb(130,3,22)
		/*color: rgb(47,43,111)*/
		}
	
.promoLedgeRock {
	background: rgb(138,33,34);
	margin-bottom: 5px;
	padding-bottom: 15px
	}
.promoLedgeRock img {
	margin-bottom: 10px
	}
.promoLedgeRock a:link,
.promoLedgeRock a:visited {
	color: rgb(255,255,255);
	font-family: "Rockwell", garamond, georgia, times new roman, times, serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase
	}