@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_bd107.jpg) no-repeat #fff;
	background-position: center bottom;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #1f1d7a;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#0121fe;
    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: #0058b9;
}
.header_search_form .submit_button:hover{
	background-color: #30a5f3;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#header {
    margin: 25px 0 10px 0;
    border: 1px solid #025b9d;
    background: #0488ED;
	box-shadow:0 0 10px #000;
}
#header .splash {
	background: url(/img/bg_head.jpg) no-repeat 0 0;
	background-position:center;
	margin: 5px 5px 0 5px;
	border: 1px solid #fff;
	height:190px;
	padding:20px;
	text-shadow:0 0 0 #fff, 0 0 1px #fff, 0 0 2px #fff;
	color:#025b9d;
	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: 33px;
	line-height:1.3em;
	text-decoration: none;
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #025b9d;
}
.name{
	width: 400px;
	display: inline-block;
}
.slogan {
	font-size: 16px;
	line-height:1.3em;
	color: #025b9d;
	width: 400px;
	display: inline-block;
}
.phone {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height:1.3em;
	color: #025b9d;
	font-weight: bold;
	width: 360px;
	display: inline-block;
	text-align:right;
}
.header_search_form{
	margin-top:15px;
	width: 360px;
	display: inline-block;
	text-align:right;
}
.wrapper{
	width: 360px;
	display: inline-block;
}
#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 {
	background: url(/img/columns-separator.png) repeat-y right 0;
	width: 600px;
	padding:0 20px 0 0;
	float: left;
}
#right {
	width: 310px;
	float: right;
}
.footer{
	border-top:1px dotted #1187f2;
}
.footer .text{
	color:#8A8989;
	text-align:center;
}
.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;
}