html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background-color: #f3f3f3;
	
	
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 590px;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
	font-size: 0.75em;
	padding-left: 1em;
	
}

#topmenu {
	padding-left: 20px;
	list-style:none;
	display:inline;
	vertical-align:1em;
}

#topmenu li {
	display:inline;
	padding-right:2em;
}
#topmenu li a {
	color:black;
	font-size: 1.4em;
	text-decoration:none;
	border-bottom:1px solid black;
	
}
#topmenu li a:hover {
	color:#585858;
	border-bottom:1px solid #585858;
}
hr {
	width:99%;
	color:#585858;
	border-top:1px solid #585858;
	border-bottom:1px solid white;
	border-left:none;
	border-right:none;
	margin-top:0;
	margin-bottom:0;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 50px;
	
}

#logo {
	padding-left:20px;
	padding-top:20px;
}

#banners {
	float:left;
	overflow:hidden;
	
	text-align:center;
	list-style-type:none;

}


#banners li {
	display:inline;
	margin:0 1em 0 1em;

}

#drozd {
	position:absolute;
	bottom:10px;
	right:0px;
	/* background: #f3f3f3 url('drozd.gif') no-repeat scroll 0 0;*/
	width:208px;
	height:290px;
	overflow:hidden;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	
	margin: -50px auto 0;
	min-width: 590px;
	max-width: 1400px;
	height: 50px;
	font-size: 0.75em;
	position: relative;
}

#copyright {
	padding:18px 0 0 20px;
}

#contacts {
	float:right;
	padding-right:20px;
	padding-top:20px;
	font-family:georgia,sans-serif;
	font-size:18px;
	display:inline;
	color:black;
}
#contacts a{
	color:black;
}
#contacts li {
display:inline;
}
.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}
#banners-list{
	text-align:center;
}

#banners-list a{
	display:inline-block;
	width:230px;
	min-height: 250px;
	padding:10px 10px;
	text-decoration:none;
	text-align:center;
}	
#banners-list span{
	color:blue;
	border-bottom:1px dotted blue;
}
#banners-list span:hover{
	border-bottom:none;
}

