
/*
 --- CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

/*
 --- Layout
*/

body {
	text-align:center;
	background:url(slo/images/bg.jpg) top center no-repeat;
}
#container {
	margin:0 auto;
	width:970px;
}
#menu {
	float:left;
	width:970px;
	text-align:center;
	position: relative;
}

/*
 --- Main elements
*/

#main_menu {
	float:left;
	width:600px;
	background:url(slo/images/bg_menu.png) top left no-repeat;
	height:33px;
	margin:0 0 10px 0;
}
	#main_menu li {
		float:left;
	}
	#main_menu li a {
		float:left;
		padding:0 26px 0 25px;
		font:16px/33px Georgia, "Times New Roman", Times, serif;
		color:#ffffff;
		text-decoration:none;
	}
		#main_menu li a:hover {
			color:#000000;
		}
#sub_menu {
	float:left;
	width:150px;
	text-align:right;
	margin:30px 0 0 0;
}
	#sub_menu li a {
		font:14px/24px Georgia, "Times New Roman", Times, serif;
		color:#9ab437;
		text-decoration:none;
	}
		#sub_menu li a:hover {
			color:#000000;
		}
#header_text {
	position: absolute;
	top: 230px;
	right: 250px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	font-family: Arial, Tahoma, sans-serif;
}
#content_container {
	float:left;
	width:816px;
	margin:10px 0 30px 140px;
}
#sidebar {
	float: left;
	width: 180px;
	padding: 3px 10px;
	margin: 20px 0 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #b8d548;
	text-align: left;
}
	#sidebar li a {
		float: left;
		width: 100%;
		color: #fff;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 12px;
		padding: 5px 0 5px 0;
		border-top: 1px solid #dbeaa3;
		text-decoration: none;
	}
	#sidebar li a.first {
		border: none;
	}
	#sidebar li a:hover {
		color: #5b417b;
	}
#content {
	float:left;
	width:595px;
	text-align:left;
	color:#666666;
	position:relative;
	font:12px/18px Arial, Helvetica, sans-serif;
}
	#content_container .images {
		float:right;
		margin:33px 0 0 0;
	}
	#content strong {
		color: #444444;
	}
	#content p {
		padding:0;
		margin:0 0 15px 0;
		text-align:justify;
	}
	#content span {
		color:#b8d548;
		font-weight:bold;
	}
	#content img, .images img {
		border:3px solid #b8d548;
	}
	#content h1 {
		font-size:24px;
		font-weight: bold;
		margin: 10px 0 10px 0;
		color:#b8d548;
	}
	#content h2 {
		color:#b8d548;
		font:14px Arial, Helvetica, sans-serif;
		margin:10px 0 7px 0;
		font-weight:bold;
	}
	#sidebar h3 {
		font:14px Arial, Helvetica, sans-serif;
		margin: 5px 0 5px 0;
		font-weight: bold;
		color: #fff;
	}
	.intro {
		color:#664e84 !important;
		font-weight:bold !important;
	}
	#content a,
	#content a strong {
		color:#829b24;
	}
		#content a:hover,
		#content a:hover strong {
			color:#664e84;
		}
	#content hr {
		margin:10px 0 15px 0;
		border:none;
		border-top:1px solid #dddddd;
	}
	#content ul {
		margin:0 0 10px 10px;
	}
		#content ul li {
			padding:0 0 0 20px;
			line-height:25px;
			background:url(slo/images/bg_list.png) left top no-repeat;
			background-position:0 4px;
		}
			#content ul ul {
				margin:0 0 5px 5px;
			}
	#content .table {
		border-bottom:1px solid #d8eadf;
		border-right:1px solid #d8eadf;
		font:11px/18px Arial, Helvetica, sans-serif;
		margin:5px 0 0 0;
	}
		#content .table th {
			color:#ffffff;
			background-color:#bfd95a;
			border:1px solid #d8eadf;
			border-bottom:none;
			border-right:none;
			padding:3px;
		}
		#content .table td {
			border:1px solid #d8eadf;
			border-bottom:none;
			border-right:none;
			padding:3px;
		}
		#content .table .alt {
			background-color:#f6fcf3;
		}
#news {
	float:left;
	display:inline;
	width:357px;
	height:96px;
	background:url(slo/images/bg_news.png) top left no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	text-align:left;
}
	#news h2 {
		color:#ffffff;
		font:11px/22px Arial, Helvetica, sans-serif;
	}
	#news ul {
		float:left;
		display:inline;
		padding:3px 0 0 0;
	}
		#news ul li {
			float:left;
			width:347px;
			margin:0 0 3px 0;
		}
			#news ul li a {
				float:left;
				font:11px Arial, Helvetica, sans-serif;
				color:#77787b;
				text-decoration:none;
			}
				#news ul li a:hover {
					color:#5b417b;
				}
				#news ul li a span {
					float:left;
					width:60px;
				}
#gallery {
	border: 2px solid #d8eadf;
	background-color: #f6fcf3;
	padding: 10px;
	height: 94px;
	width: 571px;
	overflow-x: scroll;
    overflow-y: hidden;
	white-space: nowrap;
}
#links {
	float:left;
	width:230px;
	height:96px;
	margin:0 18px 10px 18px;
}
	#links ul,
	#content-link {
		float:left;
		width:230px;
		margin:6px 0 0 0;
	}
	#content-link {
		margin: 0 0 10px 0!important;
		width: 100%;
	}
		#links ul li,
		#content-link li {
			float:left;
			margin:0 0 4px 0 !important;
			background: none !important;
			padding: 0 !important;
		}
			#links ul li a,
			#content-link li a {
				width:230px;
				float:left;
				height:18px;
				background:url(slo/images/bg_links.png) top left no-repeat;
				font:11px/18px Arial, Helvetica, sans-serif;
				color:#ffffff;
				text-decoration:none;
			}
			#content-link li a {
				font-weight: bold;
				padding: 0 10px 0 10px;
				width: 580px;
				background: url(slo/images/bg_content_links.png) top left no-repeat;
			}
				#content-link a span.title {
					float: left;
					color: #fff;
					cursor: pointer;
				}
				#content-link a span.more {
					float: right;
					color: #fff;
					cursor: pointer;
				}
				#links ul li a:hover {
					color:#5b417b;
				}
#footer {
	float:left;
	width:905px;
	height:30px;
	background:url(slo/images/bg_footer.png) top left no-repeat;
	text-align:right;
	padding:0 65px 10px 0;
	font:10px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
#logos a.miss {
	float: right;
	width: 137px;
	height: 51px;
	margin: 0 25px 0 0;
	background: url(slo/images/logo-miss.png) 0 -51px no-repeat;
	text-indent: -9999px;
}
	#logos a.miss:hover {
		background-position: 0 -51px;
	}
#logos a.effie {
	float: right;
	width: 37px;
	height: 51px;
	background: url(slo/images/logo-effie.png) top right no-repeat;
	text-indent: -9999px;
}
	#logos a.effie:hover {
		background-position: 0 0;
	}
#logos a.sempl {
	float: right;
	width: 85px;
	height: 25px;
	margin: 15px 0 0 25px;
	background: url(slo/images/logo-sempl.png) top right no-repeat;
	text-indent: -9999px;
}
	#logos a.sempl:hover {
		background-position: 0 0;
	}
#logos a.wmf {
	float: right;
	width: 86px;
	height: 25px;
	margin: 15px 0 0 25px;
	background: url(slo/images/logo-wmf.png) top right no-repeat;
	text-indent: -9999px;
}
	#logos a.wmf:hover {
		background-position: 0 0;
	}
#lang {
	float:left;
	width:200px;
	margin:8px 0 0 0;
	background:url(slo/images/bg_lang.png) top left no-repeat;
	font:10px/16px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
	#lang a {
		font:10px/16px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
	}
	#lang img {
		margin:0 19px 0 19px;
	}

.news-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.news,
.newsletter {
	float: right;
	width: 500px;
	padding: 15px 0 15px 0;
}
.newsletter {
	width: 595px;
}
.news.first,
.thumb.first {
	padding-top: 0 !important;
}
.news.single {
	border: none;
	width: 100%;
	text-align: left;
}
	.news h2,
	.newsletter h2 {
		font-size: 18px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
		.news h2 a,
		.newsletter h2 a {
			text-decoration: none !important;
		}
	.news p.excerpt,
	.newsletter p.excerpt {
		margin: 0 !important;
	}
	.news img.thumb {
		float: left;
		margin: 3px 10px 0 0;
	}
	.news p.date,
	.newsletter p.date {
		margin: 0 !important;
		padding: 0 0 10px 0 !important;
		color: #999;
	}
.thumb {
	float: left;
	width: 90px;
	padding: 15px 0 0 0;
}





