/* GLOBALS */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #132b5b;
	outline: none;
}

img {
	border: 0;
}

body {
	background-color: #252525;
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
}

/* SEARCH FORM */
form.search
{
	position: absolute;
	right: 0;
	top: 0;
}

fieldset
{
	border: 0;
	text-align: right;
	padding-top: 5px;
}

table td{
	padding:3px;
}

input, textarea
{
	xborder: 0;
	vertical-align: middle;
}

h1 {
	display: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.hide {
	display: none;
}

p {
	font-family: arial;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

* html .clearfix {
	height: 1%;
}

/* WRAPPERS */
#wrapper {
	width: 784px;
	position: absolute;
	left: 50%;
	margin-left: -392px;
}

#wrapper_top {
	height: 113px;
	z-index: 10;
}

#wrapper_center {
	background: #fff;
	padding: 2px;
	padding-bottom: 0;
	z-index: 20;
}

#wrapper_bottom {
	height: 37px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 8px;
}

/* MENU */
#menu
{
	xtop: 74px;
	z-index: 90;
	xposition: absolute;
	xmargin-top:74px;
}

#menu ul,
#menu {
	list-style: none;
	xfloat:right;
}

#menu li {
	float: right;
	position: relative;
}

#menu a {
	font-size: 12px;
	display: block;
	color: #fff;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 17px;
	padding-bottom: 8px;
}

#menu ul
{
	position: absolute;
	z-index: 180;
	top: 39px
}

#menu ul li
{
	float: none;
	width: 140px;
}

#menu ul li a
{
	padding-top: 0;
	padding-bottom: 0;
	line-height: 26px;;
}


/* HEADER */
#logo {
	height: 113px;
	float:left;
}

#header_image {
	height: 199px;
	width: 780px;
	margin-bottom: 20px;
	z-index: 440;
	display: block;
}

/* CONTENT */
#content {
	position: relative;
	z-index: 51px;
}

#content h2 {
	color: #fff;
	line-height: 22px;
}

#content p
{
padding-left: 0;
}

#content #text {
	min-height: 200px;
	height: auto !important;
	padding-right: 10px;
}

#content .imageitem
{
	margin-top: 10px;
}

#content .imageitem img
{
	margin-right: 10px;
	float: left;
}

.width520px
{
	width: 520px;
	float: right;
}


#text ul {
	list-style: none;
}

#text li {
	float: left;
	margin-top: 12px;
	margin-right: 8px;
}

#text p {
	padding-top: 4px;
	padding-bottom: 4px;
}

#photo {
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	width: 504px;
}

#photo_navigation {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#photo_navigation a {
	font-weight: bold;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 235px;
	min-height: 200px;
	height: auto !important;
	height: 370px;
	border-right: 2px solid #FFF;
	z-index: 20;
}

#sidebar .item {
	padding-left: 4px;
	padding-right: 4px;
}

#sidebar h3 {
	xcolor: #FFF;
	line-height: 22px;
	padding-left: 8px;
	padding-right: 8px;
}

#sidebar p {
	xcolor: #FFF;
	padding: 8px;
}

#sidebar p a {
	xcolor: #FFF;
	display: block;
	text-align: right;
	font-weight: bold;
}


#albums {
	list-style: none;
	overflow: auto;
	height: 440px;
}

#albums a {
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #132b5b;
}

#albums img {
	float: left;
}

/* LANGUAGES SWITCH */
#language
{
	padding-top: 20px;
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	border-top: 2px solid #FFF;
	font-size: 12px;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 5px;
}