* {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
@charset "utf-8";
@import url('style-reset.css');
body {
  font-size:100%;
  font-family:Tahoma, Helvetica, sans-serif;
  background:url(images/top.jpg) repeat-x;
  _color: #666;
  color: #000;
  font-size: 13px;
  line-height: 1.6em;
}
a img {
  border:none;
}
.bg_slides {
  background:url(images/top_bg.png) no-repeat 0 133px;
}
#container {
  margin:auto;
  width:960px;
  font-size:.875em;
}
#header {
  height:111px;
}
#logo {
  width:240px;
  height:105px;
  float:left;
  padding:12px 30px;
}
#logo a img {
  border:none;
}
#screen {
  height:400px;
  margin:10px 0;
  padding:30px 0 0;
}
#left {
  float:left;
  width:230px;
  text-aling:center;
}
#left a {
  text-decoration:none;
}
#left_prod {
  float:left;
  width:160px;
}
#left_prod p {
  height: 130px;
}
#left_prod a {
  text-decoration:none;
}
#left_prod h3 {
  text-align:center;
  font-size:13px;
}
#left_prod h3 a {
  font-size:13px;
  color:#79C63A;
}
#right {
  float:right;
  width:300px;
}
#middle {
  margin-left:330px;
  margin-right:330px;
}
#left, #right, #middle {
  _margin-bottom:40px;
  margin-right:10px;
}
#footer {
  clear:both;
  width:900px;
  margin:auto;
  font-size:.8em;
  padding:30px;
  background:#e0e0e0;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-topright:8px;
  -khtml-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
}
#page_wrap {
  width:960px;
  margin:auto;
}
#page_top {
  height:54px;
  background:url(images/page_top.jpg) no-repeat;
}
#page {
  background:url(images/page_tile.jpg) repeat-y;
  padding:0 54px;
}
#page_bottom {
  height:54px;
  background:url(images/page_bottom.jpg) no-repeat;
  margin-bottom:40px;
}
#contact_info {
  float:left;
  width:450px;
  margin-top:15px;
}
#contact_info ul {
  margin:20px;
}
#contact_info ul li {
  background:url(images/arrow.gif) no-repeat center left;
  padding-left:15px;
  font-size:.9em;
  line-height:1.8em;
}
#subcat {
  float:left;
  width:235px;
  
}
#subcat h1 {
  background:#373737 url(images/dark_gradient.jpg) repeat-x;
  padding:12px 10px 12px;
  text-align:left;
  font-size:16px;
  font-weight:bold;
  color:#ccc;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}
#subcat a {
  text-decoration:none;
}
#subcat h1:hover{
  background:#79c63a;
  color:#FFF;
}
#subcat h1.select{
  background:#79c63a;
  color:#FFF;
}

#subcat ul {
  margin:20px 5px;
}
#subcat ul li {
  background:url(images/bullet.png) no-repeat center left;
  padding-left:5px;
  font-size:.9em;
  line-height:1.8em;
  list-style-type:none;
  border-bottom: 1px dotted #ccc;
}
#subcat ul li a {
  padding:0.2em 1em;
  color:#666;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;

}
p {
  padding:5px 15px;
  line-height:1.6em;
  font-size: 13px;
  _color:#666;
  color:#000;
}
p.frontpage_text {
  text-align:center;
  padding-top:10px;
}
h2 {
  clear:both;
  padding:15px 0 0;
}
.cont h3 {
  padding-left:15px;
}
h3.frontpage_heading, h1.pagetitle {
  background:#373737 url(images/dark_gradient.jpg) repeat-x;
  padding:12px 10px 12px;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  color:#ccc;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}
h3.frontpage_heading:hover {
  background:#79c63a;
  color:#FFF;
}
h3 a {
  color:#CCC;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}
#footer_right h5 {
  font-size:.9em;
  font-weight:700;
  padding-top:20px;
  padding-right:25px;
  text-align:right;
  color:#999;
}
.float_left {
  float:left;
  margin-right:12px;
  padding:8px;
  background:#F7F7F7;
  border:1px solid #CCC;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}
#gallery {
  width:852px;
  margin:auto;
  overflow:auto;
  padding-bottom:18px;
  position:static;
}
.float_left_thumb {
  float:left;
  height:164px;
  width:152px;
  margin:8px 10px 2px 8px;
  background:url(images/gallery_thumb.png) no-repeat;
  padding-top:6px;
  text-align:center;
}
.center {
  margin:auto;
}
#no_gallery_found {
  width:798;
  padding:50px;
  margin:auto;
  background:red;
  border:10px solid white;
}
#g_navcontainer {
  clear:both;
  margin-bottom:40px;
  width:100%;
  background:#373737 url(images/dark_gradient.jpg) repeat-x;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}
#g_navcontainer ul {
  color:White;
  width:100%;
  padding:24px;
}
#g_navcontainer ul li {
  display:inline;
}
#g_navcontainer ul li a {
  padding:0.2em 1em;
  color:#CCC;
  text-decoration:none;
  letter-spacing:.14em;
}
#g_navcontainer ul li a:hover {
  background:#eaeaea;
  color:#000;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}
#h_navcontainer {
  width:100%;
  height:15px;
  
}
#h_navcontainer ul {
  color:White;
  width:42%;
  float:right;
  
}
#h_navcontainer ul li {
  display:inline;
  
  
}
#h_navcontainer ul li a {
  padding:0.1em 1em;
  color:#666;
  text-decoration:none;
  letter-spacing:.14em;
  font-size:14px;
}
#h_navcontainer ul li a img {
  border:0;
}
#h_navcontainer ul li a:hover {
  background:#eaeaea;
  color:#000;
}
#lang {
  float:right;
  width:110px;
  margin-top:40px;
  padding-top:30px;
}
#lang ul li{
  display:inline;
}
#lang ul li a {
  color:#3d3d3d;
  text-decoration:none;
  font-size:12px;
}
#lang ul li a.langact {
  background:#79c63a;
  color:#FFF;
  padding:1px 10px;
}

#footer h4 {
  font-weight:bold;
  margin-bottom:8px;
  padding:5px;
  background:#1D1D1D;
  color:#999;
  -moz-border-radius-topleft:5px;
  -khtml-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -khtml-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  -khtml-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -khtml-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
}
#footer_left {
  float:left;
  width:540px;
  border:0 solid red;
}
#footer_left ul {
  float:left;
  margin-right:60px;
  width:120px;
}
#footer_left li {
  background:url(images/seperator_footer.png) repeat-x bottom;
  padding:5px 0;
}
#footer_left ul li a {
  color:#999;
  text-decoration:none;
}
#footer_right {
  width:350px;
  float:right;
}
#footer_right ul li {
  display:inline;
  margin-right:15px;
}
#footer_right img {
  border:8px solid #eee;
  -moz-border-radius-topleft:5px;
  -khtml-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -khtml-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  -khtml-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -khtml-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
}
#form_container {
  border:1px solid #CCC;
  width:290px;
  margin-top:30px;
  padding:20px 20px 20px;
  background:#fafafa;
  float:right;
  margin-left:20px;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-topright:8px;
  -khtml-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
  -moz-border-radius-bottomright:8px;
  -khtml-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
  -moz-border-radius-bottomleft:8px;
  -khtml-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
}
#slideshow {
  background-color:#79c63a;
  height:370px;
  float:left;
  margin: 5px 0 0 2px;
  width: 945px;
}
#slideshow-threed {
  width:920px;
  height:283px;
  margin:15px 0 0 0;
  float:left;
}
#box-nav-slider {
  width:935px;
  height:17px;
  float:left;
}
#slideshow-navigation a {
  background:url(images/slide.png) no-repeat scroll 50% 50%;
  display:block;
  float:left;
  font-size:0;
  width:9px;
  height:9px;
  margin:10px 0 0;
  outline-style:none;
  outline-width:medium;
  padding:2px;
}
#slideshow-navigation {
  float:right;
  padding-right:10px;
}
#slideshow-navigation .activeSlide {
  background:url(images/slide.png) no-repeat scroll 0% 50%;
}
.slidehalf {
  margin-top:0px;
  margin-right:20px;
  float:left;
}
.slidehalf2 {
  margin-top:0px;
  margin-right:0px;
  float:left;
}
.slide-text h1 {
  color:#FFF;
  padding:145px 20px 0 0;
  text-align:center;
}
.slide-text p {
  font-size:12px;
  color:#f5f5f5;
  line-height:22px;
  padding-right:20px;
  text-align:justify;
}
.flash-img {
  text-align:center;
  display:block;
  margin:100px auto 0 auto;
}
a.read_more {
  color:#ff4e00;
  font-size:12px;
  float:right;
  margin-right:20px;
}

h1 {
  font-size:18px;
  font-weight:normal;
  color:#FFF;
  padding:12px 15px;
  margin-right:10px;
  background:#79c63a;
  -moz-border-radius-topleft:8px;
  -khtml-border-radius-topleft:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-topright:8px;
  -khtml-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
}
.copy {
  float:left;
  font-size:12px;
  color:#767676;
}
.footmenu {
  float:right;
  font-size:12px;
}
.footmenu ul {
}
.footmenu ul li {
  display: inline;
}
.footmenu ul li a {
  color:#6cb034;
}

#sl {
  float:left;
  width:250px;
}
.cont {
  float:left;
  width:705px;
}
.cont img {
  margin: 0 5px 5px 0;
}
.cont ul {
  padding-left:40px;
}
.subctg {
  padding-top:20px;
  text-align: center;
}
.subctg li {
  list-style: none;
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}
.subctg li a {
    color: #79C63A;
    font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.subctg li a img {
  
}