#bn {visibility:hidden !important;}
#bt  {visibility:hidden !important;}
#bn * {visibility:hidden !important;}
#bt  * {visibility:hidden !important;}

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:1023px;
		background:#5599bb;
		min-width:1023px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#80B2E4;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:1023px;
		height: 239px;

	}
	#header {
		border-bottom:0px solid #ffcc00;
		background: url(shapka.gif) no-repeat;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#ffffaa;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#ffffaa;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #ffffaa;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ffcc00;		/* right column background colour */
	}
	.threecol .colmid {
		right:215px;			/* width of the right column */
		background:#ffcc00;		/* center column background colour */
	}
	.threecol .colleft {
		right:53%;			/* width of the middle column */
		background:#ffcc00;	/* left column background colour */
	}
	.threecol .col1 {
		width:133px;			/* width of center column content (column width minus padding on either side) */
		left:119%;
								/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:390px;			/* Width of left column content (column width minus padding on either side) */
		left:65%;
		background:#ffffaa;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:390px;			/* Width of right column content (column width minus padding on either side) */
		left:84%;
		background:#ffffaa;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	.footer {
		clear:both;
		float:left;
		width:100%;
		color: #000;
		
	}
	.footer p{
		padding:10px;
		margin:0;
		background: #ffcc00;
	}


.block {
	background: #ffffaa url(block-bg.jpg) 0 27px no-repeat;
	margin: 0 0 5px;
	position: relative;
	height: 1%;
	color: #fff;
}
.block ul li span {color: #fff;}
.block img, p {
		margin:10px 10px 5px;
	}

.block div ul,
.sr .block ul {
	padding: 0 8px 8px;
	margin: 7px 0 0;
	overflow: hidden;
	height: 1%;
}
.block div ul ul {
	margin: 4px 0 -5px 2px;
	padding: 0;
	border-top: 1px dotted #ffffaa;
}
.sr .block ul {
	padding: 0 0 2px;
}
.block div li,
.sr .block li {
	background: url(arrow3.gif) 0 9px no-repeat;
	margin-top: -1px;
	padding: 4px 0 5px 9px;
	border-top: 1px dotted #ffffaa;
}
.sr .block li {
	padding-left: 8px;
}

ul.tabs {
	width: 192px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: #E2E2E2 url(tabs.gif) no-repeat;
	margin: -1px -1px 0 -1px !important;
	padding: 0 !important;
	position: relative;
}
.sr ul.tabs {
	width: 167px;
	margin: -6px -8px 0 !important;
	background: #E2E2E2 url(tabs3.gif) no-repeat;
}
.green ul.tabs {
	background: #E2E2E2 url(tabs.gif) 0 -56px no-repeat;
}
.tabs li {
	float: left;
	color: #5C5C5C;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.sr .block .tabs li {
	background: none;
}
.tabs li span,
.tabs li span span {
	float: left;
	text-align: center;
}
.tabs li.tab-current,
.sr .block .tabs li.tab-current {
	background: #B3DEF4 url(tabs.gif) 0 -28px no-repeat;
	color: #ffffaa;
}
.green .tabs li.tab-current {
	background: #B3DEF4 url(tabs.gif) 100% 100% no-repeat;
}
li .t1 {
	width: 75px;
 	padding: 0 0 0 5px;
}
li.tab-current .t1 {
	background: url(tabs2.gif) 100% 0 no-repeat;
	width: 86px;
 	padding: 0 4px 0 0;
}
li .t2 span {
	width: 96px;
	padding: 0 6px 0 0;
}
.t2 p {color: #000;}
.t2 h1 {color: #000;}
.t2 h2 {color: #000;}
.t2 h3 {color: #000;}
li.tab-current .t2,
li.tab-current .t6 {
	background: url(tabs.gif) 100% -28px no-repeat;
}
li.tab-current .t2 span {
	background: url(tabs2.gif) 0 -28px no-repeat;
	padding: 0 6px 0 10px;
}
li .t3 span {
	width: 94px;
	padding: 0 0 0 4px;
}
li.tab-current .t3 {
	background: url(tabs.gif) 0 100% no-repeat;
}
li.tab-current .t3 span {
	background: url(tabs2.gif) 100% -56px no-repeat;
	padding: 0 12px 0 4px;
}
li .t4 span {
	width: 76px;
}
li.tab-current .t4 span {
	background: url(tabs2.gif) 0 100% no-repeat;
	width: 88px;
 	padding: 0 0 0 6px;
}
li .t5 {
	width: 75px;
 	padding: 0 0 0 5px;
}
li.tab-current .t5 {
	background: url(tabs2.gif) 100% 0 no-repeat;
	width: 86px;
 	padding: 0 4px 0 0;
}
li .t6 span {
	width: 96px;
	padding: 0 6px 0 0;
}
.t6 p {color: #000;}
.t6 p {color: #000;}
.t6 h1 {color: #000;}
.t6 h2 {color: #000;}
.t6 h3 {color: #000;}
li.tab-current .t6 span {
	background: url(tabs2.gif) 0 -28px no-repeat;
	padding: 0 6px 0 10px;
}
div.t2, div.t3, div.t6 {
	display: none;
}


ul li {color:#000}



