#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* MAIN TYPOGRAPHY */
html {
	font: normal 62.5%/100% Arial, Helvetica, sans-serif;
}
strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var {
	font: normal 92%/100% courier, monaco, "Lucida Console", mono-space;
}

del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* QUOTES */
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}
/* FORMS */
fieldset {
	border: 1px solid #ccc;
}
legend {
	background: transparent;
}
textarea, input[type =
'text'], input[type = 'password'], select {
	border: 1px solid #b3b3b3;
}

textarea:hover, input[type =
'text']:hover, input[type = 'password']:hover, select:hover {
	border-color: #aaa;
}

textarea:focus, input[type =
'text']:focus, input[type = 'password']:focus, select:focus {
	border-color: #ccc;
}
/*
input, select {
	cursor: pointer;
}*/

input[type =
'text'], input[type = 'password'] {
	cursor: text;
}

input {
	vertical-align: middle;
}

/*
 -----------------------------
 CONTENT ONLY
 -----------------------------
 */
/* BASE SIZES */
body {
	font-size: 1em;
	line-height: 1.4em;
	background: #FFF;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
/* HR */
hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}
/* LISTS */
ul li {
	margin-left: .85em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	font-weight: bold;
}
/* TABLES */
/*table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
th, td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}*/
/* MARGINS & PADDINGS */
blockquote *:first-child {
	margin: .8em 0;
}
hr, p, ul, ol, dl, pre, blockquote, address, table, form {
	margin-bottom: 1.4em;
}
p + p {
	margin-top: -.8em;
}
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 {
	margin: 1em 0 .5em;
}
h2 {
	margin: 0em 0 .535em;
}
h3 {
	margin: 1.14em 0 .57em;
}
h4 {
	margin: 1.23em 0 .615em;
}
h5 {
	margin: 1.33em 0 .67em;
}
h6 {
	margin: 1.6em 0 .8em;
}
th, td {
	padding: .8em;
	vertical-align:top;
}
caption {
	padding-bottom: .8em;
}
 /* padding instead of margin for IE */
blockquote {
	padding: 0 1em;
	margin: 1.6em 0;
}
fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}
 /* padding-top is margin-top for fieldsets in Opera */
legend {
	padding-left: .8em;
	padding-right: .8em;
}
legend + * {
	margin-top: 1em;
}
 /* compensates for the opera margin bug */
textarea, input {
	padding: .2em .4em .3em .4em;
}
input {
	margin: 0.1em 0.3em 0.3em 0em;
	font-size:100%;
}
select {
	padding: .1em 0 0 .2em;
}
option {
	padding: 0 .4em;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
}
ul {
	margin-left: 1.5em;
}
ol {
	margin-left: 2.35em;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
form div {
	margin-bottom: .0em;
}
/* COLORS */
a {
	text-decoration: underline;
	color: #36c;
}
a:hover {
	text-decoration: none;
}
code, pre {
	color: #c33;
}
/* CLEARFIX */ 
.clear, .clr {
	clear:both;
	height:1px;
	font-size:1px;
}
/* FOR_Footer */
html, body {
	height: 100%;
}


/*reset*/

/*layout*/
div.site {
	width:998px;
	min-height: 100%;
    height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}
.push {
	height:120px;
}

.footer{
	width:998px;
	margin:0 auto;
	position:relative;
	height:120px;
}
/*layout*/

/*base*/

div.site {
	position:relative;
	zoom: 1;
	background: transparent url("../i/fone-body.gif") repeat-y scroll 0 0;
}
/*main-img
***********************/
.main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 998px;
	height: 463px;
	z-index: 1;
}
.main-img img{
	position: absolute;
	top: 166px;
	left: 232px;
}
.site-main {
	z-index: 3;
	position: relative;
}
/*head
***********************/
div.head {
	position: relative;
	height: 420px;
	z-index: 100;
	background: transparent url("../i/main-top1.gif") no-repeat scroll 0% 0%;
}
.head h1 {
	margin: 0;
	position: absolute;
	top: 46px;
	left: 206px;
	font: normal 2.05em/120% Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3e4657;
}
.head address {
	margin: 0;
	position: absolute;
	top: 47px;
	right: 23px;
	font: normal 2.4em/120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d2dadd;
}
/*head-menu*/
#head-menu {
	position: absolute;
	margin: 0;
	top: 122px;
	left: 20px;
	list-style: none;
	width: 960px;
	z-index: 200;
}
#head-menu li{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 120px;
	position: relative;
	padding-bottom: 20px;
	zoom: 1;
	z-index: 30;
}

#head-menu li.p1
{
	width: 86px;
}

#head-menu li.p2
{
	width: 110px;
}

#head-menu li.p3
{
	width: 74px;
}

#head-menu li.p4
{
	width: 74px;
}

#head-menu li.p5
{
	width: 90px;
}

#head-menu li.p6
{
	width: 155px;
}

#head-menu li.p7
{
	width: 115px; 
}

#head-menu li.p8
{
	width: 120px;
}

#head-menu li a{
	display: block;
	line-height: 200%;
	font: bold 1.1em/300% Arial, Helvetica, sans-serif;
	color: #bec0c7;
	text-transform: uppercase;
	text-decoration: none;
	padding:0 5px 0 15px;
	height: 32px;
}
#head-menu li:hover a{
	background: transparent url("../i/fone-sub-menu.png") repeat scroll 0% 0%;
	border: 1px solid #762401;
	line-height: 280%;
	padding: 0 5px 0 14px;
	
}

#head-menu li ul.sub-menu, #head-menu li ul.sub-menu a {
	display: none;
}
#head-menu li ul.sub-menu a{
	display: none;
}
ul#head-menu li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	display: none;
	position: absolute;
	top: 43px;
	left: 0px;
	width: 156px;
	background: transparent url("../i/fone-sub-menu.png") repeat scroll 0% 0;
	border: 1px solid #762401;
	padding: 10px 0;
	z-index: 600;
	list-style:none;
	margin:0;
	text-indent:0;
	zoom: 1;
}
.li-last .sub-menu {
	left: -37px !important;
	display: block;
}
ul.sub-menu li{
	clear:left;
	zoom:1;
	background: none !important;
	padding-bottom: 0 !important;
}
ul#head-menu li ul.sub-menu li {
	float: none;
	display: block;
	background-image: none;
	border: none !important;
	width: 154px;
}
ul#head-menu li ul.sub-menu li a {
	display:block;
	background: none;
	border: none !important;
	padding: 0px 0px 0 25px;
}
ul#head-menu li ul.sub-menu li a:hover {
	position:relative;
	background: none !important;	
	text-decoration: underline;		
}
/*coordinat*/
.coordinat {
	position: relative;
	top:144px;
	left: 25px;
	width: 202px;
}
.coordinat h2{
	margin: 0;
	color: #bec0c7;
	font: bold 1.2em/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px; 
}
.coordinat ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.coordinat ul li{
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.coordinat ul li a{
	text-decoration: none;
	color: #bec0c7;
}
.coordinat ul li{
	margin: 0;
	padding: 0 3px 0 32px;
	text-indent: 0;
	color: #d2d6e1;
	font: normal 1.1em/600% Arial, Helvetica, sans-serif;
	height: 70px;
}
.coordinat ul li.home{
	background: transparent url("../i/home.png") no-repeat scroll 0% 50%;
}
.coordinat ul li.mail{
	background: transparent url("../i/mail.png") no-repeat scroll 0% 50%;
}
.coordinat ul li.fax{
	background: transparent url("../i/fax.png") no-repeat scroll 0% 50%;
}
/*SIDEBAR
***********************/
.sidebar {
	width:240px;
	float: left;
	
	
	font: normal 1.2em/125% Arial, Helvetica, sans-serif;
	color: #19252d;
}
.sidebar-in {
	padding: 0 30px 0 35px;
}
.tit1 {
	color: #d2d6e2;
	font-size: 1em;
	margin: 15px 0 20px 0;
	/*text-transform:uppercase;*/
}
.s-block {
	margin-bottom: 10px;
}
.s-block h3{
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #19252e;
}
.more {
	color: #19252e;
	padding-left: 12px;
	background: transparent url("../i/arro.gif") no-repeat scroll 0% 50%;
}

/*main-content
***********************/
.main-content {
	width:698px;
	float: left;
	
	
	font: normal 1.2em/120% Arial, Helvetica, sans-serif;
	color: #19252d;
}
.mc-block {
	margin-bottom: 10px;
}
.img-a {
	float: left;
	padding: 0 18px 18px 0;
}
.img-a div{
	border: 5px solid #d3d8e2;
	width:100px;
	height:100px;
	text-align:center;
	
}
/***************
 FOOTER
 ****************/
div.footer {
	position:relative;
	background: transparent url("../i/footer.png") no-repeat scroll 0% 0;
	z-index:100;
}
.copyright {
	position: absolute;
	font: normal 1.1em/120% Arial, Helvetica, sans-serif;
	color: #fff;
	top: 75px;
	left: 265px;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}


div.title_news{font-family:Tahoma;margin-left:0px;margin-bottom:3px;}
div.title_news a{font-size:14px;text-decoration:none;font-weight:bold;color:#19252D;}
div.title_news a:hover{font-size:14px;text-decoration:underline;}
div.anonce_news {font-family:Tahoma;margin-left:0px;}
div.anonce_news a{font-size:12px;text-decoration:none;color:#19252D;font-weight:normal;}


.print{margin:10px; text-align: right;}
.print a{color: #5A759F;text-decoration:none;}
.print img{margin-right:2px;}



/* ------------- FORM --------------------- */

/* ------------ Error message -------------------*/
div.error {color: red; font-size: 11px;}

.form{width: 500px;}
.form form {display:block; overflow:hidden;}
.form .item{/*background: #E3F3FF;*/ margin-bottom:1px !important; padding: 0px;  width:500px;  position: relative; z-index:4;}
.form .item img{margin:5px 0px 0 0px !important; margin/**/:5px 0px 0 0px; bordeR: solid 1px gray;}

.form .title{font-weight: normal; text-align: right; float: left; width: 160px; border-right: solid 0px white;
 margin: -5px 5px -5px 0; height: 100%; padding: 10px 5px 7px 5px;
 background: none; color: #3A3A3A; font-size:1.0em; text-transform:none;}
.form .t_textarea{height:67px}
.form .t_capth{height:50px}
.form .field{width:300px; float:left;}
.form .field input{width:276px !important; width/**/:276px; border: solid 1px gray; font-size:11px; font-family: Arial, Verdana;}
.form .field textarea{width:276px !important; width/**/:276px; height:52px; border: solid 1px gray; font-size:12px; font-family: Arial, Verdana;}

.form .buttons{padding:5px 0 5px 0px; padding-left: 180px; width:250px;}
.bt_back, .bt_long {border:0; background: url(../i/bt_blue.gif) no-repeat; width: 123px; height:25px; color: white; margin: auto;}
.form .buttons input{width:120px; background: #19252D; color: white; cursor: pointer;font-size:12px;}

.form .cgray div.error{position: absolute; bottom:0px; left: 70px;}
.form div.error{position: absolute; left:400px; bottom:0px; background: #D60707; color: white; z-index: 700; padding: 1px 3px; border: solid 1px white; height: 14px;-moz-opacity:0.85; filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.85); white-space: nowrap;}


/* ------------ Message -------------------------*/
.message {width: 510px; border: 1px solid #e5e5e5; font-weight:bold; padding: 5px; margin: 10px 0 10px 45px;  color: #004C9F; font-size: 12px; text-align: center}
.message_red {color: red !important;}
.message_fail {color: #A00000 !important;}
.message_success {color: #00A000 !important;}


.form .file-red {display: inline;}
.form .file-ajax {float:left; display:none;}
.form .file-ajax .monitor {float: left; color: #444; width: 150px; border: 1px solid #222; height: 14px; margin: 3px 2px 3px 2px; padding: 2px;}
.form .file-ajax .iframe {float: left; padding: 2px 0 0 5px;}
.form .file-ajax .button {width: 50px; margin-left: 5px;}
.form .file-ajax .file-loading {display: none; color: #666; padding: 1px 0 0 10px;}
.form .file-ajax .file-loading div {color: #666; padding: 1px 0 0 10px;}
.form .file-ajax .file-loading img {float: left; color: #666; padding: 0 5px 2px 10px;}
.form .file-ajax .file-done {display: none; height: 17px; color: green; margin: 0 0 0 10px;}
.form .preview {float:left; padding: 5px 0 0 5px;}
.form .preview div {float:left; margin-right:5px; color: #888;}
.form .preview img {float:left; margin-bottom: 5px;}

div.content-main-in {padding-left:1px;}


.wrapp-content {
    background: transparent url("../i/cont-top.png") no-repeat scroll 0% 0;
    zoom:1;
    overflow:hidden;
}


div.catblock{border:solid 1px #EFF4F9; width:160px; height:170px;float:left;margin:5px;}
div.catblock .tblblock {width:155px; height:165px;}
div.catblock .tblblock td {vertical-align:middle;text-align:center;}

/**/

