/**
  *    Main settings (layout etc.)
  */

body {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;    
    background: transparent url(../img/Bg.jpg) repeat scroll center top;
    background-color: #e5d7c2;
    color: #4d4539;
    font-family: Arial, Tahoma, Verdana, serif, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
}
input{cursor:pointer;}
a {
		color:#580015;
    text-decoration: none;
		font-weight:bold;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    line-height: normal;
    margin: 0;
    padding: 0;
}

h1 {
    height: 142px;
    width: 353px;
    text-align: center;
    visibility: hidden !important;
}

div, p, span, td, table, img, input, form, ul, li {
    border: 0 none;
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
}

#global {
    width: 100%;
}

#TopLeft, #TopRight, #TopCenter {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../img/MenuBg.png) repeat-x scroll center top;
}

#FootLeft, #FootRight, #FootCenter {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../img/FootBg.png) repeat-x scroll center bottom;
}

#TopCenter, #MiddleCenter, #FootCenter {
    min-width: 1000px;
    width: 1000px;
}

#TopLeft, #TopCenter, #TopRight, #FootLeft, #FootCenter, #FootRight {
    height: 90px;
}

#TopCenterDiv {
    position: relative;
    height: 90px;
    width: 1000px;
}

#FootCenterDiv {
    position: relative;
    height: 90px;
    width: 1000px;
}

/* ---------------------------------------------------------- */

/**
  *   Page Top
  */
  
#TopLogo {
    position: absolute;
    top: 0;
    left: -40px;
    background: transparent url(../img/Logo.png) no-repeat scroll center top;
    height: 142px;
    width: 353px;
    z-index: 999;
}

#TopMenu {
    position: absolute;
    top: 0;
    left: 310px;
    height: 68px;
    width: 690px;
    z-index: 999;
}

#TopMenuul, #TopMenu ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#TopMenu ul {
    float: left;
}

#TopMenu ul li {
    float: left;
}

#TopMenu ul a {
    text-decoration: none;
    color: #f6a734;
    font-size: 18px;
    font-weight: normal;
    font-family: Arno Pro, Arial, Tahoma;
    padding-top: 18px;
    text-align: center;
}

#TopMenu ul a:link, #TopMenu ul a:visited {
    display: block;
    background: transparent url(../img/Menu.png) no-repeat scroll center top;
    width: 84px;
    height: 50px;
}

#TopMenu ul a:hover, #TopMenu ul a.TopMenuAct {
    background: transparent url(../img/MenuAct.png) no-repeat scroll center top;
    color: #ede7de;
}

/* ---------------------------------------------------------- */

/**
  *   Page Center -> Content
  */
  
#MenuContainer {
    margin: 40px 0 0 10px;
    display: inline;   /* IE double margin bug fix... */
    float: left;
    width: 261px;
    vertical-align: top;
}

#ContentContainer {
    float: right;
    width: 701px;
    vertical-align: top;
}

#ContentTop {
    background: transparent url(../img/ContentTop.png) no-repeat scroll left top;
    display: block;
    clear: both;
    float: left;
    width: 697px;
    height: 15px;
    overflow: hidden;
}

#Content {
    background: transparent url(../img/ContentBg.png) repeat-y scroll left top;
    display: block;
    float: left;
    clear: both;
    padding: 100px 30px 10px 40px;
    width: 627px;
    position: relative;
}

#ContentBottom {
    background: transparent url(../img/ContentBottom.png) no-repeat scroll right top;
    display: block;
    float: left;
    clear: both;
    width: 697px;
    height: 95px;
    position: relative;
}

#ContentBottomReserve {
    background: transparent url(../img/ContentBottomReserve.png) no-repeat scroll right top;
    display: block;
    float: left;
    clear: both;
    width: 697px;
    height: 20px;
    overflow: hidden;
}

#ContentTitle {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 100px;
    width: 671px;
}

#ContentTitleLeft {
    background: transparent url(../img/ContentTitleLeft.png) no-repeat scroll center top;
    float: left;
    width: 25px;
    height: 100px;
}

#ContentTitleCenter {
    background: transparent url(../img/ContentTitleBg.png) repeat-x scroll center top;
    float: left;
    width: 636px;
    height: 100px;
    text-align: left;
}

#ContentTitleCenter h2 {
    display: block;
    font-family: Arno Pro, Arial, Tahoma;
    font-size: 38px;
    color: #4d4539;
    padding-top: 22px;
    padding-left: 5px;
}

#ContentTitleRight {
    background: transparent url(../img/ContentTitleRight.png) no-repeat scroll center top;
    float: left;
    width: 10px;
    height: 100px;
}

#Content img {

    margin: 15px 0 10px 0;
}

#Content b {
    color: #4d4539;
    font-weight: bold;
}

#Content strong {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4d4539;
    font-weight: bold;
}

#Content ul, #Content li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#Content ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

#Content ul li {
	background: url(../img/ListSquare.gif) no-repeat 35px 7px;
	padding-left: 45px;
}

#Content ul.strongList li {
    background: url(../img/ListSquareStrong.gif) no-repeat 35px 7px;
    font-weight: bold;
    color: #970027;
}

#Content .photoFrame {
    float: left;
    border: solid #e1d3be 4px;
   
    margin-right: 12px;
    margin-bottom: 11px;
}

#Content .photoFrame img {
    margin: 1px;
    padding: 0;
    border: solid #e1d3be 5px;
    outline: solid #f1ede8 1px;
   
}

#ContentNaviLeft a, #ContentNaviRight a, #ContentBottom {
    font-family: Arno Pro, Arial, Tahoma;
    font-size: 20px;
    color: #deb978;
}

#ContentNaviLeft a, #ContentNaviRight a {
    margin-left: 10px;
    margin-right: 10px;
}

#ContentNaviLeft a:hover, #ContentNaviRight a:hover {
    text-decoration: underline;
}

#ContentNaviLeft {
    width: 260px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 30px;
}

#ContentNaviRight {
    width: 250px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 415px;
    text-align: right;
}

/* ---------------------------------------------------------- */

/**
  *   Slide Show
  */
  
#SlideContainer {
    display: block;
    float: left;
    clear: both;
    width: 697px;
    height: 585px;
    position: relative;
    z-index: 20;
}

#SlideBg {
    background: transparent url(../img/SlideBg.png) no-repeat scroll left top;    
    width: 724px;
    height: 609px;
    position: absolute;
    left: -10px;
    z-index: 20;
}

#SlidePhoto {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 664px;
    height: 422px;
    z-index: 1;
}

#SlidePhoto img {
    width: 664px;
    height: 422px;
    border-width: 0;
    position: absolute;
    z-index: 1;
}

#SlideLeft, #SlideRight {
    position: absolute;
    width: 30px;
    height: 40px;
    z-index: 21;
    cursor: pointer;
}

#SlideLeft {
    top: 456px;
    left: 0;
}

#SlideRight {
    top: 357px;
    left: 676px;
}

#SlideLeft img:hover {
    position: relative;
    left: -1px;
}

#SlideRight img:hover {
    position: relative;
    left: 1px;
}

#SlideText {
    position: absolute;
    left: 44px;
    top: 444px;
    width: 600px;
    height: 40px;
    z-index: 21;
    font-family: Arno Pro, Arial, Tahoma;
    font-size: 30px;
    color: white;
}

/* ---------------------------------------------------------- */

/**
  *   Page Reserve
  */
  
#Bar {
    height: 51px;
    width: 600px;
    margin-bottom: 20px;
}
  
#Bar .BarC {
    float: left;
    display: block;
    background: transparent url(../img/BarCBg.png) repeat-x scroll left top;
    height: 36px;
    padding: 15px 5px 0 15px;
}

#Bar .BarC a {
    font-family: Arial;
    color: #f6a734;
    font-size: 14px;
}

#Bar .BarP {
    float: left;
    display: block;
    background: transparent url(../img/BarPBg.png) repeat-x scroll left top;
    height: 36px;
    padding: 15px;
    padding: 15px 5px 0 15px;
}

#Bar .BarP a {
    font-family: Arial;
    color: #4d4539;
    font-size: 14px;
}

#Bar .BarCPend {
    float: left;
    display: block;
    background: transparent url(../img/BarCPEnd.png) no-repeat scroll left top;
    height: 51px;
    width: 15px;
}

#Bar .BarCNend {
    float: left;
    display: block;
    background: transparent url(../img/BarCNEnd.png) no-repeat scroll left top;
    height: 51px;
    width: 15px;
}

#Bar .BarPPend {
    float: left;
    display: block;
    background: transparent url(../img/BarPPEnd.png) no-repeat scroll left top;
    height: 51px;
    width: 15px;
}

#Bar .BarPNend {
    float: left;
    display: block;
    background: transparent url(../img/BarPNEnd.png) no-repeat scroll left top;
    height: 51px;
    width: 15px;
}

/* ---------------------------------------------------------- */

/**
  *   Quick Reserve
  */
  
#Content form {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #4d4539;
    margin-left: 25px;
}
  
#Content form input {
    background: transparent url(../img/FormInput.png) no-repeat scroll left top;
    padding: 10px;
    width: 163px;
    height: 17px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4d4539;
}
#Content form textarea {
    background: transparent url(../img/FormTextArea.png) no-repeat scroll left top;
    border-width: 0;
    clear: both;
    padding: 10px;
    width: 405px;
    height: 179px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #4d4539;
}
#Content #form {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #4d4539;
    margin-left: 25px;
}

#Content #form input {
    background: transparent url(../img/FormInput.png) no-repeat scroll left top;
    padding: 10px;
    width: 163px;
    height: 17px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4d4539;
}
#Content #form textarea {
    background: transparent url(../img/FormTextArea.png) no-repeat scroll left top;
    border-width: 0;
    clear: both;
    padding: 10px;
    width: 405px;
    height: 179px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #4d4539;
}


#Content .ContentSelect {
    background: transparent url(../img/FormSelect.png) no-repeat scroll left top;
    width: 37px;
    height: 17px;
    cursor: pointer;
}

#Content .ContentSelect:hover {
    background: transparent url(../img/FormSelectAct.png) no-repeat scroll left top;
}

#Content .ContentSelectOptions {
    position: absolute;
    top: 37px;
    width: 120px;
    cursor: pointer;
}

#Content .ContentSelectOptionTop {
    background: transparent url(../img/FormSelectOptionTop.png) no-repeat scroll left top;
    width: 120px;
    height: 5px;
    overflow: hidden;
    z-index: 1000;
}

#Content .ContentSelectOption {
    background: transparent url(../img/FormSelectOption.png) no-repeat scroll left top;
    padding: 10px;
    width: 100px;
    height: 17px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #4d4539;    
    z-index: 1000;
}

#Content .ContentSelectOptionBottom {
    background: transparent url(../img/FormSelectOptionBottom.png) no-repeat scroll left top;
    width: 120px;
    height: 6px;
    overflow: hidden;
    z-index: 1000;
}

#Content .ContentSelectOption:hover {
    background: transparent url(../img/FormSelectOptionAct.png) no-repeat scroll left top;
}
#Content  .submit {
    background: transparent url(../img/FormSubmit.png) no-repeat scroll left top;
    padding: 0;
    width: 112px;
    height: 35px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #e5d9c4;

}
#Content #form .submit {
    background: transparent url(../img/FormSubmit.png) no-repeat scroll left top;
    padding: 0;
    width: 112px;
    height: 35px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #e5d9c4;
    
}

#Content form img {
    margin: 0;
    padding: 0;
    border-width: 0;
    width: 34px;
    height: 37px;
    vertical-align: middle;
}

#ContentPlatnosci {
    position: absolute;
    width: 139px;
    height: 139px;
    left: 515px;
    top: 95px;
    padding: 0 0 20px 10px;
    border-left: dashed #d5cfc7 1px;
}

#ContentPlatnosci img {
    margin: 0;
    padding: 0;
}

/* ---------------------------------------------------------- */

/**
  *   Page Center -> Menu
  */
  
#MenuContainer .FrameContainer {
    width: 261px;
    display: block;
    margin-bottom: 20px;
}

#MenuContainer .FrameTop {
    background: transparent url(../img/FrameTop.png) no-repeat scroll center top;
    width: 261px;
    height: 8px;
    clear: both;
    display: block;
    overflow: hidden;
}
#MenuContainer .FrameMiddle {
    background: transparent url(../img/FrameMiddle.png) repeat-y scroll center top;
    width: 241px;
    padding: 0 10px 5px 10px;
    clear: both;
    display: block;
    text-align: center;
    position: relative;
}

#MenuContainer .PhotoShadow {
    background: transparent url(../img/FramePhotoShadow.png) no-repeat scroll center top;
    position: absolute;
    top: 0;
    left: 8px;
    width: 244px;
    height: 128px;
    z-index: 100;
}

#MenuContainer .FrameMiddle img {
    /*border: solid #ede7de 10px;*/
    position: absolute;
    top: 13px;
    left: 21px;
    z-index: 101;
}

#MenuContainer .FrameMiddle a {
    color: #8e0022;
}

#MenuContainer .FrameMiddle a:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#MenuContainer .FrameMiddle p {
    width: 221px;
    margin: 0;
    /*margin-top: 115px; */
    padding: 135px 10px 0 10px;
    font-family: Arno Pro;
    font-size: 18px;
    color: #332f28;
    text-align: left;
    clear: both;
}

#MenuContainer .FrameMiddle p strong {
    display: block;
    color: #8e0022;
    
}

#MenuContainer h2 {
    background: transparent url(../img/TitleShadow.png) no-repeat scroll center 35px;
    height: 55px;
    color: #4d4539;
    font-family: Aro Pro, Arial, Tahoma;
    font-size: 30px;
    text-align: center;
}

#MenuContainer .FrameBottom {
    background: transparent url(../img/FrameBottom.png) no-repeat scroll center top;
    width: 261px;
    height: 8px;
    clear: both;
    display: block;
    overflow: hidden;
}


#MenuContainer ul, #MenuContainer ul li {
    display: block;
	list-style: none;
	margin: 0;
	padding: 0;
    width: 240px;
    text-align: left;
}

#MenuContainer ul li {
    width: 240px;
    height: 42px;
}

#MenuContainer ul a:link, #MenuContainer ul a:visited {
    background: transparent url(../img/LeftMenu.png) no-repeat scroll left top;
   
    padding-top: 8px;
    padding-left: 25px;
    
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
	display: block;
	width: 215px;
    height: 34px;
    color: black;
}

#MenuContainer ul li a.MenuAct, #MenuContainer ul li a:hover  {
    color: #ffffff !important;
	background: transparent url(../img/LeftMenuAct.png) no-repeat scroll left top;
    position: relative;
    /*left: 3px;*/
    text-decoration: none;
}



/* ---------------------------------------------------------- */

/**
  *   Page Foot
  */

#FootBell {
    background: transparent url(../img/FootBell.png) repeat-x scroll center top;
    width: 206px;
    height: 123px;
    position: absolute;
    
    top: -33px;
    left: 46px;
}

#FootNavi {
    width: 530px;
    height: 25px;
    position: absolute;
    top: 50px;
    left: 250px;
    color: #ede7de;
    font-size: 11px;
    text-align: center;
}

#FootNavi a {
    color: #ede7de;
    margin-right: 10px;
    margin-left: 10px;
}

#FootNavi a:hover {
    color: #f6a734;
}

#FootNavi a.FootNaviAct {
    font-weight: bold;
    color: #f6a734;
}

#FootCopyRight {
    background: transparent url(../img/FootCopyRight.png) repeat-x scroll center top;
    width: 216px;
    height: 67px;
    position: absolute;
    top: 23px;
    left: 787px;
    text-align: center;
    color: #8a8173;
    font-size: 11px;
    line-height: 20px;
}

#FootCopyRight p {
    margin-top: 12px;
}

