body {
	background-image: url(img/background-home.jpg);
	background-repeat: repeat-x;

}
ul#roller {
	list-style-type: none;

	margin: 0;
	padding: 0;
}

ul#roller li {
	list-style-type: none;

	margin: 0;
	padding: 0;

	float: left;

	font-family: Tahoma;
	font-size: 12px;

	color: #444444;
	
	font-weight: bold;
	text-transform: uppercase;

	padding-top: 11px;
	padding-bottom: 7px;
}

ul#roller li.green span {
	color: #52981F;

	padding-left: 23px;
}

ul#roller li.violet span {
	color: #6E5A99;
	padding-left: 23px;
}

ul#roller li.orange span {
	color: #EC8815;
	padding-left: 24px;
}

div#footer-home, div#footer-page {
	border-top: none;
	margin-top: 0;
}

div#splash div img.marker {
	position: absolute;

	top: 0px;

	width: 15px;
	height: 8px;
}

div#splash div#roller_green img.marker {
	left: 23px;
}
div#splash div#roller_violet img.marker {
	left: 344px;
}

div#splash div#roller_orange img.marker {
	left: 663px;
}


ul#roller li.green {
	background-image: url(img/green_pattern.gif) ! important;
	background-repeat: no-repeat;
	background-position: -300px -300px;

	color: #fff ! important;
}
ul#roller li.violet {
	background-image: url(img/violet_pattern.gif) ! important;
	background-repeat: no-repeat;
	background-position: -300px -300px;

	color: #fff ! important;
}

ul#roller li.orange {
	background-image: url(img/orange_pattern.gif) ! important;
	background-repeat: no-repeat;
	background-position: -300px -300px;

}

ul#roller li.active {
	
	background-position: 0px 5px;
	color: #fff ! important;
}


ul#roller li.active span {
	color: #fff ! important;
}

div#roller_green blockquote.par2 ul li {
	background-image: url(img/arrows_green.gif);
}

div#roller_violet blockquote.par2 ul li {
	background-image: url(img/arrows_violet.gif);
}

div#roller_orange blockquote.par2 ul li {
	background-image: url(img/arrows_orange.gif);
}

div#roller_green  h3 {
	color: #68B92E;
}

div#roller_violet h3 {
	color: #6E5A99;
}


div#roller_orange h3 {
	color: #F6B801;
}

div.headlines_splash blockquote.par1 p {
	overflow: hidden;

	height: 78px;
	
}

img.scroll {
	display: inline ! important;
	float: none ! important;
	position: static ! important;

	margin-top: 6px;
	margin-left: 1px;
	padding-right: 2px;
}



ul#roller li span {
	display: block;
	width: 243px;
	padding-top: 4px;
	padding-bottom: 12px;
	height: 17px;
	position: relative;
	top: 3px;
}
