* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #333;
	min-width: 960px;
	color: #000;
}

p {
	margin-bottom: 1em;
	line-height: 150%;
}

h1 {
	color: #366;
	margin-bottom: 8px;
}

h2 {
	color: #060;
	margin-bottom:5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px;
	background-color: #fff;

	width: 960px;
	text-align: left;
}

.push {
	width: 100%;
	clear: both;
	height:40px;
}

#header {
	height: 89px;
	clear: both;
	background-image: url(/images/template/en/banner.jpg);
}

#header_text {
	float: left;
	position: absolute;
	margin-left: 140px;
}

#language_swap {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#language_swap a:link, #language_swap a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

#menu {
	border-top: 1px #fff solid;
	background-color: #060;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 20px;
}

#menu li {
	display: inline;
	margin-right: 20px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#left {
	float: left;
	width: 200px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px #c1d3b6 solid;
}

#left ul {
	margin-bottom: 15px;
}

#left li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#left h2, #right h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #999;
}

#main {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 120px;
}

#main a:link, #main a:visited {
	text-decoration: underline;
}

#right {
	float: left;
	width: 200px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px #c1d3b6 solid;
}

#right li {
	margin-bottom: 5px;
}

#footer {
	height: 40px;
	width: 950px;
	background-color: #060;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
}

ul.photoset {
	padding-bottom: 15px;
}

.photoset li {
	display: inline;
	margin-right: 5px;
}

.photoset img {
	border: 1px solid #555;
}





form ul
{
margin: 0px;
padding: 0px;
list-style: none;
}

form ul li
{
padding: 3px;
float: left;
width: 100%;
}

fieldset
{
padding-bottom: 5px;
margin-bottom: 10px;
border: 1px solid #ccc;
}

#form_errors ul {
padding-left: 145px;
list-style: circle;
}

#form_errors li {
padding-top: 4px;
padding-bottom: 4px;
}

legend
{
font-weight: bold;
margin-left: 5px;
padding: 3px;
}

textarea {
height: 150px;
width: 300px;
}

label {
float: left;
width: 140px;
margin-right: 10px;
text-align: right;
}

label em
{
color: #f00;
}

form .guidetext
{
margin-left: 150px;
margin-top: 5px;
margin-bottom: 5px;
color: #be1817;
}