html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead
	{
	margin: 0;
	padding: 0;
}

html,body,table {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
}

pre {
	background-color: #ffffff;
	color: #000000;
}

body {
	overflow-x: hidden;	
}

img {
	border: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

#main-wrapper {
	width: 1024px;
	margin: 0px auto;
	padding-top: 20px;
}

#header {
	background: transparent url('/img/header_bg.png') no-repeat
		0 0;
	width: 1024px;
	height: 230px;
	position: relative;
}

#language-selection {
/*	width: 150px; */
  width: 190px;
	height: 74px;
/*	background: transparent url('/img/language_bg.png')*/
		no-repeat 0 0;
	position: absolute;
	right: -2px;
	top: -11px;
	padding: 2px 9px 25px 17px;
}

#language-selection #flags {
	width: 100%;
	height: 100%;
	margin: 3px 15px;
}

#language-selection .title {
	color: #fff;
	font-weight: bold;
	margin: 5px 0px;
	text-shadow: #6374AB 1px 1px 4px;
}

#navigation {
	position: absolute;
	bottom: 14px;
	width: 1008px;
	height: 40px;
	margin: 0px 9px;
	color: #fff;
	text-shadow: #6374AB 1px 1px 4px;
	font-weight: bold;
}

#navigation #slide-left {
	float: left;
	background: transparent url('/img/arrowleft.png') no-repeat
		0 0;
	width: 13px;
	height: 15px;
	margin: 13px 0px;
	cursor: pointer;
}

#navigation #slide-right {
	float: right;
	background: transparent url('/img/arrowright.png')
		no-repeat 0 0;
	width: 15px;
	height: 16px;
	margin: 12px 0px;
	cursor: pointer;
}

#navigation #picker {
	position: absolute;
	width: 30px;
	height: 19px;
	background: transparent url('/img/picker.png') no-repeat 0
		0;
	top: -7px;
	left: 225px;
	cursor: pointer;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
	margin: 12px;
	cursor: pointer;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#navigation ul li.separator {
	width: 2px;
	height: 40px;
	background: transparent url('/img/separator.png') no-repeat
		0 0;
	margin: 0px;
	cursor: default;
}

#content-wrapper {
	margin: 0px auto;
	width: 840px;
	min-height: 400px;
	position: absolute;
	margin: 0px 8px; 
}

#content {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -30px;
	min-height: 400px;
}

.header-top {
	background: transparent url('/img/content_header.png')
		no-repeat 0 0;
	width: 840px;
	height: 94px;
	margin: 10px auto -30px auto;
}

.header-top .header-inner {
	margin: 12px 15px;
	position: absolute;
}

.header-bottom {
	background: transparent url('/img/content_footer.png')
		no-repeat 0 0;
	width: 840px;
	height: 94px;
	clear: both;
}

.header-bottom .header-inner {
	padding: 55px 5px;
}

.header-bottom .header-inner .title {
	margin: 8px;
}

.header-bottom .title, .header-top .title, .header-inner .title a {
	color: #fff;
	font-weight: bold;
	text-shadow: #6374AB 1px 1px 4px;
}

.header-inner .title a {
	text-decoration: none;
}

.header-inner .title a:hover {
	text-decoration: underline;
}

#content .box {
	margin: 30px  15px 0px;
}

#content .box:first-child {
	margin:0px  15px;
}

#content .box h1 {
	font-size: 18px;
	margin-bottom: 10px;	
}

#content .box img {
	height: 200px;
	border: 2px solid #5E5E5E;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 12px #5E5E5E;
	-webkit-box-shadow: 0px 0px 12px #5E5E5E;
	box-shadow: 0px 0px 12px #5E5E5E;
	margin: 0px 10px 10px;
}

#right-panel {
	position: relative;
	float: right;
	text-align: left;
	width: 165px;
	background: transparent url('/img/rightpanel_repeat.png') repeat-y 0 0;
	right: 10px;
	top: -2px;
	height: 100%;
}

#right-panel .inner {
	min-height: 600px;
	width: 137px;
	float: left;
	background: transparent url('/img/rightpanel_top.png') no-repeat -3px 0;
	margin-left: 3px;
	padding: 10px;
}

#right-panel .end {
	width: 165px;
	background: transparent url('/img/rightpanel_end.png') no-repeat 0 0;
	height: 9px;
	position: absolute;
	bottom: -9px;
}

.breadcrumb {
	color: #5e5f69;
	font-size: 12px;
	margin: 3px 0px -4px 12px;	
}

.breadcrumb a {
	color: #5e5f69;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}
a.actmenu{
	color:#003300 !important;
}

