/* =LAYOUT
----------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
}

body, textarea, button {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 0.75em;
}

body * {
	z-index: 3;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #666;
}

a:visited {
	color: #999;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.down {
	font-weight: bold;
}

/* =HEADINGS
----------------------------------------------- */

h1 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 0.6em;
}

h3 {
	font-size: 1.15em;
	margin-top: 0;
}

h4 {
	font-size: 1em;
	margin-top: 0;
}

/* =LISTS
----------------------------------------------- */

ul, ol {
	margin: 0.4em 0;
	padding: 0.4em 0;
}

.content li {
	list-style-position: inside;
}

li ul {
	margin: 0 0 0 1em;
	padding: 0;
}

/* =FORMS
----------------------------------------------- */

.form-window {
	position: absolute;
	width: 470px;
	top: 300px;
	left: 250px;
	padding: 20px 25px;
	background-image: url(../image/background/form.png);
/*
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
*/
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

label {
	font-weight: bold;
	display: block;
	cursor: pointer;
}

form div {
	margin-bottom: 0.5em;
}

input, textarea {
	width: 99.1%;
}

select {
	width: 100%;
}

textarea {
	font-size: 1em;
}

button {
	float: left;
	background: none;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin-left: -5px !important;
	margin-left: -20px;
}

form div.medium {
	width: 220px;
	float: left;
}

form div.medium.right {
	width: 220px;
	margin-left: 28px !important;
	margin-left: 22px;
}

form p.submit {
	padding-top: 1em;
}

form p.submit small {
	float: right;
}


/* =MISC
----------------------------------------------- */

p.footer {
	display: none;
}

kbd {
	font-size: 1em;
}

.screen-readers {
	visibility: hidden;
}

/* =HEADER
----------------------------------------------- */

#header {
	height: 300px;
}

#header div.logo {
	position: absolute;
	top: 200px;
	left: 30px;
}

#header div.logo img.press, #header div.logo img.print {
	display: none;
}

#header big a {
	position: relative;
	display: block;
	width: 190px;
	height: 50px;
}

#header div.logo p {
	margin: 0.3em 0;
	width: 250px;
	font-size: 0.85em;
}

#header ul {
	position: absolute;
	top: 20px;
	left: 650px;
	width: 215px;
}

#header a:link, #header a:visited {
	color: #999;
	text-decoration: none;
}

#header ul.language {
	position: static;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.5em 0;
}

#header ul.language li {
	display: inline;
	margin-right: 0.6em;
}

/* =MAIN-MENU - SUB-MENU
----------------------------------------------- */

#header ul, ul.sub-menu {
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}

#header li, ul.sub-menu li {
	list-style: none;
	margin-bottom: 0.85em;
}

.sub-menu a:hover, .expo-menu a:hover, .small-menu a:hover, .press-menu a:hover, .credits-menu a:hover {
	color: #999 !important;
}

/* =MAIN
----------------------------------------------- */

#main {
	width: 940px;
/*	width: 718px;*/
	margin: 0 30px 50px;
}

/* =MAIN > SUB-MENU
----------------------------------------------- */

ul.sub-menu {
	float: left;
	width: 270px;
	text-align: right;
}

ul.sub-menu a {
	text-decoration: none;
}

/* =MAIN > CONTENT
----------------------------------------------- */

#main div.content {
	line-height: 1.3em;
}

#main div.content p {
	margin: 0 0 1.1em;
}

#main div.content big {
	line-height: 1.4em;
}

#main div.content p.go-top {
	margin-top: 2em;
}

#main div.content p.go-top a {
	font-size: 0.9em;
	text-decoration: none;
}