@charset "utf-8";

/* TAG override */

html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #191718;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img
{
	border: thin solid #999999;
	padding: 5px;
	margin: 5px;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	color: #00DAF7;
	font-style: italic;
}

/* IDs */

#container_header
{
	width: 100%;
	height: 175px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#container_header a
{
	width: 900px;
	height: 100%;
	margin: 0px auto;
	display: block;
}

#container_navigation
{
	width: 100%;
	height: 35px;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#container_content
{
	width: 100%;
	height: 370px;
}

#navigation
{
	width: 940px;
	height: 100%;
	margin: 0px auto;
}

#navigation a
{
	color: #FFFFFF;
}

#navigation div:hover
{
	background-position: bottom center;
}

#nav_item_service
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_service.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

#nav_item_service_sel
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_service.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#nav_item_gallery
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_gallery.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

#nav_item_gallery_sel
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_gallery.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#nav_item_events
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_events.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

#nav_item_events_sel
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_events.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#nav_item_contact
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_contact.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

#nav_item_contact_sel
{
	width: 175px;
	height: 35px;
	background-image: url(../img/button_contact.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#center
{
	width: 940px;
	margin: 0px auto;
}

#info
{
	width: 200px;
	height: 370px;
	padding: 0px 20px;
	background-image: url(../img/info_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	color: #FFFFFF;
	text-align: center;
}

#info p a, #info div a
{
	color: #00DAF7;
}

#info p a:hover, #info div a:hover
{
	text-decoration: overline underline;
}

#info div
{
	width: 158px;
	/*height: 67px;*/
	margin: 8px auto;
	padding: 2px;
	background-image: url(../img/background_info_events.png);
	background-repeat: repeat-x;
	background-position: center;
	border: thin solid #FFFFFF;
	font-size: smaller;
}

#content
{
	width: 680px;
	padding: 10px;
	float: left;
	text-align:justify;
}

#content a
{
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

#content a:hover
{
	color: #666666;
	/*text-decoration: underline;*/
}

#content table tbody tr
{
	border: thin solid #333333;
}

#content table tbody tr td font a
{
	color: #00DAF7;
}

#content table tbody tr td font a:hover
{
	color: #000000;
}

#footer_info
{
	font-size: 7pt;
	font-style: italic;
}

#footer
{
	width: 700px;
	height: 35px;
	float: left;
	font-size: 8pt;
	font-style: italic;
}

#footer a
{
	color: #000000;
}

#footer a:hover
{
	color: #666666;
	text-decoration: overline underline;
}

#gallery_detail
{
	margin: 0 auto;
}

#events table tbody tr td font a
{
	color: #050DDA;
}

/* CLASSes */

.nav_item
{
	width: 175px;
	height: 100%;
	margin: 0px auto;
	display: block;
}

.justify
{
	text-align: justify;
}

/* GALLERY */

.gallery_item
{
	width:200px;
	height:160px;
	border: thin solid #999999;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
	margin-bottom:10px;
	display:table-cell;
	vertical-align:middle;
}

.gallery_item_folder
{
	width:200px;
	height:150px;
	border: thin solid #999999;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
	margin-bottom:10px;
}

.gallery_item img
{
	border:none;
	padding: 0px;
	margin: 0px;
}

.gallery_item_folder img
{
	border:none;
	padding: 0px;
	margin: 0px;
}


.gallery_link
{
	text-decoration:none;
}

.gallery_site_active
{
	text-decoration:underline;
}
