/* 
    Document   : style.css
    Author     : ИТИС
    Description:
        Purpose of the stylesheet follows.
*/

/* General */
article, aside, figcaption, figure, footer, header, hgroup, nav, section { 
    display:block;
}

body {
	font: 14px/16px "arial", "Tahoma", "Georgia", "Trebuchet";
	color: #000;
}

p {
	margin: 15px 0;
}

a {
	color: #24569d;
}

a img {
	border: none;
}

h1 {
	margin: 20px 0;
	color: #615e73;
	line-height: 22px;
}

h2, h3, h4, h5, h6 {
	margin: 20px 0 10px;
	color: #615e73;
	line-height: 22px;
}

h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

a.title-link {
	color: #615e73;
}

article {
	margin-top: 10px;
}

input, textarea {
	border: 1px solid #999999;
	padding: 1px 2px;
	margin: 0;
}

input[type="submit"], button {
	cursor: pointer;
	background: #f2f2f2;
	color: #666666;
	border: 1px outset #999999;
	padding: 3px 15px;
	border-radius: 3px;
	
}

table, th, td {
	border: 1px solid #cacaca;
	border-collapse: collapse;
}

table p {
	margin: 5px 0;
	font-size: 15px;
}

th, td {
	padding: 5px 10px;
	font-weight: normal;
}

thead {
	background: #f2f2f2;
}

tbody tr.two {
	background: #fff4e2;
}

.no-border, .no-border td, .no-border th{
	border: none !important;
}

#main table p {
	margin: 5px 0;
	font-size: 15px;
}

#main th, #main td {
	padding: 5px 10px;
	font-weight: normal;
}

#main thead {
	background: #f2f2f2;
}

#main tbody tr.two {
	background: #fff4e2;
}

#body {
	background: #FFF;
	width: 1024px;
	margin: auto;
}

/* Header */
.bg-header {
	width: 100%;
	height: 257px;
	background: url(../images/header.jpg);
	position: relative;
}

#logo {
	display: block;
	position: absolute;
	width: 208px;
	height: 189px;
	top: 53px;
	left: 38px;
}

#content {
	overflow: hidden;
}

#tiny {
	overflow: hidden;
}

#content ul {
	overflow: hidden;
}

.footer-content {
	padding: 10px 140px;
	position: relative;
}

.copyright {
	margin: 20px 0 10px;
	border-top: 1px dashed #333;
}