body
{
background: none;
}

/*
********************************ALARM*************************************
*/

#alarm
{
		text-align: center;
		color: black;
		text-decoration: none;
		background: #FFE7B3; 
		font-size: 16px;
		border: 2px red solid;
		width: 600px;
		margin: 10px;
		padding: 20px;
		font-family: arial;
}


.img
{
	color: black;
	background: none;
	font-size: 16px;
	font-family: arial;
}


/*
********************************TOP*************************************
*/
	
	#imageSlideshowHolder{

		/* CSS HACK */
		width: 441px;	/* IE 5.x */
		width/* */:/**/441px;	/* Other browsers */
		width: /**/441px;
		
		/* CSS HACK */
		height: 256px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		background-color:#FFF;
		border:0px solid #CCCCCC;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:441px;
		height:250px;
		background-color:#FFF;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		position:absolute;
		color:#FFFFFF;
		padding:0px;
		padding-top:0px;
		margin-left:0px;
		margin-top:0px;
		z-index:100;
		/*height:200px;*/
		width:240px;
		background:url("images/bg.png");
		font-size:80%;
		}



/*
************************************TOP.HOME******************************
*/

home
{
	color: black;
	background: none;
	font-size: 16px;
	font-family: arial;
	margin: 0;
}

/*
************************************NEWS******************************
*/

h1 
	{
		text-align:center;
		font-family: 'Times New Roman', Arial;
		color: #1A384F;
		font-size: 24px;
	}
#news
	{
		text-align:justify;
		color: #fff;
		text-decoration: none;
		background:none; 
		font-size: 15px;
		font-family: 'Times New Roman', Arial;
	}
	
#news_table
	{
		text-align:justify;
		color: #fff;
		text-decoration: none;
		background:none; 
		font-size: 15px;
		font-family: 'Times New Roman', Arial;
	}	

/* элементы для отображения навигации */

#nav .navigation 
  {
    font-family: Tahoma;
    text-align: center;
  }
#nav .navigation a:link,
#nav .navigation a:visited,
#nav .navigation a:active 
  {
    text-decoration:none;
    color: #fff;
    background-color: #000;
    border:1px solid #fff;
    padding:3px 6px;
    font-size:14px;
    font-weight:none;
  }
#nav .navigation a:hover 
  {
    text-decoration:none;
    color: #000;
    background-color: #fff;
    border:1px solid #000;
    padding:3px 6px;
    font-size:14px;
    font-weight:none;
  }
  
  
#news a, #news a:visited	
	{
		color: #76928A;
		text-decoration: underline;
		background:none; 
		font-size: 15px;
		font-family: 'Times New Roman', Arial;
	}	
	
#news a:hover
	{
		color: #76928A;
		text-decoration: none;
		background:none; 
		font-size: 15px;
		font-family: 'Times New Roman', Arial;
	}	


/* элементы закругления #1A384F; */

.inner-box {
	padding:1em; 
}

.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r10 { margin: 0 10px; }
.r9 { margin: 0 9px; }
.r8 { margin: 0 8px; }
.r7 { margin: 0 7px; }
.r6 { margin: 0 6px; }
.r5 { margin: 0 5px; }
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-3, #rounded-box-5, #rounded-box-10 { margin:1em; }

.inner-box, b { background-color: #1A384F; }

/* уменьшаем отступы по мере роста радиуса закругления */
#rounded-box-3 .inner-box { padding: 1em;}
#rounded-box-5 .inner-box { padding: 0.7em 1em;}
#rounded-box-10 .inner-box { padding: 0.4em 1em;}








/*
*************************BOTTOM*****************************
*/

#menu
	{
		font-size: 12px;
		font-family: 'Times New Roman', Arial;
		color: black;
		margin: 0px;
	}


#menu a, #menu a:visited	
	{
		color: #1A384F;
		text-decoration: underline;
		background:none; 
		font-size: 12px;
	}	
	
#menu a:hover
	{
		color: #76928A;
		text-decoration: underline;
		background:none; 
		font-size: 12px;
	}

#copy
	{
		font-size: 12px;
		font-family: 'Times New Roman', Arial;
		color: black;
		margin: 0px;
	}
	




/* 
******************MILKBOX. Photo selector******************************************
*/

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #1A384F; 
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #1A384F;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../image/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(../image/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../image/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(../image/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}





/*
******************LINKS BOTTOM**********************************************
*/
	
a:hover img 
{
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	color: black;
	background: none;
	font-size: 16px;
	font-family: arial;
}
		   
 .link 
{
	opacity: 0.2;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
	color: black;
	background: none;
	font-size: 16px;
	font-family: arial;
}






/*
******************HISTORY**********************************************
*/

.reliz
{
	font-weight: bold;
}


#hron
{
	display: none;
}

#hide_hr
{
	display: inline;
	margin: 0px;
}

#but
{
	border: 1px white solid; background: #98BBD6; color: #000; font-size: 14px;
}

/*
******************TEXT**********************************************
*/


	#desc {font-size: 16px; color: #98BBD6; text-align: left; margin: 30px; font-family: 'Times New Roman', Arial; padding: 0px;}
	#text_in a {color: #f90; font-size: 18px; text-decoration: underline; text-align: left; margin: 30px; display: inline; padding: 0px;}
	#text_in a:hover {color: #f90; font-size: 18px; text-decoration: none; text-align: left; margin: 30px;padding: 0px;}
	#text_in a:focus {color: #fff; font-size: 18px; text-decoration: none; text-align: left; margin: 30px;padding: 0px;}
	#text_in a:visited {color: #f90; font-size: 18px; text-align: left; margin: 30px; display: inline;padding: 0px;}

/*
******************VIDEO**********************************************
*/


	#desc_v {font-size: 16px; color: #98BBD6; text-align: left; margin: 0px; font-family: Arial,'Times New Roman';}
	#text_in_v a {color: #fff; background: #069; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; padding: 5px; display: inline; border: 2px #98BBD6 solid; font-family: Arial,'Times New Roman';}
	#text_in_v a:hover {color: #f90; font-size: 16px; text-decoration: none; text-align: left; margin: 30px; font-family: Arial,'Times New Roman';  background: #1A384F;}
	#text_in_v a:focus {color: #fff; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; font-family: Arial,'Times New Roman'; background: #069;}
	#text_in_v a:visited {color: #fff; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; display: inline; font-family: Arial,'Times New Roman'; background: #069;}

	
	
	
/*
******************NO VIDEO**********************************************
*/

	#desc_v_er {font-size: 1px; color: #1A384F; text-align: left; margin: 0px; font-family: Arial,'Times New Roman'; background: none; border: 0px #98BBD6 solid;}
	#text_in_v_er a {color: #fff; background: #069; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; padding: 5px; display: inline; border: 2px #98BBD6 solid; font-family: Arial,'Times New Roman';}
	#text_in_v_er a:hover {color: #f90; font-size: 16px; text-decoration: none; text-align: left; margin: 30px; font-family: Arial,'Times New Roman';  background: #1A384F;}
	#text_in_v_er a:focus {color: #fff; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; font-family: Arial,'Times New Roman'; background: #069;}
	#text_in_v_er a:visited {color: #fff; font-size: 16px; text-decoration: none; text-align: left; margin-left: 30px; display: inline; font-family: Arial,'Times New Roman'; background: #069;}
	
	
/*
******************СВЯЗЬ**********************************************
*/

	
	
.hid {display:none;}

.fb
{
	background: white; color: black; font-size: 19px;
}

.text_field 
{
	background:#fff;
}
	
.text_field:hover 
{
	background:#ffc;
}

.text_field:focus 
{
	background:#98BBD6;
}

	
/*
**********************web******************************************
*/

#web p {font-size: 16px; color: #98BBD6; text-align: left; margin: 20px 10px; font-family: 'Times New Roman', Arial;}

#code {color: black; background: #98BBD6; margin: 0px; padding: 10px;}

#fr p
{
	text-align: center;
	color: white;
	font-size: 18px;
	font-family: Verdana; 
}

/*
**********************GUESTBOOK******************************************
*/

.but_g
{
	font-family: Verdana; 
	font-size: 12px; 
	text-decoration: none; 
	color: black; 
	cursor: default; 
	background-color: white; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000;
	padding: 3px;
	margin: 10px;
}

/*
#next_prev a, #next_prev a:focus, #next_prev a:visited
{
	font-family: Verdana; 
	font-size: 14px; 
	text-decoration: none; 
	color: #000; 
	background: #98BBD6; 
	border: 1px #fff solid;
	margin: 20px;
	padding: 0px;
}

#next_prev a:hover
{
	font-family: Verdana; 
	font-size: 14px; 
	text-decoration: none; 
	color: #000; 
	background: #ffc; 
	border: 1px #fff solid;
	margin: 20px;
	padding: 0px;
}

*/
#next_prev
{
	width: 400px;
}

#next_prev a, #next_prev a:focus, #next_prev a:visited
{
	font-family: Arial; 
	font-size: 16px; 
	text-decoration: none; 
	color: #fff; 
	background: none; 
	margin: 3px;
	padding: 0px;
}

#next_prev a:hover
{
	font-family: Arial; 
	font-size: 16px; 
	text-decoration: none; 
	color: red; 
	background: none; 
	margin: 3px;
	padding: 0px;
}


/*
**********************MUSIC******************************************
*/

.count
{
	color: red;
}

.link_dl
{
	/*background-image: none;*/
	background: url('image/download.jpg') no-repeat;
	width: 18px; 
	height: 22px; 
	border: 1px black solid;
}

.but_dl
{
	font-family: Verdana; 
	font-size: 10px; 
	text-decoration: none; 
	color: black; 
	cursor: default; 
	background-color: #B0CFFD; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff;
	padding: 2px;
	margin: 2px;
}
