/* Redefines */

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	margin: 10px;
}

img {
	border: none;
}

a {
	color: #aa0030;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Containers */

#page_container {
	position: relative;
	width: 970px;
	float: left;
	border-right: solid 1px #f1f1f1;
}
#header {
	width: 960px;
	height: 144px;
}
#logo {
	width: 323px;
	float: left;
}
#flash_banner {
	width: 637px;
	height: 144px;
	overflow: hidden;
}

#head_navigation {
	width: 960px;
	line-height: 40px;
	margin-bottom: 6px;
}
#head_navigation a {
	display: block;
	margin-right: 10px;
	float: left;
}
a#mother_link {
	width: 174px;
	background: url('../img/arrow.gif') no-repeat left center;
	margin: 0;
	text-indent: 17px;
}
#head_navigation h3 {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
	float: right;
}

#head_devider {
	width: 960px;
	background-color: #f1f1f1;
	clear: left;
}
#head_devider a {
	margin-left: 17px;
	font-weight: bold;
	line-height: 1.6em;
}

#body {
	width: 960px;
	margin: 20px 0;
}
#body div,
#body iframe {
	float: left;
}
#navigation {
	width: 174px;
	border-top: solid 1px #ccc;
}
#navigation a {
	display: block;
	padding-left: 17px;
	border-bottom: solid 1px #ccc;
	line-height: 2em;
	color: #000;
}
#navigation a:hover,
#navigation a.selected {
	background: url('../img/arrow.gif') no-repeat 0 6px;
	color: #aa0030;
	text-decoration: none;
}

a#badge {
	width: 130px;
	height: 130px;
	border: none;
	padding: none;
	margin: 20px 0;
	text-align: center;
}
a#badge:hover {
	border: none;
	background: none;
}
#content {
	width: 520px;
	margin: 0 0 0 40px;
	padding-bottom: 30px;
	}
	#content div {
		float: none;
	}

	#content h1 {
		font-size: 2em;
		font-weight: normal;
		line-height: 1em;
		margin: 0 14px 0 0;
	}

	#content h3 {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1em;
		margin: 15px 5px 0 0;
	}
	#content p {
		line-height: 1.5em;
	}
	#content form {
		margin-top: 10px;
		}
		#content label {
			display: block;
			margin: 0 0 3px 0;
		}
		#content .textfield {
			width: 100%;
		}
#mascus {
	width: 160px;
	height: 500px;
	border: none;
}
#footer {
	width: 960px;
	border-top: solid 1px #ccc;
	clear: both;
	text-indent: 215px;
}
#footer p {
	margin-top: 10px;
}

#body #banner_container {
	width: 210px;
	float: right;
}
#banner_container a {
	display: block;
	margin-bottom: 10px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
	.gallery li {
		float: left;
		display: inline;
	}
		.gallery a {
			display: block;
			margin: 10px;
		}
/* Lightbox */
.lightbox
{
	position: absolute;
	background: #fff;
	border: 10px solid #fff;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px;
	overflow: hidden;
	z-index: 2;
	visibility: hidden;
}

.lightbox-loading
{
	background-image: url(../img/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.lightbox .content
{
	position: relative;
	overflow: hidden;
}
	.lightbox .content .image
	{
		position: relative;
	}
	.lightbox .content .image .next,
	.lightbox .content .image .previous
	{
		display: block;
		top: 0;
		width: 49%;
		height: 100%;
		outline: 0;
	}
		.lightbox .content .image .next
		{
			float: right;
		}
			.lightbox .content .image .next:hover
			{
				background: transparent url(../img/next.gif) no-repeat 100% 15%;
			}

		.lightbox .content .image .previous
		{
			float: left;
		}
			.lightbox .content .image .previous:hover
			{
				background: transparent url(../img/previous.gif) no-repeat 0% 15%;
			}

	.lightbox .content .bottom
	{
		position: relative;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
		.lightbox .content .bottom .title
		{
			margin: .3em;
		}
		.lightbox .content .bottom .close
		{
			display: inline;
			float: right;
			width: 32px;
			height: 32px;
			background: transparent url(../img/close.gif) no-repeat center;
			margin: 10px 0 10px 10px;
		}

