body {
	color: #e9b46d;
	background: #000 url(img/body_b) bottom repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 75%;
}
td {
	font-size: 75%;
}
a {
	color: #ed9b00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0.6em 0;
}
big {
	font-size: 111%;
	text-transform: uppercase;
}
form {
	margin: 0;
}
input {
	font-size: 100%;
	font-family: Tahoma, sans-serif;
}
.input_text {
	border: 1px solid #000;
	font-size: 111%;
}

.alt {
	display: none;
}
.hr {
	clear: both;
	background: url(img/hr_1.gif) left center repeat-x;
	height: 2em;
}

td {
	padding: 0;
}
.layout .top .left, .layout .top .center, .layout .top .right {
	background: url(img/top.gif) top repeat-x;
	vertical-align: top;
}
.layout .top .left .r, .layout .top .right .l {
	height: 366px;
}
.layout .top .left .r {
	background: url(img/top_left_r.jpg) right top no-repeat;
}
.layout .top .right .l {
	background: url(img/top_left_l.jpg) left top no-repeat;
}
.layout .top .center .t {
	height: 309px;
	background: url(img/top_center_t.jpg) center top no-repeat;
}
.layout .top .center .b {
	height: 56px;
	background: url(img/top_center_b.gif) center top no-repeat;
}
.layout .middle .left .r {
	height: 50px;
	background: url(img/middle_left_r.jpg) right top no-repeat;
}
.layout .middle .right .l {
	height: 50px;
	background: url(img/middle_right_l.jpg) left top no-repeat;
}

.menu {
	background: #b82102;
}
.menu .l {
	background: url(img/menu_l.gif) left top repeat-y;
}
.menu .r {
	background: url(img/menu_r.gif) right top repeat-y;
}
.menu .t {
	background: url(img/menu_t.gif) top repeat-x;
}
.menu .lt {
	background: url(img/menu_lt.gif) left top no-repeat
}
.menu .rt {
	background: url(img/menu_rt.gif) right top no-repeat;
	padding-top: 30px;
}
.menu .b {
	background: url(img/menu_b.gif) bottom repeat-x;
}
.menu .lb {
	background: url(img/menu_lb.gif) left bottom no-repeat;
}
.menu .rb {
	background: url(img/menu_rb.gif) right bottom no-repeat;
}
.menu ul {
	margin: 0;
	padding: 0 55px;
	list-style: none;
}
.menu li {
	margin: 7px 0 0 0;
}
.menu li .il {
	background: #8f1901 url(img/menu_item_l.gif) left center no-repeat;
	padding-left: 10px;
}
.menu li .ir {
	background: #8f1901 url(img/menu_item_r.gif) right center no-repeat;
	padding: 5px 10px 5px 0;
}
.menu li a {
	display: block;
	background: url(img/menu_bull.gif) left center no-repeat;
	color: #ffc45d;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
/*	white-space: nowrap;*/
}
.menu li a:hover {
	background: url(img/menu_redbull.gif) left center no-repeat;
	text-decoration: underline;
}
.menu .sel {
}
.menu .sel .il {
	background: #7a1704 url(img/menu_sel_item_l.gif) left center no-repeat;
}
.menu .sel .ir {
	background: #7a1704 url(img/menu_sel_item_r.gif) right center no-repeat;
}
.menu .sel a {
	background: url(img/menu_redbull.gif) left center no-repeat;
	cursor: default;
}
.menu .sel a:hover {
	text-decoration: none;
}
.menu .sp {
	height: 36px;
}
.menu .sub_1 {
	background: #8f1901;
	border: 1px solid #7a1704;
	margin-top: 1px;
	padding: 0.25em 0 0.5em 0;
}
.menu .sub_1 li {
	padding: 0.5em 0 0.25em 0;
	margin: 0;
	
}
.menu .sub_1 a {
	display: block;
	background: none;
	margin: 0;
	padding: 0 10px;
	text-transform: none;
	color: #ff8d3a;
	border-bottom: 1px solid #ff8d3a;
	cursor: pointer;
}
.menu .sub_1 a:hover {
	background: none;
	text-decoration: none;
}

.menu .sub_2 {
	background: #8f1901;
	padding: 0 0 0.25em 0;
	margin: 0;
}
.menu .sub_2 li {
	padding: 0.5em 0 0.1em 15px;
	height: auto;
}
.menu .sub_2 a {
	display: inline;
	background: none;
	margin: 0;
	padding: 0 10px 0 0;
	text-transform: none;
	color: #ffc45d;
	border-bottom: none;
	font-weight: normal;
	text-decoration: underline;
}
.menu .sub_2 a:hover {
	background: none;
	text-decoration: none;
}
.menu .sub_2 .sel a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.banner {
	background: #730101;
	margin: 15px 7px 25px 7px;
}
.banner .h {
	display: block;
	padding: 0.25em 0 0.5em 0;
}
.banner .h a {
	text-transform: uppercase;
	color: #ffc45d;
}
.banner .text a {
	color: #f0b56e;
}
.banner .text a:hover {
}
.banner img {
	position: relative;
	top: 25px;
	margin: -15px 0 0 0;
}
.banner .lt_1 {
	background: url(img/banner_lt.gif) left top no-repeat;
}
.banner .rt_1 {
	background: url(img/banner_rt.gif) right top no-repeat;
}
.banner .rb_1 {
	background: url(img/banner_rb.gif) right bottom no-repeat;
}
.banner .lb_1 {
	background: url(img/banner_lb.gif) left bottom no-repeat;
	padding: 10px 5px 0 15px;
}
.banner .b_2 {
	background: url(img/banner_2.gif) left top repeat;
}
.banner .lt_2 {
	background: url(img/banner_lt_2.gif) left top no-repeat;
}
.banner .rt_2 {
	background: url(img/banner_rt_2.gif) right top no-repeat;
}
.banner .rb_2 {
	background: url(img/banner_rb_2.gif) right bottom no-repeat;
}
.banner .lb_2 {
	background: url(img/banner_lb_2.gif) left bottom no-repeat;
	padding: 10px 10px 0 25px;
}
.banner .sp {
	height: 5px;
	font-size: 1px;
}

.contacts {
	margin: 15px 10px;
	padding: 0 0 0 0px;
}

.content {
	padding-left: 10px;
}

.bg {
	margin-bottom: 15px;
	background: #570e00;
	padding: 4px;
}
.bg big strong {
	color: #ffae00;
}
.bg .bg1 {
	background: url(img/content_bg.gif) left top repeat;
	border: 1px solid #b11d00;
	padding: 4px;
}
.bg .bg2 {
	border: 2px dotted #b11d00;
	padding: 4px;
}
.bg .l {
	background: url(img/content_bg_l.gif) left top no-repeat;
	padding-left: 49px;
}
.bg .r {
	background: url(img/content_bg_r.gif) right top no-repeat;
	padding-right: 18px;
}
.bg .c {
	background: url(img/rgb_b82102.gif) left 3px repeat-x;
}
.bg .text {
	padding: 30px 0;
}
.bg .text #center2 {
	position: relative;
	left: -15px;
}

.bg_2 {
	margin-bottom: 15px;
	background: #8c1801 url(img/content_bg_2_t.gif) top repeat-x;
	padding: 4px;
}
.bg_2 big strong {
	position: relative;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #fb4a02;
	margin-bottom: 0.5em;
	color: #ffae00;
}
.bg_2 big strong a {
	color: #ffae00;
	text-decoration: none;
}
.bg_21 {
	border: 1px solid #c12e02;
	padding-top: 4px;
}
.bg_22 {
	border-top: 1px solid #c12e02;
	padding: 15px;
}
.bg_23 {
	padding: 5px 30px 10px 30px;
	background: #5c0e00;
}

.copyright {
	font-size: 67%;
	padding: 0 5px 10px 0;
}

.news_item .photo {
	padding: 5px 0 0 0;
}
.news_item .text {
	padding: 0 0 0 15px;
}
.news_item .text .h {
	line-height: 1.1em;
	margin: 0.33em 0;
}
.news_item .text .brief a {
	color: #c66e00;
}
.news_item .text .brief a:hover {
	color: #ed9f3f;
}

#a_home {
	display: block;
	width: 450px;
	height: 50px;
}

.path {
	text-transform: none;
}

.catalog_item {
	width: 240px;
	margin: 0.5em 0;
}
.catalog_item td {
	padding: 0 15px 0.25em 0;
}
.catalog_item .title td {
	padding-top: 0.25em;
}
.catalog_item .title .name {
	color: #ed9b00;
	font-weight: bold;
}
.catalog_item .title .cost {
	color: #ff5d21;
	padding-right: 15px;
	white-space: nowrap;
}
.catalog_item .nophoto {
	font-size: 200%;
	letter-spacing: 0.1em;
	cursor: default;
	opacity: 0.1;
	filter: Alpha(opacity=10);
}

.group_name {
	color: #ffae00;
	background: url(img/hr_1.gif) left top repeat-x;
	font-weight: bold;
}
.group_name .b {
	background: url(img/hr_1.gif) left bottom repeat-x;
	padding: 0.25em 0 0.5em 0;
	margin: 1em 0 0.5em 0;
}

.wine_group {
	margin-bottom: 0.5em;
}
.wine_group .e {
	background: #600;
}
.wine_group .item td {
	padding: 0.5em;
	vertical-align: middle;
}
.wine_group .item .name {
	color: #ed9b00;
}
.wine_group .item .short {
	color: #c66e00;
}
.wine_group .item .vol {
	color: #c66e00;
	white-space: nowrap;
}
.wine_group .item .cost {
	color: #ffae00;
	white-space: nowrap;
}

#menu_13 li {
	display: none;
}
#menu_91 li {
	display: none;
}
#menu_1078 li {
	display: none;
}

.galery_item {
	margin: 10px 10px 10px 0;
	float: left;
}

.shop .e {
	background: #600;
}
.shop_item td {
	padding: 1em;
}
.shop_item .name, .shop_item .ves, .shop_item .cost {
	padding-top: 1.5em;
}
.shop_item .name {
	padding-left: 0;
}
.shop_item .name, .shop_item .cost {
	color: #ffae00;
}
.shop_item .cost {
	font-weight: bold;
}
.shop_item .cost, .shop_item .ves {
	white-space: nowrap;
}
.shop_item .ves, .shop_item .short {
	color: #c66e00;
}
.shop_item .short {
	margin-top: 0.33em;
}

.pager {
	cursor: default;
}
.pager .sel {
	color: #f15f2a;
}

.bask {
	padding: 10px;
	font-size: 122%;
}
.bask a, .bask a:hover {
	color: #ffcd76;
	text-decoration: none;
	font-weight: bold;
}
.bask .info {
	border: 1px solid #e23803;
	border-left: none;
	border-right: none;
	margin: 0.5em 0;
	padding: 0.5em 0;
}
.bask .info td {
	padding: 0.25em;
	font-size: 90%;
	font-weight: bold;
}
.bask .rarr {
	display: block;
	text-align: right;
	margin: 0.5em 0;
	background: url(img/rarr_red.gif) right 0.4em no-repeat;
	padding-right: 13px;
}

.basket th {
	font-size: 83%;
	padding: 0.5em 0;
}
.basket .total {
	color: #ffcd76;
}

