@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    background-repeat: repeat-y;
    background-image: url(../images/childcontentfence.jpg);
    background-position: center 280px;
}
h1 {
    color: #87AB7E;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
h2 {
    color: #6d9863;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
a,  a:link {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
}
a:visited {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a:focus {
    color: #FFFFFF;
}
a:active {
    color: #FFFFFF;
}

#header {
    background-image: url(../images/childlayout.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 213px;
}


#outerWrapper {
    text-align: left;
    width: 800px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#topnaves {
    height: 67px;
    background-image: url(../images/topnavbg.jpg);
    background-position: center top;
}

#outerWrapper #contentboxtop {
    background-image: url(../images/contentboxtop.png);
    height: 30px;
    margin-top: 20px;
}
#outerWrapper #contentWrapper {
    background-image: url(../images/contentboxmid.jpg);
    background-repeat: repeat;
    color: #FFF;
    clear: both;
}
#outerWrapper #contentboxbottom {
    background-image: url(../images/contentboxbottom.png);
    height: 30px;
    clear: both;
    margin-bottom: 20px;
}

.aboutus#header {
    background-image: url(../images/childabout.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#outerWrapper .child#header {
    background-image: url(../images/childlayout.jpg);
    background-repeat: no-repeat;
}

#outerWrapper  .news#header {
    background-color: #8ab573;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px;
    background-image: url(../images/childlayoutnews.jpg);
    background-repeat: no-repeat;
    height: 233px;
}

#outerWrapper  .news#header #newsdog  {
    float: right;
    margin-right: 100px;
    margin-top: 8px;
}

#outerWrapper  .products#header {
    background-color: #8ab573;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px;
    background-image: url(../images/childlayout-1.jpg);
    background-repeat: no-repeat;
    height: 233px;
}
#outerWrapper .revosm#header {
    background-image: url(../images/childlayout-3.jpg);
    background-repeat: no-repeat;
}


#outerWrapper  #header  {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px;
    height: 233px;
}

#outerWrapper #contentWrapper #content {
    padding: 10px;
    float: left;
    width: 490px;
}


#outerWrapper #contentWrapper #address {
    clear: both;
    float: none;
    width: 700px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    text-align: center;
}


.clearer {
    clear: both;
}

#outerWrapper #contentWrapper #leftcolemn {
    padding: 10px;
    width: 260px;
    float: left;
}
#outerWrapper #contentWrapper #rightcolemn {
    padding: 10px;
    float: right;
    width: 260px;
    height: 500px;
}
.footerlogos .bbb { margin-right:10px; width:100px; height:38px; display:block; float:left; }
.footerlogos .wm { margin-right:10px; width:39px; height:47px; display:block; background: url('../images/wm.jpg'); float:left; }
.footerlogos .l3 { margin-right:10px; width:58px; height:44px; display:block; background: url('../images/logo.jpg'); float:left; }
.footerlogos .gccc { margin-right:10px; width:145px; height:32px; display:block; background: url('../images/gccc.jpg'); float:left; }

.footerlogos { margin:0 auto; width:382px; }

#outerWrapper #footer {
    padding: 10px;
    color: #FFFFFF;
    clear: both;
    margin-bottom: 50px;
    text-align: center;
    font-size: 12px;
}
#outerWrapper .delivery#header {
    background-image: url(../images/childlayout-2.jpg);
    background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #clearer {
    clear: both;
}

