@charset "UTF-8";
@font-face {
  font-family: 'adventureregular';
  src: url("fonts/adventure.eot");
  src: url("fonts/adventure.eot?#iefix") format("embedded-opentype"), url("fonts/Adventure.woff") format("woff"), url("fonts/Adventure.ttf") format("truetype"), url("fonts/Adventure.svg#adventureregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nautilus-webfont';
  src: url("fonts/nautilus-webfont.eot");
  src: url("fonts/nautilus-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nautilus-webfont.woff") format("woff"), url("fonts/nautilus-webfont.ttf") format("truetype"), url("fonts/nautilus-webfont.svg#anautilus-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.m {
  margin: 10px;
  padding: 10px;
  background: #fff; }

.divEdit {
  margin: 0 0 15px 0; }

.divModuleRights {
  z-index: 999; }

.adminDivCreate, .adminDivCreateMult {
  margin-bottom: 10px; }

.adminEditDelText {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.spanEditDel {
  padding: 0px 10px 0px; }

.spanEditDel img, #mainContent .spanEditDel img {
  vertical-align: middle;
  margin: 0px 3px 0px;
  border: 0; }

.absolute .spanEditDel {
  position: relative;
  top: -20px; }

.divAddModule {
  margin: 0 0 10px 0; }

.divMoveForm {
  margin: 15px 0 25px; }

.divMoveForm form {
  padding: 0;
  margin: 0; }

.spanSort {
  padding: 0px 10px 0px; }

.spanSort input.inactive, .spanSort input.active, .spanSort input.error {
  border: 1px solid #000;
  width: 50px;
  height: 20px;
  padding-left: 15px;
  background: url(adminimg/sort_inactive.png) no-repeat left;
  color: #000; }

.spanSort input.active {
  background: url(adminimg/sort_active.png) no-repeat left; }

.spanSort input.error {
  background: url(adminimg/sort_error.png) no-repeat left; }

.pageEdit {
  margin-top: 10px; }

.pageInput {
  width: 30px;
  padding: 0 5px; }

/* Group edit */
#groupEditor {
  padding: 0px 0px 20px 0px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px; }

#groupEditor .closeImg {
  text-align: right; }

#groupEditor .mainDiv {
  margin: 20px 20px 0px 20px; }

#groupEditor table {
  margin: 15px 0px 0px 0px; }

#groupEditor .fieldGroupEditor {
  padding: 5px; }

#groupEditor .fieldGroupEditor input {
  width: 250px; }

#groupEditor .submitGroupEditor {
  padding: 5px;
  text-align: center; }

#groupEditor .error {
  font-size: 11px;
  font-weight: bold;
  color: #E00000; }

#groupEditor .info {
  font-size: 11px;
  font-weight: bold;
  color: #00AF00; }

/* ModuleRights */
div.divModuleRights {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999; }

div.divModuleRights div.title {
  width: 100%;
  text-align: center;
  font-weight: bold; }

div.divModuleRights div.title a {
  cursor: pointer; }

div.divModuleRights div.module {
  padding: 4px;
  margin: 5px 2px;
  border: 1px solid black; }

div.divModuleRights div.module div.role {
  clear: both;
  padding: 3px 0 3px 0; }

/* Top panel */
.leftalign, .divEdit, .adminDivCreate, .adminEditDelText, .leftalign a, .divEdit a, .adminDivCreate a, .adminEditDelText a, .adminDivCreateMult a, .edit a {
  font: 11px Tahoma !Important;
  color: #666; }

.adminTopPanel {
  border-bottom: 1px solid #6f7071;
  width: 100%;
  background: #000;
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
  behavior: url(js/PIE.htc);
  position: relative;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0; }
  .adminTopPanel table {
    width: 980px !Important;
    text-align: center;
    margin: 0 auto; }
    .adminTopPanel table td {
      text-align: left; }
  .adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif; }
  .adminTopPanel .divEdit {
    margin-bottom: 0;
    color: #79b2f2; }

.tdAdminTopPanel {
  padding: 5px; }

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
  position: relative; }

.metaEdit {
  margin-top: 10px;
  behavior: url(js/PIE.htc);
  position: relative;
  position: absolute;
  left: 0;
  z-index: 999;
  padding: 10px;
  width: 450px;
  background: #000;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A; }
  .metaEdit .field {
    margin-bottom: 10px; }
  .metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
    width: 95%;
    color: #000; }
  .metaEdit textarea.visibleInput {
    height: 80px; }
  .metaEdit .metaRed {
    font-weight: normal;
    color: #ff0000; }
  .metaEdit .metaGreen {
    font-weight: normal;
    color: #66CC33; }

.podMenu {
  text-align: left;
  behavior: url(js/PIE.htc);
  position: relative;
  position: absolute;
  z-index: 999;
  visibility: hidden;
  width: 230px;
  background: #000;
  margin-top: 10px;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A; }
  .podMenu .podMenuRel {
    padding: 5px 10px; }
    .podMenu .podMenuRel a {
      text-decoration: none;
      color: #fff; }
    .podMenu .podMenuRel:hover a {
      color: #79b2f2; }

/* Spec texts for form */
.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000; }

.adminDivFormText a {
  color: #000; }

.adminDivFormText .adminEditDelText a {
  color: #9D160A; }

.adminDivFormText .adminEditDelText {
  font-size: 80%; }

.adminInfoBox {
  position: absolute;
  width: 960px;
  color: #aa0000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DB7474;
  padding: 8px;
  background: #FFF3EB;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.5);
  -webkit-animation: myfirst 2.5s infinite;
  -moz-animation: myfirst 2.5s infinite;
  -o-animation: myfirst 2.5s infinite;
  animation: myfirst 2.5s infinite; }
  .adminInfoBox a {
    color: #000 !Important; }

@-webkit-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@-moz-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@-o-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
/**************************  Common styles (could be edited) ******************************/
/* Forms */
/* ╨Ч╨░╤П╨▓╨║╨░ ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨░ ╤Г╤Б╨┐╨╡╤И╨╜╨╛ */
.divForm .divFormButton {
  margin: 10px 0; }

.divForm .divFormStar {
  margin: 10px 0; }

/* Error list */
.divListErrors {
  margin: 10px 0; }

.divListErrorsHead {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }

.divListErrors .divError {
  color: #FF0000;
  margin: 3pt 0;
  padding-left: 10px; }

.divListErrors .desc {
  font-size: 90%;
  color: #333333; }

/* Form element */
.formField {
  margin-bottom: 6pt; }

.formField select, .formField input, .formField textarea {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt; }

input.checkbox, input.radio {
  width: 15px; }

.formField label {
  margin-left: 4pt; }

.formField textarea.mono {
  font-size: 11pt;
  font-family: "Courier New", Courier, monospace; }

.divFormStruct {
  padding-top: 6px; }

.divFormStruct ul li {
  list-style-type: none; }

.divFormStruct .inactive {
  font-weight: bold;
  /*margin-left: 25px;*/ }

.listExtraField {
  margin-top: 10px; }

.listExtraField input {
  width: 50%; }

.divFilter {
  margin: 15px 0; }

/* Document list */
.docList .listItem {
  margin-bottom: 20px; }

.docList .listPhoto {
  float: left;
  margin-right: 10px; }

.docList .listDate {
  font-size: 80%; }

.docList .listTitle, .docList .listTitle a {
  font-weight: bold; }

.docList .listPreview {
  margin-top: 3px; }

.docItem .docDate {
  font-size: 80%; }

.docItem .docText {
  margin-top: 3px; }

.docBack {
  text-align: right;
  margin: 10px 0; }

div.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000; }

.error_message div.error_block_header {
  background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
  height: 20px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: right;
  behavior: url(js/PIE.htc); }

.error_message div.error_block_body {
  padding: 18px 5px 18px 5px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  behavior: url(js/PIE.htc); }

.error_message a {
  display: block;
  position: relative;
  background: url(img/close.png) 2px 2px no-repeat;
  height: 20px;
  width: 20px;
  float: right; }

/* ╨Ш╨╜╨┐╤Г╤В╤Л */
.formField {
  margin: 10px 0px; }

.formFieldString {
  display: block;
  margin-top: 3px; }

input[type="text"], input[type="password"], select, textarea {
  margin: 0px;
  padding: 3px;
  border: 1px solid #ccc;
  width: 80%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(js/PIE.htc); }

textarea {
  margin-top: 5px; }

select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.jserror {
  display: block;
  margin-top: 5px; }

.jssuccess {
  position: relative;
  top: 5px;
  left: 3px; }

.captchaImg {
  margin-bottom: 5px; }

.divFormButton {
  margin-top: 10px; }

.divSearchSubmit, .divFormButton input[type="submit"] {
  padding: 4px 15px 5px;
  font-size: 12px;
  overflow: visible;
  margin: 0px;
  background: #02a9c3;
  border: 0px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(js/PIE.htc); }

.divSearchSubmit, .divFormButton input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.adminpanel {
  /*.adminTopPanel {
  	margin-top: 40px;
  }*/ }
  .adminpanel .divModuleRights {
    top: 80px;
    z-index: 4; }

a:hover, a:active, a:focus {
  outline: none;
  outline: 0; }

.content {
  padding: 20px 20px 15px 30px; }
  .content .navigator {
    font-size: 12px;
    color: #b2b2b2;
    margin-bottom: 15px;
    position: relative;
    z-index: 100; }
    .content .navigator a {
      color: #b2b2b2 !important; }
      .content .navigator a:hover {
        color: #000; }
  .content ul li {
    text-align: justify; }
    .content ul li p {
      margin: 0;
      /*line-height:16px!important;*/ }

.inner .content {
  font-size: 13px;
  color: #000;
  text-align: justify; }

/* Forms */
/* ╨Ч╨░╤П╨▓╨║╨░ ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨░ ╤Г╤Б╨┐╨╡╤И╨╜╨╛ */
.divForm .divFormButton {
  margin-top: 5px; }

.divForm .divFormButton input, .button, .submit {
  background: #96001c;
  border-radius: 10px;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  border: none;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  margin: 0;
  cursor: pointer;
  behavior: url(js/PIE.htc);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .divForm .divFormButton input.videocode-btn, .button.videocode-btn, .submit.videocode-btn {
    background: #ccc; }
    .divForm .divFormButton input.videocode-btn:hover, .button.videocode-btn:hover, .submit.videocode-btn:hover {
      background: #333; }
  .divForm .divFormButton input:hover, .button:hover, .submit:hover {
    background: #333; }

.divForm .divFormStar {
  margin: 10pt 0; }

/* Error list */
.divListErrors {
  margin: 10pt 0; }

.divListErrorsHead {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 10pt; }

.divListErrors .divError {
  color: #FF0000;
  margin: 3pt 0;
  padding-left: 10pt; }

.divListErrors .desc {
  font-size: 90%;
  color: #333333; }

/* Form element */
.formField {
  margin-bottom: 6pt; }

.formField select, .formField input, .formField textarea {
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: 10pt;
  margin-top: 1pt; }

input.checkbox, input.radio {
  width: 15px; }

.formField textarea {
  width: 98%;
  height: 150px; }

.formField label {
  margin-left: 4pt; }

.formField textarea.mono {
  font-size: 11pt;
  font-family: "Courier New", Courier, monospace; }

/* ╨Ш╨╜╨┐╤Г╤В╤Л */
.formField {
  margin: 10px 0px; }

.formFieldString {
  display: block;
  margin-top: 3px; }

input[type="text"], textarea {
  margin: 0px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  width: 90%;
  border-radius: 3px;
  behavior: url(js/PIE.htc);
  position: relative;
  position: relative;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  input[type="text"]:focus, textarea:focus {
    -moz-box-shadow: inset 1px 1px 2px #ccc;
    -webkit-box-shadow: inset 1px 1px 2px #ccc;
    -o-box-shadow: inset 1px 1px 2px #ccc;
    -ms-box-shadow: inset 1px 1px 2px #ccc;
    box-shadow: inset 1px 1px 2px #ccc; }

textarea {
  line-height: normal;
  padding: 10px; }

.formField table {
  width: 100% !Important; }

.formField table textarea {
  margin-top: 5px;
  width: 100%; }

.captcha {
  overflow: hidden; }

#captchaImg {
  float: left;
  margin: 0 15px 10px 0; }

input.captcha_input {
  width: 100px !Important; }

.jserror {
  display: block;
  margin-top: 5px; }

.jssuccess {
  position: relative;
  top: 5px;
  left: 3px; }

.captchaImg {
  margin-bottom: 5px; }

.divFormButton {
  margin-top: 5px; }

.divFormStruct {
  padding-top: 6px; }

.divFormStruct ul li {
  list-style-type: none; }

.divFormStruct .inactive {
  font-weight: bold;
  /*margin-left: 25px;*/ }

.listExtraField {
  margin-top: 10px; }

.listExtraField input {
  width: 50%; }

.divFilter {
  margin: 15px 0;
  padding: 10px;
  border: 1px dashed #ccc; }

.divFilter table {
  width: auto; }

.divFilter table td {
  vertical-align: middle;
  padding: 5px; }

.divFilter table td input[type="text"] {
  margin-right: 10px; }

.videocode-wrapper {
  margin: 2px 0 0; }

.answer img {
  border: 5px solid #fff;
  -moz-box-shadow: 0 1px 2px #777;
  -webkit-box-shadow: 0 1px 2px #777;
  -o-box-shadow: 0 1px 2px #777;
  -ms-box-shadow: 0 1px 2px #777;
  box-shadow: 0 1px 2px #777; }

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

img {
  max-width: 100%; }

h1, h2, h3 {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  margin: 0px; }

.h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0px;
  color: #555; }

h1 {
  position: relative;
  margin-top: 0px;
  text-align: left;
  font: 20px Tahoma;
  /*color:#96001c;*/
  color: #444;
  margin: 0 0 7px; }

h2 {
  line-height: 19px;
  color: #000;
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
  padding: 0; }

.h3 {
  font-size: 20px;
  margin: 20px 0 10px;
  color: #000; }

h3 {
  font-size: 14px;
  margin: 0 0 10px;
  color: #000;
  font-weight: bold; }

h5 {
  font-size: 13px;
  margin: 0 0 10px;
  color: #000;
  font-weight: bold; }

p {
  margin: 0 0 10px;
  text-align: justify; }

.edit {
  position: absolute;
  left: 0;
  top: 0; }

.rel {
  position: relative; }

.hidden {
  display: none; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.center, .centeralign {
  text-align: center; }

.right, .rightalign {
  text-align: right; }

.left, .leftalign {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.bold {
  font-weight: bold; }

.italic {
  font-weight: italic; }

.big {
  font-size: 1.25em; }

.small {
  font-size: .75em; }

.darkred, .darkred a {
  color: #800000; }

.green, .green a {
  color: #008000; }

.blue, .blue a {
  color: blue; }

.black, .black a {
  color: black; }

.star {
  color: red; }

.error {
  color: red; }

.clear {
  clear: both; }

.topbottom p {
  margin: 0; }

.jserror span {
  padding-left: 24px;
  background-image: url(img/invalid.png) 3px 3px no-repeat;
  color: #FB0F00; }

.jssuccess {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(img/valid.png) no-repeat; }

.icons {
  padding: 10px 0;
  position: relative;
  text-align: right; }
  .icons a {
    background-image: url(img/icons.gif);
    display: inline-block;
    height: 13px;
    cursor: pointer;
    margin: 0 0 0 22px;
    overflow: hidden;
    opacity: 0.6;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*&.lj {
    	height:24px;
    	width:24px;
    	margin:0 0 0 15px;
    	background:none;
    	opacity:0.9;
    }*/ }
    .icons a:hover {
      opacity: 1; }

.icons
.home {
  background-position: 0 top;
  width: 12px; }

.icoprint {
  background-position: -37px top;
  width: 13px; }

.sitemap {
  background-position: -50px top;
  width: 11px; }

.icosearch {
  background-position: -12px top;
  width: 11px; }

.mail {
  background-position: -24px top;
  width: 12px; }

.lj {
  float: left;
  padding: 6px 0 0;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  font-family: "nautilus-webfont", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .lj img {
    margin: 0 5px 0 0;
    vertical-align: middle; }
  .lj:hover {
    color: #fd5943; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#outer {
  min-height: 100%;
  background: #fff url(img/body.jpg) repeat; }

* html #outer {
  height: 100%; }

/*for IE min-height */
body {
  color: #313131;
  font: normal 12px/16px Tahoma, Arial, sans-serif;
  background: #fff;
  overflow-y: scroll; }
  body.menu1 #body {
    background: #ff8686; }
  body.menu2 #body {
    background: #ffa97a; }
  body.menu3 #body {
    background: #fffaa8; }
  body.menu4 #body {
    background: #d0fab3; }
  body.menu5 #body {
    background: #9fedc2; }
  body.menu6 #body {
    background: #a5eeff; }
  body.menu7 #body {
    background: #a4cfff; }

.container {
  width: 960px;
  margin: 0 auto; }

#body {
  background: url(img/main.jpg) repeat center;
  position: relative;
  padding: 20px 10px 35px; }
  #body:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

.leftCol {
  width: 260px;
  background: #fff;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  -o-box-shadow: 0 0 5px #777;
  -ms-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
  float: left;
  background: #f1f6f6;
  background: -webkit-linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  background: linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  -pie-background: linear-gradient(left, #f1f6f6 0%, #ffffff 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  min-height: 570px; }
  .leftCol .content {
    padding: 20px 20px 20px 20px; }

.centerCol {
  background: #fff;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  -o-box-shadow: 0 0 5px #777;
  -ms-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
  background: #f5f8f9;
  background: -webkit-linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  background: linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  -pie-background: linear-gradient(left, #f5f8f9 0%, #ffffff 100%);
  behavior: url(js/PIE.htc);
  position: relative;
  min-height: 570px; }

.leftCol + .centerCol {
  width: 665px;
  float: right; }

.admin .container {
  padding-top: 50px; }

.main #body {
  display: table;
  height: 605px;
  padding: 0;
  width: 100%; }
  .main #body .centerCol {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .main #body .centerCol .content {
      text-align: center;
      padding: 20px; }
      .main #body .centerCol .content h1 {
        position: relative;
        text-align: center;
        font: 60px "Courier New", Courier, monospace;
        color: #621717;
        margin: 0;
        text-shadow: 0px 2px 1px #fff; }
        .main #body .centerCol .content h1 span {
          display: block;
          margin-top: 13px;
          text-align: center;
          font: 42px/40px "Courier New", Courier, monospace !Important;
          color: #232222; }

#nav {
  overflow: hidden;
  height: 65px;
  clear: both; }
  #nav div {
    float: left;
    width: 140px;
    height: 65px;
    display: table;
    border-radius: 5px 0 0 0;
    margin-left: -5px;
    position: relative; }
    #nav div:first-child {
      width: 142px;
      margin: 0; }
      #nav div:first-child a:before {
        top: -2px;
        left: -4px; }
    #nav div a, #nav div span {
      vertical-align: middle;
      display: table-cell;
      text-decoration: none;
      cursor: pointer;
      font: 15px/16px Tahoma;
      color: #3c3c3c;
      padding: 0 11px;
      position: relative;
      text-align: center;
      z-index: 1; }
      #nav div a:hover, #nav div span:hover {
        color: #000; }
      #nav div a:before, #nav div span:before {
        /*background:url(img/menu/list.png) no-repeat;*/
        width: 40px;
        height: 65px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        content: "";
        display: none;
        top: 0px;
        left: 0px;
        z-index: 0; }
      #nav div a:after, #nav div span:after {
        background: url(img/menu/shadow.png) repeat-x;
        width: 100%;
        height: 9px;
        display: block;
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        z-index: 1;
        opacity: 0.7; }
      #nav div a.act, #nav div span.act {
        color: #000; }
    #nav div#menu1 {
      background: url(img/menu/menu01.png) no-repeat right 0px; }
    #nav div#menu2 {
      background: #ff8686 url(img/menu/menu02.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #ae5151;
      -webkit-box-shadow: 0 -2px 5px #ae5151;
      -o-box-shadow: 0 -2px 5px #ae5151;
      -ms-box-shadow: 0 -2px 5px #ae5151;
      box-shadow: 0 -2px 5px #ae5151;
      z-index: 2; }
    #nav div#menu3 {
      background: url(img/menu/menu03.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #c5774e;
      -webkit-box-shadow: 0 -2px 5px #c5774e;
      -o-box-shadow: 0 -2px 5px #c5774e;
      -ms-box-shadow: 0 -2px 5px #c5774e;
      box-shadow: 0 -2px 5px #c5774e;
      z-index: 3; }
      #nav div#menu3 a ::after {
        width: 100%;
        height: 10px;
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -moz-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -o-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -ms-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: linear-gradient(top, transparent 0%, #fffaa8 100%);
        -pie-background: linear-gradient(top, transparent 0%, #fffaa8 100%);
        behavior: url(js/PIE.htc);
        position: relative;
        display: block;
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        z-index: 1; }
    #nav div#menu4 {
      background: url(img/menu/menu04.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #bab45a;
      -webkit-box-shadow: 0 -2px 5px #bab45a;
      -o-box-shadow: 0 -2px 5px #bab45a;
      -ms-box-shadow: 0 -2px 5px #bab45a;
      box-shadow: 0 -2px 5px #bab45a;
      z-index: 4; }
    #nav div#menu5 {
      background: url(img/menu/menu05.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #94b97b;
      -webkit-box-shadow: 0 -2px 5px #94b97b;
      -o-box-shadow: 0 -2px 5px #94b97b;
      -ms-box-shadow: 0 -2px 5px #94b97b;
      box-shadow: 0 -2px 5px #94b97b;
      z-index: 5; }
    #nav div#menu6 {
      background: url(img/menu/menu06.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #619e7c;
      -webkit-box-shadow: 0 -2px 5px #619e7c;
      -o-box-shadow: 0 -2px 5px #619e7c;
      -ms-box-shadow: 0 -2px 5px #619e7c;
      box-shadow: 0 -2px 5px #619e7c;
      z-index: 6; }
    #nav div#menu7 {
      background: url(img/menu/menu07.png) no-repeat right 0px;
      -moz-box-shadow: 0 -2px 5px #619eab;
      -webkit-box-shadow: 0 -2px 5px #619eab;
      -o-box-shadow: 0 -2px 5px #619eab;
      -ms-box-shadow: 0 -2px 5px #619eab;
      box-shadow: 0 -2px 5px #619eab;
      z-index: 7; }
    #nav div:hover a:before {
      display: block; }
    #nav div:hover#menu1 {
      background: url(img/menu/menu01.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu1 a::before {
        background-image: url(img/menu/list.png); }
    #nav div:hover#menu2 {
      background: #ff8686 url(img/menu/menu02.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu2 a::before {
        background-image: url(img/menu/list2.png); }
    #nav div:hover#menu3 {
      background: url(img/menu/menu03.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu3 a::before {
        background-image: url(img/menu/list3.png); }
    #nav div:hover#menu4 {
      background: url(img/menu/menu04.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu4 a::before {
        background-image: url(img/menu/list4.png); }
    #nav div:hover#menu5 {
      background: url(img/menu/menu05.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu5 a::before {
        background-image: url(img/menu/list5.png); }
    #nav div:hover#menu6 {
      background: url(img/menu/menu06.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu6 a::before {
        background-image: url(img/menu/list6.png); }
    #nav div:hover#menu7 {
      background: url(img/menu/menu07.png) no-repeat 0px 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      #nav div:hover#menu7 a::before {
        background-image: url(img/menu/list7.png); }
    #nav div.act {
      background-position: -30px 0 !important; }
      #nav div.act a::after {
        opacity: 1;
        height: 10px;
        position: absolute !important; }
      #nav div.act a::before {
        display: none; }
      #nav div.act#menu1 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #ff8686 100%);
        background: -moz-linear-gradient(top, transparent 0%, #ff8686 100%);
        background: -o-linear-gradient(top, transparent 0%, #ff8686 100%);
        background: -ms-linear-gradient(top, transparent 0%, #ff8686 100%);
        background: linear-gradient(top, transparent 0%, #ff8686 100%);
        -pie-background: linear-gradient(top, transparent 0%, #ff8686 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu2 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #ffa97a 100%);
        background: -moz-linear-gradient(top, transparent 0%, #ffa97a 100%);
        background: -o-linear-gradient(top, transparent 0%, #ffa97a 100%);
        background: -ms-linear-gradient(top, transparent 0%, #ffa97a 100%);
        background: linear-gradient(top, transparent 0%, #ffa97a 100%);
        -pie-background: linear-gradient(top, transparent 0%, #ffa97a 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu3 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -moz-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -o-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: -ms-linear-gradient(top, transparent 0%, #fffaa8 100%);
        background: linear-gradient(top, transparent 0%, #fffaa8 100%);
        -pie-background: linear-gradient(top, transparent 0%, #fffaa8 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu4 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #d0fab3 100%);
        background: -moz-linear-gradient(top, transparent 0%, #d0fab3 100%);
        background: -o-linear-gradient(top, transparent 0%, #d0fab3 100%);
        background: -ms-linear-gradient(top, transparent 0%, #d0fab3 100%);
        background: linear-gradient(top, transparent 0%, #d0fab3 100%);
        -pie-background: linear-gradient(top, transparent 0%, #d0fab3 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu5 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #9fedc2 100%);
        background: -moz-linear-gradient(top, transparent 0%, #9fedc2 100%);
        background: -o-linear-gradient(top, transparent 0%, #9fedc2 100%);
        background: -ms-linear-gradient(top, transparent 0%, #9fedc2 100%);
        background: linear-gradient(top, transparent 0%, #9fedc2 100%);
        -pie-background: linear-gradient(top, transparent 0%, #9fedc2 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu6 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #a5eeff 100%);
        background: -moz-linear-gradient(top, transparent 0%, #a5eeff 100%);
        background: -o-linear-gradient(top, transparent 0%, #a5eeff 100%);
        background: -ms-linear-gradient(top, transparent 0%, #a5eeff 100%);
        background: linear-gradient(top, transparent 0%, #a5eeff 100%);
        -pie-background: linear-gradient(top, transparent 0%, #a5eeff 100%);
        behavior: url(js/PIE.htc);
        position: relative; }
      #nav div.act#menu7 a::after {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent 0%, #a4cfff 100%);
        background: -moz-linear-gradient(top, transparent 0%, #a4cfff 100%);
        background: -o-linear-gradient(top, transparent 0%, #a4cfff 100%);
        background: -ms-linear-gradient(top, transparent 0%, #a4cfff 100%);
        background: linear-gradient(top, transparent 0%, #a4cfff 100%);
        -pie-background: linear-gradient(top, transparent 0%, #a4cfff 100%);
        behavior: url(js/PIE.htc);
        position: relative; }

#leftMenu {
  padding: 15px; }

.menuTitle {
  font-family: "nautilus-webfont", sans-serif;
  font-size: 30px;
  line-height: 35px;
  /*text-shadow:1px 1px #fff;*/
  /*color:#96001c;*/
  color: #555;
  padding: 10px 0px 15px; }

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

#leftMenu > ul {
  padding: 0px 5px 0; }

#leftMenu > ul > li {
  margin: 15px 0 10px;
  background: none; }

#leftMenu span.step {
  display: block;
  color: #555;
  /*color:#96001C;*/
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
  margin-left: -2px; }

#leftMenu .firstLabel, #leftMenu ul li > a {
  font-size: 17px;
  color: #000;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer; }

#leftMenu .firstLabel:hover, #leftMenu ul li > a:hover, #leftMenu ul > li.act > a {
  text-decoration: none;
  color: #555;
  /*color:#96001C;*/ }

#leftMenu > ul > li > ul > li {
  padding-left: 15px;
  background: url(img/menubullet.png) 0 7px no-repeat;
  margin: 8px 0; }

#leftMenu > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  color: #000; }

#leftMenu > ul > li > ul > li > a.act {
  /*color:#96001c;*/
  color: #555;
  text-decoration: none; }

#leftMenu > ul > li > ul > li.act {
  background: url(img/menubullet2.png) 0 7px no-repeat; }

#leftMenu > ul > li > ul > li.act > a {
  text-decoration: none; }

#leftMenu > ul > li > ul > li > ul {
  margin: 5px 10px 5px 20px; }

#leftMenu > ul > li > ul > li > ul > li {
  list-style-type: circle;
  background: none;
  margin-bottom: 4px; }

#leftMenu > ul > li > ul > li > ul > li > a {
  color: #333;
  font-size: 12px;
  line-height: 13px; }

#leftMenu > ul > li > ul > li > ul > li > a.act, #leftMenu > ul > li > ul > li > ul > li > a:hover {
  color: #555;
  /*color:#96001C;*/
  text-decoration: none; }

#leftMenu > ul > li > ul > li > ul > li > ul {
  margin: 5px 0 5px 10px; }

#leftMenu > ul > li > ul > li > ul > li > ul > li {
  list-style-type: circle;
  background: none;
  margin-bottom: 4px; }

#leftMenu > ul > li > ul > li > ul > li > ul > li > a {
  color: #333;
  font-size: 11px;
  line-height: 12px; }

#leftMenu > ul > li > ul > li > ul > li > ul > li > a.act, #leftMenu > ul > li > ul > li > ul > li > ul > li > a:hover {
  color: #555;
  /*color:#96001C;*/
  text-decoration: none; }

#footer {
  padding: 20px 0 30px;
  position: relative;
  min-height: 50px; }
  #footer:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  #footer .info-block {
    position: absolute;
    left: -10px;
    top: -32px; }
  #footer .copyright {
    float: left;
    padding-left: 370px;
    width: 305px;
    color: #fff;
    font-size: 12px;
    padding-top: 10px; }
    #footer .copyright p {
      margin: 0;
      text-align: left;
      line-height: 20px; }
  #footer .rightbox {
    position: absolute;
    right: 0;
    top: 15px;
    text-align: right; }
    #footer .rightbox p {
      clear: both;
      text-align: right;
      line-height: 12px;
      color: #fff;
      font-size: 10px;
      margin: 0; }
      #footer .rightbox p a {
        color: #fff; }
        #footer .rightbox p a:hover {
          color: #000; }
    #footer .rightbox .counters {
      margin: 0 0 2px;
      float: right; }
      #footer .rightbox .counters a {
        display: inline-block;
        margin-left: 3px;
        vertical-align: top; }
        #footer .rightbox .counters a:first-child {
          margin: 0; }
        #footer .rightbox .counters a img {
          display: block; }

.searchBottom {
  margin: 0 0 5px;
  position: relative;
  float: right; }
  .searchBottom input[type="text"] {
    height: 28px;
    padding: 0 10px 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #91001b;
    width: 130px;
    font-size: 11px;
    line-height: 28px;
    font-family: "Trebuchet ms", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .searchBottom input[type="text"]:focus {
      width: 200px; }
  .searchBottom input[type="submit"] {
    background: url(img/lupa.png) no-repeat;
    width: 10px;
    height: 12px;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 8px;
    top: 8px;
    text-indent: -9999px;
    overflow: hidden; }

/*# sourceMappingURL=css.css.map */
