
h1, h2, h3 {
    color: #5BAB32;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
    font-variant: small-caps;
    /*text-shadow: 0 1px 0 #51a351;*/
    font-weight: lighter;
}

a:link, a:visited {
    color: #5BAB32;
    text-decoration: underline;
}

a:link.btn {
    text-decoration: none;
}

blockquote {
    color: #356816;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'PT Sans', sans-serif;
}


h2 {
    color: #356816;
}

p, li {
    /*font-size: 1.1em;*/
}

body::before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.slice-effect {
    position: relative;
    width: 90%;
    background: #DDD;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2em 1.5em;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 0 white;
    line-height: 1.5;
    margin: 0px auto 20px auto;
}

div.outer{
    display:inline-block;
    position:relative;
    left:50%;
}

div.inner{
    position:relative;
    left:-50%;
}

/* end of basic styles */

#mainContent {
    min-height: 600px;
    padding-bottom: 30px;
}

#gMapRow {
    margin-right: 40px;
}

.gMap, .hpImages img, #footerMap {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px #aaa9a6;
    box-shadow: 0px 0px 3px 0px #aaa9a6;
}

.hpImages img {
    width: 220px;
    height: 146px;
}

.hpImages a {
    font-weight: bold;
}

.center {
    text-align: center;
}

.centered {
    margin: 0 auto;
}

.homepageQuickLinks {
    margin-top: 10px;
}

#myCarousel {
    margin: 0 0 0 22px;
}

.carNav {
    visibility: hidden;
}

.carNav a {
    background-color: #cccccc;
    color: black;
    margin-top: 0px;
    text-decoration: none;
}

#myCarousel:hover .carNav {
    visibility: visible;
}

#footerMap {
    display: block;
    background: transparent url('../images/map.png') no-repeat;
    width: 250px;
    height: 144px;
    opacity: 0.7;
    background-size: cover;

    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}

#footerMap:hover {
    display: block;
    background: transparent url('../images/map_big.png') no-repeat;
    width: 500px;
    height: 286px;
    opacity: 1;
}

#requestModal {
    margin-left: 100px;
}
#header img {
    max-width: 300px;
    max-height: 150px;
    margin: 10px 0 10px 10px;
}

#menu ul li:first-child {
    margin-left: 10px;
}

#menu ul, #menu li {
    display: inline-block;
    list-style-type: none;
}

#menu a {
    display: block;
    width: 100px;
    background-color: #f6f5f2;
    border-top: 1px solid #dcdbd8;
    border-right: 1px solid #dcdbd8;
    border-left: 1px solid #dcdbd8;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 10px;
    text-decoration: none;
    border-bottom: 1px solid #aaa9a6;

    color: #5c5b59;

    -webkit-box-shadow: 1px 1px 0px 0px #efeeea;
    box-shadow: 1px 1px 0px 0px #efeeea;

    /*-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;     */
}

#menu li.active a, #menu a:hover {
    color: #ffffff;
    background-color: #71C136;
    border-bottom: 1px solid #ffffff;
}

#menu ul {
    width: 960px;
    border-bottom: 1px solid #aaa9a6;
}

/* ---------- */

/*
#servicesMenu ul, #servicesMenu li {
    list-style-type: none;

}

#servicesMenu a {
    display: block;
    padding: 4px 0 4px 5px;;
    background-color: #5c5b59;
    text-decoration: none;
}

#servicesMenu li.active a, #servicesMenu a:hover {
    background-color: #5ffe73;
}     */
.shadowLine {
    height: 300px;
    -webkit-box-shadow: -4px 0px 3px 1px #CCCCCC;
    box-shadow: -4px 0px 3px 1px #CCCCCC;
}

#servicesMenu {
    padding-top: 35px;
    /*background-color: ;*/
}

#servicesMenu ul, #servicesMenu li {
    list-style-type: none;
    /*text-align: right;*/
    padding: 0;
    margin: 0;
}

#servicesMenu a {
    display: block;
    color: #6DC067;
    margin: 0 0 13px 0;
    background: transparent url('../images/s.png') no-repeat;
    width: 200px;
    height: 35px;
    line-height: 35px;
    color: white;
    padding-left: 10px;
}

#servicesMenu li a:hover, #servicesMenu li.active a {
    background: transparent url('../images/s_h.png') no-repeat;
}

#servicesMenu .gt {
    display: none;
}

#servicesMenu li .gt {
    color: #e8e7e2;
    font-size: 1.3em;
}
.slice-effect {
    position: relative;
    width: 90%;
    background: #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2em 1.5em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    line-height: 1.5;
    margin: 0px auto 20px auto;
}

.slice-effect:before, .slice-effect:after {
    z-index: -1; 
    position: absolute; 
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%; 
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7); 
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);    
    -moz-transform: rotate(-3deg);   
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.slice-effect:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

body:before { 
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.products {
    width: 700px;
    margin-top: 15px;
}

.products .span3 {
    width: 230px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 10px 0 20px 0;
    text-align: center;

    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    
    border-radius: 3px;
}

.products .span3:hover {
   background-color: #ccffcc;
}

#productsFilter a {
    font-weight: bold;
}

.products h3 {
    font-size: 1.1em; 
    margin: 0 0 -10px 0;
    line-height: 14px;
    font-style: normal;
    font-variant: normal;
    display: block;
    height: 40px;
    color: black;
    font-weight: bold;
}

.products img {
    border-radius: 3px;
    max-width: 180px;
    max-height: 200px;
}

.productImage {
    height: 210px;
}
#footerWrap {
    background: transparent url('../images/tiny_grid.png') repeat;
    min-height: 250px;
    padding-top: 0;
}

#footerWrap h3 {
    color: #999999;
}

#footerWrap a {
    color: #666666;
}

#footerWrap .container {

    padding-top: 0;
}

#footerWrap #txt {
    margin-top: 15px;
}

#footerWrap #map {
    border-radius: 5px;
    height: 150px;
    
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    
    opacity: 0.5;
}

#footerWrap #map:hover {
    opacity: 1;
}
.lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3, #menu a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 100;
}