/*
 * Css for homepage template variations from base.
 */
body, td {
	color: #fff;/*default colour for text*/
}

/*other stuff*/
#frame {
	background: #f2e71b url(/images/bg_frame_home.jpg) repeat-x left top;
}
#frame_inner {
	background: url(/images/bg_frame_inner_home.jpg) no-repeat center 124px;
}
 
 #banner {
	height: 290px;
	width: 580px;
	padding-right: 360px;
}
 #container {
	min-height: 300px;
}

 
/*////////////////
	Homepage block
	300px plus p margin
////////////////*/
#content div.block {
	padding: 1px 0;
	width: 300px;
	zoom: 1;
	float: left;
	display: inline; /*IE6*/
	clear: none;
	margin: 15px 10px;
	overflow: hidden;
}
#content div.first {
	margin-left: 0;
	clear: left;
}
#content div.last {
	margin-right: 0;
}
div.block .thumb {
	display: block;
	background: url(/images/bg_hp_photos.png) no-repeat top left;
	padding: 18px 15px 0 15px;
	height: 187px;
	position: relative;
}
div.block .thumb span {
	display: block;
	padding: 7px 10px 0 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
div.block .thumb img {
	width: 270px;
	height: 136px;
	display: block;
}
div.block .thumb span.booknow {
	position: absolute;
	width: 81px;
	height: 81px;
	background: url(/images/rosette_booknow.png) no-repeat left top;
	bottom: 30px;
	right: 20px;
	padding: 0;
	margin: 0;
}
div.block h3 {
	color: #657006;
	font-size: 1em;
	font-weight: normal;
}
div.block strong {
	color: #657006;
}

div.block p a {
	display: block;
	padding: 5px 8px 0 8px;
	height: 24px;
	color: #657006;
	text-align: center;
	text-decoration: none;
	background: url(/images/bg_hp_block_btn.gif) no-repeat center center;
}
div.block a {
	text-decoration: none;
}
div.block .info li a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

div.agregator li,
div.agregator h3 {
	color:#2a2627;
}
div.agregator li {
	margin-bottom: 0.4em;
}
div.agregator li a {
	font-weight: bold;
	}
div.agregator li span {
	display: block;
}
div.agregator h3 {
	font-size: 1.5em;
}
