@charset "utf-8";
/* Tm Tower CSS Document */
html,body{
	background:#fff2d1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
}
@font-face{
  font-family:'yekan';
  src:url('BYekan.eot');
  src:url('BYekan.eot?#iefix') format('eot'),
  url('BYekan.woff') format('woff'),
  url('BYekan.ttf') format('truetype'),
  url('BYekan.ttf') format('svg');
  font-weight:normal;
  font-style:normal; 
}
#header{
	background:url(../images/header.jpg) no-repeat;
	width:980px;
	height:80px;
	margin:10px auto 0 auto;
}
#pheader{
	background:url(../images/page_header.jpg) no-repeat;
	width:980px;
	height:137px;
	margin:0 auto;
}
.nav{
  background:url(../images/menubg.jpg) repeat-x;
  width:980px;
  height:39px;
  font:13pt "yekan";
  margin:0 auto
}
ul#navigation{
  float:right;
  margin:0;
  padding:0
}
ul#navigation li{
  float:right;
  display:inline;
  position:relative;
}
ul#navigation li a{
  background:url(../images/seperator.jpg) no-repeat left 2px;
  display:block;
  text-decoration:none;
  padding:7px 15px 6px 16px;
  *padding:7px 15px 6px 15px;
  color:#fff;
  margin-right:1px
}
ul#navigation li:last-child a{
  background:none;
}
ul#navigation li a:hover,ul#navigation li .selected{
  background:url(../images/menubg_over.jpg);
  color:#000;
}
ul#navigation li:hover > a{
  background:url(../images/menubg_over.jpg);
  color:#000;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul{
  visibility:visible;
  opacity:1;
}
ul#navigation ul, ul#navigation ul li ul{
  direction:rtl;
  text-align:right;
  list-style:none;
  border-radius:0 0 5px 5px;
  visibility:hidden;
  position:absolute;
  z-index:99999;
  width:240px;
  background:#969696;
  opacity:0;
  -webkit-transition:opacity 0.5s linear, visibility 0.5s linear; 
  -moz-transition:opacity 0.5s linear, visibility 0.5s linear; 
  -o-transition:opacity 0.5s linear, visibility 0.5s linear; 
  transition:opacity 0.5s linear, visibility 0.5s linear;   
  margin:0;
  padding:0
}
ul#navigation ul{
  top:38px;
  right:0;
}
ul#navigation ul li ul{
  top:0;
  right:200px;
}
ul#navigation ul li{
  background:none;
  clear:both;
  width:100%;
  border:0;
  border-bottom:1px solid #d1d1d1;
}
ul#navigation ul li:last-child{
  border:0;
  border-radius:0 0 5px 5px;
}
ul#navigation ul li a{
  background:none;
  color:#fff;
  text-decoration:none;
  display:inline-block;
  border:0;
  width:230px;
  padding:3px 10px  3px 0;
  margin:0
}
ul#navigation ul li a:hover{
  background:#f56908;
  color:#fff;
  border:0;
  border-radius:0;
  margin:0
}
ul#navigation ul li:last-child a:hover{
  border-radius:0 0 5px 5px;
}
ul#navigation ul li:hover > a{
  background:#f56908;
  color:#fff;
  border:0;
  border-radius:0;
  margin:0
}
ul#navigation ul li:last-child:hover > a{
  border-radius:0 0 5px 5px;
}

#page{
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden
}
.page_title{
	background:url(../images/page_title_bg.jpg) repeat-x;
	margin:0 auto;
	width:950px;
	height:25px;
	padding-right:30px;
	padding-top:6px;
	color:#ffCC00;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
}
#pright{
	float:right;
	width:194px;
	background:#303030;
	border-left:1px solid #000;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
#pleft{
	float:left;
	width:703px;
	background:#fffcf4;
	padding:40px;
	text-align:justify;
	direction:rtl;
	line-height:20pt;
	color:#323232;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
.SideMenu{
	list-style-type:none;
	width:185px;
	padding:0;
	margin:0;
}
.SideMenu li a{
	background:url(../images/sidemenu_bull.jpg) no-repeat 165px 10px;
	font-size:10pt;
	color:#f1f1f1;
	display:block;
	width:auto;
	padding:4px 25px 5px 0;
	text-decoration:none;
	text-align:right;
	direction:rtl;
	line-height:12pt;
	border-top:1px solid #555;
	border-bottom:1px solid #000;
}
.SideMenu li a:visited, .SideMenu li a:active{
	background:url(../images/sidemenu_bull.jpg) no-repeat 165px 10px;
	color:#f1f1f1;
}
.SideMenu li a:hover, .SideMenu li .selected{
	background:#3b3b3b url(../images/sidemenu_bull.jpg) no-repeat 165px 10px;
	color:#909090;
}
.title{
	font:12pt "yekan";
	position:relative;
	top:-80px;
	width:97.8%;
	height:60px;
	text-align:right;
	direction:rtl;
	line-height:18pt;
	color:#fff;
	padding:10px;
	background:#000;
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70)
}
#homenews{
	float:right;
	width:765px;
	background:#616161 url(../images/homenewstitlebg.jpg) repeat-x 0 34px;
	min-height:220px;
}
marquee{
	height:140px;
}
#homenews ul{
	list-style:square;
	direction:rtl;
	color:#f56908;
	padding:10px 0;
	margin:0 auto;
	width:90%;
}
#homenews ul li{
	margin:10px 0;
}
#homenews ul li a{
	text-decoration:none;
	color:#fff;
	background:url(../images/arrow.png) right no-repeat;
	padding-right:10px
}
#homenews ul li a:hover{
	color:#f56908;
}
.homnewstitle{
	font:13pt "yekan";
	width:735px;
	height:30px;
	background:#3d4140 url(../images/newsicon.jpg) no-repeat 740px;
	text-align:right;
	color:#6a9ad1;
	padding-right:30px;
	padding-top:4px;
}
.homnewstitle.fullw{
	width:950px;
	height:30px;
	background:#3d4140 url(../images/newsicon.jpg) no-repeat 955px;
	margin-top:1px
}
.newsletter{
	margin:20px auto;
	direction:rtl;
	color:#fff;
	width:90%;
	line-height:20pt;
	text-align:center;
	overflow:hidden
}
.newsletter .input{
	border:1px solid #555;
	border-radius:5px;
	padding:3px 3px 4px 0;
	font-family:Tahoma;
	float:right;
	width:200px;
	margin-right:5px;
}
.newsletter p{
	margin:10px auto;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:420px;
	line-height:30pt
}
.newstitle{
	width:80%;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	direction:rtl;
	margin:15px auto 10px auto;
}
.newstxt{
	width:75%;
	color:#fff;
	font-size:9pt;
	text-align:justify;
	direction:rtl;
	line-height:16pt;
	margin:0 auto
}
.news_seprator{
	width:80%;
	margin:20px auto;
	border-bottom:1px dashed #fff;
}
#homecenter{
	float:right;
	width:230px;
	background:#303030;
	min-height:220px;
}
.homecentertitlebg{
	background:url(../images/homecentertitlebg.jpg) repeat-x 0 10px;
	width:220px;
	height:30px;
	direction:rtl;
	margin:5px;
}
.homecentertitletext{
	font:13pt "yekan";
	width:80px;
	color:#f87203;
	text-align:right;
	background:#303030;
	padding:0 5px;
	margin-right:20px;
}
.login{
	color:#000;
	margin:10px;
	text-align:justify;
	direction:rtl;
	line-height:15px;
	font-size:9pt;
	overflow:hidden
}
.login p{
	margin:10px auto;
	overflow:hidden
}
.login label{
	float:right;
	display:block;
	clear:both;
	width:60px;
}
.login .input{
	float:right;
	width:143px;
	border:1px solid #555;
	border-radius:5px;
	padding:3px 3px 4px 0;
	font-family:Tahoma;
}
.inpt{
	font-family:Tahoma;
	font-size:9pt;
	border:1px solid #000;
	padding:4px;
	margin:5px;
}
.input{
	border:1px solid #555;
	border-radius:5px;
	padding:3px 3px 4px 0;
	font-family:Tahoma;
}
.button{
	background:#F60;
	color:#fff;
	padding:1px 10px;
	font:12pt 'yekan';
	border:none;
	border-radius:4px;
}
#homebanner{
	float:right;
	width:215px;
	background:#434343 url(../images/bannerbg.jpg) repeat-y;
	padding:10px 0;
	text-align:center;
	min-height:200px;
}
#news{
	width:90%;
	margin:10px auto 30px auto;
}
#newspic{
	width:16%;
	float:right;
}
#news_text{
	width:84%;
	float:left;
}
.news_title{
	font:15pt "yekan";
	background:url(../images/arrow.png) right no-repeat;
	padding-right:10px;
	margin-bottom:10px;
}
.clear{
	clear:both
}
#footer{
	width:980px;
	margin:0 auto;
	background:#232323;
	text-align:center;
	padding:20px 0;
	color:#666;
	font-size:8pt;
	line-height:18pt;
	direction:rtl
}
#footer a{
	color:#444;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .ad{
	color:#aaa;
}
a
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.news_i{
	width:90%;
	margin:10px auto 30px auto;
}
.newspic_i{
	width:16%;
	float:right;
}
.news_text_i{
	width:84%;
	float:left;
}
#blinds-cont{ 
	margin:15px auto; 
	font-family:Tahoma; 
	width:970px; 
	height:478px; 
}
#blinds-cont #blinds{ 
	margin:0 auto; 
	background:url(../images/spinner.gif) 50% no-repeat; 
	height:478px; 
	width:970px; 
}
#blinds-cont #blinds .floom_slice{ 
	z-index:10; 
}
#blinds-cont #blinds .floom_caption{ 
	text-shadow:0 1px 0 #fff; 
	font-size:1.0em; 
	color:#333; 
	font-style:italic; 
	position:relative;
	text-align:center; 
	width:100%; 
	top:25px; 
}
#blinds-cont #blinds .floom_progressbar{ 
	font-size:1px; 
	background:#666; 
	border-bottom:solid 1px #fff; 
	height:2px; 
	position:relative; 
	z-index:1000; 
	width:0; 
	top:2px; 
}
#blinds-cont #blinds .floom_container{ 
	overflow:hidden; 
	border-bottom:solid 1px #fff; 
	border-top:solid 1px #666; 
}
#blinds-cont #blinds .floom_vertical{ 
	float:left;
}
.MultiBoxContainer{
	position:absolute;
	border:2px solid #333;
	background:#FFF;
	display:none;
	z-index:2;
	text-align:left;
	/*overflow:hidden;*/
}
.MultiBoxLoading{
	background:url(../images/spinner.gif) no-repeat center;
}
.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.MultiBoxClose{
	position:absolute;
	top:5px;
	right:5px;
	background:url(../images/close.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	z-index:1;
}
.MultiBoxControlsContainer{
	overflow:hidden;
	height:0px;
	width:100%;
	position:relative;
}
.MultiBoxControls{
	width:100%;
	height:auto;
	background-color:#333;
	padding-bottom:2px;
	position:absolute;
	bottom:0px;
}
.MultiBoxPrevious{
	position:absolute;
	background:url(../images/left.png) no-repeat;
	width:24px;
	height:24px;
	left:0px;
	margin-top:5px;
	cursor:pointer;
}
.MultiBoxNext{
	position:absolute;
	background:url(../images/right.png) no-repeat;
	width:24px;
	height:24px;
	right:0px;
	margin-top:5px;
	cursor:pointer;
}
.MultiBoxNextDisabled{
	cursor:default;
	background:url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(../images/leftDisabled.png) no-repeat;
}
.MultiBoxTitle{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:9pt;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}
.MultiBoxNumber{
	position:relative;
	width:50px;
	margin:10px 35px 0 0;
	float:right;
	font-size:9pt;
	color:#FFF;
	text-align:right;
}
.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding-top:5px;
	font-size:11px;
	color:#FFF;
	text-align:left;
}
.paging{
  float:right;
  font-family:'yekan';
  font-size:11pt;
  position:relative;
  left:-50%;
  margin:30px auto;
}
.paging ul{
  list-style:none;
  position:relative;
  left:50%;
}
.paging li{
  float:left;
  position:relative;
  list-style:none;
}
.paging li a{
  float:left;
  background:#eaeaea;
  color:#f56908;
  text-align:center;
  border:1px solid #f56908;
  border-radius:4px;
  margin-left:3px;
  padding:0 8px;
  text-decoration:none;
}
.paging li a:hover, .paging li .current-page{
  background:#f56908;
  color:#fff;
  border:1px solid #f56908;
  text-decoration:none;
}
#gallery{
	margin:20px auto;
	overflow:hidden
}
#gallery ul{
	list-style:none;
	margin:10px auto;
}
#gallery li{
	float:right;
	margin:5px;
	width:210px;
	height:160px;
	text-align:center
}
#gallery li img{
	height:100px;
	border:1px solid #eee;
	padding:1px;
}
#gallery li h2{
	font-size:9pt;
	text-decoration:none;
	text-align:center;
	padding:0;
	font-weight:100
}
/* lightbox gallery */
#jquery-overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
}
#jquery-lightbox{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#jquery-lightbox a img{ border:none; }
#lightbox-container-image-box{
	position:relative;
	background:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}
#lightbox-container-image{ padding:10px; }
#lightbox-loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}
#lightbox-nav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#lightbox-container-image-box > #lightbox-nav{ left:0; }
#lightbox-nav a{ outline:none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext{
	width:49%;
	height:100%;
	zoom:1;
	display:block;
}
#lightbox-nav-btnPrev{ 
	left:0; 
	float:left;
}
#lightbox-nav-btnNext{ 
	right:0; 
	float:right;
}
#lightbox-container-image-data-box{
	background:#fff;
	margin:0 auto;
	line-height:16pt;
	overflow:auto;
	width:100%;
	padding:0 10px 0;
	font-size:8pt
}
#lightbox-container-image-data{
	padding:0 10px; 
	color:#666; 
}
#lightbox-container-image-data #lightbox-image-details{ 
	width:70%; 
	float:right; 
	text-align:right;
	direction:rtl 
}	
#lightbox-image-details-caption{ font-weight:bold; }
#lightbox-image-details-currentNumber{
	display:block; 
	clear:right; 
	padding-bottom:1.0em;	
}			
#lightbox-secNav-btnClose{
	width:66px; 
	float:left;
	padding-bottom:0.7em;	
}
table.profile{
	border-collapse:collapse;
	border:1px solid #555;
	margin:20px auto;
	color:#999
}
table.profile th{
	background:#333;
	text-align:center
}
table.profile td{
	text-align:center
}
.newsbox{
	width:980px;
	background:#ccc
}
.newsbox li{
	margin:15px
}
.newsbox li img{
	height:100px;
	width:140px
}
.videolist{
	margin:40px auto 0;
	text-align:center
}
.videolist span{
	margin:0 5px;
	float:left
}
.videolist span img{
	width:140px;
	height:100px
}