html {
	overflow-y: scroll;
}
body {
	background: #fff url(../img/bg-body.png) repeat-x;
	font:12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #18A500;
}
a:hover {
	text-decoration: none;
	color: #31B5B7;
}
a:active{
	outline: none;
}
:focus{
  outline: none;
}

.clear {
	clear:both;
}
img {
	border:none;
}
h2{
	font:22px Arial, Helvetica, sans-serif;
}
h3{
	font:bold 16px Arial, Helvetica, sans-serif;
	padding: 7px 0;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
	color: #282425;
	border-bottom: 1px solid #F0F0F0;
}
h3 a{
	margin:0;
	padding:0;
	color:#282425;
	text-decoration:none;
	display:inline;
}

h4 {
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}
p{
	margin:10px 0;
	padding:0;
}

table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-collapse:collapse;
}
td{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:6px 4px;
}
thead{
	font-size:11px;
	font-weight:bold;
	color:#333;
	background:#f2f2f2;
}
thead td{
	padding:12px 4px;	
}

/*Wrapper*/

#Wrapper{
  position: relative;
  width: 980px;
  margin: 0 auto;
}

/*Header*/

#Header{
	width: 980px;
	height:165px;
	margin: 0 auto;
	overflow:hidden;
	background:#fff;
	position:relative;
}
#Header h1 {
  background: url(/img/logo-bg.gif) no-repeat 20px 0;
	width: 237px;
	height: 57px;
	text-indent: -1000em;
	margin: 31px 0 0 0;
	float: left;
}
#Header h1.logo-en {
  background: url(/img/logo-en.gif) no-repeat 20px 0;
}
#Header h1 a {
	display: block;
	height: 57px;
}
#HeaderLinks {
	width: 240px;
	float: left;
	margin:17px 0 0 0;
}
.Language{
	color:#333;
	font-size:11px;
	
	float: right;
}
.Language a{
	color:#000;
	padding-left: 4px;
}

#HeaderContent {
	width: 495px;
	height:125px;
	overflow:hidden;
	float: right;
}
#HeaderContent h4 {
	font:bold 16px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color: #31B4B7;
	margin:0 0 10px 0;
	padding:0;
	font-weight: bold;
}
#HeaderContent .text {
	border-left: 1px solid #D6D6D6;
	margin:15px 0 0 0;
	padding:0 0 0 10px;
}
#HeaderContent p {
	font-size: 11px;
	margin:0 0 10px 0;
	padding:0;
}

ul#Navigation{
	font-size: 12px;
	width:100%;
	height: 46px;
	margin:0;
	padding:0;
	clear: both;
	overflow:hidden;
	list-style:none;
	position:absolute;
	bottom:0;
	background: url(/img/bg-global-menu.jpg) 0 6px repeat-x;
}
ul#Navigation li {
	height: 46px;
	color: #fff;
	float: left;
}
ul#Navigation li a {
	height: 40px;
	line-height: 40px;
	margin: 6px 0 0 0;
	padding: 0 10px;
	display: block;
	float:left;
	text-decoration: none;
	color: #fff;
}

ul#Navigation li a:hover{
	background: url(/img/bg-global-menu-hover.jpg) repeat-x;
}

ul#Navigation li.active {
	background: url(/img/bg-global-menu-al.png) left top no-repeat;
	padding: 0 0 0 5px;
}
ul#Navigation li.active a{
	background: url(/img/bg-global-menu-ar.gif) right top no-repeat;
	height: 46px;
	margin:0;
	padding: 6px 10px 0 5px;
}
ul#Navigation li.active a:hover {
	background: url(/img/bg-global-menu-ar.gif) right top no-repeat;
}
ul#Navigation li.active.first a{
	padding-left:18px;
}
ul#Navigation li.first a{
	padding-left:23px;
}


/* Search */

.search {
	position: absolute;
	top: 178px;
	z-index: 99999;
	right:25px;
}
.search input[type=text]{
	width:150px;
	font-size:12px;
	border:1px solid #BAE4E5;
	padding:3px;
	margin:1px 0 0 0;
	background:#fff;
}
.search input.submit{
	cursor:pointer;
}



/* Footer */


#Footer {
	width:980px;
	clear: both;
	overflow:hidden;
	margin:20px auto 0 auto;
	padding:0 0 10px 0;
}
#Footer p {
	font-size: 11px;
	margin:0 0 10px 0;
	padding:0;
}
#Footer a {
	color: #726C70;
}
p.netage{
	float:right;
}




/*Widgets*/

/*Widget image+text*/
#Content .image-left,
#Content .image-right {
	padding: 7px;
	background: #F8F8F8;
	overflow: hidden;
}
#Content .image-left img {
	float: left;
	margin: 0 7px 0 0;
}
#Content .image-right img {
	float: right;
	margin: 0 0 0 7px;
}
#Content .image-left .image-description p,
#Content .image-right .image-description p {
	font-size: 11px;
	margin: 0;
}


/*Video*/

.video-replacement {
  width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
}
* html .videoWrapper {
  margin-bottom: 45px;
  margin-bot\tom: 0;
}
.videoWrapper div,
.videoWrapper object,
.videoWrapper embed {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}
/* ratios */
.wideScreen {padding-bottom: 56.25%;}
.fourBYthree {padding-bottom: 75%;}
/* chromes */
.chrome_25 {padding-top: 25px;}
.chrome_30 {padding-top: 30px;}
.videoWrapper a {
 display: none;
}
