/*Верхнее меню
-----------------------*/
.menu_table
{
	font-size: 12px;
	background-image: url(/image/site/menu.jpg);
	color: white;
}

.td_menu
{
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.td_menu_select
{
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	background-image: url(/image/site/menu_select.jpg);
}

.menu
{
	background-image: url(/image/site/menu.jpg);
}

#subdiv
{
	position: absolute;
	visibility: hidden;
}
	
.subchldiv
{
	color: white;
	background-color: #242521;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #565654;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #565654;
	padding-left: 10px;
	padding-right: 10px; 
	height: 36px;
	cursor: pointer;
	font-size: 12px;
}

.subrubrick
{
	position: absolute;	
	visibility: hidden;
	font-size: 12px;
}

.rubrick
{
	color: white;
	background-color: #242521;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #565654;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #565654;
	padding-left: 10px;
	padding-right: 10px; 
	height: 36px;
	cursor: pointer;
}

#artickles
{
	position: absolute;	
	visibility: hidden;
}

#theme
{
	color: white;
	background-color: #242521;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #565654;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #565654;
	padding-left: 10px;
	padding-right: 10px; 
	height: 36px;
	cursor: pointer;
	font-size: 12px;
}

/*Контент
-------------------------*/
object
{
	z-index: 1;
}

form 
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/image/site/menu.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.content
{
	width: 698px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: xx-small;
	font-style: normal;
	text-align: left;
}
a:link {
	color: #2D83C2;
	text-decoration : none;
}
a:visited {
	color: #2D83C2;
	text-decoration : none;
}

a:active {
	color: #2D83C2;
	text-decoration : none;
}

a:hover {
	color: #2D83C2;
	text-decoration : underline;
}

/*Левый столбец
--------------------------*/
.l_row
{
	border-right-style: solid;
	border-color: #2D83C2; 
	border-width: 1px;
}

/*Правый столбец
--------------------------*/
.r_row
{
	border-left-style: solid;
	border-color: #2D83C2; 
	border-width: 1px;
}


/*Поиск
--------------------------*/
.search
{
	background-color: #2D83C2;
	width: 728px;
}
.form_search
{
	margin: 0px;
}

.input_search
{
	width:100%;
	height: 20px;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
}

.search_submit
{
	border-style: solid;
	border-width: 0px;
	background-image: url(/image/site/img_search.png); 
	width: 30px;
	height: 16px;
	cursor: pointer;
}
.search_blok
{
	margin-bottom: 15px;
	width: 698px;
}
.title_search_blok
{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-style: normal;
	color:  White;
	font-weight: normal;
	background-color: #2D83C2;
}
.search_subjects_blok
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
	margin-bottom: 15px;
	width: 728px;
	background-color: #ECEFF5;
}
.search_text
{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.search_tdl
{
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.search_tdr
{
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.searh_subjects
{
	color: #2D83C2;
	font-size:11px;
}
.search_sub
{
	border-style: solid;
	border-width: 1px;
	border-color: #2D83C2;
	background-color: #2D83C2;
	font-weight: bold;
	font-size: 12px;
	color: white;
	height: 20px;
}




/*Выдоваемые страницы
--------------------------*/
.quantity
{
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Путь
--------------------------*/
.path
{
	background-color: #242521;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

a:link.plink {
	color: White;
	text-decoration : none;
}

a:visited.plink {
	color: White;
	text-decoration : none;
}

a:active.plink {
	color: White;
	text-decoration : none;
}

a:hover.plink {
	color: White;
	text-decoration : underline;
}
.slash
{
	color: White;
}

/*Заметки
--------------------------*/
.news
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: xx-small;
	font-style: normal;
	background-color: #E0EDF6;
}
.news_entry
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
	margin-bottom: 15px;
	width: 728px;
}
.news_text
{
	font-size: xx-small;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E0EDF6; 
}
.news_footer
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_dop
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: #E0EDF6; 
}
.news_dop_text
{
	color: #333333;
	font-size:10px;
}
.news_dop_value
{
	font-size:10px;
	color: #2D83C2;
}
.t_news_title
{
	height:20px;
	color: white;
	background-color:#2D83C2;
	text-align: center;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: white;
}
a:link.lnews {
	color : white;
	font-size: 12px; 
	text-decoration : none;
}

a:visited.lnews {
	color:  white;
	font-size: 12px; 
	text-decoration : none;
}

a:active.lnews {
	color: white;
	font-size: 12px; 
	text-decoration : none;
}

a:hover.lnews {
	color: white;
	font-size: 12px; 
	text-decoration : underline;
}

/*Footer
--------------------*/
.footer
{
	border-top-style: solid;
	color:#333333;
	border-width: 1px;
	border-color: #2D83C2;
	font-size:11px;
}
.tbl_footer
{
	color:#333333;
	font-size:11px;
}
a:link.flink {
	color: #2D83C2;
	text-decoration : none;
}

a:visited.flink {
	color: #2D83C2;
	text-decoration : none;
}

a:active.flink {
	color: #2D83C2;
	text-decoration : none;
}

a:hover.flink {
	color: #2D83C2;
	text-decoration : underline;
}

/*Краткая запись страницы
--------------------*/
.entry
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
	margin-bottom: 15px;
	width: 728px;
}
.entry_footer
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry_title
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:  #2D83C2;
	background-color: #E0EDF6;
}
.entry_text
{
	font-size: xx-small;
	font-style: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dop_text
{
	color: #333333;
	font-size:10px;
}
.dop_value
{
	font-size:10px;
	color: #2D83C2;
}
a:link.elink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2D83C2;
	text-decoration : none;
}

a:visited.elink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2D83C2;
	text-decoration : none;
}

a:active.elink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2D83C2;
	text-decoration : none;
}

a:hover.elink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2D83C2;
	text-decoration : underline;
}

/*Форма Комментарий
--------------------*/
.table_message
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
	margin-bottom: 15px;
	width: 728px;
	background-color: #E0EDF6;
}
.title_table_message
{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-style: normal;
	color:  White;
	font-weight: normal;
	background-color: #2D83C2;
}
.mess_error
{
	color: red;
	font-size:10px;
}
.td_dop_text
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.dop_mes_text
{
	color: #333333;
	font-size:10px;
}
.dop_mes_value
{
	font-size:10px;
	color: #2D83C2;
}

.form_message
{
	width:698px;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #2D83C2;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
}

.capch
{
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #2D83C2;
	height: 20px;
}
.img_capch
{
	padding-left: 15px;
}
.com_sub
{
	border-style: solid;
	border-width: 1px;
	border-color: #2D83C2;
	background-color: #2D83C2;
	font-weight: bold;
	font-size: 12px;
	color: white;
	height: 20px;
}

/*Комментарии
--------------------*/
.comment
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #2D83C2;
	margin-bottom: 15px;
	width: 728px;
}
.comment_title
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	font-style: normal;
	color:  #2D83C2;
	background-color: #E0EDF6;
}
.com_footer
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.comment_text
{
	font-size: 12px;
	font-style: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adm_com_text
{
	font-size: xx-small;
	font-style: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.com_dop_text
{
	color: #333333;
	font-size:10px;
}
.com_autor
{
	color: #2D83C2;
	font-size: 11px;
	font-weight: bold;
}
.com_dop_value
{
	font-size:10px;
	color: #2D83C2;
}

/*Постраничная навигация
--------------------*/
.navy_box
{
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 11px;
	color: #2D83C2;
}
a:link.navy_link {
	color : #2D83C2;
	text-decoration: none;
}

a:visited.navy_link {
	color: #2D83C2;
	text-decoration: none;
}

a:active.navy_link {
	color: #2D83C2;
	text-decoration: none;
}

a:hover.navy_link {
	color: #2D83C2;
	text-decoration: underline;
}
a:link.sel_navy_link {
	color : red;
	font-weight: bold;
	text-decoration: none;
}

a:visited.sel_navy_link {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:active.sel_navy_link {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover.sel_navy_link {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

/*Карта сайта
-------------------------*/
.map_table
{
	width: 698px;
}
.map_div
{
	background-image: url(/image/site/arrow.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-bottom:5px;
	font-size: 12px;
}
a:link.map_link {
	color: #2D83C2;
	text-decoration : none;
	margin-left: 25px;
}

a:visited.map_link {
	color: #2D83C2;
	text-decoration : none;
	margin-left: 25px;
}

a:active.map_link {
	color: #2D83C2;
	text-decoration : none;
	margin-left: 25px;
}

a:hover.map_link {
	color: #2D83C2;
	text-decoration : underline;
	margin-left: 25px;
}

/*Левое меню
-------------------------*/
.left_menu
{
	width: 100%;
}
.main_lm
{
	background-color: #2D83C2;
	font-size: 12px;
	color: white;
	height: 20px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
}
.subj_lm
{
	background-color: #E0EDF6;
	font-size: 12px;
	color: white;
	height: 20px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
}
.li_lm
{
	background-color: #E0EDF6;
	font-size: 12px;
	color: white;
	height: 20px;
	padding-left: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	background-image: url(/image/site/arrow.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 15px;
}
a:link.main_lmlink {
	color: white;
	text-decoration : none;
}

a:visited.main_lmlink {
	color: white;
	text-decoration : none;
}

a:active.main_lmlink {
	color: white;
	text-decoration : none;
}

a:hover.main_lmlink {
	color: white;
	text-decoration : underline;
}
a:link.subj_lmlink {
	color: #2D83C2;
	text-decoration : none;
}
a:visited.subj_lmlink {
	color: #2D83C2;
	text-decoration : none;
}

a:active.subj_lmlink {
	color: #2D83C2;
	text-decoration : none;
}

a:hover.subj_lmlink {
	color: #2D83C2;
	text-decoration : underline;
}

/*Sape
-------------------------*/
.sape
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: xx-small;
	font-style: normal;
	background-color: White;
	color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-color: white;
}

/*Заказ работ
-------------------------*/
.zak_text
{
	font-size: 12px;
	color: #2D83C2;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.zak_ent
{
	font-size: 12px;
	color: #2D83C2;
	
	padding-bottom: 5px;
	padding-top: 5px;
}


/*Каталог
-------------------------*/
.m_catalog
{
	font-size: 12px;
	font-weight: bold;
	color: #2D83C2;
}
.last_map
{
	font-size: 12px;
	font-weight: bold;
}
.p_catalog
{
	font-size: 11px;
	font-weight: normal;
}

.order_link {
	font-size: 11px;
}
a:link.order_link {
	color: red;
	text-decoration : none;
}

a:visited.order_link {
	color: red;
	text-decoration : none;
}

a:active.order_link {
	color: red;
	text-decoration : none;
}

a:hover.order_link {
	color: red;
	text-decoration : underline;
}
.about_green
{
	font-size: 12px;
}
a:link.about_green{
	color: red;
	text-decoration : none;
}

a:visited.about_green {
	color: red;
	text-decoration : none;
}

a:active.about_green {
	color: red;
	text-decoration : none;
}

a:hover.about_green {
	color: red;
	text-decoration : underline;
}
