/ioqwerty/*-------------------------------------------------------------------*/
/** { padding: 0; margin: 0; }*/
ul, ol { list-style: none; }
img, fieldset { border: none; }

.img-div{
margin-top: 20px;
margin-left: 30px;
}
.img-div img{
width: 300px;
}
.img-div2{
margin-top: -68px;
margin-left: 750px;
}
.img-div2 img{
width: 300px;
}
/* Body
-------------------------------------------------------------------*/
html { width: 100%; height: 100%; }
body { height: 100%; font: 13px/16px Arial, Helvetica, sans-serif; color: #521110; margin: 0px; }
#pcodeBlock{
	position: absolute;
	top: 100px;
}
#page{
	min-width: 100%;
	min-height: 100%;
	background: url("/images/body-bg.jpg") repeat #f6ead0;
	position: relative;
}

h1, h2, h3, h4, h5, h6 { color: #362f2d; }
h1 { font-size: 18px; line-height: 22px; margin-top: 10px; }
h2 { font-size: 18px; line-height: 22px; margin-top: 12px; }
h3 { font-size: 18px; line-height: 22px; margin-top: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-top: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-top: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-top: 5px; }

h1.title { font-size: 28px; line-height: 26px;  font-weight: normal; }
h2.title { margin-bottom: 15px; font-size: 16px; /*line-height: 35px;*/ }
h3.title { font-size: 13px; }

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

.r1, .r2, .r3, .r4, .r5 { display: block; height: 1px; overflow: hidden; font-size:1px;  }
.r5 { margin: 0 5px; }
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

/* Header
-------------------------------------------------------------------*/
#header { position: absolute; top: 0; left: 0; width: 100%; height: 525px; background: url("/images/ribbon.jpg") repeat-x 0 189px; text-align: center; margin-bottom: 50px; z-index: 10; }
#header-inner { width: 990px; height: 525px; text-align: left; margin: 0 auto; position: relative; color: #fff; }
#header a { text-decoration: none; }

/*@font-face { font-family: "AGLettericaCondensed Bold"; src: url("fonts/AGLettericaCondensed Bold.Ttf") }*/


#header-address { position: absolute; top: 25px; left: 50px; font-size: 18px; color: #7e4943; /*font: url("fonts/heliosthin.pfm");*/ }
#header-logo { position: absolute; top: 10px; left: 210px; z-index: 99; }
#header-phone {  position: absolute; top: 25px; right: 50px; font-size: 18px; color: #7e4943; }


#header-pic { position: absolute; top: 82px; left: 21px; z-index: 10; }
#header-border { position: absolute; top: 75px; left: 0; width: 990px; height: 408px; background: url("/images/border.png") no-repeat; z-index: 20; }
#header-pattern { position: absolute; top: 220px; right: 27px; width: 306px; height: 198px; background: url("/images/pattern.png") no-repeat; z-index: 40; }
#header-slogan { position: absolute; top: 345px; left: 90px; width: 352px; height: 116px; background: url("/images/slogan.png") no-repeat; z-index: 30; }


#header-menu { position: absolute; /*top: 482px; left: 0; height: 43px; background: url("images/menu-bg.gif") repeat-x; font-weight: bold; color: #f0d9af;*/ z-index: 5; top: 460px; left: 38px;}

#header-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	z-index:30
}
#header-menu li {
	float:left;
	padding:5px 13px;
	position:relative;
	text-transform:uppercase;
    padding-top: 30px;
}
#header-menu li.active {
    height: 58px;
    font: bold 13px Arial;
    color: #f0d9ae;
}
#header-menu li.i1{
    background: url(/images/menu-active-bg.png);
}
#header-menu li.i2{
    background: url(/images/menu-active-bg2.png);
}
#header-menu li.i3{
    background: url(/images/menu-active-bg3.png);
}
#header-menu li.i4{
    background: url(/images/menu-active-bg4.png);
}
#header-menu li.i5{
    background: url(/images/menu-active-bg5.png);
}
#header-menu li.i6{
    background: url(/images/menu-active-bg6.png);
}
#header-menu li.i7{
    background: url(/images/menu-active-bg7.png);
}
#header-menu li.i8{
    background: url(/images/menu-active-bg8.png);
}
#header-menu li.active:hover{
    background-color: inherit;
    border: none;
    padding: 30px 13px 5px;
}
#header-menu li:hover {
	background-color:#fcf9e5;
	border:1px solid #d7841a;
	padding: 29px 12px 5px;
}
#header-menu ul ul {
	display:none;
}
#header-menu a {
	color:#83341b;
	font:bold 13px Arial;
}
#header-menu li:hover ul {
	background:url(/images/header-menu_ul.png) no-repeat bottom;
	border-top:1px solid #d7841a;
	display:block;
	margin-top:-1px;
	position:absolute;
	left:-1px;
    padding: 0px 14px 5px;
	width:154px;
	z-index:20;
}
#header-menu li ul li { float: none; padding: 0px; font: bold 12px Arial; text-transform: none; background: url(/images/list-style1.gif) no-repeat left top; padding-left: 15px; margin-bottom: 5px;}
#header-menu li ul li a {color: #83341b;}
#header-menu li ul li a:hover{color: #c93564;}
#header-menu li ul li:hover{
    border: none;
    background-color:  inherit;
    padding: 0px;
    padding-left: 15px;
}
/*#header-menu ul { margin: 0; padding: 0; margin-top: 15px; margin-left: 25px; }

#header-menu li { float: left; height: 140px; }
#header-menu li a { padding: 0 9px; vertical-align: middle; color: #843517; }
#header-menu li a:hover { color: orange; }
#header-menu li.active { background: url("images/menu-active-bg.png") no-repeat; margin-left: -4px; padding: 14px 9px 14px 9px; color: #000; }*/



/* Container
-------------------------------------------------------------------*/
#container { width: 100%; margin: 0 auto; position: relative; min-height: 100%; }
#container #wrapper { width: 990px; padding-bottom: 120px; overflow: hidden; padding-top: 540px; margin: 0 auto; }

#cLeft { float: left; width: 230px; margin-left: 50px; }
#cCenter { float: left; width: 385px; margin-left: 40px; }
#cRight { float: right; width: 260px; margin-right: 20px; }

.service-item { margin-bottom: 15px;  }
.service-item p { margin: 5px 0; padding-left: 15px; }
.service-item span.head a { width: 100%; background: url(/images/arrow1.gif) no-repeat 0 50%; padding-left: 15px; font-weight: bold; color: #c93564; }

/*#cCenter p { width: 90%; }*/
#cCenter ul {padding-left: 15px;}
#cCenter ul li {background: url(/images/list-style1.gif) no-repeat left top; padding-left: 15px; list-style: none; line-height: 18px;}
ul.service-link {
    margin: 0px; padding: 0px;
    margin-top: 10px;
}
#cCenter table, #cCenter table td { border: 1px solid #d7841a; border-collapse: collapse;padding: 2px 4px;}
#cCenter .noborder, #cCenter .noborder td, #cCenter .noborder * {border: none;}
#cCenter .nopaddingtable, #cCenter .nopaddingtable td { padding: 0px;}

.offer { background: url("/images/door.png") no-repeat 0 10px; }
.booking { background: url("/images/ring.png") no-repeat  0 20px; }
.special-item h2 { margin-left: 65px; }
.special-item p { margin-left: 75px; margin-top: -15px; }






/* Footer
-------------------------------------------------------------------*/
#footer { height: 60px; position: relative; margin-top: -60px; text-align: center; font-size: 10px; }
#footer-inner { width: 960px; height: 60px; background: url(/images/footer-bg.png) no-repeat #fbf6e0; text-align: left; position: relative; margin: 0 auto; }
#footer a { text-decoration: none; color: #9f0162; }
#footer a:hover { text-decoration: underline; }


#footer-copyright { position: absolute; bottom: 20px; left: 35px; }
#footer-copyright p { margin: -4px 0; }
#footer-creator { position: absolute; bottom: 20px; right: 75px; width: 130px; line-height: 12px; }
