/* EXTERNAL FONTS */

/*
@font-face {
    font-family: 'AllerItalic';
    src: url('fonts/aller_it-webfont.eot');
    src: url('fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_it-webfont.woff') format('woff'),
         url('fonts/aller_it-webfont.ttf') format('truetype'),
         url('fonts/aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*
@font-face {
    font-family: 'AllerBold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bd-webfont.woff') format('woff'),
         url('fonts/aller_bd-webfont.ttf') format('truetype'),
         url('fonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*
@font-face {
    font-family: 'AllerBoldItalic';
    src: url('fonts/aller_bdit-webfont.eot');
    src: url('fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bdit-webfont.woff') format('woff'),
         url('fonts/aller_bdit-webfont.ttf') format('truetype'),
         url('fonts/aller_bdit-webfont.svg#AllerBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'AllerLightRegular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_lt-webfont.woff') format('woff'),
         url('fonts/aller_lt-webfont.ttf') format('truetype'),
         url('fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'AllerLightItalic';
    src: url('fonts/aller_ltit-webfont.eot');
    src: url('fonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_ltit-webfont.woff') format('woff'),
         url('fonts/aller_ltit-webfont.ttf') format('truetype'),
         url('fonts/aller_ltit-webfont.svg#AllerLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
} 
*/

/* BASE FONT, FONT-SIZE, LINE-HEIGHT */

body, .blockItem, .blockItem div {
 font-family: AllerLightRegular, Verdana, Helvetica, Arial, Sans-Serif;
 font-size: 15px;
 line-height: 24px;
 color: #6a6a6a;
}

textarea, input, select, .formSelect  {
  font-family: Arial, Helvetica, sans-serif;
}

/* LINKS */

a, a:visited, a:active, a:link {
 text-decoration: none;
 color: #94660F;
}
a:hover { color: #9F8049; }

/* HEAD/TITLE */

.head1, .head2 {
 color:#5d5d5d;
 line-height: 22px;
 font-size: 20px;
 margin-bottom:14px; 
 font-weight:bold;
 display:block;
}

.head2 {
 font-size: 16px; 
 margin-bottom: 14px; 
}

/* CONTAINER BACKGROUND */

#pageBack {
}

#headerTopBack {
 border-top: 3px solid #66656c;
 border-bottom: 4px solid #ffffff;
 background: #ffffff;
 /* background: url(/images/header-back.gif) repeat-x; */
 height:auto;
 margin-bottom:25px;
}

#headerBack {
}

#headerTop {
 text-align:left;
}

#menuBack {
 margin-top:-50px;
 /* box-shadow: 0px -3px 7px -5px #E5DDC4; */
}

#menu {
 text-align:center
}

#menuBack, #menu {
 background:#e5ddc6;
}

#headerBottomBack {
}

#mainBack {
}

#footerBack {
 margin-top: 20px;
}

/* CONTAINER HEADER */

#header {
}

.infoTextHeadTitle {
 color: #94660F;
 text-transform: uppercase;
}

/* HEADER MENU */

#menu {
 /* overflow:hidden; */
}

#menuMobile,
#menu ul li a {
 font-size: 17px;
 line-height: 37px;
}

#menu ul li {
 /* border-right:1px solid #292929; */
 padding: 0px 0px;
 margin: 0px 0px;
}

#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active {
 padding: 0px 14px;
 padding-bottom:2px;
 padding-top: 2px;
 color: #59585E;
 border-bottom: 4px solid #d9c0a3;
}

#menu ul li a:hover {
 color: #ffffff;
 background:#977958;
 border-bottom: 4px solid #AB9174;
}

#menu ul li a.act {
 color: #59585E;
 background:#D6CBAF;
 border-bottom: 4px solid #A88762;
 font-weight:bold;
}

/* SUBMENU */

#menu ul li ul {
 top:45px;
}

#menu ul li ul li {
 border-bottom:1px solid #d9c0a3;
}

#menu ul li ul li.last {
 border-bottom: 0px;
}
 
#menu ul li ul li a {
 font-size: 15px;
 line-height: 40px;
 height: 40px;
 padding-bottom:0px;
 border-bottom:0px;
}

#menu ul li ul li a,
#menu ul li ul li a:visited,
#menu ul li ul li a:active {
 padding: 0px 14px;
 color: #59585E;
 background: #e5ddc6;
}

#menu ul li ul li a:hover {
 color: #ffffff;
 background: #977958;
 -webkit-box-shadow: none;
 box-shadow: none;
 border-bottom:0px
}

#menu ul li ul li a.act {
 color: #59585E;
 background:#D6CBAF;
 border-bottom: 0px;
 font-weight:bold;
 /* background-image: url(/images/icon-menu.png);
 padding-left:45px;
 background-position: 6px 9px;
 background-repeat: no-repeat; */
 
}

#headerBottom {
}

/* CONTAINER MAIN */

#main {
}

#logo {
  height:210px; 
  margin-bottom:45px;
  left:410px;
}

#imageTop {
    height:270px;
    left:400px;
}

/* CONTAINER FOOTER */

#footer {
}

#footerLineBack, #contentFooterLine {
  background: #66656c;
  color: #ffffff;
}

#contentFooterLine .blockItem,
#contentFooterLine .blockItem2 {
	color:#ffffff;
}

#contentFooterLine .blockItem a,
#contentFooterLine .blockItem2 a {
	color:#ffffff;
}

#contentFooterLine .blockItem a:hover,
#contentFooterLine .blockItem2 a:hover {
	color:#c1dfeb;
}


/* BLOCK ITEMS */

.blockButton,
.blockButton:link,
.blockButton:visited,
.blockButton:active {
 /* padding-left:52px; */
 /* background:#e2e2e2 url(/images/icon-menu.png) 12px 9px no-repeat; */
 padding-left:10px;
 background:#e2e2e2;
 color:#2f2f2f;
 text-transform: uppercase;
}

.blockButton:hover {
 /* background:#d2d2d2 url(/images/icon-menu.png) 12px 9px no-repeat; */ 
 background:#d2d2d2;
}

/* LINK BUTTON */

.linkButton,
.linkButton:link,
.linkButton:visited,
.linkButton:active {
 /* padding-left:39px; */
 /* background: url(/images/icon-menu.png) 0px 9px no-repeat; */
 padding-left:10px;
 color:#2f2f2f;
 font-weight:bold;
}

.linkButton:hover {
 /* background: url(/images/icon-menu.png) 0px 9px no-repeat; */
}


/* >>> MODULES */

.slideshowbutton {
 top:360px;
 position:absolute;
 display:block;
 width:9px;
 height:9px;
 background:#ffffff;
 z-index:3;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
}

.slideshow_buttonactive {
 background:#ffffff;
 margin-top:-5px;
 margin-left:-5px;
 border:5px solid #3b4d54;
}

.slideshow_buttonhalfactive {
}

.downloadlink {
 display:inline-block;
 height:38px;
 line-height:38px;
}
/* <<< MODULES */


