/* general properties */
body {
    font-family: verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
	margin:0px;
	padding:0px;
}

.body_Div {
	width:1270px;
	height:860px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-430px 0 0 -635px;
	padding:0px;
}


a:hover {
	color: #FF9900;	
}

img {
	border: none;
}

/* menu */
.logo {
	position:absolute;
	left:40px;
	top:697px;
	width:200px;
	height:60px;
}

.main_menu {
	position:absolute;
	left:156px;
	top:130px;
	height:570px;
	width:365px;
	font-size: 12px;
	vertical-align:bottom;
}

.main_menu li a {
	text-decoration: none;
}

.language {
	position: absolute;
	left: 225px;
	top: 54px;
}

@media only screen and (max-height: 790px) and (orientation: landscape){
	.language {
		/*left: 238px;*/
		top: 339px;
	}
}

.language .selected {
	color: #FF9900;
	font-weight: bold;
}

.language>span:not(.selected)>a{
	text-decoration: none;
}

.active{
    color: #FF9900;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
}

#menu .active {
	color: #FF9900;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
}

#menu {
    list-style: none outside none;
	line-height: 21px;
	position:absolute;
	padding-left:14px;
	padding-right:0px;
	padding-top:48px;
	padding-bottom:0px;
	margin:0px;
	bottom:0px;
	background: url("../media/mark.png") no-repeat scroll 0 0;
}

.construct{
	text-align:center;
	top:340px;
	margin:auto;
	position:relative;
}

.construct div{
	background: url("../media/plot.png") no-repeat scroll 0 0;
	width:131px;
	height:150px;
    margin: 0px auto;
}

.construct a{
	width:310px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	margin-top:10px;
}

#menu li span:hover{
	color: #FF9900;
	cursor: pointer;
}

.sub_menu {
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	list-style-type: none; 
}

.subActive{
	color: #FF9900;
}

.footer_menu {
	width: 136px;
	top: 743px;
	list-style: none outside none;
	font-size: 10px;
	line-height: 15px;
	text-align:right;
	position:absolute;
	margin-left:0px;
	padding-left:0px;
}

.footer_menu li a.active{
    color: #FF9900;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
}

.footer_menu li a {
	width:70px;
	border: 0 none;
    outline: 0 none;
	text-decoration: none;
}

/* content */

.rightList 
{
	float:right;
	width:685px;
	height:685px;
	padding:0px;
	margin:0px;
	padding-top:50px;
	padding-right:50px;
}

.imgTop {
	background-color:#000000;
	height:185px;
	margin-bottom:35px;
	width:685px;
}


/* scrolling content with one title */
#scrollbar_container 
{
	width:700px;
	height:650px;
	position:relative; 
	overflow: hidden;
	bottom:0px;
	padding-bottom:0px;
}

/* scrolling content with two or three title */
#scrollbar_container_multiple
{
	padding-top:16px;
	width:700px;
	height:621px;
	position:relative; 
	overflow: hidden;
	bottom:0px;
	
}

/* titles */

#titles {
	height:85px;
	text-align:right;
}

#titles_multiple {
	text-align:right;
}

.title1 {

	color: #FF9900;
    font-size: 18px;
	height:33px;
	margin: 0px;
	font-weight:normal;
}

.title2{
	color: #FF9900;
	font-size: 16px;
	margin:0px;
	font-weight:normal;
}

.inlineMenu {
	width:685px;
	padding-bottom: 53px;
	font-size:14px;
	line-height:22px;
	text-align:right;
}

.publication {
	font-weight:normal;
	font-size:11px;
	float:right;
	margin-left:10px;
}

.flashContainer{
	z-index:1;
	position:absolute;
	left:50%;
	top:50%;
	padding:0px;
}

.datePub{
	float:right;
}

.headerPub {
	float:left;
}

.crossDiv {
	background: url("../media/cross-black.gif") no-repeat scroll 0 0;
	z-index:1;
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	left:50%;
	top:50%;
	
	padding:0px;
}

.styleinput{
	background-color:transparent;
	border:none;
}


/* @media only screen and (max-width: 1250px) { */
	.main_menu {
			position: absolute;
		left: 225px;
		top: 130px;
		height: 570px;
		width: 365px;
		font-size: 12px;
		vertical-align: bottom;
	}

	  
	  
	  
	 .logo {
		position: absolute;
		left: 207px;
		top: 697px;
		width: 200px;
		height: 60px;
	}

	.footer_menu {
		width: 276px;
		top: 743px;
		list-style: none outside none;
		font-size: 10px;
		line-height: 15px;
		text-align: right;
		position: absolute;
		margin-left: 0px;
		padding-left: 0px;
	}
}

