* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    background-color: #F1F8E9;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #666666;
}

a {
    color: #4CBB17;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

h1, h2 {
    color: #4CBB17;
}

a:hover a:visited {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#topgap {
    background: transparent url(../images/siteTgrd.gif) repeat-x scroll center bottom;
    height: 7px;
    width: 1000px;
}

#page {
    /*
     background-color: #ffffff;
     */
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

.gap {
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 5px;
}

/*HEADER*/
#header {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
    /*  background-color: yellow; border-bottom: 5px solid #4CBB17; background-color: #EDEEEF;*/
}

#logo {
    width: 500px;
    height: 100px;
    float: left;
    /* border: 1px solid #4CBB17;*/
}

#logo a {
    text-decoration: none;
}

#logo img {
    width: 500px;
    height: 100px;
    border: none;
}

#header .h_menu {
    float: right;
    margin-top: 0px;
    width: 1000px;
    height: 45px;
    /*background-color:red;*/
}

#header .tab {
    color: #FFFFFF;
    float: left;
    background-image: url(../images/greentab2.gif);
    left: 300px;
    width: 129px;
    height: 33px;
    text-align: center;
    font: 9pt Verdana, sans-serif;
    padding: 6px;
    margin-left: 1px;
    text-decoration: none;
    font-weight: bold;
}

#header-nav {
}

#header-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#header-nav li {
    display: inline;
    text-decoration: none;
    padding: 10px 0;
    width: 163px;
    height: 30px;
    background: #4CBB17;
    float: left;
    text-align: center;
    border-left: 3px solid #fff;
}

#header-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

ul#header-nav li a:hover {
    background: #4CBB17;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

#header a {
    text-decoration: none;
}

#header .tab:hover {
    cursor: pointer;
    background: transparent url(../images/greentab2.gif) -130px -5px no-repeat;
    text-decoration: none;
    color: #3F3F3F;
}

#topSmallNavigation {
    width: 430px;
    height: 20px;
    float: right;
}

#topSmallNavigation li {
    display: inline;
    float: right;
    padding: 0 5px;
    border-right: #CCCCCC 1px solid;
    font-weight: bold;
    text-decoration: none;
}

#topSmallNavigation .strongTextLink, .strongTextLink a:link, .strongTextLink a:active, .strongTextLink a:visited {
}

#topSmallNavigation .lastLI, .jqbookmark {
    border-right: 0 none;
}

/* Search Area*/
#search {
    float: right;
    width: 305px;
    height: 45px;
    /*background-color:yellow;*/
}

#search form {
    float: right;
    margin: 0;
    padding: 15px 0px 0 0;
}

#phone {
    float: right;
    width: 305px;
    height: 35px;
    /*background-color:yellow;*/
}

#phone p {
    text-align: right;
    font-size: 27px;
    padding-top: 1px;
    color: #4CBB17;
    font-family: cursive, Default; /* Page Footer */
}

#footer {
    width: 1000px;
    height: 80px;
    padding: 10px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    background: transparent url(../images/siteBgrd.gif) repeat-x scroll center bottom;
    border-top: #CCCCCC solid 1px;
}

#footer p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    line-height: normal;
}

#smallfooternav {
    width: 450px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

#smallfooternav li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    border-right: #CCCCCC 1px solid;
}

#smallfooternav .sstrongTextLink, .sstrongTextLink a:link, .sstrongTextLink a:active, .sstrongTextLink a:visited {
    font-weight: normal;
    text-decoration: none;
}

#smallfooternav .slastLI, a {
    border-right: 0 none;
    font-weight: normal;
    text-decoration: none;
}

/* content */
#content {
    min-height: 875px;
    /*
     * background-color: #ccc;
     * border: thin dotted #4CBB17;
     * background-color: #EDEEEF;
     */
}

#content_body {
    float: right;
    margin-top: 20px;
    width: 760px;
    /*height: 700px;*/
    height: inherit;
}


/*Contact Us Page*/
#contactus {
    margin-top: 5px;
    padding: 1px;
}

#contactus img{
    border:none;
}

img{
    border:none;
}


#contactus table {
    width: inherit;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#contactus td {
    padding: 5px;
}

.required {
    color: red;
}

fieldset {
    border: none;
}

/*Privacy Policy Page*/
#privacypolicy h1, h2, p {
    padding-top: 10px;
}

#privacypolicy h1 {
    font-size: 18px;
}

#privacypolicy h2 {
    font-size: 16px;
}

#privacypolicy p {
    color: #4F4F4F;
}

/*Legal Page*/
#legal h1, h2, p {
    padding-top: 10px;
}

#legal h1 {
    font-size: 18px;
}

#legal h2 {
    font-size: 16px;
}

#legal p {
    color: #4F4F4F;
}

/*Home Page Vendor*/
#vendor_logos {
    margin-top: 550px;
    width: 755px;
    height: 100px;
    border-top: 1px solid #4CBB17;
}

#vendors_container {
    float: left;
    height: 80px;
    padding: 10px 10px 0px;
    /*
     * width: 555px;
     * border: 1px solid #A0A0A0;
     */
}

#vendors_container ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 10px 0;
}

#vendors_container li {
    display: inline;
}

#vendors_container a:link, a:visited {
    text-decoration: none;
}

#vendors_container a {
    text-decoration: none;
    border: none;
    color: #fff;
}

#vendors_container h3 {
    text-align: center;
    font-size: 25px;
    font-family: Arial, Helvetica, Sans-serif;
    padding: 10px 0;
}

/*Product display page start*/
td.pageHeading, div.pageHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.pageHeading h1 {
    font-size: 25px;
    color: #4CBB17;
}

td.smallText, span.smallText, p.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

/*Product display home page start*/
#featuredproducts {
    font-size: 11px;
}

#featuredproducts a a:link, a:visited {
    text-decoration: none;
    border: none;
}

#featuredproducts li {
    float: left;
    width: 33%;
}

#featuredproducts ul, ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#featuredproducts h3 {
    text-align: left;
    font-size: 16px;
    color: #4CBB17;
}

#featuredproducts .price {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.price {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#featuredproducts img {
    width: 125px;
    height: 127px;
    border: none;
}

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
