@charset "utf-8";
body, table, .text, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
	font-family: Arial;
	color:#2a2422;
}
body{
    background: url(/img/bg_bd.png) repeat-x #A9F5C6;
	background-position: top;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #007961;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#00a65b;
    text-decoration:underline;
}
h1, .h1 {
    font-size: 18px;
	font-weight: bold;
    line-height: 1.3em;
}
h2, .h2 {
    font-size: 16px;
	font-weight: bold;
}
h3, .h3 {
    font-size: 14px;
	font-weight: bold;
}
.header_search_form .submit_button{
	background-color: #007961;
}
.header_search_form .submit_button:hover{
	background-color: #00a65b;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
	padding:25px 15px;
	background:#fff;
	box-shadow:0 0 8px #000;
	background: url(/img/bg_wr.gif) no-repeat #fff;
	background-position: left bottom;
}
#header {
    margin: 0px 0 10px 0;
    border: 1px solid #00A58A;
    background: #00ce8b;
	box-shadow:0 0 8px #000;
}
#header .splash {
	background: url(/img/bg_head.jpg) no-repeat 0 0 #fff;
	background-position:center;
	margin: 5px 5px 0 5px;
	border: 1px solid #d7ffe4;
	height:190px;
	padding:20px;
	text-shadow:0 0 0 #fff, 0 0 1px #fff, 0 0 2px #fff;
	color:#008056;
	overflow:hidden;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
}
.title{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	width:400px;
}
.logo img{
	margin-right:15px;	
}
.name a {
	font-size: 28px;
	line-height:28px;
	text-decoration: none;
	font-weight: bold;
	color: #008056;
}
.slogan {
	font-size: 17px;
	line-height:17px;
	color: #009b52;
}
.phone {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height:1.3em;
	color: #e97ca3;
	font-weight: bold;
}
.header_search_form{
	margin-top:15px;
}
#header .menu table {
	width: 100%;
}
#header .menu table td {
	background: url(/img/columns-separator.png) repeat-y right 0;
	padding: 0 10px 0 8px;
	border: none;
}
#header .menu table td a {
	display: block;
	line-height: 56px;
	text-decoration:none;
	text-shadow:0 0 0 #000, 0 0 1px #07426d;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
#header .menu table td a:hover {
	color: #7bfdfd;
	text-shadow:0 0 0 #000, 0 0 1px #07426d;
}
#header .menu table .current a {
	color: #002d77;
	text-shadow:0 0 0 #fff, 0 0 1px #bbe0fb;
}
#header .menu table .last {
	background: none;
	padding: 0 8px;
}
#left {
	width: 600px;
	padding:0 20px 0 0;
	float: left;
}
#right {
	width: 310px;
	float: right;
}
.footer{
	border-top:1px dotted #009174;
	padding-bottom:30px;
}
.footer .text{
	color:#8A8989;
	text-align:center;
}
.code_footer {
	margin-top:10px;
}
.items_catalog li{
	vertical-align:top;
	text-align:center;
	width:175px;
	padding-right:15px;
}
.items_catalog .category_title, .items_catalog  .object_title{
	font-size:16px;
	line-height:1.3em;
}
.items_catalog li img{
	border: 4px solid #488dbb;
    padding: 1px;
	background:#fff;
}
.breadcrumbs{
	margin:5px 0 10px 0;
	font-size:12px;
}