/*** Общие свойства ***/

html, body{
	padding: 0px;
	margin: 0px;
}

table{
	border: 0px;
	border-collapse: collapse;
}

table td{
	padding: 0px;
	vertical-align: top;
}

img{
	border: 0px;
	margin: 0px;
}

hr{
	height: 1px;
	color: #ffffff;
}

/*** Цветовая схема текста ***/

*{
	color: #ffffff;
	font-family: "Times New Roman";
}

small, .text_marked_small, small a, .search_select_small{
	font-size: 12px;
}

.text_marked, .search_select, .search_select_small{
	background-color: #cd7b6e;
  color: #ffffff;
}

.text_marked{
  padding-left: 3px;
  padding-right: 3px;
}

.text_marked_small{
	color: #ffffff;
}

/*** Ссылки ***/

a:link, a:visited{
	text-decoration: underline;
}

a:hover, a:active{
	color: #cd7b6e;
}

.doc_href{
	padding-left: 20px;
	background: url('/img/files_icons/doc.gif') no-repeat bottom left;
}

.xls_href{
	padding-left: 20px;
	background: url('/img/files_icons/xls.gif') no-repeat bottom left;
}

.rar_href{
	padding-left: 20px;
	background: url('/img/files_icons/rar.gif') no-repeat bottom left;
}

.zip_href{
	padding-left: 20px;
	background: url('/img/files_icons/zip.gif') no-repeat bottom left;
}

.pdf_href{
	padding-left: 20px;
	background: url('/img/files_icons/zip.gif') no-repeat bottom left;
}

.href_bold{
  font-weight: bold;
}

/*** Заголовки ***/

h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

h2{
  margin-top: 40px;
  font-size: 18px;
}

/*** Списки ***/

ul li{
	margin-bottom: 7px;
	margin-left: -20px;
	padding: 0px;
}

ul{
	margin-top: 5px;
}

ol li{
	margin-bottom: 7px;
}

.ul_big li, .sub_menu_passive, .sub_menu_active{
	list-style-image: url(../img/li_big.gif);
	margin-bottom: 8px;
	margin-left: -20px;
  padding-left: 10px;
}

/*** Основная таблица ***/

#main_table{
	min-width: 1000px;
  max-width: 1280px;
	height: 100%;
  width: 100%;
}

#main_menu{
	height: 36px;
	padding-left: 16px;
  width: 100%;
}

#main_content{
	padding: 70px 70px 70px 40px;
  height: 100%;
}

/*** Верх ***/

#left{
	height: 410px;
	width: 220px;
}

#right{
	width: 230px;
}

#top_menu img{
	margin-right: 20px;
  margin-left: 20px;
}

#phones{
  margin-top: 50px;
  padding-left: 20px;
  font-size: 14px;
}

#phones big{
  font-size: 22px;
}

#logo{
  margin-top: 30px;
  margin-left: 40px;
}

/*** Нижняя строка ***/

#copyright{
  width: 220px;
  padding-left: 40px;
  font-size: 14px;
}

#counter{
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

/*** Главная страница ***/

#countries table td{
	width: 140px;
  padding-right: 40px;
}

#countries h2, #new h2{
  margin-top: 0px;
}

#new img{
  margin-right: 30px;
  margin-bottom: 20px;
}

#new a{
  font-size: 18px;
}

/*** Выпадающее меню ***/

.suckertreemenu ul{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.suckertreemenu ul li{
	position: relative;
  display: inline;
  float: left;
	padding: 0px;
  margin: 0px;
}

.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited, .suckertreemenu ul li strong{
	display: block;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-right: 1px solid #cd7b6e;
  color: #ffffff;
}

.suckertreemenu ul li ul{
	padding-top: 2px;
  padding-left: 1px;
	position: absolute;
  display: block;
  visibility: hidden;
}

.suckertreemenu ul li ul li ul{
  top: 0px;
  padding-top: 0px;
}

.suckertreemenu ul li ul li{
  width: 140px;
}

.suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited{
  padding: 5px 24px 5px 24px;
  color: #ffffff;
  margin: 0px;
  border: none;
}

.suckertreemenu ul li a:hover, .suckertreemenu ul li ul li a:hover{
	color: #cd7b6e;
}

.suckertreemenu #active, .suckertreemenu strong{
  font-weight: bold;
  margin-bottom: 7px;
}

.suckertreemenu .subfoldericon{
	background: url('/img/arrow-right.gif') no-repeat center right;
}

* html p#iepara{
  padding-top: 1em;
  display: none;
}

* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}

/*** Меню страницы ***/

#sub_menu{
	width: 150px;
	margin-right: 70px;
}

.sub_menu_header{
	margin-top: 0px;
}

.sub_menu_active{
	font-weight: bold;
}

/*** Хлебные крошки ***/

.breadcrumbs{
	padding-bottom: 20px
}

.breadcrumbs *{
  font-size: 14px;
}

/*** Поиск ***/

#search{
	padding-right: 20px;
}

#form_search{
  margin: 0px;
  margin-top: 7px;
	height: 20px;
	float: right;
	padding-right: 20px;
	background: url(/img/search_bg.png) no-repeat;
}

#ed_search{
	width: 135px;
	margin-left: 4px;
  margin-bottom: 2px;
  border: none;
	color: #797979;
}

#icon_search{
	margin-bottom: -4px;
}

.search_text{
  margin-top: 3px;
  font-size: 12px;
}

/*** Навигатор страниц ***/

.page_nav{
	margin-top: 40px;
}

.page_nav a{
	margin-right: 10px;
}

.page_active{
	background-color: #cd7b6e;
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 10px;
}

.page_div{
	margin-right: 10px;
}

/*** Ошибка 404 ***/

#div404 *{
  color: #000000;
}

#div404{
	width: 250px;
	height: 150px;
	background-color: #f7f7f7;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin-top: 200px;
}

#div404 h1{
	margin: 0px;
	font-size: 40px;
  color: red;
}

/*** Формы ***/

input{
  height: 17px;
	font-size: 14px;
  border: none;
	color: #000000;
}

textarea, option, select{
	border: none;
  color: #000000;
	font-size: 14px;
}

.submit{
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  height: 19px;
}

/*** Обратная связь ***/

#feedback td{
	padding: 5px;
	padding-bottom: 0px;
}

#feedback input{
	width: 400px;
}

#feedback textarea{
	width: 400px;
	height: 200px;
}

/*** Таблица на странице ***/

.content_table td{
  border: 1px #ffffff solid;
  padding: 5px;
}

.td_selected{
  background-color: #cd7b6e;
}

/*** Блоки картинок с подписями ***/

.r{
	width: 143px;
	padding-bottom: 10px;
  text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 3em 0 0 2em;
  font-size: smaller;
	font-style: oblique;
}

.r img{
	margin-bottom: 10px;
}
