/*
* Homepage styling
*/
a {
    text-decoration: none;
    color: #0f835f;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 982px;
    background: url(../img/outerbg.png) top left repeat-y;
    margin: 10px auto;
}

/* Container */
#container {
    margin: 0px auto 0px auto;
    width: 960px;
}

#top {
    width: 948px;
    height: 13px;
    padding: 6px;
    background: url(../img/topbg.png) top left no-repeat;
    color: #fff;
    text-align: right;
}

#header {
    width: 960px;
    height: 125px;
    background: url(../img/headerbg.png) top left no-repeat;
}

#nav{float: right; margin: 50px 45px 0px 0px;}

#nav ul {display: inline; list-style: none; margin: 0; padding: 0;}
#nav li {display: inline; float: left; margin: 0;}
#nav li a {display: inline; float: left; text-decoration: none; color: #0f835f;
font-size: 12px; letter-spacing: 1px; }

#nav li a:hover {color: #003366;}

#nav li span {}

#nav01 a {width: 70px;  outline: none;}
#nav01 a:hover {outline: none;}
#nav01on a {width: 70px;  outline: none; color: #003366;}

#nav02 a {width: 70px;  outline: none;}
#nav02 a:hover {outline: none;}
#nav02on a {width: 70px;  outline: none; color: #003366;}

#nav03 a {width: 100px;  outline: none;}
#nav03 a:hover {outline: none;}
#nav03on a {width: 100px;  outline: none; color: #003366;}

#nav04 a {width: 78px;  outline: none;}
#nav04 a:hover {outline: none;}
#nav04on a {width: 78px;  outline: none; color: #003366;}


#content {
    padding: 10px;
}

#content p {
    font-size: 13px;

}

#content h3 {
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 3px solid #0f835f;
}


#homeleft {
    float: left;
    width: 250px;
    margin: 15px 0px 15px 10px;
    border-right: 1px solid #ccc;
}

#about {
    width: 230px;
    margin: 0px 0px 40px 0px;
}

#twitter {
    width: 230px;
    margin: 0px 0px 40px 0px;
}

#twitter_update_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#twitter li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px dotted #999;
    margin-bottom : 5px;
}

#homeright {
    float: right;
    width: 650px;
    margin: 15px 10px 15px 0px;
}

#homeright h3 {
    text-align: right;
}

#slideshow {
    float: right;
    width: 660px;
    margin: 0px 0px 40px 0px;
}

#carousel {
  margin: 0 auto;
  width: 650px;
  height: 200px;
  padding: 0;
  overflow: scroll;
}
#carousel ul {
  list-style: none;
  width: 3900px;
  margin: 0;
  padding: 0;
  position: relative;
}
#carousel li {
  display: inline;
  float: left;
}
.textholder {
  text-align: left;
  font-size: small;
  padding: 6px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

#homeproductlist {
    margin: 10px;
}

#homeproductlist li {
    list-style: none;
    margin: 5px 0px 0px 0px;
}

#officedetails {
    width: 240px;
    float: left;
}

#officemapbox {
    width: 360px;
    height: 250px;
    float: right;
    margin-left: 5px;
}


#feedbackform {
    float: left;
    border: none;
    width: 450px;
    height: 600px;
    overflow: none;
    margin: 0px;
}

#fullofficedetails {
    float: right;
    width: 450px;
}

#fullofficedetails h4{
    font-size: 14px;
    border-bottom: 2px solid #0f835f;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

#bigmapbox {
    width: 450px;
    height: 300px;
    margin: 0px 0px 10px 5px;
}

#aboutleft {
    width: 450px;
    float: left;
}

#aboutleft p, #aboutright p {
    font-size: 1.1em;
}

#aboutleft ul, #aboutright ul {
    font-size: 12px;
}

#aboutleft li, #aboutright li {
    margin: 10px;
}

#aboutright {
    width: 450px;
    float: right;
}

.year {
    color: #0f835f;
}

#productleft {
    width: 250px;
    float: left;
    font-size: 12px;
    border-right: 1px solid #ddd;
    margin: 0px 0px 15px 0px;
}

#productleft ul {
    margin: 0px;
    padding: 0px;
}

#productleft li {
    list-style: none;
    margin: 5px;
}

#productleft a {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    color: #555;
    text-decoration: none;
}

#productleft a.on {
    color: #fff;
    background: #0f835f;
    text-decoration: none;
}

#productleft a:hover {
    color: #fff;
    background: #0f835f;
    text-decoration: none;
}

#productright {
    width: 650px;
    float: right;
    margin-bottom: 10px;
}

#productright h1 {
    font-size: 21px;
}

.productintro {
    float: left;
}

.description {
    margin: 15px 15px 10px 0px;
    clear: both;
}

#productgallery {
    margin: 10px;
}

#productgallery hr {
    clear: both;
    visibility: hidden;
}

.productbox {
    margin: 10px 10px;
    text-align: center;
    padding: 5px;
    float: left;
    width: 250px;
    height: 240px;
    border: 3px solid #eee;
}

.productbox img {
    width: 200px;
    height: 200px;
}

.productbox a.productlink {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    color: #555;
    text-decoration: none;
    border: 3px solid #eee;
}

.productbox a.productlink:hover {
    border: 3px solid #0f835f;
}

#productright .mainproductimage {
    width: 200px;
}

.productpreview {
    width: 100px;
}

.video {
    float: right;
}

/* Footer Stuff */
#footer {
    clear: both;
    width: 948px;
    height: 13px;
    padding: 6px;
    background: url(../img/topbg.png) top left no-repeat;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
}

#footer-bottom {
    clear: both;
}

.email {
color: #fff
}

.productpdf {
    display: block;
    border: 4px solid #eee;
    width: 150px;
    padding: 10px;
    clear: both;
    padding: 15px;
}

.productpdf:hover {
    border: 4px solid #0f835f;
    text-decoration: none;
}

.pdfdownloadbox a {
    display: block;
    margin: 10px;
    font-size: 14px;
}

.pdfdownloadbox img {
    float: right;
}
