@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}


.clear {
  clear:both;
}
body {
  text-align:center;
  padding:0;
  margin:0;
  font-size:13px;
  font-family:Helvetica;
  background-color:#eee;
}
#container {
	width: 980px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
}

#header {
	width:980px;
	height:400px;
	background-color:#FFF;
}

#content {
  width:960px;
  height:760px;
  padding:0px 10px 10px 10px;
  background:#FFF;

}

#footer {
    width:950px;
    height:40px;
  	background-image:url(../gfx/ftbg.jpg);
	background-position:left top;
	color:#e3e3e3;
	padding-left: 30px;

	
	
	font-family:Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:40px;
	text-align:left;
}

#footer h2 {
	font-family:Helvetica;
	font-size:14px;
}

#flash {
	height:700px;
	width:960px;
	background-color:#FFF;
}

#left {
	float:left;
}

#right {
	float:right;
}

#topleft {
	width:514px;
	height:318px;
	background-image:url(../gfx/header_en_slice_r1_c1.jpg);
}

#topright {
	width:466px;
	height:318px;
  	background-image:url(../gfx/header_en_slice_r1_c2.jpg);
	text-align:right;
}
#topright img {
	padding:8px;
}

#buttomleft {
	width:514px;
	height:82px;
  	background-image:url(../gfx/header_en_slice_r2_c1.jpg);
}

#buttomright {
	width:466px;
	height:82px;
  	background-image:url(../gfx/header_en_slice_r2_c2.jpg);
}

#menu {
	width:930px;
	height:40px;
	background-image:url(../gfx/menu.jpg);
	background-position:right;
	text-align:right;
	padding-right:50px;

}

#menu a {
  text-decoration:none;
  display:block;
  line-height:40px;
  height:40px;
  font-size:14px;
  color:#333;
  text-align:center;
  font-weight:bold;
  float:right;
  padding-right:28px;
  
}

#menu a:hover {
	color:#900;
}

#homeleft {
	width:680px;
	float:left;
}

#homeright {
	width:280px;
	height:600px;
	float:right;


}

#whatsnew {
	width:580px;
	height:100px;
	
	color:#636B75;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin-left:20px;

}

#whatsnew h3 {
	font-family:Calabri, arial;
	font-size:14px;
	line-height:26px;
}

#box1 {
	color:#636B75;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	
	height:150px;
	width:320px;
	float:left;
	padding-top:20px;
	margin-left:20px;
}

#box2 {
	color:#636B75;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	
	height:150px;
	width:320px;
	float:right;
	padding-top:20px;
	margin-left:20px;
}

.spacer1 {

	height:40px;
	width:980px;
}
#boxheader {
	height:48px;
	width:350px;
	float:left;
	padding-bottom:10px;
}


#contactheadline {
	height:120px;
	width:820px;
	margin:0px 130px 10px 30px;
	color:#636B75;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#contactheadline h3 {
	font-family:Calabri, arial;
	font-size:18px;
	line-height:30px;
}


#contactform {
	width:918px;
	height:210px;
	background:url(../gfx/form_bg.png);
	padding:20px;
	line-height:12px;
	margin:20px 11px 0 11px;
}
#contactform .fields {
	float:left;
	width:409px;
}
#contactform .message {
	float:right;
	width:489px;
}
#contactform label {
	font-weight:bold;
	font-size:12px;
	color:#000;
}
#contactform label.error,
#contactform label.error span {
	color:#C61E15;
}
#contactform label span {
	font-size:10px;
	color:#999;
	font-weight:normal;
}
#contactform .input,
#contactform .textarea {
	width:100%;
	margin-top:5px;
	border:1px solid #AAA;
	text-indent:0;
	line-height:12px;
}
#contactform .input {
	height:18px;
}
#contactform .textarea {
	height:117px;
	margin-bottom:4px;
}
#contactform .submit {
	width:120px;
	margin-left:371px;
}

#msg_form_message {
	width:958px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	margin:10px 11px 0 11px;
	text-indent:44px;
}
#msg_form_message.oke {
	background:url(../gfx/form_sent_oke.png);
	color:#0088CC;
}
#msg_form_message.error {
	background:url(../gfx/form_sent_error.png);
	color:#C61E15;
}



	