body { width: 100%; height: 100%; min-width: 980px; margin: 0px; padding: 0px; font-family: Arial;}
a { color: #AC647C; }

#mainArea { width: 100%; background: url('/images/rightBgY.jpg') right bottom repeat-y; vertical-align: top}
#mainAreaInner {width: 100%; background: url('/images/rightBgYinner.jpg') right bottom repeat-y; vertical-align: top}
#Head { width: 100%; background: url('/images/topMain.jpg') right 2px no-repeat; height: 127px;}
#HeadOthers { width: 100%; background: url('/images/topMainOthers.jpg') right 2px no-repeat; height: 127px;}
#subHead { height: 127px; background: url('/images/centerHeaderBottomLine.png') left bottom repeat-x; margin-right: 265px;}
* html #Head {  _height: 110px; }

#Head .contacts, .contacts a ,
#HeadOthers .contacts, .contacts a { font: bold 11px Arial; text-align: right; width: 180px; color: #000; text-decoration: none; }

.pagetitle { float: right; margin-top: -30px; margin-right: 70px; width:550px; color: #663333; font: bold 12px Arial !important; text-align: right; vertical-align: top; text-transform: uppercase; }


#leftMenu { float: left; text-align: right; width: 180px; }
#contentArea { min-height: 1190px; margin-right: 331px; margin-left: 206px; padding: 18px 0px 20px 20px; background: url('/images/bodyRowLeftBg.png') left top repeat-y; }
* html #contentArea { _height:expression(490 + "px");}

#contentAreaProject { vertical-align: top; min-height: 490px; margin-right: 50px; margin-left: 206px; padding: 18px 0px 20px 20px; background: url('/images/bodyRowLeftBg.png') left top repeat-y; }
* html #contentAreaProject { _height:expression(490 + "px");}

#contentArea strong, p
#contentAreaProject strong, p  { font-size: 13px;}

#contentAreaProject ol { width: 270px; }

#contentArea li,
#contentAreaProject li { font-size: 12px; color: #727A80; width: 300px;}

#contentAreaProject img { font-size: 12px; color: #727A80; max-width: 600px;}

.rightPagetitle {padding-top: 100px;padding-right: 70px; color: #663333; font: normal 10px Arial; text-align: right; text-transform: uppercase}


ul.menu { width: 140px; list-style: none; text-align: right; line-height: 1; margin: 0px;}
ul.menu li { margin: 0px; padding: 0px;}

ul.menu li a { text-transform: uppercase; margin: 0px; color: #666666; text-decoration: none; font: bold 11px Arial;}
li.active a { color: #935467 !important; }
ul.menu li a:hover { color: #000; }

.banner { text-align: right;}


.news_block { margin-top: 5px; margin-bottom: 15px;}
.news_block a { color: #000; font: bold 10px Arial; text-decoration: none; }
.news_block a:hover { color: #000; font: bold 10px Arial; text-decoration: underline; }

.news_block a h2 { font: bold 12px Arial; color: #660000; margin: 5px 0; text-decoration: none; }
.news_block a:hover h2 { text-decoration: underline; }
.news_block h2 span { font: bold 10px Arial; text-decoration: none; }

.news_block2 { width: 300px; margin-left: 10px; color: #666666; font: bold 10px Arial; padding: 2px; padding-top: 3px;}
.news_block2 td { width: 33%; vertical-align: top; text-align: center;}
.news_block2 tr.even td { text-align: left; background:url('/images/bgNewsBlock.jpg') left top;padding: 5px;}
.news_block2 a h2{ color: #666666 !important; font-size: 10px !important; line-height: 1.8; margin:0; padding: 0px; text-decoration: none;}
.news_block2 a:hover h2{ text-decoration: underline;}



.project_block a h2{ font-size: 15px; color: #935467; }
.project_block a:hover h2{ text-decoration: underline; }
/* Misc */

.clear { clear: both }

.copyright { text-align: left; font: bold 10px Arial; color: #000; margin-left: 40px;}
.copyright a { color: #000; text-decoration: none;}

/**
 * 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 Arial, 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;	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {width: 100px; float: right}
#gallery ul { list-style: none;}
#gallery ul li { width: 100px; }
#gallery ul img {
		border: 1px solid #F4DC9E;
	}
#gallery ul a:hover img {
		border: 1px solid #fff;
		color: #fff;
	}
#gallery ul a:hover { color: #fff; }
