html, body {
	margin:0;
	padding:0;
	height:100%;
	background:url('/img/bg_sky.png') repeat-x top center #FFF;
}
a, a:link, a:visited {
	color: #287fa9;
}
h1, .h1, .h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #ff6c00;
	margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	text-align: left;
}
.wrapper {
	min-height:100%;
	position:relative;
}
.content {
	min-height: 400px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.not_main_bg .content {
	width: 857px;
}
.content_wrapper {
	padding-bottom: 300px;
	//height:100%;
	margin: 0 auto;
	position: relative;
}
#main_big_order_button, #main_big_user_block {
	z-index: 20;
}
.header_wrapper {
	position: relative;
	z-index: 2;
}
.main_bg .header_wrapper{
	border-bottom: 1px solid #dee5e9;
	background: url('/img/bg_main.png') center bottom no-repeat;
	margin-bottom:20px;
}
.content_bg {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	height: 391px;
	background: url('/img/bg_not_main.png') center center no-repeat;
	z-index: 0;
}
.wrapper {
	background: url('/img/bg_sun.png') center top no-repeat;
}
.main {
	width: 903px;
	margin: 0 auto;
	font-family: 'Trebuchet MS';
}
.main_image {
	text-align: center;
	width: 989px;
	margin: 30px auto 0;
}
.main_image img {
	padding: 10px 4px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 0 19px #FFF;
}
.main_image a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
}
.not_main h1, .not_main .h2 {
	text-align: left;
}
.header {
	padding-top: 15px;
}
.not_main {
	border-radius: 10px;
	background-color: #FFF;
	padding: 22px 20px 20px 12px;
	box-shadow: 0 -3px 15px rgba(99,99,99,.4);
}
.right_block {
	float: right;
	width: 653px;
}
.text {
	font-size: 14px;
	line-height: 16px;
}
.text table {
	border: 1px solid #f7e1ba;
}
.text table th {
	background: #fcf2e2;
	border: none;
	border-right: 1px solid #f7e1ba;
}
.text table td {
	background: #FFF;
	border: none;
	border-right: 1px solid #f7e1ba;
}
.text  table tr:nth-child(even) td,
.text  table tr.even td{
	background: #eef8fc;
}
.text ul li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
	background-image:url('/img/icon_bullet_blue.png');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:14px;
	overflow: hidden;
}
.phone_block {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	text-shadow: 0 -1px #FFF;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	width: 240px;
	margin-right: 91px;
	margin-top: 54px;
}
.phone_prefix {
	color: #7e7e7e;
}
.phone_number {
	color: #555555;
}
a.callback_button {
	font-family: 'Arial';
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin-top: 13px;
	border: 1px solid #ebebeb;
	border-radius: 100px;
	padding: 6px 22px;
	box-shadow: 0 1px #555;
	background:url('/img/gradient_gray.png') repeat-x top center #ebebeb;
}
a.callback_button:hover {
	background:url('/img/gradient_gray_dark.png') repeat-x top center #d6d5d5;
}
.title_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin: 0 auto;
	vertical-align: bottom;
	width: 241px;
	text-align: center;
	margin-bottom: -5px;
}
.logo {
	display: block;
}
.address_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	color: #000;
	width: 240px;
	margin-left: 91px;
}
.address {
	font-size: 14px;
	line-height: 18px;
}
.work_hours {
	font-family: 'Arial';
	margin-top: 22px;
	font-size: 12px;
	line-height: 14px;
}
.menu {
	margin: 37px 0 10px;
	text-align: center;
}
.not_main_bg .menu {
	margin-bottom: 40px;
}
.menu ul{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 0 21px;
}
.menu li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 9px 15px;
	border: 1px solid #f37121;
	border-left: 1px solid #f28221;
	border-right: 1px solid #ffc41a;
	background:url('/img/gradient_orange.png') repeat-x top center #f37121;
}
.menu li:hover,
.menu li.current {
	background:url('/img/gradient_orange_dark.png') repeat-x top center #e76824;
	border-bottom-color: #e76824;
	border-top-color: #e76824;
}
.menu li.first {
	border-left: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.menu li.last {
	border-right: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.menu ul li a{
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	text-shadow: 0 -1px #af6c00;
	color:#fff;
}
.index_news, .photoalbum_index {
	margin-top: 20px;
}
.index_news .news_item{
	width: 295px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 1.3;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
}
.index_news .top_date {
	display: none;
}
.index_news .bottom_date {
	display: block;
	margin-top: 9px;
}
.bottom_date, .main_top_date {
	font-size: 11px;
	line-height: 13px;
	color: #4a4b4b;	
}
.main_top_date{
	margin-top: 8px;
}
.left_block {
	float: left;
	width: 175px;
}
.main_catalog_list{
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #f2d1a2;
	background-color: #fff8dd;
}
.main_catalog_list li {
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #f7e1ba;
	border-top: 1px solid #FFF;
}
.main_catalog_list li.first {
	border-top: none;
}
.main_catalog_list li.last {
	border-bottom: none;
}
.main_catalog_list li a {
	color: #1a77a3;
}
.main_catalog_list li.current a,
.main_catalog_list li:hover a  {
	color: #ff7307;
}
body .catalog_item_img img,
body .object_item_img img,
body .object_image_a img,
body .photo_album_img img,
body .photo_img_div img {
	border: 2px solid #FFF;
	border-radius: 10px;
	box-shadow: 0 0 5px #999;
}
.items_catalog li ,
.items_catalog li,
.photo_list li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	text-align: left;
	margin-bottom: 40px;
	width:200px;
	margin-right:15px;
}
.items_catalog .simple_catalog_item .object_prefix_bottom {
	display: block;
	color: #ff7307;
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 3px;
}
.items_catalog .object_title a,
.category_title a,
.photo_title a {
	color: #1a77a3;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.index_catalog .category_title a {
	font-size: 18px;
	font-weight: bold;
	color: #1a77a3;
}
.index_catalog  {
	text-align: left;
}
.index_catalog li {
	width: 166px;
	padding: 0 15px;
	margin-right:0;
	text-align: left;
	vertical-align: top;
}
.index_catalog img {
	width: 150px;
}
.mainpage_items_catalog .catalog_item_img {
	width: 150px;
	height: 95px;
	text-align: center;
	margin-bottom: 10px;
}
.mainpage_items_catalog .catalog_item_img img{
	max-width: 150px ;
	max-height: 95px ;
}
.site_form {
	border: 1px solid #FFF;
	border-radius: 8px;
	background: #f5fbfd;
	box-shadow: 0 0 2px #777;
	padding: 25px;
}
#order_form_wrapper {
	border: 1px solid #FFF;
	background: #f5fbfd;
	box-shadow: 0 0 2px #777;
	padding: 25px;
}
.site_form input[type="text"],
#order_form input[type="text"],
.site_form textarea,
#order_form textarea  {
	background: #FFF;
	border: 1px solid #dfe3e5;
	border-radius: 4px;
	box-shadow: inset 1px 1px 0 #737373;
	padding: 4px 8px;
}
.all_system_buttons {
	border: 1px solid #ff9209;
	border-radius: 30px;
	padding: 10px 25px;
	font-size: 19px;
	line-height: 22px;
	color: #FFF;
	text-shadow: 0 -1px 0 #b65f19;
	background:url('/img/gradient_orange2.png') repeat-x top center #f7941d;
}
.all_system_buttons:hover {
	background:url('/img/img/gradient_orange2_dark.png') repeat-x top center #f58320;
}
.site_form .submit {
	padding: 2px 6px;
	text-align: left;
}
.site_form .captcha .captcha_input input {
	width: 120px;
}
.site_form .captcha .captcha_input {
	margin-right: 25px;
}
.site_form .captcha .captcha_input, .site_form .captcha .captcha_img {
	vertical-align: bottom;
}
#order_form_wrapper td {
	border: none;
}
.breadcrumbs {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 5px;
}
.breadcrumbs_last a{
	color: #6a6a6a;
}
.breadcrumbs_last a:hover {
	text-decoration: underline;
}
.footer_wrapper {
	position:absolute;
	bottom:0;
	width:100%;
	background:url('/img/gradient_blue.png') repeat-x center 119px #277a93;
}
.palms {
	height: 119px;
    margin: 0 auto;
	background:url('/img/bg_footer.png') no-repeat center top #FFF;
}
.cool_footer {
	display: block;
	border: none;
    margin: 35px auto 0;
    padding: 0;
	width: 903px;
	min-height: 116px;
}
.cool_footer .addthis_toolbox {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
}
.cool_footer .footer_text {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin-left: 44px;
	width: 240px;
	vertical-align: top;
}
.cool_footer .footer_text .text,
.cool_footer .footer_text a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
.cool_footer .social_gray {
	vertical-align: top;
}
.search_form.search2 .search_form_string{
	width: 225px;
}
.search_form.search2 {
	margin-right: 85px;
}
.show_all {
	text-align: right;
}