/* 
    Document   : main
    Created on : Oct 17, 2012, 7:59:00 PM
    Author     : Rorisang
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'bebasregular';
    src: url('bebas___-webfont.eot');
    src: url('bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas___-webfont.woff') format('woff'),
         url('bebas___-webfont.ttf') format('truetype'),
         url('bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    line-height: 20px;
    background: #fff;
    margin: 0px;
    font-family: "Open Sans",sans-serif,Arial,sans-serif;
    font-size:13px;
}
.head-wrapper{
    width: 100%;
    height: auto;
    margin: 0px auto;


background: rgb(83,158,198); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(83,158,198,1) 1%, rgba(1,129,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(83,158,198,1)), color-stop(100%,rgba(1,129,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(83,158,198,1) 1%,rgba(1,129,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(83,158,198,1) 1%,rgba(1,129,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(83,158,198,1) 1%,rgba(1,129,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(83,158,198,1) 1%,rgba(1,129,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539ec6', endColorstr='#0181c6',GradientType=0 ); /* IE6-9 */

background: #c0c0c0;
}
/*******MAIN MENU***********/
.standard{
    width: 300px;
    height: 130px;
    /*background:#b7d524 url('img/ribbon_standard.png') no-repeat;*/
    margin: 0px auto;
    padding-top: 0px;
}
a.logo{
    width:186px;
    height: auto;
    display: block;
    padding-top: 0px;
    margin: 0px auto;
    border: 0px #005a31 solid;
    -webkit-transition: width 0.7s; /* For Safari 3.1 to 6.0 */
    transition: width 0.7s;
    opacity: 1;
}
a.logo:hover{
    width:200px;
    opacity: 0.6;
}
a.logo img{
    max-width: 100%;
}
.menu{
    margin: 0px 5%;
    width: 90%;
    height:70px;
    position: relative;
    margin-top: 75px;
    background:  transparent;
    z-index: 100;
}
ul
{
list-style:none;
margin:0px auto;
padding:0;
width: auto;
height: auto;

}
li.menuHeader
{
float:left;
padding:10px 0;
text-align:center;
width:25%;
position: relative;
z-index: 2;
margin: 1px auto;
font-weight: bold;
color: #1362b1;
background:  #fff;
}
li.menuHeader:hover{   
}
li.menuHeader a{
    font-size: 20px;
    letter-spacing: 2px;
    color:#444;
text-decoration: none;
font-family: 'bebasregular', "Open Sans",Arial,sans-serif;
}

li.menuHeader a:hover{
    text-decoration: none;
    padding: 0px 3px;
}
ul.menuItem
{
margin-top:5px;
position: relative;

}
.menuItem > li
{
padding:5px 10px;
}
.menuItem li a
{
color:#000;
text-decoration: none;
font-size: 20px;
font-family: 'Rex';
}
li a:hover{
text-decoration: underline;
}
.about{ background-color:#6D9931;}
.products{ background-color:#D63333;}
.tech{ background-color:#D49248;}
/*****************MENU DONE***************************/
.body-wrapper{
    width: 80%;
    margin: 0px 10%;
    height: auto;
   /* background: #444;*/
}



/************SLIDE***************/
/* Prevents the slideshow from flashing on load */
#slides {
  display:none;
  margin-top: -22px;
}

#slides .slidesjs-container {
  margin-bottom:10px;
}

#slides .slidesjs-previous {
  margin-right: 5px;
  float:left;
}
#slides .slidesjs-next {
  margin-right: 5px;
  float:left;
}

.slidesjs-pagination {
    margin:6px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../js/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px }

.slidesjs-pagination li a:hover { background-position: 0 -26px }

#slides a:link, #slides a:visited { color: #333 }

#slides a:hover, #slides a:active { color: #9e2020 }

#slides{
    float: left;
margin: 0 15%;
width: 70%;
}
a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../js/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

@media (min-width: 768px) and (max-width: 979px) {
  #slides-section {
    height:304px;
  }
}

@media (min-width: 980px) {
  #slides-section {
    height:384px;
  }
}

@media (min-width: 1200px) {
  #slides-section {
    height:470px;
  }
}
/******************************/
.home-top{
    color: #444;
}
.home-top h2{
     color: #313131;
    font-family: 'bebasregular';
    font-size: 28px;
    letter-spacing: 2px;
    margin-left: -71px;
    padding-bottom: 15px;
    text-align: center;
}
.home-top-two h2{    
     text-align: center;
     padding:15px 0;
}
.home-top p {
font-size: 16px;
line-height: 32px;
}
.home-top ul {
font-size: 16px;
line-height: 32px;
list-style-type:square;
margin-left: 40%;
}
.specialties div{
    width: 24%;
    float: left;
    margin: 0 0.5%;
    height: auto;
    display: block;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.6s; /* For Safari 3.1 to 6.0 */
    transition: all 0.6s;
    cursor: pointer;
     color: #444;
}
.specialties div:hover{
    color: #444;
    font-size: 30px;
}
.specialties div img{
    max-width: 100%;
}
/********FOOT*************/
.footer-wrapper{
    width: 100%;
    height: auto;
    margin: 20px auto 0;
   background: none repeat scroll 0% 0% rgb(49, 49, 49);
    float: left;
}
.about_image{
    float: left;
    width: 250px;
    height: auto;
    border: 2px solid #444;
    display: block;
    margin-right: 20px;
}
.about_top{
    color: #444;
    margin-top: 40px;
}
.about_top h2{
     font-family: 'bebasregular';
     color: #313131;
     font-size: 22px;
     text-decoration: underline;     
     text-align: center;
     padding-bottom: 15px;
}
.home-top-two h2{    
     text-align: center;
     padding:15px 0;
}
.about_top p {
font-size: 16px;
line-height: 28px;
}
.about_top ul {
font-size: 16px;
line-height: 32px;
list-style-type:square;
margin-left: 40%;
}
p.about_intro{
    font-size: 16px;
line-height: 32px;
text-align: center;
}
.vision_mision p{
  font-size: 18px;
  line-height: 32px;
}
.theteam{
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: 'bebasregular';
  letter-spacing: 1px;
  font-weight: normal;
}
.thetitle{
    font-family: 'bebasregular';
    text-decoration: underline;
    letter-spacing: 1px;
}
.service{
    border-top: 2px solid #444444;
    float: left;
    padding-top: 10px;
    width: 100%;
}
.service_image{
    float: left;
    width: 25%;
}
.service_image img{
    max-width: 100%;
}
.service_info{
    float: left;
    width: 75%;
}
.service_info h3{
  margin: 25px 10px;
text-transform: uppercase;
font-size: 25px;
font-family: 'bebasregular', "Open Sans",Arial,sans-serif;
}
.staff{
    width: 25%;
    float: left;
    text-align: center;
    color: #313131;
}
.staff img{
    max-width: 100%;
}
.service_top{
    color: #444;
    margin-top: 40px;
}
.service_top h2{
     font-family: 'bebasregular';
     color: #313131;
     font-size: 30px;
     text-decoration: underline;     
     text-align: center;
     padding-bottom: 15px;
}
.home-top-two h2{    
     text-align: center;
     padding:15px 0;
}
.service_top p {
font-size: 14px;
line-height: 28px;
color: #313131;
margin: 0 20px;
}
.map{
    float: left;
    width:100%;
}
.details{
    float: left;
    width: 100%;
}
.details1{
    float: left;
    width: 30%;
}
.details2{
    float: left;
    width: 70%;
}