@import url(//fonts.googleapis.com/css?family=Walter+Turncoat);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

a {
border-width: 0;
}

.callOut {
background-color: #F9F8F6;
border-radius: 15px;
padding: 10px;
}

h1, h2 {letter-spacing: 0;}

h1.homepageh1 {
font-family:Georgia, serif !important;
font-size: 32px !important;
font-weight:700 !important;
color:#0000bf !important;
text-align:center !important;
}
h2.homepageh2 {
color:#00bf00;
font-size:28px;
text-align:center;
margin:5px 0;
font-family: "Open Sans Condensed",sans-serif;
}
.bluetxt, .bluetxt2 {
font-family:'Courier New';
color:#0000bf;
font-size: 26px;
font-weight:700;
text-align:center;

}
.bluetxt {
font-size: 26px;
}
.bluetxt2 {
font-size: 22px;
font-weight:700;
text-align:center;
line-height:1.7em;
}
.greentxt {
color:#007f00;
}
.redtxt {
font-family:'Courier New';
color:#ff0000;
font-size: 26px;
font-weight:700;
text-align:center;
}
.sf_extra2 {
    display: none;
}

body {
    background-image: url("uploads/si08_body.jpg");
}

.sf_outer_wrapper {
    background-image: url("uploads/si09_outer_wrapper.jpg");
}

.sf_header_wrapper {
    background-image: url("uploads/si10_header_wrapper.jpg");
height: 110px;
}

.sf_main_header {
width: 500px;
margin-top: 60px;
margin-left: 300px;
height: 30px;
text-align: left;
font-size: 20px;
}

.sf_extra5 {
    background-image: url("uploads/si04_extra5.jpg");
}

.sf_region1 {
    display: none;
}

.sf_main_wrapper {
    background-image: url("uploads/si01_main_wrapper.jpg");
}

.sf_navigation {
height: 44px!important;
background-image: url("uploads/si02_navigation.jpg");
}

.sf_extra7 {
    background-image: url("uploads/si05_extra7.jpg");
	height: 50px;
}

.sf_navigation ul {
padding: 0 27px 0;
}

.sf_navigation ul li a {
height: 24px;
padding: 13px 12px 7px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: bold;
}

.sf_navigation ul li a:hover {
background-image:url(uploads/si03_hover.jpg);
}

.sf_navigation ul.subnav {
background-color: #616161;
width: 220px;
}

.sf_navigation ul.subnav li a {
color: #ffffff;
min-width: 190px;
}

.sf_navigation ul.subnav li a:hover {
background-color: #a6a6a6;
color: #ffffff;
}

.sf_pagetitle {
margin: 15px 30px;
}

.sf_pagetitle h1, h1 {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 24px;
font-weight: bold;
color: #489725;
}

.sf_content {
min-height: 500px;
font-family: 'Open Sans', sans-serif;
font-size: 18px!important;
line-height: 1.5em;
color: #606060;
margin-left: 20px;
width: 960px;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #489725;
margin: 0px;
}

.sf_region10 {
background-color: #787878;
padding: 0 0 1px;
background-image: url("uploads/si06_region10.jpg");
}

.sf_footer {
font-size:12px;
min-height: 101px;
text-align:center;
background-image: url("uploads/si07_footer.jpg");
color: #ffffff;
}

.sf_footer a:link, .sf_footer a:visited {
color: #ffffff;
}

.sf_banner {
margin-bottom: 10px;
padding-top: 0;
}

.sf_banner div#bannerLink a {
    border-width: 0;
}

/* The Nivo Gallery styles */
.nivoGallery {
    position:relative;
    background:#489825 url(uploads/loading.gif) no-repeat 50% 50%;
    width:100%; /* Width can be fixed px or dynamic % value */
    height:320px; /* Height must be fixed px value */
    margin-bottom: 0px;
	  -webkit-box-shadow: 0px 0px 10px #cccccc;
  -moz-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
}
.nivoGallery.loaded {
    background:#489825 url(uploads/slidebg.png) repeat-x;; /* Remove the loading gif */
}
.nivoGallery ul {
    list-style:none;
    margin:0;
    padding:0;
}
.nivoGallery ul li {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    font: 16px/1.5em 'Open Sans', sans-serif;
    color:#ffffff;
}


.nivoGallery ul li h2 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.3em;
margin:0 0 10px 0;
}

.nivoGallery ul img {
    display:block;
margin:auto;
    -ms-interpolation-mode:bicubic;
}

.nivoGallery-slides {
    position:relative;
    height:100%;
    overflow:hidden;
}

.nivoGallery-htmlwrap {
    padding:0px;
    height:100%;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivoGallery-videowrap video,
.nivoGallery-videowrap iframe,
.nivoGallery-videowrap object,
.nivoGallery-videowrap embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.nivoGallery-directionNav a {
    position:absolute;
    top:45%;
    cursor:pointer;
    display:block;
width:32px;
height:34px;
background:url(uploads/ng-arrows.png) no-repeat;
text-indent:-9999px;
border:0;
    opacity:0;
    z-index:5;
    -webkit-transition:opacity 150ms ease-in-out;
    -moz-transition:opacity 150ms ease-in-out;
    -o-transition:opacity 150ms ease-in-out;
    transition:opacity 150ms ease-in-out;
}
.nivoGallery-directionNav .nivoGallery-prev {
    left:10px;
}
.nivoGallery-directionNav .nivoGallery-next {
    right:10px;
    background-position:-32px 0;
}
.nivoGallery:hover .nivoGallery-directionNav a {
    opacity:0.7;
}
.nivoGallery:hover .nivoGallery-directionNav a:hover {
    opacity:1;
}

.nivoGallery-bar {
display: none;
}
.nivoGallery-play {
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(uploads/ng-playpause.png) no-repeat 50% 8px;
    cursor:pointer;
    border-right:1px solid rgba(0,0,0,0.3);
}
.nivoGallery-play.playing {
    background-position:50% -92px;
}
.nivoGallery-count {
    display:inline-block;
    vertical-align:top;
    height:28px;
    padding:0 8px;
    color:#aaa;
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(0,0,0,0.3);
    text-shadow:0 1px 0 #000;
}
.nivoGallery-caption {
    display:inline-block;
    vertical-align:top;
    height:28px;
    border-left:1px solid rgba(255,255,255,0.2);
    padding:0 15px;
    overflow:hidden;
    color:#aaa;
    text-shadow:0 1px 0 #000;
}
.nivoGallery-captionTitle {
    color:#fff;
    font-weight:bold;
    margin-right:5px;
}
.nivoGallery-fullscreen {
    float:right;
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(uploads/ng-fullscreen.png) no-repeat 50% 5px;
    cursor:pointer;
    border-left:1px solid rgba(0,0,0,0.3);
}

.nivoGallery-progress {
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    opacity:0.5;
    width:100%;
    height:2px;
    z-index:5;
}

.nivoGallery.fullscreen {
    position:fixed;
    top:0px;
    left:0px;
    width:100% !important;
    max-width:100%;
    height:100% !important;
    z-index:10000;
}
.nivoGallery.fullscreen .nivoGallery-caption {
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:#000;
    padding:20px;
    opacity:0.8;
}
.nivoGallery.fullscreen .nivoGallery-play {
    position:fixed;
    top:20px;
    right:45px;
    z-index:6;
}
.nivoGallery.fullscreen .nivoGallery-fullscreen {
    position:fixed;
    top:20px;
    right:20px;
}
.nivoGallery.fullscreen .nivoGallery-htmlwrap {
    padding:90px 20px 20px 20px;
}

.box1 {margin: 0 auto 15px; padding: 10px; width: 90%; background-color: #ffffff; color: #444444; border: 1px solid #444444; box-shadow: 3px 3px 3px rgba(117, 117, 117, 0.6); -webkit-box-shadow: 3px 3px 3px rgba(117, 117, 117, 0.6); -moz-box-shadow: 3px 3px 3px rgba(117, 117, 117, 0.6); -ms-box-shadow: 3px 3px 3px rgba(117, 117, 117, 0.6); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px;}


#tab-container .tab-header.active-header:hover{
  background:#c6f089;
}

#tab-container .inactive-header:hover{
  background:#f5f5f5;
}

#tab-container .tab-header.active-header{
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background:#ffffff;
}

#tab-container .inactive-header{
  background:#ebebeb;
}

#tab-container .tab-content.open-content{
  width:auto!important;
}

#tab-container .tab-content{
  display:none;
  padding:20px;
  background:#ffffff;
  border:1px solid #cccccc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#tab-container .tab-header{
  font-size:16px;
  background:#ebebeb;
  margin:5px 0 -1px 0;
  padding:5px 20px;
  border:1px solid #cccccc;
  border-bottom:0;
  cursor:pointer;
  color:#666666;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  display:inline-block;
}

#tab-container:after{
  content:' ';
  clear:both;
  display:block;
}

#tab-container{
  font-size:14px!important;
  background:#ffffff;
  border: 0px;
  margin:auto;
}
.customWrap{
float:left;
overflow:hidden;
}

.customTitle{
text-align:center;
overflow:hidden;
clear:both;
min-height:10px;
}

.sf_content {
font-family: 'Open Sans Condensed', sans-serif;
}


.sf_pagetitle h1, h1, h2, h3 {

    font-family: 'Open Sans Condensed', sans-serif;
}

.sf_navigation ul li a {

    font-size: 13px;
}

.homeprod { margin: 20px 0 ; }

.homeprod div { font-size:26px; color: #0000bf; font-weight:bold; }

.productbox {
  background-color: #fbfaf8;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 5px 5px 22px;
}
.productbox-white {
  background-color: #fff;
 box-sizing: border-box;
  margin: 15px 0;
  padding: 5px 5px 22px;
}
.boxleft {
  box-sizing: border-box;
  float: left;
  width: 28%;
}
.boxleft img {
  padding: 15px;
  width: 213px;
}

.boxright {
  float: left;
  width: 67%;
}

.boxright h2 {
  color: #0000ff;
  font-size: 26px;
  margin: 11px 0 15px;
}

.boxright p {
  color: #333;
  font-size: 19px;
}
.price {
  color: #489725;
  font-size: 34px;
  font-weight: 700;
margin-bottom:8px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}
.smallh2 {
font-size:15px;
}

.foottext{
font-weight:bold;
font-size:14px;
margin-top:25px;
}
.foottext a{
color:#fff;
}