/*
Document   : style
Created on : Aug 10, 2012, 11:13:19 AM
Author     : Dchan
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
/* line 21, ../sass/style.scss */
body {
  background-color: #454545;
  font-family: arial !important;
}

/* line 26, ../sass/style.scss */
#main_container {
  width: 994px;
  margin: auto;
  height: auto;
}

/* line 30, ../sass/style.scss */
#lang_select {
  position: relative;
  width: 232px;
  height: 20px;
  background-color: white;
  float: right;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-right: 15px;
  behavior: url("/PIE_uncompressed.htc");
}

/* line 46, ../sass/style.scss */
#lang_select ul {
  list-style-type: none;
  font-weight: bolder;
  float: right;
}
/* line 5, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#lang_select ul, #lang_select ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 29, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#lang_select ul li:after {
  content: " | ";
}
/* line 31, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#lang_select ul li:last-child:after {
  content: "";
}
/* line 34, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#lang_select ul li.last:after {
  content: "";
}

/* line 53, ../sass/style.scss */
#lang_select ul li a {
  color: inherit;
}

/* line 56, ../sass/style.scss */
#lang_select ul li:after {
  content: " | ";
  color: #7DAF27;
}

/* line 60, ../sass/style.scss */
#middle_content {
  width: 994px;
  margin: auto;
  height: auto;
  background-color: white;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  behavior: url("../js/PIE_uncompressed.htc");
}

/* line 69, ../sass/style.scss */
#header_top {
  width: 100%;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  height: 100px;
  background-color: white;
}

/* line 75, ../sass/style.scss */
#slide_menu {
  width: 100%;
  height: auto;
  padding: 0px;
}

/* line 80, ../sass/style.scss */
#slide_sali {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #bdd90b;
}

/* line 89, ../sass/style.scss */
#slide_left {
  width: 75%;
  height: 300px;
  background-color: black;
  float: left;
}

/* line 95, ../sass/style.scss */
#slide_right {
  width: 25%;
  height: 300px;
  background-color: black;
  float: left;
}

/* line 101, ../sass/style.scss */
#menu_sali {
  width: 100%;
  background-color: 3a3a3a;
}

/* line 105, ../sass/style.scss */
#menu_center {
  width: 912px;
  margin: auto;
  height: 65px;
}

/* line 110, ../sass/style.scss */
#menu_center ul {
  width: 912px;
  margin: auto;
  list-style: none;
  float: left;
  margin-top: 10px;
}

/* line 118, ../sass/style.scss */
#menu_center ul li {
  display: inline;
  direction: ltr;
  float: left;
}

/* line 123, ../sass/style.scss */
#menu_center ul li div {
  background-color: #333;
  width: 150px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 133, ../sass/style.scss */
#menu_center h5 {
  text-transform: none;
  margin-top: 8px;
  border-right: grey 2px solid;
  height: 20px;
}

/* line 139, ../sass/style.scss */
.menu_f {
  text-transform: none;
  color: white;
  font-weight: bolder;
}

/* line 146, ../sass/style.scss */
.all_content {
  width: 994px;
  margin: auto;
  background-color: #5f5f5f;
  padding-bottom: 10px;
}

/* line 155, ../sass/style.scss */
.middle_part_con {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: #373737 0px 6px 5px;
  -moz-box-shadow: #373737 0px 6px 5px;
  box-shadow: #373737 0px 6px 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 167, ../sass/style.scss */
.slider {
  position: absolute;
  z-index: 1;
}

/* line 168, ../sass/style.scss */
.slider .items {
  display: none;
}

/* line 169, ../sass/style.scss */
.slider .pagination {
  position: absolute;
  z-index: 2;
  left: 545px;
  top: 243px;
  height: 10px;
  margin: 34px 0px 0px 0px;
}

/* line 172, ../sass/style.scss */
.slider .pagination li {
  float: left;
  padding-right: 4px;
}

/* line 173, ../sass/style.scss */
.slider .pagination a {
  display: block;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  background: silver;
}

/* line 174, ../sass/style.scss */
.slider .pagination a:hover, .slider .pagination .current a {
  background: #7DAF27;
}

/* line 176, ../sass/style.scss */
#sitemap_sali {
  margin: 25px;
}

/* line 179, ../sass/style.scss */
#sitemap_sali p {
  color: silver;
  font-size: 11px;
  line-height: 2;
  margin: 0px;
}

/* line 187, ../sass/style.scss */
#sitemap_sali p span {
  color: #77d91b;
  font-weight: bold;
}

/* line 192, ../sass/style.scss */
#sitemap_sali ul {
  list-style-type: none;
  width: 100%;
}
/* line 5, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#sitemap_sali ul, #sitemap_sali ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 29, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#sitemap_sali ul li:after {
  content: "  ";
}
/* line 31, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#sitemap_sali ul li:last-child:after {
  content: "";
}
/* line 34, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#sitemap_sali ul li.last:after {
  content: "";
}

/* line 197, ../sass/style.scss */
#sitemap_sali ul li {
  float: left;
}

/* line 202, ../sass/style.scss */
#mennn ul {
  list-style-type: none;
  font-weight: bolder;
  float: right;
}
/* line 5, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#mennn ul, #mennn ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 29, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#mennn ul li:after {
  content: "  ";
}
/* line 31, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#mennn ul li:last-child:after {
  content: "";
}
/* line 34, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#mennn ul li.last:after {
  content: "";
}

/* line 209, ../sass/style.scss */
#mennn ul li a {
  font-size: 14px;
  color: inherit;
  padding-left: 10px;
}

/* line 214, ../sass/style.scss */
#mennn ul li:after {
  content: "   ";
  color: #7DAF27;
}