* {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	color: black;
    line-height: 130%;
}

html, body { 
/*    min-height: 1400px;   */   
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%;
    text-align: center; 
}

body {
    background: url(images/header-bg.gif) repeat-x center top white;    
}

.main #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -124px auto;/* нижний margin является отрицательной величиной высоты footer */

	width: 100%;
    background: url(images/header-visual.jpg) no-repeat center top;
    border-top: 1px solid #593429;
}

.entry #wrapper {
}

/* Шапка */
#header {
    padding-top: 6px;
/*    background: url(images/title-bg.gif) no-repeat left top;  */  
}
#header * {
    color: white;
}
.main #header {
}
/* /Шапка */

#container {
    background: url(images/alpha-bg2.png) repeat-x left top;
}

*html #container {
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/alpha-bg2.png', sizingMethod='scale'); */
}

/* Подвал */
#footer {
    margin-top: 1em;
    width: 100%;
/*    height: auto; */
    overflow: hidden;
}
#footer, .push {
    height: 144px; /* .push должен быть той же высоты, что и .footer */
}
.push {
    margin-top: 50px;
}

#footer .container_12 {
    height: 144px; /* .push должен быть той же высоты, что и .footer */
}
.main #footer .container_12 {
    /*background: url(images/footer-visual.jpg) no-repeat 210px 10px;  */
	background: url(images/footer-visual.jpg) no-repeat 450px 0px;
}
.entry #footer .container_12 {
    background: url(images/footer-visual.jpg) no-repeat center 10px;  
}
#footer a {
}
#footer a:hover {
}
/* /Подвал */

#title {
    display: block;
    margin: 0 0 0 auto;
    padding: 0 0 0 auto;    
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#title * {
    color: white;
}
#title a {
    border: none;
  	font: bold 24px Palatino Linotype, Times, Arial;   
    text-decoration: none;
}

.hidden {
    display: none;
}

.clear {
	clear: both;
}

#phone {
    font-size: 24px;
    font-weight: bold;   
}
#phone .code {
    font-size: 20px;
    font-weight: normal;   
}
.phone {
    font-size: 13px;
    font-weight: bold;   
    background: url(images/phones.gif) no-repeat left top;
    padding-left: 80px;
}
a {
    color: #c369d9;
    text-decoration: underline;
}

a:hover {
    color: #df447b;
}

img {
    border: none;
}

/* News */
dl.news {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.news dt {
	float: left;
	width: 70px;
	padding-right: 0.3em;
    color: gray;
}

dl.newsLine dt {
	padding-right: 0.3em;
    color: gray;
}

dl.news dd {
	margin-bottom: 1em;
	margin-left: 90px;
}

dl.newsLine dd {
	margin-bottom: 1em;
}

dl.news dd a.selected {
    color: #ff6633;	
}

dl.news dd a.selected:hover {
    color: #ff6633;	
}

/* / News */

/* comments */
dl.comments {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.comments dt {
    color: gray;
}

dl.comments dd {
    margin-top: 0.5em;
    margin-left: 18px;
	margin-bottom: 1em;
}

dl.comments dd a.selected {
    color: #ff6633;	
}

dl.comments dd a.selected:hover {
    color: #ff6633;	
}

/* / comments */

/* Menu & sub menu */

.menu {
    padding: 0;
    margin: 0;
    background: url(images/menu-bg.gif) no-repeat left top;  
}

#menu {
   	list-style-image: none;
   	list-style: none;
    margin: 6px 0 0 0;
	padding: 0;
}

#menu li {
	list-style-image: none;
   	list-style: none;
	margin: 0 0 0 10px;
	padding: 9px 0 9px 0;
}

#menu li a {
  	font: bold 13px Palatino Linotype, Times, Arial;   
	text-transform: uppercase;
	text-decoration: none;
} 

#menu a:hover , #menu a.selected {
	color: #c369d9;
}
#menu a.selected {
	color: #c369d9;
}

#subMenu {
	margin: 0.5em 2em 1em 1.8em;
    float: left;
}

#subMenu li {
    margin-bottom: 5px;
}

#subMenu a {
/*
  	font: bold 13px Palatino Linotype, Times, Arial;   
	text-transform: uppercase;
	text-decoration: none;
*/
} 

#subMenu a:hover , #menu a.selected {
}
#subMenu a.selected {
	color: #593429;
}

#subMenu.restaurantMenu {
    margin-top: 4.3em;
}

#subMenu.restaurantMenu li {
    margin-bottom: 5px;
}

/* / Menu , sub menu & other menu */

/* gallery */

.image {
    float: left;
    margin: auto 15px 18px 0;
    padding-bottom: 4px;
	background: url(images/b-shadow.png) no-repeat left bottom;
}
a:hover .image {
    padding-bottom: 10px;
    margin: auto 15px 18px 0;
/*    border: 4px solid #eae1c7; */
}

#galleryLine {
	display: block;
	height: 80px;
	padding: 10px;
	background: url(images/alpha-bg.png);
}

#galleryLine .separator {
	width: 40px;
	float: left;
}

#galleryLine .image {
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 2px;
	background: url(images/b-shadow.png) no-repeat left bottom;
}

#galleryLine a:hover .image {
    padding-bottom: 6px;
    margin-bottom: 0px;
}

#gallery .image {
	float: left;
    margin: auto 25px 22px 0;
}

#gallery a:hover .image {
    padding-bottom: 6px;
    margin: auto 25px 20px 0;
}
/* / gallery */

p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

img {
	border: 0;
}

ul {
	margin-left: 1.8em;
	margin-bottom: 1em;
}

dl {
}

ol {
	margin: 1em 2.5em;
}

ul li {
	list-style: url(images/list-style-image.gif);
    padding-left: 0.2em;
}

.selected {
    color: #cc0000;
    color: #df447b;
}

.selected2 {
    background: #c369d9;
}

b , strong {
    font-weight: bold;
    color: inherit;
}

.blank {
	background: url(images/blank.gif) no-repeat left 3px;
	padding-left: 1.3em;
	display: block;
	clear: both;
}

.small {
    font-size: 11px;
    color: inherit;
}

/* Материалы */
#catalog {
    width: 100%;
    height: auto;
}
#catalog h2 {
    margin-top: 1em;
}
#catalog img {
/*
    opacity: .7;
    filter: alpha(opacity=70);
*/
    padding-bottom: 3px;
    margin-bottom: 3px;
	background: url(images/b-shadow.png) no-repeat left bottom;
}
#catalog a:hover img {
    padding-bottom: 6px;
    margin-bottom: 0px;
/*
    opacity: 1;
    filter: alpha(opacity=100);
*/
}
#catalog .grid_3 {
/*    margin-right: 0px;
    padding-right: 5px;
    border-right: 5px dotted #fef8e6;
*/
}
#catalog .container_12, #catalog .container_16 {
    padding-bottom: 1.5em;
}
/* /Материалы */

.noborder {
    border: none;
    text-decoration: none;
}

.attension {
	padding-left: 1.3em;
    background: url(images/blank_rouse.gif) no-repeat left 10px;
}

p.jir {
  	font: bold 16px Palatino Linotype, Times, Arial;   
	text-transform: uppercase;
	text-decoration: none;
	color: #c369d9;
} 
#sec {
	display:none;
	margin:0;
	padding:0;
}
