/*------- стандартный шаблон  -----------*/

/* CSS Document */
.hide { display: none;}

/*Регистрация*/
.a_button_reg{
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	color:#717171;
}

.reg_begin input{
	border: 1px solid silver;
}
.katalog_child { margin-bottom:12px; background:#ecf1db; padding:16px; }

.td_reg a:link{
	color: red;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
}

.reg_begin_col{
	color: #D73423;
}


/*Корзина*/

.div_basket{
	padding-bottom: 20px;
}

.basket{
	position:relative;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #555555;
	font-family:Tahoma;
	font-size:11px;
}

.basket_margin{
	padding-left: 15px;
}

.basket a:link{
	color: #69A228;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

/*Заказ товара*/
img{border: 0}

.buy_button{
	color:#9b0000;
	font-weight:bold;
}

.zakaz{
	padding-top: 20px;
}

.zakaz a:link{
	color: #69A228;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}


/*Посылка писма*/
.t_sent_quary{
	color:#424242;
}

.t_sent_quary input {
	border: 1px silver solid;
}

.t_sent_quary textarea {
	border: 1px silver solid;
}

/*Скроллер*/
.scroller{
	color: gray;
	padding: 3px 0px 3px 0px;
}

.scroller a:link{
	color: gray;
	text-decoration: none;
}

/*Каталог товаров*/
.td_price_text{
	padding-left: 10px;
}

.td_price_name{
	padding-left: 10px;
}

/*Все новости*/
.div_all_news{
	padding: 3px 3px 3px 10px;
	font-family:Tahoma;
	font-size:11px;
	text-align:right;
}

.div_all_news a:link{
	text-decoration: none;
	color:#000000;
}

/* CSS Document */

body{
	background:#3e8764;
	margin:0px auto;
	padding:0px;
	}

p{
	padding:0px;
	margin:0px 0px 20px;
	}	

h1{
	position:relative;
	font-family: Georgia;
	font-size:36px;
	color:#ffffff;
	font-style:italic;
	padding:0px;
	margin:0px 0px 50px;
	}

.div_page{
	position:relative;
	width:100%;
	margin:0px auto;
	height: auto;
	border:0px #ffffff solid;
}

.div_header{
	position:relative;
	background:#66b82e;
	}

.table_header{
	position:relative;
	width:100%;
	background:#66b82e;
	margin:0px 0px 2px;
	}

.div_tel{
	position:relative;
	background:url(/tmpls/tmpl2004/img/img_1.jpg) no-repeat;
	background-position:right top;
	height:76px;
	font-family: calibri;
	font-size:17px;
	color:#ffffff;
	margin:0px 0px -16px;
	text-align:right;
	padding:20px 85px 0px 0px;
	}
	
.div_num{
	position:relative;
	font-family: calibri;
	font-size:33px;
	color:#ffffff;
	font-weight:bold;
	margin:-4px 0px 0px;
	}	

.div_num span{
	font-size:22px;
	font-weight:normal;
	}

.div_menu{
	position:relative;
	background:url(/tmpls/tmpl2004/img/bg_menu.jpg) repeat-x;
	background-position:0px 0px;
	}

.table_menu{
	position:relative;
	height:40px;
	font-family:Georgia;
	font-size:20px;
	font-style:italic;
	color:#ffffff;
	margin:0px auto;
	}	


.table_menu td{
	padding:0px 25px;
	}

.table_menu a{
	color:#ffffff;
}

.table_menu a:hover {
	text-decoration: none;
}


.table_center{
	position:relative;
	background:#3e8764 url(/tmpls/tmpl2004/img/bg_content.jpg) repeat-x;
	background-position:0px 0px;
	width:100%;
	height: 550px;
	}

.td_left{
	position:relative;
	padding:55px 50px;
	font-family: Tahoma;
	font-size:11px;
	color:#fffdc5;
	line-height:18px;
	}


.td_left a{
	color:#fffdc5;
}

.td_left a:hover {
	text-decoration: none;
}



.div_footer{
	position:relative;
	border-top:1px #629e81 solid;
	padding:24px 0px 24px 50px;
	}

.table_footer{
	position:relative;
	background:url(/tmpls/tmpl2004/img/bg_footer.jpg) repeat-x;
	background-position:0px 0px;
	height:62px;
	width:100%;
	}	

.td_address{
	position:relative;
	font-family: Tahoma;
	font-size:15px;
	color:#ffffff;
	}

.td_address a{
	color:#ffffff;
}

.td_address a:hover {
	text-decoration: none;
}

.td_address span{
	color:#000;
	font-family:"Arial Narrow";
	font-size:18px;
	}

.div_copyright{
	position:relative;
	padding:7px 18px 0px 12px;
	text-align:right;
	font-family:Tahoma;
	font-size:9px;
	color:#ffffff;
	}	

.div_copyright a{
	color:#ffffff;
}

.div_copyright a:hover {
	text-decoration: none;
}

.td_counter{
	padding:0px 0px 0px 23px;
	}

.div_counter{
	position:relative;
	float:left;
	margin:0px 10px 0px 0px;
	}	

	
.table_header_pic{
	position:relative;
	background:url(/tmpls/tmpl2004/img/header_pic.jpg) repeat-x;
	background-position:0px 0px;
	width:100%;
	}	

/*------- дополнения -----------*/

.hide { width: 100%; height: 0px; display: none; }

.show { display: block; }

.noshow { display: none; }

