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

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:url(../images/top_back.png) repeat-x #eee;
	color:#444;
	direction:rtl;
}
a {
	text-decoration:none;
	color:#009A86;
}
a:hover {
	color:#FF3F00;
}
ul,p {
	margin:0;
	padding:0;
	list-style:none;
}
#top_wrapper {
	width:960px;
	margin:auto;
	height:88px;
	position:relative;
	overflow:hidden;
}
#logo {
	width:151px;
	padding:0 2px;
	height:85px;
	background:url(../images/logo_border.png) repeat-y;
	position:absolute;
	right:0;
	top:0;
}
#language {
	position:absolute;
	width:146px;
	right:150px;
	height:85px;
}
#language ul {
	padding:0;
	margin:0;
}
#language ul li a {
	color:#fff;
}
#jflanguageselection {
	float:right !important;
	margin: 15px 10px 10px 0px !important;
}
#jflanguageselection ul.jflanguageselection li {
	float:right !important;
	margin-left:5px;
}
#search {
	position:absolute;
	width:200px;
	left:0;
	height:85px;
	background:url(../images/search_back.png) no-repeat;
}
#mainmenu_wrapper {
	height:49px;
	border-bottom:1px solid #ccc;
	z-index:1000;
}
#mainmenu_bar {
	width:960px;
	margin:auto;
}
#title {
	width:151px;
	float:right;
}
#desc_wrapper {
	width:960px;
	margin:auto;
	position:relative;
	height:41px;
	z-index:800;	border-top:1px solid #fff;
}
#desc {
	width:151px;
	height:41px;
	right:0;
	position:absolute;
}
#slideshow_wrapper {
	border-bottom:1px solid #ccc;
}
#slideshow {
	width:960px;
	height:400px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
#slideshow_shadow {
	width:291px;
	height:400px;
	position:absolute;
	z-index:99999;
	left:0;
	bottom:0;
	background:url(../images/slide_shadow.png) no-repeat;
}
#section_wrapper {	border-top:1px solid #fff;	border-bottom:1px solid #ccc;	background:url(../images/bottom_back.jpg) repeat-x bottom left;}
#sections {
	width:960px;
	height:272px;
	margin:auto;
	overflow:hidden;
}
.section {
	float:right;
	width:478px;
	height:270px;
	margin:1px 0 1px 4px;
	overflow:hidden;
	
}
.section .moduletable{
	position:relative;
}
.section .moduletable img {
	position:absolute;
	z-index:1;
}
.section .moduletable .whitebox {
	position:absolute;
	background:#fff;
	width:48px;
	height:48px;
	z-index:2;
	top:20px;
	right:20px;
}
.section .moduletable .section_title {
	position:absolute;
	width:212px;
	height:60px;
	background:#FF4000;
	top:38px;
	right:38px;
	z-index:3;
	font-family:'yekan', Tahoma;
	color:#fff;
	font-size:20px;
	padding:0 21px;
	line-height:60px;
}
.section .moduletable .section_link {
	position:absolute;
	width:110px;
	height:41px;
	font-family:'yekan', Tahoma;
	color:#fff;
	z-index:4;
	top:99px;
	right:182px;
	text-align:center;
}
.section .moduletable .section_link a {
	display:block;
	line-height:41px;
	color:#fff;
	background:#009B87;
}
#latest_wrapper {
	border-bottom:1px solid #ccc;	border-top:1px solid #fff;
}
#latest {
	width:880px;
	height:52px;
	padding:10px 62px 10px 9px;
	margin:auto;
	background:url(../images/ico_headline.png) right center no-repeat;
	line-height:52px;
}
#intro_wrapper {
	border-bottom:1px solid #ccc;	border-top:1px solid #fff;
}
#introduction {
	width:960px;
	height:256px;
	padding:10px 0;
	margin:auto;
	color:#fff;
	text-align:center;
	line-height:26px;
}
.intro {
	width:250px;
	padding:26px;
	background:#009B87;
	float:right;
	margin-left:27px;
	height:204px;
	-webkit-transition: all 0.35s linear 0s;
	-moz-transition: all 0.35s linear 0s;
	-ms-transition: all 0.35s linear 0s;
	-o-transition: all 0.35s linear 0s;
	transition: all 0.35s linear 0s;
}
.intro:hover {
	background:#FF4000;
	-webkit-transition: all 0.35s linear 0s;
	-moz-transition: all 0.35s linear 0s;
	-ms-transition: all 0.35s linear 0s;
	-o-transition: all 0.35s linear 0s;
	transition: all 0.35s linear 0s;
}
.intro div.k2ItemsBlock ul li a.moduleItemTitle {
	font-family:'yekan', Tahoma;
	color:#fff;
	font-size:22px;
	line-height:100%;
	margin-bottom:22px;
	display:block;
}
.clear {
	clear:both;
}
.last {
	margin-left:0 !important;
	margin-right:0 !important;
}
/*------------------- Mainmenu -------------------*/

#mainmenu {
	width:809px;
	float:right;
	font-family:'yekan', Tahoma;
	font-size:18px;
	z-index:1000;
}
#mainmenu li {
	width:auto;
	float:right;
	position:relative;
	z-index:1000;
}
#mainmenu li a {
	line-height:49px;
	color:#878787;
	display:block;
	padding:0 15px;
}
#mainmenu li.selected a {
	color:#FF3F00;
	background:url(../images/menu_hover.png) repeat-x bottom;
}
#mainmenu li a:hover {
	color:#FF7E53;
}
#mainmenu li ul {
	position:absolute;
	width:187px;
	padding:10px 15px;
	background:#fff;
	z-index:1000;
	display:none;
}
#mainmenu li ul li {
	float:none;
	border-bottom:1px solid #ddd;
	font-size:18px;
}#mainmenu li ul li a {
	line-height:40px;
	color:#878787;
	display:block;
	padding:0 15px;	font-size:16px;}
#mainmenu li ul li a:hover {
	color:#FF3F00;
	background:url(../images/submenu_hover.png) no-repeat left center;
}
#mainmenu li.selected ul li a{
	background-image:none;
	color:#878787;
	}
#mainmenu li.selected ul li a:hover {
	background-image:none;
	background:url(../images/submenu_hover.png) no-repeat left center;
	color:#FF3F00;
	}
/*------------------- Mainmenu -------------------*/

#copyright_wrapper {	background:#f7f7f7;}#copyright_holder {
	width:960px;
	height:100px;
	position:relative;
	margin:auto;
	border-top:1px solid #ddd;
}
#copyright {
	width:380px;
	height:85px;
	float:left;
	top:0;
	right:0;
	line-height:85px;
	color:#878787;
	text-align:center;
}
#credit {
	text-align:left;
	width:290px;
	height:85px;
	line-height:85px;
	float:left;
	top:28px;
	left:0;
}
#qrcode {
	width:290px;
	height:85px;
	float:left;
	top:0;
	right:0;
	line-height:85px;
	text-align:right;
	
}
.sp-nh-title {
	font-family:'yekan', Tahoma;
	font-size:17px;
}
#main_wrapper {
	width:960px;
	margin:auto;
}
#bar {
	width:260px;
	margin-left:3px;
	float:right;
}
#content_wrapper {
	width:697px;
	float:right;
}
#content {
	width:641px;
	padding:28px;
	background:#fff;
	min-height:450px;
}
#bar h3 {
	height:67px;
	padding:0 15px;
	background:url(../images/submenu_title_back.png) no-repeat;
	color:#fff;
	line-height:62px;
	margin:0;
	font-family:'yekan', Tahoma;
	font-size:18px;
	font-weight:normal;
}
#bar .moduletable {
	background:#fff;
	margin-bottom:3px;
}
#bar .moduletable.contact p {
	padding:20px;
	line-height:200%;
}
#bar .moduletable.contact strong {
	color:#FF3F00;
	font-family:'yekan', Tahoma;
	font-size:13px;
	font-weight:normal;
}
#bar .moduletable ul {
	padding:0 20px 10px 20px;
}
#bar .moduletable ul li {
	line-height:54px;
	border-bottom:1px solid #ddd;
	font-family:'yekan', Tahoma;
	font-size:17px;
	font-weight:normal;
}
#bar .moduletable ul li a {
	color:#878787;
	display:block;
}
#bar .moduletable ul li a:hover {
	color:#FF3F00;
	background:url(../images/submenu_hover.png) no-repeat left center;
}
#bar .moduletable ul li.selected a {
	color:#FF3F00;
	background:url(../images/submenu_hover.png) no-repeat left center;
}
#breadcrumb {
	margin-bottom:3px;
	background:#fff;
	line-height:62px;
	padding:0 15px;
}

#breadcrumb li{
    display:inline-block;
}
.chronoform {
	display:none;
}

div.itemHeader {
	border-bottom:1px solid #ddd;
	height:35px;
}
div.itemHeader h2.itemTitle {	
	margin:0;
	border-bottom:3px solid #ddd;
	display:inline;
	padding:0 0 7px 0;
	color:#009A86;
}
#content .ccms_form_element label{
	font-size:14px;
	line-height: 20px;
	color: #ff3f00;
	font-weight:normal;
	}
#header {
	height:222px;	overflow:hidden;	margin-bottom:2px;
}
div.itemImageBlock {
	width:202px;	float:right;	margin-left:10px;
}
div.itemFullText strong {
	font-size:12px;
	color:#FF3F00;
}
div.itemFullText ul {
	margin:0 0 10px 0;
	padding:0 26px;
	list-style:disc;
}
div.itemFullText ul li {
	list-style:disc;
}
div.itemFullText ul.sigProContainer  li {
	list-style:none !important;
}
div.itemFullText ul.sigProContainer   {
	list-style:none !important;
}
div.k2Pagination ul li {
	margin: 0 10px;
}
.camera_caption_title {
    font-family:'yekan',tahoma;
}