@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	z-index: 1;
	
	}

body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
i { font-weight:bold; line-height: 16px;}

hr {height:1px; background-color:#CCCCCC; border:0; margin-bottom:5px; margin-top:5px;}
.myhr {width:auto; height:1px; border:none; background-image:url(img/myhr.gif); background-repeat:repeat-x; background-position:center; padding-bottom:5px;  padding-top:5px;}
p {margin:0; text-align:justify;}

h1 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h2 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  padding:0; margin:0;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
}
/* Sets the style for visited links. */
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FF0000;
	border-style: none;
	
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #FFFFFF;
	
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	height:150px;
	padding: 0px;
	background-image:url(img/headimg1.png);
	border-bottom-style:solid;
	border-bottom-color: #FF0000;
	border-bottom-width:thin;
	
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 225px;
	border-left-style: none;
	border-left-color: #8ab573;
	padding-top: 10px;
	padding-bottom: 10px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 260px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
* html #outerWrapper #contentWrapper #content{ /* IE6 */
	margin: 0 250px 0 0;
	}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #F5F5F5;
	border-top: solid 1px #FF0000; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 30px;
	width: 100%;
}
/* начало списка */
.arrowlistmenu{
	width: 225px; /*width of menu*/
	
}

.arrowlistmenu .headerbar{
font:  bold 12px Arial;
color: black;
background:   #F5F5F5   repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #666666;
	background:  url(img/arrowbullet2.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #505050;
}		

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.arrowlistmenu ul li .red a { color:#00FF99;}
/* конец списка */
/* THUMBNAIL */

 .thumbnail{
	float: left;
	width: 170px;
	height:110px;
	margin: 0;
	padding:0px;
	border-width:0px;
	}
	.thumbnail a  img{border:0;}
	.thumbnail a:hover img {border:0;}
	.thumbnail a:active img {border:0;}
	.thumbnail a:visited img {border:0;}
	

		/******************* главная картинка с скругл  ***************************/
.mainimg{
	width: 680px;
	height:246px;
	margin-bottom: 15px;
	z-index: 1;
}



 
/* КОНЕЦ THUMBNAIL */
	#outerWrapper #contentWrapper .clearboth {
		  clear: both;
		  display: block;
		  
		}
		
		
/* ****************Light box css style**************************************************** */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(img/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	/* **************** End Light box css style**************************************************** */

