* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, arial;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


body {
	background-color: #1C6E7A;
	min-height: 570px;
	min-width: 960px;
	overflow-x: hidden;
}

#main {
	min-height: 570px;
	width: 100%;
	height: 100%;
	background: transparent url('back_long.png') center bottom repeat-x;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
}

#holder {
	min-height: 570px;
	width: 960px;
	margin: 0 auto;
	height: 100%;
	background: #1C6E7A url('background.png') center bottom no-repeat;
	z-index: 90;
	overflow: hidden;
}

#navigation {
	height: 39px;
	width: 1000px;
	left: -500px;
	margin-left: 50%;
	position: absolute;
	bottom: 174px;
	display: block;
}

#navigation ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 39px;
	line-height: 39px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 10pt;
	text-shadow: #000 0 -2px 0;
}

#navigation ul li a.selected {
	color: #fff;
}

#navigation ul li a:hover {
	color: #fff;
}

#navigation ul li {
	float: left;
}

#nav-left,
#nav-right {
	float: left;
	white-space: nowrap;
	position: absolute;
	top: 0;
	height: 39px;
	cursor: pointer;
}

#nav-left {
	right: 570px;
}

#nav-right {
	background-position: -570px 0;
	left: 580px;
}

#content {
	min-height: 200px;
	width: 960px;
	position: absolute;
	bottom: 300px;
}

#content .content_pr {
	display: none;
	position: absolute;
	width: 960px;
}

#content .about {
	font-family: "Century Gothic","Gill Sans","Gill Sans MT","GillSans","Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 46px;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 10px;
}

#content .about span.blue {
	color: #4db1ea;
	text-decoration: none;
}

#content .activities span.present {
	display: block;
	background-color: #831453;
	border: 2px solid #590536;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
	padding: 10px;
	margin: -30px 0 5px;
	font-size: 10pt;
	-moz-box-shadow: 3px 3px 4px #590536;
	-webkit-box-shadow: 3px 3px 4px #590536;
	box-shadow: 3px 3px 4px #590536;
}

#content .activities span.present strong {
	font-weight: bold;
	color: #e553a9;
}

#content .activities ul li {
	display: block;
	border: 1px solid #590536;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	color: white;
	-moz-box-shadow: 3px 3px 4px #590536;
	-webkit-box-shadow: 3px 3px 4px #590536;
	box-shadow: 3px 3px 4px #590536;
	font-size: 11pt;
	text-transform: uppercase;
	width: 335px;
	margin: 10px 0;
	padding: 5px 5px 5px 62px;
}

#content .activities ul li small {
	font-size: 8pt;
	text-transform: none;
	font-style: italic;
	color: #e553a9;
}

#content .activities ul li.print {
	background: #831453 url('activities_icons.png') scroll no-repeat 7px 1px;
}

#content .activities ul li.consult {
	background: #831453 url('activities_icons.png') scroll no-repeat 7px -100px;
	margin-left: 150px;
}

#content .activities ul li.news {
	background: #831453 url('activities_icons.png') scroll no-repeat 7px -52px;
}

#content .activities ul li.event {
	background: #831453 url('activities_icons.png') scroll no-repeat 7px -153px;
	margin-left: 150px;
}

#content .team {
	font-family: "Century Gothic","Gill Sans","Gill Sans MT","GillSans","Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 2px 2px 6px;
}

#content .team strong {
	color: #ebe94d;
	text-decoration: none;
}

.roundabout-holder {
	padding: 0;
	height: 5em;
	list-style: none;
	display: block;
	position: relative;
}

.roundabout-moveable-item {
	height: 255px;
	width: 305px;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
	background-color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
}

.roundabout-moveable-item span.img {
	background-color: white;
	display: block;
	width: 98.4%;
	height: 68%;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 1px;
}

.roundabout-moveable-item span.img img {
	max-width: 300px;
	max-height: 300px;
	width: 100%;
	display: block;
}

.roundabout-moveable-item h5 {
	display: block;
	color: #ddd;
	font-family: "Century Gothic","Gill Sans MT",Tahoma,Helvetica,Arial;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 1px;
}

.roundabout-moveable-item div.descr {
	color: #666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.7em;
	line-height: 12px;
	text-align: center;
}

.roundabout-moveable-item span.date {
	background-color: white;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 4px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: -3px 3px 3px #000;
	-webkit-box-shadow: -3px 3px 3px #000;
	box-shadow: -3px 3px 3px #000;
}

.roundabout-in-focus {
	cursor: auto;
}

#content .contacts form {
	background-color: black;
	padding: 10px;
	width: 350px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .contacts form h3 {
	color: #fff;
	width: 350px;
	font-family: "Century Gothic",helvetica,arial,sans-serif;
	font-size: 12pt;
	height: 40px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px 0 0 25px;
	text-transform: uppercase;
	display: block;
}

#content .contacts form h3 small {
	color: #ddd;
	font-size: 8pt;
}

#content .contacts form input,
#content .contacts form textarea {
	background-color: white;
	padding: 2px 3px;
	margin: 5px;
	color: #999;
	display: block;
	border: 1px solid #aaa;
	width: 330px;
	max-width: 330px;
	max-height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
}

#content .contacts form input:focus,
#content .contacts form textarea:focus {
	background-color: #f1f1f1;
	color: #555;
}

#content .contacts form input.submit {
	width: 150px;
	float: right;
	background-color: #333;
	border-width: 1px;
	color: white;
	text-shadow: 1px 1px 1px black;
}

#content .contacts form input.submit:hover {
	cursor: pointer;
	background-color: #8F3333;
}

#content .contacts form div.msg {
	display: none;
	position: absolute;
	top: 100px;
	left: 40px;
	background-color: #8F3333;
	padding: 10px;
	border: 2px solid #333;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 9pt;
	text-shadow: 1px 1px 1px black;
}

#content .contacts div.danni {
	float: right;
	width: 350px;
	padding: 0 10px 10px;
	color: white;
	text-align: justify;
	font-size: 9pt;
}

#content .contacts div.danni h2 {
	color: #fff;
	width: 350px;
	font-family: "Century Gothic",helvetica,arial,sans-serif;
	font-size: 12pt;
	height: 40px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px 0 0 25px;
	text-transform: uppercase;
	display: block;
}

#content .contacts div.danni ul li {
	color: #ccc;
	font-style: italic;
	list-style-type: circle;
	margin: 5px 0 5px 30px;
	font-weight: bold;
}

#ps_albums div.onhov {
	display: none;
	padding: 8px;
	font-size: 11px;
	color: #ccc;
}

#ps_albums div.onhov strong {
	font-weight: bold;
	font-size: 11px;
	color: #777;
	text-shadow: 0 1px 1px black;
}

#ps_albums div.onhov a {
	color: #1F8311;
	display: block;
	text-align: center;
	text-decoration: none;
}

#ps_albums div.onhov a:hover {
	color: #999;
	text-decoration: underline;
}

#ps_albums div.ps_desc:hover div.onhov {
	display: block;
}

#ps_albums div.ps_desc:hover span.descripspan {
	display: none;
}