html {
  color: #333333; }

legend {
  color: #333333; }

* {
  outline: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

del, ins {
  text-decoration: none; }

ol, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup, sub {
  vertical-align: baseline; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

body {
  font-family: Verdana;
  font-size: 13px;
  line-height: 1.4em;
  color: #333333;
  background: #7f815e url("/images/body_bg.png?4") no-repeat top center fixed;
  padding: 30px 0; }

a:target {
  font-weight: bold; }

h1, span.h1 {
  font-size: 24px;
  line-height: 1.3em;
  display: block; }

h2, span.h2 {
  font-size: 20px;
  line-height: 1.3em;
  display: block; }

h1 .links, h2 .links {
  display: block;
  font-size: 13px;
  line-height: 1.4em; }

h1, h2, span.h1, span.h2 {
  font-family: Georgia, Times;
  font-style: italic;
  color: #4b803b;
  margin-top: 20px;
  margin-bottom: 5px; }

a {
  color: #8bae1f;
  text-decoration: none; }
  a span.h1, a span.h2 {
    color: #8bae1f; }
  a span.p {
    color: #333333; }

a:visited {
  color: #8bae1f; }

a:hover {
  text-decoration: underline;
  color: #4b803b; }
  a:hover span.h1, a:hover span.h2 {
    text-decoration: underline;
    color: #4b803b; }
  a:hover span.p {
    text-decoration: none; }

p, span.p {
  margin-bottom: 10px; }

.admin_links a {
  color: #7f815e;
  font-family: Georgia, Times;
  font-style: italic; }

#body {
  width: 840px;
  margin: 0 auto;
  background: white;
  padding: 20px 40px;
  overflow: hidden;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -opera-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 6px rgba(60,60,60,1);
  -webkit-box-shadow: 0 0 6px rgba(60,60,60,1);
  -khtml-box-shadow: 0 0 6px rgba(60,60,60,1);
  -opera-box-shadow: 0 0 6px rgba(60,60,60,1);
  box-shadow: 0 0 6px rgba(60,60,60,1); }

#logo {
  background: url("/images/logo.png?4") no-repeat;
  height: 110px;
  width: 420px;
  display: block;
  padding: 10px; }

#middle {
  padding: 20px 0 10px; }

#header_menu {
  font-family: Georgia, Times;
  font-style: italic;
  padding-top: 5px;
  float: right;
  text-align: right; }
  #header_menu .phone {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px; }
  #header_menu .lang {
    padding-top: 45px; }

#main_menu {
  background: #98bf3f url("/images/main_menu_bg.png?4") repeat-x 0 0;
  overflow: hidden;
  margin: 0 -40px;
  height: 80px; }
  #main_menu li {
    float: left;
    width: 184px;
    position: relative; }
  #main_menu li:hover {
    background: #a5c856 url("/images/main_menu_bg.png?4") repeat-x 0 -80px; }
  #main_menu a {
    display: table-cell;
    height: 80px;
    width: 124px;
    padding: 0 30px;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    text-shadow: 0px -1px 1px #61882a;
    background: url("/images/main_menu_separator_bg.png?4") no-repeat right 0;
    overflow: hidden;
    position: relative; }
  #main_menu span {
    width: 124px; }
  #main_menu span.main_menu_description {
    position: absolute;
    top: -80px; }
  #main_menu li.last a {
    background: none; }

#bottom_menu {
  background: #98bf3f url("/images/main_menu_bg.png?4") repeat-x 0 -160px;
  height: 30px;
  line-height: 30px;
  margin: 20px -40px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 920px; }
  #bottom_menu li {
    display: table-cell; }
  #bottom_menu li:hover {
    background: #98bf3f url("/images/main_menu_bg.png?4") repeat-x 0 -190px; }
  #bottom_menu a {
    color: white;
    text-decoration: none;
    height: 30px;
    padding: 0 20px;
    background: url("/images/main_menu_separator_bg.png?4") no-repeat right -80px;
    display: block;
    text-shadow: 0px -1px 1px #61882a; }
  #bottom_menu li.last a {
    background: none; }

#footer {
  text-align: center;
  clear: both;
  width: 100%;
  float: left; }

#admin_menu {
  margin-top: 10px; }
  #admin_menu a {
    padding: 0 10px; }

#copyright .copy {
  text-decoration: none;
  color: #333333; }
#copyright .copy:hover {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.column {
  width: 400px; }
  .column a {
    display: block; }
  .column a:hover {
    text-decoration: none; }

.row {
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  float: left; }

.page_template {
  width: 100%;
  float: left;
  clear: both; }

.page_content {
  text-align: justify;
  width: 100%;
  float: left;
  clear: both; }

.text p a {
  text-decoration: underline; }
.text strong {
  font-weight: bold; }
.text em {
  font-style: italic; }
.text li {
  list-style-type: inherit;
  list-style-position: inside; }
.text ul li {
  list-style-type: disc; }
.text ol li {
  list-style-type: decimal; }
.text p, .text ul, .text ol {
  margin-bottom: 10px; }
.text table p {
  padding-bottom: 0; }
.text table {
  width: 99%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  clear: both;
  float: none !important;
  overflow: auto !important;
  padding: 0 !important; }
.text td, .text th {
  padding: 5px 10px;
  border: 1px solid #4b803b; }
.text .left {
  float: left;
  padding: 0 1em 4px 0 !important;
  overflow: hidden; }
.text .right {
  float: right;
  padding: 0 0 4px 1em !important;
  overflow: hidden; }
.text .no_padding {
  padding: 0 !important; }
.text .header_date {
  float: right;
  padding-left: 10px;
  font-size: 13px; }
.text .date {
  font-size: 13px;
  color: #4b803b;
  font-family: Georgia, Times;
  font-style: italic; }

label {
  display: block; }

input, textarea {
  width: 826px;
  padding: 3px 6px;
  border: 1px solid #8bae1f; }

.boolean input {
  width: auto;
  margin-right: 5px; }

textarea {
  height: 100px; }

textarea.editor {
  height: 450px; }

textarea.editor_small {
  height: 250px; }

.buttons li {
  float: left;
  padding-right: 10px; }
.buttons a, .buttons input {
  width: auto;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  color: #8bae1f;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  float: left; }
  .buttons a:hover, .buttons input:hover {
    color: #4b803b; }

form li {
  padding-bottom: 10px; }

p.inline-errors {
  margin: 0; }

.flash {
  margin: 10px 0;
  color: #4b803b;
  font-weight: bold; }

ul.elements {
  margin-bottom: 10px; }

a.block {
  display: block;
  overflow: hidden; }
  a.block span {
    display: block; }
  a.block img {
    float: left; }

a.block:hover {
  text-decoration: none; }

.works li {
  overflow: hidden;
  margin: 20px 0; }
.works a span {
  padding-left: 20px;
  margin-top: 0;
  float: left;
  width: 670px;
  cursor: pointer; }
.works a.block {
  overflow: visible;
  clear: both; }
.works .description {
  margin-left: 170px; }

.portfolio_work {
  margin: 30px 0;
  text-align: center; }

.screenshot {
  width: 830px;
  margin: 0 auto;
  overflow: hidden; }

.screenshot_header {
  height: 24px;
  padding-top: 8px;
  line-height: 24px;
  background: url("/images/browser.png?4") no-repeat 0 0;
  text-shadow: 0 1px 0 #cccccc; }
  .screenshot_header a, .screenshot_header a:hover, .screenshot_header a:visited {
    color: #333333;
    text-decoration: none; }

.screenshot_footer {
  height: 40px;
  background: url('/images/browser.png?4') no-repeat -830px 0; }

.screenshot_middle {
  background: url('/images/browser.png?4') repeat-y -1660px 0;
  font-size: 0;
  line-height: 0; }

.sortable {
  padding-bottom: 10px; }
  .sortable li {
    cursor: move;
    list-style: decimal outside;
    margin-left: 30px; }
    .sortable li .handle:hover {
      color: #4b803b; }
  .sortable li.ui-sortable-placeholder {
    list-style: none; }

.handle {
  cursor: move; }

.sortable_active li {
  list-style-type: circle; }

.joint {
  margin-bottom: -10px; }

.page_medias {
  display: block;
  float: left;
  padding-top: 10px; }
  .page_medias li.page_media {
    display: block;
    float: left;
    padding: 0 3px 10px 0;
    position: relative;
    text-align: center; }
    .page_medias li.page_media .links {
      display: block;
      text-align: center;
      padding-bottom: 10px;
      white-space: pre-line; }

.uploader {
  clear: both; }
  .uploader .upload_button {
    display: block;
    width: 165px;
    height: 55px;
    background: url('/images/swfupload_button.png?4') no-repeat left top;
    float: left;
    padding-right: 10px; }
  .uploader object {
    float: left; }
  .uploader .new_files {
    clear: both;
    padding-top: 10px; }
  .uploader .file {
    overflow: hidden; }
    .uploader .file .name {
      color: #333333; }
  .uploader .progress {
    width: 50px;
    float: left;
    text-align: center; }
  .uploader .success {
    font-weight: bold; }
    .uploader .success .name {
      color: #169d08; }
    .uploader .success .progress {
      height: 16px;
      background: url('/images/upload_status.png?4') no-repeat center top; }
  .uploader .failure {
    font-weight: bold;
    color: #9f0000; }
    .uploader .failure .progress {
      height: 16px;
      background: url('/images/upload_status.png?4') no-repeat center bottom; }

.carousel_wrapper {
  overflow: hidden;
  height: 200px;
  width: 776px; }

.simple_carousel {
  position: relative;
  width: 776px;
  margin: 20px auto 0 auto;
  clear: both; }
  .simple_carousel ul {
    width: 1000000px; }
  .simple_carousel li {
    display: block;
    float: left;
    padding-right: 5px; }
  .simple_carousel .next, .simple_carousel .prev {
    position: absolute;
    width: 32px;
    height: 150px; }
  .simple_carousel .prev {
    background: url('/images/gallery_buttons.png?4') no-repeat 0 center;
    left: -32px; }
  .simple_carousel .next {
    background: url('/images/gallery_buttons.png?4') no-repeat -32px center;
    right: -32px; }
  .simple_carousel .prev:hover {
    background: url('/images/gallery_buttons.png?4') no-repeat -96px center; }
  .simple_carousel .next:hover {
    background: url('/images/gallery_buttons.png?4') no-repeat -128px center; }
  .simple_carousel .disabled {
    cursor: default; }
  .simple_carousel .prev_disabled:hover {
    background: url('/images/gallery_buttons.png?4') no-repeat 0 center; }
  .simple_carousel .next_disabled:hover {
    background: url('/images/gallery_buttons.png?4') no-repeat -32px center; }

.simple_gallery {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -opera-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  background-color: white; }

.simple_gallery_menu {
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 5px; }
  .simple_gallery_menu a {
    width: 32px;
    height: 32px; }

.simple_gallery_placeholder {
  background: url('/images/loading.gif?4') no-repeat center;
  background-color: white;
  clear: both; }

.simple_gallery_prev {
  float: left;
  background: url('/images/gallery_buttons.png?4') no-repeat 0 center; }

.simple_gallery_next {
  float: left;
  background: url('/images/gallery_buttons.png?4') no-repeat -32px center; }

.simple_gallery_close {
  float: right;
  background: url('/images/gallery_buttons.png?4') no-repeat -64px center; }

.simple_gallery_prev:hover,
.simple_gallery_prev_pressed {
  background: url('/images/gallery_buttons.png?4') no-repeat -96px center; }

.simple_gallery_next:hover,
.simple_gallery_next_pressed {
  background: url('/images/gallery_buttons.png?4') no-repeat -128px center; }

.simple_gallery_close:hover,
.simple_gallery_close_pressed {
  background: url('/images/gallery_buttons.png?4') no-repeat -160px center; }

.extra {
  padding-top: 10px;
  margin-bottom: -10px;
  display: none;
  text-align: left; }

.button {
  background: url("/images/button_bg.png?4") repeat-x;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  display: inline-block;
  color: white;
  text-shadow: 0px -1px 1px #61882a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -opera-border-radius: 10px;
  border-radius: 10px; }
