/*////////////////
*	Banners
////////////////*/
#banner {
	zoom:1;
	width: 940px;
	z-index: 1;
	margin-top: 20px;
	padding: 0 10px;
	background: #fff;
	font-size: 1.1em;
	border: 1px #e8eeec solid;
	overflow: visible;
	/*height: 300px;*/
}

#banner .slideshowContainer {
	width: 940px;
	height: 300px;
	overflow: hidden;
	position:relative;
	padding: 0px;
	margin: 0px;
}
.adminmode #banner .slideshowContainer {
	height: auto;
}
#banner .block {
	position:absolute;
	padding:0px;
	margin:0px;
	width: 940px;
	height: 300px;
	background: #fff;
	display: none;
}
.adminmode #banner .block {
	display: block;
	position: relative;
}

#banner h1,
#banner h2,
#banner h3 {
	margin-left: 10px;
} 

#banner p {
	font-size: 1.3em;
	margin: 0.4em 20px 0.4em 10px;
	line-height: 135%;
}
#banner .first {
	z-index: 1;
	display: block;
}
#banner .block .element {
	background-position: right top;
	background-repeat: no-repeat;
	padding: 1px 470px 1px 0;
	margin: 10px 0px 10px 0;
	height: 280px;
	}
#banner .slideshowButton {
	position: absolute;
	width: 33px;
	height: 110px;
	top: 40px;
	cursor: pointer;
	text-indent: -5000em;
}
#banner .next {
	left: 961px;
	background: url(../images/tpl_home/bg_slideshowButton_right.gif) no-repeat -6px top;	
}
#banner .next:hover {
	background-position: 0 top;
}
#banner .prev {
	left: -34px;	
	background: url(../images/tpl_home/bg_slideshowButton_left.gif) no-repeat 6px top;
}
#banner .prev:hover {
	background-position: 0 top;
}

#banner .slideshowMessage {
	position: absolute;
	right: 5px;
	margin-top: 2px;
	font-size: 10px;
	color: #999;
}


#container {
}
#content {
	width: 960px;
	min-height: 350px;
	overflow: hidden;
	padding-top: 10px;
}

/*////////////////
*	General purpose block
////////////////*/
#content .block {
	float: left;
	display: inline;
	margin: 0;
	width: 320px;
	min-height: 350px;
	_height: 350px;
	background: url(../images/tpl_home/bg_block.gif) no-repeat right top;
}

#content .first {
	clear: left;
}
#content .last {
	background: none;
}

#content .block h2 a,
#content .block h3 a {
	color: inherit;
	text-decoration: none;
} 
#content .block ul {
	list-style: none;
	list-style-image: none;
}


/*////////////////
*	agregator
////////////////*/
#content .agregator li {
	background: none;
	padding: 0;
	overflow: hidden;
	margin: 0.5em 0;
}
#content .agregator li a {
	color: #797878;
	text-decoration: none;
}
#content .agregator li a.icon {
	/*edit icon*/
	z-index: 10;
}
#content .agregator li span{
	display: block;	
	text-decoration: underline;
	color: #333333;
}
#content .agregator li em {
	display: block;
	font-style: normal;
	color: #333333;	
}
#content .agregator .thumb {
	padding: 2px;
	border: 1px #bbcfe2 solid;
	background: #fff;
	margin-right: 20px;
}
