html, body {
	margin: 0px;
	padding: 0px;
}

body {
/*	background-color: #fdfdfd; */
/*	background-color: #f2f2f2; */
}

h1 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d4e4f2;
	border-bottom: 3px solid #d4e4f2;
	padding-bottom:5px;
}

h2 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d4e4f2;
	border-bottom: 3px solid #d4e4f2;
	padding-bottom:5px;
	padding-top:5px;
}

strong {
color: #d4e4f2;
/* color: #162a36; */
}

h3 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d4e4f2;
	border-bottom: 2px solid #d4e4f2;
	padding-bottom:5px;
}

/* Glogal links */
a:link {color: #fff;}
a:visited{color:#fff;}
a:active {color: #fff;}
a:hover{color: #d4e4f2;}


table.mainmenu a {
	text-decoration: none;
}
table.mainmenu a:hover {
	text-decoration: underline;
}

td, input, select, textarea {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	vertical-align: top;
}

td {
	padding: 0px;
}

/* Общая таблица во весь экран браузера */
table.global {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}



table.picture {
	width: 980px;
	height: 220px;
	border-collapse: collapse;
}


/* Top menu: begin */
table.menu_top {
	width: 980px;
	height: 40px;
	border-collapse: collapse;
}
td.menu, td.sep, td.menu_top_act {
	background: url(../img/bg_menu_top.gif) center top repeat-x;
}
td.menu {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	width: 120px;
}
td.menu_blank {
	background: url(../img/bg_menu_top.gif) center top repeat-x;
}
td.menu a:hover, td.menu a:link, td.menu a:visited, td.menu a:active {
	line-height: 39px;
	display: block;
	color: #fff;
	text-decoration: none;
}
td.menu a:hover{
	color: #3180dd;
}
td.sep_l {
	width: 12px;
	background: url(../img/bg_menu_top_l.png) center top no-repeat;
}
td.sep_r {
	width: 12px;
	background: url(../img/bg_menu_top_r.png) center top no-repeat;
}
td.sep {
	width: 5px;
	vertical-align: middle;
	color: #fff;
}
td.menu_top_act {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #3180dd;
	width: 120px;
}
/* Top menu: end */





table.menu_bottom {
	width: 950px;
	border-collapse: collapse;
}
td.menu_b {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: #535e64;
	height: 40px;
}
td.menu_b a:link, td.menu_b a:visited, td.menu_b a:active {
	text-decoration: none;
	color: #535e64;
}
td.menu_b a:hover{
	text-decoration: underline;
	color: #535e64;
}






table.header {
	width: 950px;
/*	height: 800px; */
	border-collapse: collapse;
	background-color: #fff;
}



td.leftmenu {
	width: 200px;
	vertical-align: top;
	border-collapse: collapse;
	margin: 20px;
	height: 100%;
}
td.leftmenu_leftcorner {
	background: url(../img/leftmenu_leftcorner.gif) center center no-repeat;
	width: 2px;
	height: 2px;
}
td.leftmenu_leftborder {
	background: url(../img/leftmenu_leftborder.gif) center center repeat-y;
	width: 2px;
}
td.leftmenu_topborder {
	background: url(../img/leftmenu_topborder.gif) center center repeat-x;
	height: 2px;
}
td.leftmenu_text {
	padding: 10px 0 10px 10px;
}
li {
	list-style-type: square;
/* padding: 0 20px; */
}


table.text {
	font-size: 13px;
	border-collapse: collapse;
	margin: 20px 10px 20px 0;
	width: 690px; /* 950 - 200 - 20*3 = 690*/
	vertical-align: top;
}
td.text_text {
	padding: 10px 0 10px 10px;
}
td.text_text li {
	list-style-type: square;
}



#red
{
	color: #f9f005;
	font-weight: bold;
	font-size: 140%;
}





table.main {
	width: 950px;
	border-collapse: collapse;
/*	background: #748189 url(../img/bg_main.gif) bottom center repeat-x; */
}

table.subtable {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #d4e4f2;
}
table.subtable td {
	padding: 10px;
}
table.subtable_banner {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #d4e4f2;
}

/* Ячейка основного текста */
td.text {
	height: 100%;
	padding: 10px 0 20px 10px;
/*	margin: 10px; */
	line-height: 1.5; 
}


.imgcustom {
	border: 3px solid #d4e4f2;
}

/*	background: #BAFB80; */
/*	background: #535e64; */
/*	background: #2a70ac; */
/*	background: #5e6a71; */

td.menu_td {
	background: #5e6a71;
	padding: 0 16px;
	vertical-align: top;
}
td.content_td {
	background: #748189;
	padding: 0 16px;
}
div#menu1, div#menu2, div#menu3, div#menu4, div#menu5, div#menu6 {
	float:left;
	width:200px;
	padding:0 20px 20px 20px;
	margin: 5px 0 0 0;
	background: #5e6a71;
}

div#menu_header1, div#menu_header2, div#menu_header3, div#menu_header4, div#menu_header5, div#menu_header6 {
	float:left;
	width:240px;
	margin: 5px 0 0 0;
	background: #5e6a71;
}
div#menu_footer1, div#menu_footer2, div#menu_footer3, div#menu_footer4, div#menu_footer5, div#menu_footer6 {
	float:left;
	width:240px;
	margin: 0;
	background: #5e6a71;
}

div#content_header, div#content_footer {
	float:right;
	width:705px;
	margin: 5px 0 0 0;
	background: #748189;
}
div#content_footer {
	margin: 0;
}

div#footer1, div#footer2 {
	float:left;
	width: 100%;
	padding:10px;
	margin: 5px 0;
	background: #d4e4f2;
}
div#footer2 {
	float:right;
}

table.gall {
	border-collapse: collapse;
	width: 100%;
}
table.gall tr {
	height: 130px;
	text-align: center;
	vertical-align: middle;
}
.imggall {
	border: 1px solid #d4e4f2;
	width: 160px;
	height: 120px;
}
