/*  бекграунд */
body{
	background-image : url(image/bgr.jpg);
	background-position : top;
	background-repeat : repeat;
}
/*  фон для левого блока */
.lbox{
	background-image : url(image/bg_lbox.jpg);
	background-position : right;
	background-repeat : repeat-y;
	background-color : #E6E6E6;
}
/*  стиль для мужика с пилой */
.workman{
	background-image : url(image/workman.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	height : 179px;
	padding-top : 90px;
	padding-left : 19px;
}
/*  стиль для текста заголовка страницы */
.head{
	background-image : url(image/bg_menu.jpg);
	background-position : top;
	background-repeat : repeat-x;
	height : 31px;
	padding-left : 17px;
}
/* стиль для контента  */
.content{
	background-color : White;
	background-image : url(image/bg_cont.jpg);
	background-position : top;
	background-repeat : repeat-x;
	padding-left : 18px;
	padding-top : 12px;
	padding-right : 18px;
	padding-bottom : 12px;
	text-align : justify;
}
/*  стиль для текста с адресом */
.adress{
	color : #949292;
	font-size : 11px;
	text-align : right;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 6px;
}
/*  стль текста по умолчанию */
td,p,font{
	font-family : Tahoma;
	font-size : 11px;
	color : #7C7676;
}
/* стиль для фона нижнего меню  */
.bg_down{
	background-image : url(image/bg_down.jpg);
	background-position : top;
	background-repeat : repeat-x;
	height : 33px;
	text-align : center;
	color : #FAE137;
	font-size : 11px;
}
/* белый текст под заголовком  */
h3{
	font-size : 9px;
	font-weight : lighter;
	color : White;
	text-align : justify;
}

/* cтили для заголовка с тенью*/
#title {
	position: relative;
}
#text {
	position: relative;
	top: 0px;
	left: 0px;
	color: #295710;
	z-index: 2;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial;
}
#shadow {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #FFDA00;
	z-index: 1;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial;
}
/* нижнее меню  */
a.dm:link,a.dm:visited{
	color : #FAE137;
	text-decoration : none;
}
a.dm:hover{
	color : White;
	text-decoration : underline;
}
/* навигационная цепочка  */
.nav, a.nav:link,a.nav:visited{
	color : #1F3C5A;
	text-decoration : none;
}
a.nav:hover{
	color : #FF8400;
}
/*   */
.advert{
	float:right;
	width:222px;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:10px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	color:#0D7AAF;
	line-height : 14px;
	padding-right : 0px;
}
/*   */
.news_box{
	color : #1F3957;
	font-size : 11px;
	padding-top : 12px;
	padding-right : 10px;
	padding-left : 10px;
	padding-bottom : 15px;
	line-height : 14px;
}
.pict{
	border : 1px solid #E6E6E6;
}
.newdata{
	color:#0D7AAF;
	font-size : 10px;
	font-weight : bold;
	padding-bottom : 3px;
}
a.newlink:link,a.newlink:visited,a.newlink:hover{
	color:#0D7AAF;
	font-size : 11px;
	text-decoration : none;
	background-image : url(image/linka.jpg);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 20px;
	padding-bottom : 2px;
}
a:link,a:visited{
	color:#0D7AAF;
}
a:hover{
	color : #1F3957;
	text-decoration : none;
}
.data{
		color:#0D7AAF;
}
.dot{
	background-image : url(image/dot.jpg);
	background-position : left;
	background-repeat : repeat-x;
}
.price{
	color : #FF8400;
	font-size : 13px;
	font-weight : bold;
}
.red{
	color : Red;
}
.gb_input{
	border : 1px solid #7C7676;
	background-color : #E6E6E6;
	font-family : Arial;
	font-size : 10px;
}
#remm{
	color: Gray;
	font-size : 10px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-weight : lighter;
	line-height : 9px;
}
a#remmos21:link, a#remmos21:visited, a#remmos21:hover {
	text-decoration:none;color:#7C7676;
}