﻿html, body {
	height: 	100%;
	margin:		0;
	padding:	0;
}


/*  ОСНОВНОЙ БЛОК  */
#wrap {
	min-height: 		100%;
	width: 				1000px;
	margin:				0 auto;
	background-color:	white;
	border-right: 		1px solid #B5B8B1;
	border-left: 		1px solid #B5B8B1;
	box-shadow: 		0 0 15px rgba(0,0,0,0.5); /* Параметры тени */
}


/*  ШАПКА  */
#header {
	height: 		400px;
}

#headerpic {
	margin:		0 auto;
	height:		400px;
	width:		1000px;
}


/*  ТЕЛО  */
#main {
	overflow:		auto;
	padding-bottom: 50px; /* must be same height as the footer */
	margin:			0 auto;
	width:			1000px;
}

/* Opera Fix */
body:before {
	content:	"";
	height:		100%;
	float:		left;
	width:		0;
	margin-top:	-32767px;/
}


/*  ЛЕВОЕ МЕНЮ  */
#leftmenu {
	display:	table;
	width:		220px;
	text-align: right;
	float: 		left;
}

#ul-menu {
	font-family: Arial;
	font-size:	 11pt;
	font-weight: bold;
	color:		 #0e4194;
	list-style:	 none;
	padding-top: 5px;
}

#ul-menu li {
	padding-right:	23px;
	padding-bottom:	16.5px;
}


/*  БЛОК КОНТЕНТА  */
#contentblock {
	display: 		table-cell;
	width:			780;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11pt;
	/* color:			#0e4194; */
	color:			#0e4194;
	padding-top:	19px;
	padding-right:	23px;
	
	 line-height: 1.3;
	

}


/*  БЛОК РЕКВИЗИТОВ  */
#rekviz {
	position:	 relative;
	width:		 200px;
	font-family: Arial;
	font-size:	 11pt;
	font-weight: bold;
	color:		 #FFCC00;
	text-align:	 right;
	left: 		 0px;
	top:		 -350px;
}


/* БЛОК ТЕЛЕФОНОВ АВАРИЙНЫХ СЛУЖБ */
#telavar {
	float: 		 left;
	position:	 relative;
	width:		 500px;
	font-family: Arial;
	font-size:	 11pt;
	font-weight: bold;
	color:		 #0e4194;
	text-align:	 right;
	line-height: 1.3;
	left: 		 477px;
	margin-top:	 -45px;
}


/*  ПОДВАЛ  */
#footer {
	margin:		0 auto;
	margin-top: -50px; /* negative value of footer height */
	height: 	50px;
	clear:		both;
	width:		1000px;
}

#footer img{
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color:			#0e4194;
}

a:visited {
	color:			#0e4194;
}

.newsblock {
	margin-bottom:	22px;
	/* background-color: red; */

}

.newstime {
	color: 			black;
	font-weight: 	bold;
}

.readmore a {
	color: 			green;
	font-weight: 	bold;
}

.newsnav {
	font-weight: 	bold;
}

/* стиль для обычной таблицы */
table.regular {
	border-collapse: collapse;
	font-family: 	 Arial;
	color: 			 #222;
	/*border: 		 1px solid #bbb;*/
    table-layout: fixed;   
}

table.regular td {	/* строка таблицы */
    word-wrap:	break-word;
	padding:	3px;
	border:		0px solid #bbb;
}

table.regular th {	/* заголовок таблицы */
    word-wrap:	break-word;
	padding:	3px;
	border:		1px solid #bbb;
	background: #FFE999;
}


/* стиль для линованой таблицы */
table.line {
	border-collapse: collapse;
	font-family: 	 Arial;
	color: 			 #222;
	/*border: 		 1px solid #bbb;*/
    table-layout: fixed;   
}

table.line td {	/* строка таблицы */
    word-wrap:	break-word;
	padding:	3px;
	border:		1px solid #bbb;
}

table.line th {	/* заголовок таблицы */
    word-wrap:	break-word;
	padding:	3px;
	border:		1px solid #bbb;
	background: #ffd944;
}

table.line tr:nth-child(even)	{	background: #fff;	}	/* цвет четной строки */
table.line tr:nth-child(odd)	{	background: #eaeaea;}	/* цвет нечетной строки */
table.line tr:hover				{	background: #FFE999;}	/* цвет строки при наведении */

/********** стили полей ввода на формах ***************/

/* поле в фокусе */
.focusField{
	background:		#EFF5FF;
	color:			#000;
	border:			solid 2px #73A6FF;
	font:			Arial;
}

/* поле вне фокуса */
.nonfocusField{
	background:		#fff;
	color: 			#6F6F6F;
	border:			solid 2px #bbb;
	font:			Arial;
}

/* поле с ошибочными данными */
.errorField{
	background:		#ffdbdb;
	color: 			#6F6F6F;
	border: 		solid 2px #FF9999;
	font:			Arial;

}

/* полей ввода в форме */	
form table {
		font-size: 11pt;
		color: black;
		
		background-color: #f1f1f1;
		border: 1px solid #e5e5e5;
		/*margin-left: 10px;*/
        }	
input,select,button {
		font-size: 11pt;
		width:	200px;
		}
