
/* = general
-------------------------------------------------- */
* {
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-size: .75em;
	color: #555;
	background: #000 url(../images/gradient.png) repeat-x;
	height: 100%;
}

h1 {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 218px;
	height: 68px;
	margin: 13px 0 13px -9px;
}

h1 img {
	position: absolute;
	left: -1000em;
}

h2 {
	font-size: 1.3333em;
	color: #fff;
	background: url(../images/arrow_border.gif) no-repeat left bottom;
	padding-top: 1em;
	padding-bottom: .65em;
	margin-bottom: .4em;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin: 0 0 1.5em 1.5em;
}

ul li {
	margin-bottom: .5em;
}

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

a:hover,
a:focus,
a:active {
	color: #fff;
}

h2,
#language li a,
#nav li a,
#nav li strong,
#content a.more,
#content .pagination *,
#gallery #content p.position,
form fieldset label,
form fieldset input.button {
	font-family: helvetica, arial, sans-serif;
}

#main {
	position: relative;
	width: 866px;
	min-height: 100%;
	margin: 0 auto;
}

/* clearfix */
#nav:after,
#content ul.img:after,
#gallery #content .pagination:after,
#foot:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* /general */

/* = language
-------------------------------------------------- */
#language {
	list-style: none;
	float: right;
	margin: 35px -.8em 0 2em;
}

#language li a {
	float: left;
	font-weight: bold;
	min-height: 17px;
	padding: 2px .8em 7px 1.1em;
}

/* /language */

/* = navigation
-------------------------------------------------- */
#nav {
	list-style: none;
	position: relative;
	float: right;
	margin: 35px -.8em 0 0;
}

#nav li {
	float: left;
	background: url(../images/separator.png) no-repeat 0 35%;
}

#nav li a,
#nav li strong {
	float: left;
	font-weight: bold;
	min-height: 17px;
	padding: 2px .8em 7px 1.1em;
}

#nav li.first {
	background: none;
}

#nav li strong {
	color: #fff;
	background: url(../images/arrows.gif) no-repeat center bottom;
}

#nav li ul {
	list-style: none;
	position: absolute;
	top: 2.25em;
	right: 0;
	margin: 0;
}

#nav li ul li {
	background-position: 0 60%;
}

#nav li ul li a,
#nav li ul li strong {
	padding-top: 6px;
	padding-bottom: 2px;
}

#nav li ul li strong {
	background: url(../images/arrows.gif) no-repeat center top;
}
/* /navigation */

/* = content
-------------------------------------------------- */
#content {
	clear: both;
	padding-bottom: 6em;
	margin: 0 129px;
}

#content a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	padding-left: 16px;
}

/* pagination */
#content .pagination {
	list-style: none;
	margin: 0 0 1.5em 0;
}

#content .pagination li {
	display: inline;
	font-weight: bold;
	padding-right: .8em;
}

#content .pagination li.prev a {
	background: url(../images/arrows.gif) no-repeat left center;
	padding-left: 9px;
}

#content a.more,
#content .pagination li.next a {
	font-weight: bold;
	background: url(../images/arrows.gif) no-repeat right center;
	padding-right: 9px;
}

#content a.more:hover,
#content a.more:focus,
#content a.more:active,
#content .pagination li.prev a:hover,
#content .pagination li.prev a:focus,
#content .pagination li.prev a:active,
#content .pagination li.next a:hover,
#content .pagination li.next a:focus,
#content .pagination li.next a:active {
	background-image: url(../images/arrows_pagination.gif);
}

/* image row */
#content ul.img {
	list-style: none;
	margin: 0 -20px 1.5em 0;
}

#content ul.img li {
	float: left;
	margin: 0 18px 18px 0;
}

#content ul.img li img {
	display: block;
}

/* form */
form fieldset {
	text-align: right;
}

form fieldset legend {
	display: none;
}

form fieldset label {
	font-weight: bold;
}

form fieldset input {
	color: #fff;
	background: #555;
	width: 125px;
	padding: 2px;
	margin: 0 5px;
}

form fieldset input:hover,
form fieldset input:focus,
form fieldset input:active {
	color: #555;
	background: #fff;
}

form fieldset input.button {
	cursor: pointer;
	font-weight: bold;
	text-align: right;
	color: #555;
	background: transparent url(../images/arrows.gif) no-repeat right center;
	width: auto;
	padding: 0 9px 0 0;
	margin: 0;
}

form fieldset input.button:hover,
form fieldset input.button:focus,
form fieldset input.button:active {
	color: #fff;
	background-image: url(../images/arrows_pagination.gif);
}

.error label,
.error input {
	color: #f00;
}
.error input {
	background: #fdd;
}
/* /content */

/* = gallery
-------------------------------------------------- */
#gallery #content,
#gallery #foot {
	margin: 0;
}

#gallery #content p.position {
	font-weight: bold;
	text-align: center;
	margin-bottom: .8em;
}

#gallery #content .pagination {
	margin-bottom: .95em;
}


#gallery #content .pagination li {
	float: left;
	padding: 0 3px 0 2px;
}

#gallery #content .pagination li.prev {
	text-align: right;
	width: 64px;
	padding: 2.8em 9px 0 0;
	margin-right: 3px;
}

#gallery #content .pagination li.next {
	position: absolute;
	right: 0;
	width: 64px;
	padding: 2.8em 0 0 9px;
}

#gallery #content .pagination li img {
	display: block;
}

#gallery #content .pagination li a img {
	opacity: .5;
}

#gallery #content .pagination li a:hover img,
#gallery #content .pagination li a:focus img,
#gallery #content .pagination li a:active img {
	opacity: 1;
}

#gallery #content dl dt {
	position: relative;
	text-align: center;
}

#gallery #content dl dt a {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1000;
	color: #fff;
	width: 50%;
	height: 100%;
}

#gallery #content dl dt a.prev,
#gallery #content dl dt a.prev b {
	left: 0;
}

#gallery #content dl dt a.next {
	text-align: right;
	right: 0;
}

#gallery #content dl dt a b {
	display: none;
	position: absolute;
	top: 50%;
	font-weight: normal;
	background: url(../images/pagination.png);
	padding: 0 0 0 20px;
	margin-top: -1.25em;
}

#gallery #content dl dt a:hover b,
#gallery #content dl dt a:focus b,
#gallery #content dl dt a:active b {
	display: block;
}

#gallery #content dl dt a.next b {
	right: 0;
	padding: 0 20px 0 0;
}

#gallery #content dl dt a b i {
	display: block;
	font-style: normal;
	background: url(../images/arrows_pagination.gif) no-repeat left center;
	padding: 5px 10px;
}

#gallery #content dl dt a.next b i {
	background: url(../images/arrows_pagination.gif) no-repeat right center;
}

#gallery #content dl dd {
	text-align: center;
	padding: .3em .9em;
}
/* /gallery */

/* = footer
-------------------------------------------------- */
#foot {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	list-style: none;
	background: url(../images/arrow_border.gif) no-repeat left top;
	padding: .8em 0;
	margin: 0 129px;
}

#foot li {
	float: left;
	line-height: 1.2;
	background: url(../images/separator.png) no-repeat 0 38%;
	padding: 2px .8em 6px 1.2em;
}

#foot li.first,
#foot li.last {
	background: none;
	padding-left: 0;
}

#foot li.last {
	color: #2b2b2b;
	padding-left: .2em;
}

#foot li strong {
	font-weight: normal;
	color: #fff;
}
/* /footer */

