body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
	background:#999 url(bg.gif);
}

.language-hy {
	/*Arial AMU, */
	font-family: Arian AMU, Sylfaen, Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif, sans;
}

.language-en {
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
}

a {
	text-decoration:none;
	color:#006baa;
}
a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active {text-decoration:underline;}

h1, h2, h3, h4, h5, h6, form, p, ul, ol, dl, li {margin:0px; padding:0px;}
address {display:inline; font-style:normal;}
input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif, sans;}
body.language-hy input, body.language-hy textarea {/*Arial AMU, */ font-family: Arian AMU, Sylfaen, Arial Unicode MS, Arial, Helvetica, sans-serif, sans;}

.hide {display:none; /*visibility:hidden;*/}
.show {display:block; /*visibility:visible;*/}
.clear {clear:both;}
a img {border:none;}



/* ########## CONTAINER ########## */
#container {
	margin:0px auto;
	width:996px;
	height:100%;
	text-align:left;
	background:#fff url(bg.left.gif) left repeat-y;
	position:relative;
}

/* ########## HEADER ########## */
#header {
	position:absolute;
	top:10px;
	left:0px;
	width:996px;
	height:100px;
	background:#006baa;
	border:#025282 1px solid;
	border-left:none;
	border-right:none;
	/*margin-bottom:23px;*/
	z-index:3;
}

#logo {
	display:block;
	position:absolute;
	top:-11px;
	left:0px;
	border:none;
	outline:none;
}
#logo .logo {
	position:absolute;
	top:0px;
	left:0px;
}
#logo .title {
	position:absolute;
	top:51px;
	left:141px;
}

#menu {
	position:absolute;
	top:6px;
	right:7px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li {
	display:inline;
	border-right:#fff 1px solid;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	font-size:10px;
}
#menu li.first {padding-left:0px;}
#menu li.last {border:none; padding-right:0px;}

#menu li a {
	color:#fff;
	font-weight:bold;
}


#languages {
	display:none;
	position:absolute;
	top:170px;
	left:76px;
	color:#cf3;
	font-size:10px;
}

#languages a {
	padding:0px 3px 0px 3px;
	color:#cf3;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
}
#languages a:link, #languages a:visited {border-bottom:none;}
#languages a:hover, #languages a:focus, #languages a:active {border-bottom:#cf3 1px dashed;}


/* ########## BODY ########## */
#body {
	width:796px;
	/*height:100%;*/
	float:right;
	position:relative;
	z-index:3;
	top:125px;
	margin-bottom:125px;
	padding:0px 0px 0px 0px;
	/*background:#fff;*/
}


/* ########## LEFT ########## */
#left {
	width:200px;
	/*height:100%;*/
	position:relative;
	float:left;
	z-index:4;
	margin-bottom:83px;
	top:125px;
	
	padding:0px 0px 75px 0px;
}

#left-menu {
	margin:15px 0px 0px 30px;
	font-weight:bold;
	color:#006baa;
	font-size:12px;
}
#left-menu li {margin-bottom:17px;}

#left-menu ul {
	margin:3px 0px 0px 2px;
	font-weight:normal;
	font-size:10px;
	list-style:none;
}
#left-menu ul li {
	margin-top:5px;
	margin-bottom:5px;
	background:url(arrow.gif) top left no-repeat;
	padding-left:10px;
	width:158px;
	line-height:1.2;
}
#left-menu ul li a {
	display:block;
	padding-right:10px;
}
#left-menu ul li.active {
	width:auto;
	background:#fff url(item.gif) left top no-repeat;
	position:relative;
	padding:0px;
	margin-top:0px;
	margin-bottom:2px;
	cursor:pointer;
	zoom: 1;
}
#left-menu ul li.active a {
	display:block;
	background:url(item.gif) -168px bottom no-repeat;
	padding-left:10px;
	padding-right:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:10px;
}


/* ########## TEXT ########## */
#content {
	/*width:596px;*/
	width:548px;
	float:left;
	padding:0px;
	padding:14px 24px 74px 24px;
	line-height:1.5;
}

h1 {
	font-size:16px;
	color:#006baa;
	margin:0px;
	padding:0px 0px 20px 0px;
}

h2 {
	font-size:15px;
	margin:0px;
	padding:8px 0px 8px 15px;
}

h3 {
	font-size:13px;
	margin:0px;
	padding:8px 0px 8px 15px;
}

#content p {
	/*font-size:10px;*/
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:justify;
	text-indent: 20px
}
#content p.noindent {text-indent: 0px}
#content ol, #content ul {margin:0px 0px 10px 15px;}
#content ol li, #content ul li {text-align:justify;}

#content .centertbl {
	border:#000 2px solid;
	border-collapse:collapse;
	margin-bottom:15px;
}

#content .centertbl th, #content .centertbl td {
	border:#000 1px solid;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}

#content .centertbl .number, #content .centertbl .year {
	padding:2px 10px 2px 10px;
}

#content textarea.editable {
	width:473px;
}



#head-photos {
	list-style:none;
	height:720px;
	margin:0px;
	padding:0px;
}

#head-photos li {
	float:left;
	margin:10px 30px 0px 0px;
	width:200px;
}
#head-photos li a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#000;
	text-align:center;
}

#head-photos li a:link, #head-photos li a:visited {background:#eee; border:#ddd 1px solid;}
#head-photos li a:hover, #head-photos li a:focus, #head-photos li a:active {background:#f5f5f5; border:#ccc 1px solid;}

#head-photos li a img {
	display:block;
	margin-bottom:10px;
}




/* ########## RIGHT ########## */
#right {
	width:200px;
	/*height:100%;*/
	float:right;
	padding:0px 0px 0px 0px;
	margin-bottom:50px;
	background:url(right.middle.gif) left repeat-y;
}

#right .bg-top {background:url(right.top.png) top left no-repeat;}
#right .bg-bottom {background:url(right.bottom.png) bottom left no-repeat;}

#right .bg-bottom {
	padding:23px 15px 23px 15px;
}

#right-menu {
	margin:0px 0px 0px 15px;
	font-weight:bold;
	color:#006baa;
	font-size:12px;
}
#right-menu li {margin-bottom:17px;}

#right-menu ul {
	margin:3px 0px 0px 2px;
	font-weight:normal;
	font-size:10px;
	list-style:none;
	width:150px;
}
#right-menu ul li {
	margin-top:5px;
	margin-bottom:5px;
	/*margin-bottom:2px;*/
	background:url(arrow.gif) top left no-repeat;
	padding-left:10px;
	line-height:1.2;
}
#right-menu ul li strong {
	display:block;
}

#right-menu ul li.active a {
	font-weight:bold;
}

/* ########## FOOTER ########## */
#footer {
	clear:both;
	position:relative;
	bottom:10px;
	width:996px;
	height:40px;
	color:#fff;
	background:#006baa;
	border:#025282 1px solid;
	border-left:none;
	border-right:none;
	z-index:5;
	text-align:left;
	font-size:10px;
}

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer ul li a {
	color:#fff;
	font-weight:bold;
}

#footer .links {
	margin:6px 0px 0px 7px;
}

#footer .links li {
	display:inline;
	border-right:#fff 1px solid;
	padding:0px 5px 0px 5px;
	font-weight:bold;
}
#footer .links li.first {padding-left:0px;}
#footer .links li.last {border:none; padding-right:0px;}




#footer .rights {
	margin:3px 7px 0px 7px;
}

#footer .rights li {
	float:left;
	width:50%;
}

#footer .rights li.powered {
	text-align:right;
}
#footer .rights li.powered a {font-weight:normal;}
#footer .rights li.powered strong {font-family: Verdana, Arial, Helvetica, sans-serif, sans;}
/*
.bblock {
	margin:15px 0 0 0;
}

.bblock .t {background: url(dot.gif) 0 0 repeat-x;}
.bblock .b {background: url(dot.gif) 0 100% repeat-x;}
.bblock .l {background: url(dot.gif) 0 0 repeat-y;}
.bblock .r {background: url(dot.gif) 100% 0 repeat-y;}
.bblock .bl {background: url(bl.gif) 0 100% no-repeat}
.bblock .br {background: url(br.gif) 100% 100% no-repeat}
.bblock .tl {background: url(tl.gif) 0 0 no-repeat;}
.bblock .tr {background: url(tr.gif) 100% 0 no-repeat; padding:5px 10px 0 10px;}

.bblock h2 {
	font-size:13px;
	color:#535353;
	border-bottom:#777 1px solid;
	padding:0px 5px 1px 5px;
	margin:0px;
}
.bblock .p {
	padding:0px;
	margin:8px 0 10px 0;
}
*/



/*####### Contact us #######*/
.df {
	margin-top:0px;
	line-height:2;
}
.df strong{margin-left:0px}
.df label {
	clear:both;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	margin:0px;
	height:12px;
}
.df input, .df textarea {
	display:block;
	float:left;
	width:258px;
	text-align:left;
	border:none;
	border:1px #000 solid;
	margin:2px 0px 0px 3px;
	padding:1px;
}
.df textarea {border:1px #000 solid;}
.df .checkbox {width:auto; border:none; margin:0px; padding:0px;}
#contact-us .submit {
	clear:both;
	margin-left:180px;
	padding-top:20px;
	width:225px;
}
/*####### Contact us #######*/












/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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-color: #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 {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}