
body {
	margin: 0px;
	padding: 0px;
	background: #322c24;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: White;
}
img {
	border: none;
}
.pat {
	background-image: url(/img/home_bg.jpg);
	background-repeat: repeat;
}
.slideshow {
	background: #8e8a85;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
/* ////////// классы для стартовой страницы //////////////////// */
.start{
	/*border: 1px solid Aqua;*/
	margin-top: -10%;
}
.face_rus {
	text-align: right;
}
.face_eng {
	text-align: left;
}
.fla {
	border: none;
	margin-top: 50%;
}
/* //////////  остальные классы  //////////////////// */
.into_mine {
	margin: 10px 30px 10px 30px;
	/*min-width: 990px;
	border: 1px solid red;*/
}
.left_col {
	/*border: 2px solid #fff;*/
	font-size: 12pt;
	/*display: inline;*/
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0;
}
.engrus {
	font-size: smaller;
	position: absolute;
	left: 30px;
	top: 20px;
}
.right_col {
	margin: 0px 0px 0px 280px; /* Значения отступов */
	padding: 0px; /* Поля вокруг текста */
	/*border: 3px solid Yellow;  Параметры рамки */
}
.menu_left {
	/*border: 1px solid Yellow;*/
	margin: 75px 70px 0 0;
	text-align: right;	
}
.menu_left p {
	padding: 0 0 5px 0;
	margin: 0;
}
.menu_left span {
	font-weight: bold;
	margin-right: -60px;
}
.test {	
	position: absolute;
	top: 20px;
	left: 332px;
}
.content {
	/*border: 1px solid red;*/
	margin: 100px 0px 50px 60px;
}
.menu_goriz {
	font-size: 10pt;
	/*border: 1px solid Window;*/
	text-transform: uppercase;
	padding: 0px 15px 0 0;
	
}

.menu_goriz span {
	font-weight: bold;
}
.name {
	margin: 200px 0 0 0;
	background-image: url(/img/name_rus.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 300px;
	height: 80px;
}
.name_light {
	margin: 200px 0 0 0;
	background-image: url(/img/name_light.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 300px;
	height: 80px;
}
.preview {
	float:left;
	margin: 0 30px 30px 0px; 
	display:block; 
	width: 126px; 
	height: 126px; 
	overflow: hidden;
}
._test {
	position: absolute;
	left: 342;
	margin-top: 30px;
}
.ramka {
	text-align: center;
	background: #fff;
	color: Black;
	min-width: 100%;
	width: 600px;
	margin-bottom: 100px;	
}
.ramka a, .ramka a:hover {
	color: #000;
}
.pic {
	border: 3px solid black;
}
.data {
	text-align: center;
}
.data H2 {
	font-size: 10pt;
	text-transform: uppercase;
	margin: 5px;
}

.xxx {
	/*border: 3px solid red;*/
	width: 305;
}

.text {
	background-color: #fff;
	color: #000;
	padding: 30px 30px 20px 200px;
	text-align: left;
	font-size: 10pt;
}
.text p {
	text-indent: -10pt;
}

.text h2 {
text-indent: -10pt;
}

.text a {
color: #000;
text-decoration: underline;
}

/* Lightbox CSS */
#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(/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/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; }
