body
{
	margin:0;
	font:12px tahoma,verdana,arial,serif;
	color:#4C4C4C;
	background-color:#ffffff;
}
td,div
{
	font-size:12px;
}
img,table
{
	border:0;
}

a:link, a:active, a:visited
{
	color:#3D6591;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}


a.top:link,a.top:active,a.top:visited
{
	font-size:10px;
	color:#9FD8EC;
	text-decoration:underline;
}
a.top:hover
{
	text-decoration:none;
}

.text {
  border-color: #f77 !important;
  background-color: #fdd;
  background-image: none;
}
.text.error {
  border-color: #f77 !important;
  background-color: #fdd;
  background-image: none;
}
.text.ok {
  border-color: #6d6 !important;
  background-color: #cfc;
  background-image: none;
}

.top_bg
{
	height:40px;
	background:url('images/top_bg.gif') repeat-x;
}
.bottom_bg
{
	height:64px;
	background:url('images/bottom_bg.gif') repeat-x;
	color:#4C4B43;
	text-align:center;
}

.left1
{
	padding-left:28px;
}
.right1
{
	padding-right:28px;
}
.header
{
	height:203px;
}
.bg1
{
	background:url('images/header/bg1.gif') repeat-x;
}
.bg2
{
	background:url('images/header/bg2.gif') repeat-x;
}

.menu
{
	background:url('images/menu_bg.gif') repeat-x;
	text-align:center;
}
.menu_sub
{
	height:13px;
	background:url('images/bg_submenu.gif') repeat-x;
}

.bg_left
{
	vertical-align:top;
	width:43px;
	background:url('images/bg_left.gif') repeat-y;
}
.bg_right
{
	vertical-align:top;
	width:43px;
	background:url('images/bg_right.gif') repeat-y;
}

.content
{
	vertical-align:top;
	background:url('images/content_bg.gif') repeat-x top;
	padding:12px 12px 0px 12px;
}


.bottom_upbg
{
	height:27px;
	background:url('images/bottom_upbg.gif') repeat-x;
}

.bottom_bg a
{
	color:#0C3055;
	text-decoration:none;
	font-weight:bold;
}
.bottom_bg a:hover
{
	text-decoration:underline;
}

.devider
{
	width:50px;
	background:url('images/devider.gif') repeat-y;
}

.line1
{
	height:4px;
	background:url('images/line1.gif') repeat-x;
	margin-top:4px;
	margin-bottom:13px;
	overflow:hidden;
}
.line2
{
	height:1px;
	overflow:hidden;
	margin:20px 0px;
	background:url('images/line2.gif') repeat-x;
}
.line5
{
	height:1px;
	overflow:hidden;
	margin:10px 0px;
	background:url('images/line2.gif') repeat-x;
}
.line3
{
	height:1px;
	overflow:hidden;
	margin:20px 0px;
	background-color:#E4E4E4;
}

p, form
{
	margin:0;
}
h2
{
	margin:0;
	padding-left:9px;
	background:url('images/bullet.gif') no-repeat left;
	font-size:12px;
	font-weight:bold;
	color:#3D6591;
}
h2 a
{
	color:#3D6591;
	text-decoration:underline;
}
h3
{
	margin:0;
	padding-left:9px;
	background:url('images/bullet.gif') no-repeat left;
	font-size:16px;
	font-weight:bold;
	color:#3D6591;
}
.date
{
	color:#000000;
	font-size:10px;
}


img.ImageMargin1
{
	margin-right:20px;
}

img.ImageMargin2
{
	margin-left:20px;
}

.columns
{
	clear:both;
}
.columns .a
{
	width:38%;
	float:left;
}
.columns .b
{
	width:62%;
	float:left;
}

.brff
{
	font-size:1px;
	overflow:hidden;
}

.fll
{
	float:left;
}

button
{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
button span
{
	font-size:10px;
	color:#9FD8EC;
	text-decoration:underline;
}

.input1
{
	border:1px solid #3D5A79;
	font-size:10px;
}

.sub_menu
{
	width:170px;
}
.sub_menu a:link, .sub_menu a:active, .sub_menu a:visited
{
	display:block;
	padding-left:26px;
	background:url('images/b1.gif') no-repeat left;
	height:17px;
	font-weight:bold;
	text-decoration:none;
}
.sub_menu a:hover
{
	background:url('images/b2.gif') no-repeat left;
	text-decoration:underline;
	color:#0C3055;
}

#lightbox{
	position: absolute;
	top: 40px;
	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(../images/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(../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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 85%; 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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
table.border{
border-color: black;
border-style: solid;
border-width: 0 1px 1px 0
}

table.border td, table.border th{
border-color: black;
border-style: solid;
border-width: 1px 0 0 1px
}

table.border th{
background-color: #20B2AA;
color: white;

}
.content table tr td div table tr td ul li strong .стиль4 {
	color: #090;
}
