body {
	background: #ccc url("../images/public/background.jpg") repeat-x;
	color: #f1f5fa;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

a {
	color: #f1f5fa;	
}

#wrapper {
	width: 998px;
	margin: 0 auto;
}

#frame {
	position: relative;
	background: url("../images/public/frame-background.png") repeat-y; 
}

#leftSidebar {
	float: left;
	width: 269px;
	margin: 0 0 0 24px;
	background: url("../images/public/left-sidebar.png") no-repeat;
	padding-top: 22px;
}
* html #leftSidebar { margin-left: 12px; }

#leftSidebar a.logo {
	display: block;
	text-indent: -10000px;
	height: 170px;
	width: 140px;
	background: url("../images/public/logo.png") no-repeat;
	margin: 0 0 23px 66px;	
}

#leftSidebar .slogan {
	margin: 0 0 33px 58px;
	display: block;
	text-indent: -20000px;
	width: 150px;
	height: 55px;
}

body.bg #leftSidebar .slogan {
	background: url("../images/public/slogan-bg.png") no-repeat;
}

body.en #leftSidebar .slogan {
	background: url("../images/public/slogan-en.png") no-repeat;
}

#menu {
	list-style-type: none;
	margin-right: 1px;
	border-top: 1px solid #f9ccb5;
	margin-bottom: 50px;
}

#menu li {
	font-size: 21px;
}

#menu li a {
	line-height: 45px;
	height: 45px;
	border-bottom: 1px solid #f9ccb5;
	display: block;
	padding-left: 37px;
}

#menu li.active a {
	background: url("../images/public/menu-active.jpg") no-repeat;
	color: #161616;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	border-bottom: 1px solid #f9ccb5;
	width: 268px;
	font-size: 13px;
	line-height: 1.4;
}

#menu ul li div {
	padding: 7px 0 7px 44px;
	width: 224px;
}

#menu ul li a {
	display: inline;
	border: none;
	padding: 0px 10px 0 0;
	line-height: 1.4;
	height: auto;
}

#menu li.active li a {
	background: none;
	color: #F1F5FA;
}

#menu ul li.active {
	background: #383838;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	/*background: url("../images/public/submenu-active.jpg") no-repeat;*/
}

#menu ul li.active div {
	border-bottom: 1px solid #f9ccb5;
}

#menu ul li.active a {
	color: #f1f5fa;	
	background: none;
}

#menu ul li.active strong {
	color: #eb5000;	
}

#menu ul strong {
	color: #161616;	
}

#slideshow {
	xmargin: 0 10px 0 0px;
	height: 133px;
	width: 694px;
	padding: 23px 0 22px 1px;
	float: left;
	background: #383838;
	border-bottom: 1px solid #aeadae;
	overflow: hidden;
	position: relative;
}

#slideshow #slide  {
	position: absolute;
	top: 23px;
	left: 0px;
}

#slideshow #slide img {
	float: left;
	margin-right: 30px;
}

#slideshow .overlay {
	font-size: 0px;
	width: 8px;
	height: 179px;
	background: url("../images/public/slideshow-overlay.png") repeat-y;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

#language {
	position: absolute;
	right: 8px;
	top: 140px;
	width: 36px;
	padding-left: 5px;
	height: 80px;
	line-height: 80px;
	color: #161616;
	font-size: 17px;
	text-align: center;
	background: url("../images/public/language.png") no-repeat;	
}

#content {
	float: left;
	width: 695px;
	min-height: 700px;
}

* html #content { height: 700px; } 

#content .album {
	padding-top: 10px;
}

#content .album a {
	float: left;
	height: 154px;
	width: 206px;
	overflow: hidden;
	margin: 2px 3px 14px 18px	
}

#content .album .video {
	float: left;
	height: 154px;
	width: 206px;
	overflow: hidden;
	margin: 2px 3px 14px 18px;
	position: relative;
}

#content .album .video a {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	background: url("../images/public/play-video.png") no-repeat;
	text-indent: -10000px; 	
}

#content h1.title {
	font-size: 17px;
	line-height: 46px;
	padding-left: 17px;
}

#content h2.title {
	font-size: 15px;
	line-height: 32px;
	padding-left: 60px;
}

#content h2.title span {
	color: #eb5000;
}

#content div.separator {
	height: 1px;
	font-size: 0px;
	background: url("../images/public/separator.jpg") no-repeat;		
}

#content div.text {
	padding: 12px 17px;
}

#content div.text p {
	margin-bottom: 0;
	/* text-indent: 37px; */	
}

#content div.text ul, #content div.text ol {
	list-style-position: inside;	
}

#footer {
	height: 42px;
	background: url("../images/public/footer.png") no-repeat;
	position: relative;
}

#footer span {
	color: #161616;
	font-family: Verdana;
	font-size: 13px;
	position: absolute;
	left: 35px;
	top: 12px;
	text-align: center;
	width: 250px;
}

#footer a.labs {
	position: absolute;
	right: 17px;
	top: 9px;
	width: 26px;
	height: 25px;
	background: url("../images/public/labs.png") no-repeat;
	text-indent: -10000px;
}