@import "menu.css";

html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 10px 0;
  background: url(/images/b.gif);
  font-size: 13px;
  text-align: center;
}

* {
  font-family: Tahoma, Sans-Serif;
}

td {
  font-size: 12px;
  vertical-align: top;
}

a {
  color: #105784;
}

a.green {
  color: #3f5127;
}

a:hover {
  color: #415461;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #3f5127;
}

h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

img {
  border: none;
}

/* Основной контейнер */
.site_content {
  margin: 0 auto;
  width: 986px;
  background: #ffffff;
  padding: 0;
  text-align: left;
}

/*Шапка*/
.header {
  width: 986px;
  height: 334px;
  background: url('/images/top_image.jpg') no-repeat;
  clear: both;
}

.header div {
  float: left;
}

.top_menu {
  padding: 0px 0 5px 860px;
}

.top_menu span {
  padding-right: 20px;
}

.title {
  padding: 0px 0 0 500px;
}

.tomsk_logo {
  padding: 0 0 0 720px;
}

.submenu {
  background: #e6efd1;
  height: 44px;
  
}

.submenu div {
  float: left;
}

div.search {
  padding: 10px 15px 10px 20px;
}

div.search td {
  vertical-align: middle;
}

div.search input.but {
  width: 80px;
}

.menu1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.menu1 li {
  display: block;
  float: left;
  margin-left: 15px;
  border-top: 5px solid #c5cfaf;
  border-bottom: 5px solid #c5cfaf;
  padding: 10px 2px;
	position: relative;
}
.menu1 li ul { 
  position: absolute; 
  left: 0px; 
	top: 36px; 
	display: none; 
padding-left: 0px;
margin: 0;

}
.menu1 li ul li
{  
	border: none;
	padding: 2px;
	margin-left: 0px;
  background: #c5cfaf none repeat scroll 0 0;
	width: 350px;
padding-left: 0px;
margin: 0;


}	
.menu1 li ul li a
{
	margin-left: 5px;
}
.menu1 li:hover ul { display: block; }
  	
/* Колонки */
.cols {
  padding: 30px 15px 20px 10px;
}

.lft_col, .ctr_col, .rgt_col, .cnt_col {
  float: left;
}

.lft_col {
  width: 255px;
  margin-right: 25px;
}

.ctr_col {
  width: 455px;
  margin-right: 25px;  
}

.rgt_col {
  width: 200px;
}

.cnt_col {
  width: 680px;
}

/* Контакты */
.contacts {
  background: #e6efd1;
  padding: 20px;
  margin-top: 30px;
}

/* Семинары и тренинги */
.t_date span {
  padding: 4px 10px;
  background: #3f5127;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.t_date {
  margin-bottom: 10px;
}

.t_title {
  font-size: 18px;
  padding-bottom: 15px;
}

.t_content img {
  margin-right: 15px;
  margin-bottom: 12px;
  float: left;
}

.t_content {
  margin-bottom: 12px;
}

.t_source, .t_source a, .n_source, .n_source a, .s_source, .s_source a {
  color: #666666;
}

.braker {
  font-size: 1px;
  clear: both;
  overflow: hidden;
  height: 20px;
}

/* Разделитель 2 */
.separator2 {
  background: #b4b4b4;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  margin-top: 20px;
}

/* Новости */
.news {
  padding-top: 20px;
}

.n_item {
  padding-bottom: 15px;
}

.n_date {
  font-weight: bold;
  width: 80;
}

.n_arrow {
  background: url('/images/n_arrow.gif') no-repeat 0 3px;
  width: 15px;
}

.n_content {
  font-weight: bold;
}

.n_source {
  padding-top: 6px;
  font-size: 10px;
}

/* Публикации в СМИ */
.smi {
  padding-top: 20px;
}

.s_item {
  padding-bottom: 15px;
}

.s_top {
  font-size: 10px;
}

.s_arrow {
  padding: 0 6px;
  background: url('/images/s_arrow.gif') no-repeat 50% 50%;
}

.s_content {
  padding-top: 3px;
}

/* Мониторинг */
.m_item {
  padding-bottom: 15px;
}

.m_date {
  background: url('/images/m_arrow.gif') no-repeat 100% 50%;
  padding: 1px 7px 1px 3px;
  color: #ffffff;
}

/* Фото и видео */
.photo {
  padding-top: 20px;
}

.ph_item, .v_item {
  padding-bottom: 15px;
}

.ph_photo, .v_photo {
  width: 160px;
  background: #e6efd1;
}

.ph_photo img {
  margin: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ph_title, .v_title {
  padding-top: 8px;
}

.video {
  padding-top: 20px;
}

.v_photo img {
  margin: 5px;
}

/* Футер */
.separator1 {
  border-bottom: 1px solid #b4b4b4;
  overflow: hidden;
  height: 30px;
  margin: 0 20px;
}

.footer {
  padding: 20px 40px;
}

.footer td, .footer a {
  color: #999999;
}

/*Формы*/
form {
  margin: 0;
  padding: 0;
}

input.but {
  background: #3f5127;
  border: none;
  color: #ffffff;
  height: 24px;
  cursor: pointer;
}

input.txt, textarea {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 4px;
  font-size: 12px;
}

/* Путь */
.path {
  font-size: 10px;
  padding-bottom: 20px;
}

/*Таблицы*/
.contenttable  {
  font-size: 12px;
  border: 1px solid #c5cfaf;
  margin-bottom: 15px;
}

.contenttable caption {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}

.contenttable td {
  background-color: #e6efd1;
  padding: 2px 4px;
}

.contenttable th {
  background-color: #c5cfaf;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
  text-align: center;
}

/*Карта сайта*/
.sitemap li {
  padding-bottom: 4px;
}

.sitemap, .sitemap ul {
  padding-top: 4px;
}

.faqs {
  background: #e6efd1;
  padding: 10px;
  margin-top: 10px;
}
.pages
{
	text-align: center;
	margin-top: 10px;
}


