@charset "utf-8";
/* Peyman Zahadat */

body {
	margin:0px;
	height:100%;
	font-family:Tahoma;
	background:#000 url(images/bg.png) repeat;
}

.pz-center {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma;
}

.pz-h1 {
	width:950px;
	height:120px;
	background:url(images/header-en.jpg) no-repeat;
}


.pz-h2 {
	width:950px;
	height:335px;
	background:#001134;
}

.pz-nav {
	width:950px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/tnavbg.jpg) repeat-x;
}

.pz-wrapper {
	width:930px;
	background:#d6d5d5;
	padding:10px;
	float:right;
}

.pz-wRight {
	width:220px;
	float:left;
	margin:0 20px 0 0;
}

.pz-wLeft {
	width:690px;
	float:right;
	direction:ltr;
	font-size:8pt;
	line-height:18px;
	color:#575757;
}

.pz-footer {
	width:950;
	font-size:8pt;
	text-align:center;
	clear:both;
	padding:15px 0 15px 0;
	color:#FFF;
	background:#333333;
}

/*Horizontal Menu*/
.pz-peymanMenu{
	font:Tahoma;
	font-size:8pt;
	width: 100%;
}

.pz-peymanMenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	direction:ltr;
	float:left;
}

/*Top level list items*/
.pz-peymanMenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.pz-peymanMenu ul li a{
	height:27px;
	display: block;
	padding: 13px 10px 0 10px;
	border-right: 1px solid #002849;
	color: #FFF;
	text-decoration: none;
}

* html .pz-peymanMenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.pz-peymanMenu ul li a:link, .pz-peymanMenu ul li a:visited{
	color: white;
}

.pz-peymanMenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(images/tnavbghover.jpg) repeat-x;
	color: white;
}

.pz-peymanMenu ul li a:hover{
	background:url(images/tnavbghover.jpg) repeat-x;
	color: white;
}
	
/*1st sub level menu*/
.pz-peymanMenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.pz-peymanMenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.pz-peymanMenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.pz-peymanMenu ul li ul li a{
	height:23px;
	font:Tahoma;
	font-size:8pt;
	width: 160px; /*width of sub menus*/
	padding: 7px 0 0 5px;
	margin: 0;
	border-top-width: 0;
	border:0px;
	background:#00447c;
}

.pz-peymanMenu ul li ul li a:hover{
	background: #afc5d3;
	color: #064377;
}

/* Holly Hack for IE \*/
* html .pz-peymanMenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 19px;
	left: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 11px;
	left: 5px;
}


.downarrowclass2{
	position: absolute;
	top: 19px;
	right: 7px;
}

.rightarrowclass2{
	position: absolute;
	top: 11px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}

/*Vertical Menu*/
.pz-peymanMenu-v ul{
		margin: 0;
		padding: 0;
		width: 220px; /* Main Menu Item widths */
		list-style-type: none;
		font:Tahoma;
		font-size:8pt;
		direction:ltr;
		float:left;
}
 
.pz-peymanMenu-v ul li{
	position: relative;
}

/* Top level menu links style */
.pz-peymanMenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 7px 0 0 25px;
	height:23px;
	background:url(images/tnavbg.jpg) repeat-x bottom;
	border-bottom: 1px solid #FFF;
	margin:0;
	/*border-bottom: 1px solid #778;
	border-right: 1px solid #778;*/
}

.pz-peymanMenu-v ul li a:link, .pz-peymanMenu-v ul li a:visited, .pz-peymanMenu-v ul li a:active{
	/*background: #414141; background of menu items (default state)*/
	color: white;
}


.pz-peymanMenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(images/tnavbghover.jpg) repeat-x bottom;
	color: white;
}

.pz-peymanMenu-v ul li a:hover{
	/*background:url(images/vmb.jpg) no-repeat 0 -30px;*/
	background:url(images/tnavbghover.jpg) repeat-x bottom;
	color: white;
}

/*Sub level menu items */
.pz-peymanMenu-v ul li ul{
	position: absolute;
	width: 220px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

.pz-peymanMenu-v ul li ul li a{
	/*background:url(images/vmb.jpg) no-repeat 0 -30px;*/
	background:#00447c;
	color: white;
}

.pz-peymanMenu-v ul li ul li a:hover{
	/*background:url(images/vmb.jpg) no-repeat 0 0;*/
	background: #afc5d3;
	color: #064377;
}

/* Holly Hack for IE \*/
* html .pz-peymanMenu-v ul li { float: left; height: 1%; }
* html .pz-peymanMenu-v ul li a { height: 1%; }
/* End */








/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{
	width: 90px; 
	height:70px;
}

.pika-stage, .pika-textnav {
	width: 950px;
}


.pikachoose {
	width: 950px; 
	margin: 0 auto;
}

.pika-stage {
	position: relative;
	border: 0px solid #e5e5e5; 
	padding: 0px 0px 0px 0px;
	text-align:center;
	height:250px;
}
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
.pika-stage .main-image {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
	
.pika-stage .pika-aniwrap{
	position: absolute; 
	top: 0px; 
	left: 0px;
}
	
.pika-stage .pika-aniwrap{
	width:100%;
}
	
.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
}
	
.pika-stage img {
	border:0;
	height:100%;
}

.pika-stage .caption {
	position: absolute; 
	background: url(images/75-black.png); 
	border: 1px solid #141414; 
	font-size: 11px; 
	color: #fafafa; 
	padding: 10px; 
	text-align: right; 
	bottom: 50px; 
	right: 10px;
}
			
.pika-stage .caption p {
	padding: 0; 
	margin: 0; 
	line-height: 14px;
}

.pika-imgnav a {
	position: absolute; 
	text-indent: -5000px; 
	display: block;
	z-index:3;
}

.pika-imgnav a.previous {
	background: url(images/prev.png) no-repeat left 45%; 
	height: 100%; 
	width: 50px; 
	top: 10px; 
	left: 10px;
	cursor:pointer;
}
	
.pika-imgnav a.next {
	background: url(images/next.png) no-repeat right 45%; 
	height: 100%; 
	width: 50px; 
	top: 10px; 
	right: 10px;
	cursor:pointer;
}

.pika-imgnav a.play {
	background: url(play.png) no-repeat 0% 50%; 
	height: 100px; 
	width: 44px;
	top:0;
	left:50%;
	display: none;
	cursor:pointer;
}

.pika-imgnav a.pause {
	background: url(pause.png) no-repeat 0% 50%; 
	height: 100px; 
	width: 44px;
	top:0;
	left:50%;
	display:none;
	cursor:pointer;
}


.pika-textnav {
	overflow: hidden; 
	margin: 10px 0 0 0;
	bottom:10px; 
	position:absolute;
}

.pika-textnav a {
	font-size: 12px; 
	text-decoration: none; 
	color: #333; 
	padding: 4px;
}

.pika-textnav a.previous {
	float: left; 
	width: auto; 
	display: block;
}

.pika-textnav a.next {
	float: right; 
	width: auto; 
	display: block;
}

.pika-thumbs {
	margin: 10px 0 0 17px; 
	padding: 0; 
	overflow: hidden;
}

.pika-thumbs li {
	float: left; 
	list-style-type: none;
	padding: 0px; 
	margin: 0 5px; 
	border: 0px solid #e5e5e5; 
	cursor: pointer;
}

.pika-thumbs li:last {
	margin: 0;
}

.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center; 
	vertical-align: center; 
	overflow: hidden;
}


/*for the tool tips*/
.pika-tooltip{
	font-size:12px;
	position:absolute;
	color:white;
	padding:3px; 
	background-color: rgba(0,0,0,0.7);
	border:3px solid black;
}

.pika-counter{
	position: absolute;
	bottom: 45px;
	left:15px;
	color:white;
	background:rgba(0,0,0,0.7);
	font-size:11px;
	padding:3px;
	display:none;
	/*-moz-border-radius: 5px;
	border-radius:5px;*/
}

		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
	padding: 7px 0 0 0; 
	overflow:hidden;
	margin:0;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 70px; 
	width: 950px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
	margin: 0 5px 0 0;
}


