@charset "utf-8";

/* Reset */

* { margin: 0px; padding: 0px; }

html, body {  
	padding: 0; margin: 0;
}

a { 
	border:0 none;
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color:#000;
	text-decoration: underline;
}
a:active { border:0 none; }
a:focus { border:0 none; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; }
*html img { vertical-align: top; }
*:first-child+html img { vertical-align: top; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: #000;
	text-align: left; 
}

ul,li,ol { list-style-type: none; }

.cl { clear: both; height: 0px; font-size: 0pt; line-height: 0px; visibility:hidden;}




/*  Common   */
html {
	background:#f1f1f1 url(../img/bg1.png) repeat-x top left;
}
body {
	font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:black;
	position:relative;
	width:800px;
	margin:0 auto;
	min-width: 800px;
	width: expression((document.body.clientWidth < 802)? "800px" : "auto"); /* IE Dynamic Expression to set the minimum width */
	background-color:#fff;
	min-height:600px;
	height:auto !important;
	height:600px;
}


/*  Header  */
#header {
	position:relative;
	height:198px;
}
#header h1 {
	width:138px;
	height:153px;
	margin:0 auto;
	background:url(../img/logo.png) no-repeat center center;
}
#header h1 a {
	text-indent:-9999px;
	display:block;
	width:138px;
	height:138px;
	position:absolute;
	top:7px;
}
#topmenu {
	margin:0; padding:0;
	height:45px;
	background-color:#04064c;
}
#topmenu li {
	float:left;
}
#topmenu li a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	line-height:45px;
	padding:0 35px;
}
#topmenu li a:hover {
	background-color:#666;
}
#date {
	position:absolute;
	right:0;
	bottom:0;
	height:45px;
	width:200px;
	color:#e2e4fc;
	background-color:#5c5e8c;
	line-height:45px;
	text-align:center;
	font-size:8pt;
}

/*  Main  */
#main {
	position:relative;
	padding-top:20px;
}
#searchform {
	width:600px;
	height:190px;
	margin:0 auto;
	background-color:#f7f7f7;
	border:3px solid #ccccdb;
}
#searchform h2 {
	width:360px;
	height:15px;
	background:url(../img/start.png) no-repeat center center;
	margin:20px auto;
	text-indent:-9999px;
}
#s-table {
	width:90%;
	margin:0 auto;
}
#s-table td {
	padding:5px;
	font-size:8pt;
	text-align:left;
	vertical-align:top;
}
.input {
	font-size:9pt;
	width:170px;
	display:inline;
	vertical-align:middle;
	margin:1px 5px 0 0;
	background-color:#FFF;
	border:1px solid #999;
}
a.s-btn {
	display:block;
	width:127px;
	height:29px;
	margin:10px auto;
	background:url(../img/search.png) no-repeat left top;
	text-indent:-999px;
}
a.s-btn:hover {
	background:url(../img/search.png) no-repeat left -29px;;
}
#content {
	padding:15px;
}
.img1 {
	float:left;
	width:226px;
}
.c-right {
	margin-left:241px;
}
#content h3 {
	color:#5c5e8c;
	margin-bottom:15px;
	font-size:16pt;
	font-weight:normal;
}
#content p {
	margin-bottom:10px;
	font-size:8pt;
}

/*  Footer  */
#footer {
	background-color:#f1f1f1;
	padding-top:10px;
	color:#848484;
	position:relative;
}
#bottom_menu {
	width:620px;
	margin:0 auto;
	overflow:hidden;
}
#bottom_menu li {
	float:left;
	border-left:1px solid #848484;/*левая граница для всех пунктов*/
	margin-left:-1px;/*сдвигаем все элементы влево*/
	padding:0 15px;
}
#bottom_menu li a {
	color:#848484;
	font-size:8pt;
}
#copyr {
	width:200px;
	margin:10px auto;
	font-size:8pt;
	text-align:center;
}
