/*
 * Css for homepage template variations from base.
 */
#frame {
	background: #2A2627 url(/images/bg_frame_home.jpg) no-repeat center 136px;
}
/*////////////////
*	Banner
////////////////*/
#banner {
	z-index: 1;
	overflow: visible;
	background:transparent url(/images/bg_banner_home.png) no-repeat right bottom;
	width: 655px;
	padding-right: 305px;
	padding-top: 80px;
	min-height: 370px;
	_height: 370px; /*IE6*/
}
#banner h1,
#banner p,
#banner ul {
	margin-left: 0;
	margin-right: 0;
	color: #fff;
}
#banner h1 {
	font-size: 28px;
	line-height: 1.2em;
	margin-top: 5px;
}
#banner ul {
	padding: 0;
	position: relative;
}
#banner ul li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
}
#banner ul li a {
	color:#fff;
}
#badge {
	position: absolute;
	bottom: -20px;
	left: 520px;
	width: 173px;
	height: 174px;
	background:  url(/images/badge22.png) no-repeat left top;
	z-index: 1;
}
#banner .thumb {
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #fff;
	display: inline;
	float: left;
	width: 254px;
	height: 84px;
	margin: 20px 20px 10px 0px;
	padding: 0;
}

#container {
	color: #3f3b3b;
	background: #efeb46 url(/images/bg_container.jpg) repeat-x left top;
}

#content {
	width: 560px;
	float: left;
	overflow: hidden;
}

#feature {
	width: 400px;
	float: left;
	overflow: hidden;
}
 
 
/*////////////////
	Homepage block
	300px plus p margin
////////////////*/
#container div.block {
	padding: 1px 0;
	width: 260px;
	zoom: 1;
	float: left;
	display: inline; /*IE6*/
	clear: none;
	margin: 0 0 0 20px;
	overflow: hidden;
	background: url(/images/bg_feature.jpg) repeat-x left top;	
}
#container a {
	color:#3f3b3b;
}
#container div.first {
	margin-left: 0;
	clear: left;
}
#container div.last {
	margin-right: 0;
}
#container h2,
#container h3 {
	color: #3399cc;
	font-size: 18px;
}
#content div.block a {
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}

#feature div.block {
	width: auto;
	margin-left: 0;
	float: none;
	display: block;
	zoom: 1;
}
#feature h4,
#feature p {
	padding-left: 110px;
	margin-top: 0;
	margin-bottom: 0;
	position: static;
}
#feature h4 {
	z-index: 1;
}
#feature h4 a {
}
#feature h4 img {
	margin-left: -110px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#feature a:hover img {
	border: #cac50f 1px solid;	
	margin-left: -110px;
	}


div.agregator li {
	margin-bottom: 0.4em;
}
div.agregator li a {
	}
div.agregator li span {
	display: block;
}
div.agregator h3 {
	font-size: 1.5em;
}
