@charset "UTF-8";
/* -----------------common------------------- */
*
{
margin: 0;
padding: 0;

font-family:Arial, Helvetica, sans-serif;
}

html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}




h2 {
	color: #003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 12px;
}

p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5a5a5a;
	text-align:justify;
	line-height:16px;
	letter-spacing:-0.1px;
}

p{
	padding-bottom:13px;
}

li{
	margin-left:20px;
	margin-bottom:10px;
}


strong{
	font-weight:700;
	line-height:16px;
	letter-spacing:0px;
}

a{
	color:#5b7b35;
	font-weight:700;
	text-decoration:underline;
	outline:none;
	border:none;
}

hr{
	color: #5b7b35;
	background-color: #5b7b35;
	height: 1px;
	border:none;
}

/*------------------menu and layout--------------------*/

#centerDiv{
	margin:0px auto -1px auto; /*centers the div */
	width:1000px;
	margin-top:32px
}

#navColDiv{
	 width:120px;
	 float:left;
	 clear:none; 
}

#contenColDiv{
	 width:860px;
	 float:right;
	 clear:none;
	 text-align:left;
	 padding:0px;
	 margin-top:70px;
}

#logoDiv{
	width:120px;
}

#nav{
	width:102px;
	margin-left:18px;
}

.navDiv a, .navDiv_h a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:4px;
}

.navDiv{
	position:relative;
	height:16px;
	margin-bottom:3px;
	line-height:15px;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}

.navDivBg, .navDivBg_h{
	 background-color:#5b7b35;
     height:16px;
     width: 100%;
	 position:absolute;
	 z-index:99;
	 top:0px;
}

.navDivBg{
	 filter:alpha(opacity=60); /* IE's opacity*/
     opacity: 0.6;
}



.navDivContent {
     background-color:transparent;
     height: 100%;
     position:absolute;
	 top:0px;
	 right:4px;
     width: 100%;
	 z-index:100;
	 
}

/*--------------------content framing divs--------------------*/

.picHolderDiv{
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}

.typeBlockDiv{
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}

.typeBlockDivBG{ 
	background-color:#fff;
	filter:alpha(opacity=60); /* IE's opacity*/
    opacity: 0.6;
    height:100%;
    width: 100%;
	position:absolute;
	top:0px;
	z-index:50;
}

.typeBlockDivContent{
	margin:28px;
	position:absolute;
	z-index:51;
}



.newsBlockDiv{
	border-style:solid;
	border-width:1px;
	border-color:#2c4a67;
	width:240px;
	height:718px;
/*	float:right;
	clear:none;*/
	position:relative;
	left:620px;
}

.newsBlockDivBG{ 
	background-color:#2c4a67;
	filter:alpha(opacity=60); /* IE's opacity*/
    opacity: 0.6;
    height:100%;
    width: 100%;
	z-index:50;
	position:absolute;
	top:0px
}

.newsBlockDivContent{
	padding:20px;
	position:absolute;
	top:0px;
	z-index:51;
	overflow:auto;
	height:678px;
	/*width:200px;
	*/
}

.newsIntroItem{
	font-size:12px;
	border-bottom:solid;
	border-bottom-color:#868e97;
	border-bottom-width:1px;
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	margin-bottom:10px;
	line-height:14px;
	width:100%;
}

/*-----------------film details page-----------*/
#filmTitle{
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	position:absolute;
	width:604px;
	height:26px;
}

/*--------------------contact page---------------*/
.rowInfoCel{
	text-align:left;
	vertical-align:top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5a5a5a;
	line-height:16px;
	
}

.rowNameCel{
	text-align:right;
	vertical-align:top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#888888;
	line-height:16px;
	
}


/*--------------clearfix------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
