 div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td {
    /**/
	color: #725122;
    font-family: Verdana;
    margin: 2px auto;
    outline: 0 none;
    padding: 5px;
    text-decoration: none;
    vertical-align: top;
}

body{
    background-image: url("ict_bg.jpg");
  	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    font: 12px Verdana;
    height: 100%;
    margin: 0 auto;
    padding: 0;
	background-size: 1029px;
}

/*.logo{
    background: url("logo.jpg") no-repeat scroll 0 0 transparent;
    border: 1px solid #DDCBA6;
    height: 155px;
    margin: 5px auto 6px;
    overflow: visible;
    padding: 0;
    position: relative bottom;
    text-align: center;
    width: 1000px;
    z-index: 9;
}
*/
center{
  padding: 5px;
}

h1{
/*#E7C183
#725122*/
    color:#E7C183;
    border: 0 none;
    font-family: Verdana;
    font-size:22px;
    margin: 0 auto;
	position: relative;
    outline: 0 none;
    text-decoration: none;
	vertical-align: top;
}

.bg {
	background-attachment: fixed;
    background-image: url("../img/ict_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    font: 12px Verdana;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

a{
	color:red;
	text-decoration:none;
}

a:hover {
   color:#acacac;
   -webkit-transition:color 500ms ease-in;
   -moz-transition:color 500ms ease-in;
   -o-transition:color 500ms ease-in;
   transition:color 500ms ease-in;
}

table{
    color:##F9F2E2;
    -border: 0 none;
    font-family: Verdana;
    font-size:12px;
    margin: 2% auto;
    outline: 0 none;
    padding: 5px;
    text-decoration: none;
    vertical-align: top;
	margin-top:1%;
	border-radius: 10px 10px 10px 10px;
	background: #F9F2E2;
	box-shadow:0 0 5px 5px #acacac;
}

.table td{
	border:1px solid #acacac;
	padding:5px;
	background: #F2A93A;
	border-radius: 10px 10px 10px 10px;
}

.table th{
	border:1px solid #acacac;
	padding:6px;
	background: #FFDEAD;
	border-radius: 10px 10px 10px 10px;
 }

.link{
   color:#4f3a1b !important;
   font-weight:bold;
   font-size:19px;
   text-decoration:none !important;
   font-family:Arial;
}

.link:hover{
  text-decoration:underline !important;
  color:#391800 !important; 
}

a.button8{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

a.button1 {
	position:  bottom;
	border-bottom-color:#acacac;
	border-radius: 10px;
	/*outline: none;*/
	width:120px;
	height:50px;
	border:1px solid #acacac;
	margin:10px 0px 10px 20px;
	cursor:pointer;
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:Times New Roman;
	padding:10px;	
	bottom:30%;
}

a.button1:active {
	background: #2E69E3; 
	/*background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
	to(#2E69E3));
	box-shadow: inset 1px 1px 0 0 #004A7F;
	-moz-box-shadow: inset 1px 1px 0 0 #004A7F;
	-webkit-box-shadow: inset 1px 1px 0 0 #004A7F;*/
	padding: 10px;
	border:1px solid #acacac;
	border-radius: 10px;
}

a.button1:hover {
    border-radius: 10px;
	box-shadow:0 0 5px 5px #FFDEAD;
	border:1px solid #acacac;
	background:#eeffee;
}

.table4{
    font-size:16px;
	background-color:#fff;
    border:1px solid #acacac;
	padding-top:5px;
    text-align:center;
    cursor:pointer;
	background: #F9F2E2;
}

.table3{
    font-size:16px;
	background-color:#fff;
    border:1px solid #acacac;
	padding-top:5px;
    text-align:center;
    cursor:pointer;
	background: #F9F2E2;
}

.table3 td{
    font-size:14px;
	background-color:#fff;
    border:1px solid #acacac;
	padding-top:8px;
    text-align:center;
    cursor:pointer;
	background: #FFDEAD;
}

.table3 th{
    font-size:16px;
	background-color:#fff;
    border:1px solid #acacac;
	padding-top:6px;
    text-align:center;
    cursor:pointer;
	background:#bdbdbd;
}

#liniya { 
	align:center;
    float:center; 
    margin-left:15px; 
    text-align:center;
    }
	
a{
	color:red;
	text-decoration:none;
	}
	
a:hover {
   color:#000;
   -webkit-transition:color 500ms ease-in;
   -moz-transition:color 500ms ease-in;
   -o-transition:color 500ms ease-in;
   transition:color 500ms ease-in;
}

hr1{
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr1:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

a.button7 {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}

a.button7:active {
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

a.button7:hover {
	transition: 1.0s linear;
	background-position: -100% 0, 0 0;
}

a.button21 {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}

a.button21:active {
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

a.button21:hover {
	transition: 1.0s linear;
	background-position: -100% 0, 0 0;
}

a.button4
{
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}

a.button4:active {
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

a.button4:hover {
	transition: 1.0s linear;
	background-position: -100% 0, 0 0;
}

input[type="submit"]
{
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}

input[type="submit"]:hover {
	box-shadow: background: linear-gradient(#f5ae00, #f59500) #f5ae00;
}

input[type="submit"]:active{
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

input[type="reset"]
{
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}

input[type="reset"]:hover {
	box-shadow: background: linear-gradient(#f5ae00, #f59500) #f5ae00;;
}

input[type="reset"]:active{
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

ul.menu {
	margin: auto; 
	padding: 0; 
	height: 30px; 
	width: 100%;
	background: url("images/gor_menu_fon.png") repeat-x;
}
ul.menu li {
	background: url("images/gor_menu_punkt.png") 12px 5px no-repeat;
	float: left;
	list-style: none;
}

ul.menu li a {
	color: White;
	display: block;
	padding: 6px 32px 0px;
	text-decoration: none;
}

ul.menu li a:hover {
	background: url("images/gor_menu_hover.png") 12px 5px no-repeat;
}

ul.menu li ul {
	display: none;
	margin-left: 12px;
	padding: 0px;
}

ul.menu li:hover ul {
	display: block;
	position: absolute;
}

ul.menu li:hover ul li {
	float: none;
}

ul.menu ul li  {
	background: #75C808;
	padding: 6px 12px 0px;
}

ul.menu ul li:hover  {
	background: #C0EC2D;
	padding: 6px 12px 0px;
}

ul.menu ul li a {
  color: Black;
  padding: 6px 12px 0px;
}

ul.menu ul li a:hover {
background: #C0EC2D;
color: Black;
padding: 6px 12px 0px;
}

ul.menu li:hover ul li a {
  padding: 0px 0 8px;
}


.divich
{
margin-top:3%;
}

a.button10{
display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
}

a.button10:active {
background: linear-gradient(#f59500, #f5ae00) #f59500;
}

a.button10:hover {
  transition: 1.0s linear;
  background-position: -100% 0, 0 0;
  /*border:1px solid #acacac;*/
}

.PageDiv {
	border:1px solid #acacac;
	width:18px;
	text-align:center;
}
.PageDivSelect {
	border:2px solid #000;
        width:18px;
	text-align:center;
}

.button {
	border:1px solid #acacac;
	color:#575757;
	padding:3px;
	cursor:pointer;
}
.buttonPress{
	border:1px solid #000;
	background:#acacac;
	padding:3px;
	cursor:pointer;
}


.AlphabitItem {
	float:left;
	border-top:1px solid #595959/*#A52A2A*/;
	border-left:1px solid #595959/*#A52A2A*/;
	border-right:1px solid #595959/*#A52A2A*/;
	width:13px;
	height:24px;
	margin-left:3px;
	text-align:center;
	padding:4px;
	color:#000000;
	
}

.AlphabitItem:hover {
	border-top:1px solid #595959/*#A52A2A*/;
	border-left:1px solid #595959/*#A52A2A*/;
	border-right:1px solid #595959/*#A52A2A*/;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	color:#ffffff;
}

.AlphabitItem:active {
	background: linear-gradient(#f59500, #f5ae00) #f59500;
	box-shadow: 0 1px  inset;
	border-top:none;
}

a.zakaz {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(232,95,76); /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.zakaz:hover { 

border: 1px solid white; 
} /* при наведении курсора мышки */
a.zakaz:active { 
background: green; 
border: 1px solid lightgreen;
} /* при нажатии */


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -100px 0; /* отрицательный нижний отступ на высоту футера */
    padding: 0;
}

.footer-push, .footer {
    height: 100px;
    margin: 0;
    padding: 0;
}
