body {
        font-family: arial, sans-serif;
        font-size: 14px;
        background-image: url('images/bg.jpg');
        background-repeat: repeat-x;
        margin: 5px 0px;
        padding: 0px;
}

#content {
        margin: 0px auto;
        padding: 0px;
        width: 780px;
        text-align: left;
        border: solid 1px #006400;
        background-color: #fff;
}

/*
        Main
*/

#main {
        float: left;
        width: 770px;
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
        background: #fff url('images/main_bg.jpg') no-repeat bottom;
}

#leftCol {
        float: left;
        width: 194px;
        padding: 0px;
        margin-top: 5px;
}
        
#leftCol img {
        margin-bottom: 1px;
}

#rightCol {
        float: right;
        width: 572px;
        margin: 0px;
        padding: 0px;
}

/*
        Header
*/

#header {
        background-position: center center;
        background-image: url("images/header.jpg");
        background-repeat: no-repeat;
        background-color: #fff;
        width: 572px;
        height: 200px;
        margin: 0px auto;
}

.floatleft {
           float: left;
           margin: 0px 5px 5px 0px;
}

/* 
        Navigation
*/
                
#navbar {
        float: right;
        width: 565px;
        height: 34px;
        background-image: url('images/navbg.jpg');
}
                
#navigation {
        width: 565px;
        text-align: center;
        margin: 0px;
        margin-top: 8px;
        padding: 0px;
        list-style-type: none;
        font-size: 14px;
}
                
#navigation li {
        display: inline;
        position: relative;
}

#navigation a {
        padding: 8px 6px 10px;
}

#navigation a {
        color: #fff;
        text-decoration: none;
}

#navigation a:hover {
        color: #fff;
        text-decoration: underline;
}

/* 
        Second level navigation 
*/

#navigation li ul {
        display: none;
        list-style: none;
        position: absolute;
        top: 26px;
        left: 0px;
        padding: 0px;
        padding-bottom: 5px;
        width: 130px;
        background-color: #036704;
        border: 1px solid #000;
        color: #fff;
        cursor: pointer;
}

#navigation li:hover ul {
        display: block;
}

#navigation li:hover ul a {
        background: none;
        color: #fff;
}

#navigation li ul li{
        float: left;
        clear: both;
        background: none;
        margin-top: 5px;
        font-size: 13px;
}

#navigation li ul li:hover {
        text-decoration: underline;
}

#navigation li ul li a {
        clear: both;
        float: left;
        padding: 0 5px;
        border: none;
}

#navigation li ul li:first-child a{
        border: none;
}
        
/*
        Navigation End
*/

#text {
        float: left;
        width: 518px;
        background-color: #E7F0FF;
        padding: 0 15px;
        margin: 10px 0 25px 10px;
}

#text p:first-child {
                color: #f00;
}

#text ul {
                padding: 0;             
}

#text li {
                margin-left: 25px;
}

#piccol{
                float: right;
                width: 215px;
                margin-top: -50px;
}

#piccol img {
                margin-bottom: 10px;
}

#list {
                float: left;
                width: 200px;
                margin-top: -10px;
}

#list a {
                color: #00f;
                text-decoration: none;
                font-size: 16px;
}

#list a:hover {
                color: #00f;
                text-decoration: underline;
}

#list li {
                padding: 3px 0;
                list-style: none;
                margin-left: 0px;
}

#picsofbirds {
                float: right;
                width: 215px;
                margin-top: -640px;
}

#picsofbirds img {
                margin-bottom: 10px;
}

/* 
--------- Contact Page ----------
*/

#contact {
                float: left;
                margin-top: 10px;
                padding-bottom: 10px;
                font-size: 13px;
}

#address {
                float: left;
                margin-left: 35px;
                font-size: 13px;
}

#address p:first-child {
                color: #000;
}

/* 
--------- Footer ----------
*/

#footer {
        clear: both;
        background-color: #E7F0FF;
        font-size: 11px;
        text-align: center;
        margin: 0px;
        padding: 0px;
}

#footer a:link, a:active, a:visited {
        color: #000;
        text-decoration: none;
}

#footer a:hover {
        color: #000;
        text-decoration: underline;
}

/*
----- Products -----
*/

#breadcrumbs {
        padding-top: 5px;
        padding-bottom: 10px;
}

#breadcrumbs a {
        color: #0000ff;
        text-decoration: none;
}

#breadcrumbs a:hover {
        color: #008000;
        text-decoration: underline;
}

#defaultImage {
        float: none;
        padding-bottom: 10px;
}

#defaultImage img {
        border: 1px solid #000;
}

#thumbnails {
        float: right;
        width: 300px;
        text-align: center;
}

#thumbnails img {
        border: 1px solid #000;
        width: 90px;
        height: 90px;
}

#thumbnails li {
        list-style: none;
        float: left;
        width: 90px;
        padding-left: 5px;
        padding-bottom: 5px;
}

#productInfo {
        float: none;
}

#category {        
        list-style: none;
        width: 510px;
        margin-left: 0px;
}

#category img {
        /*max-height: 90px;*/
        border: 1px solid #000;
}

#category li {
        float: left;
        width: 150px;
        text-align: center;
        margin: 5px 5px;
        padding: 5px;
}

#category li a {
        color: #0000ff;
        text-decoration: none;
}

#category li a:hover {
        color: #008000;
        text-decoration: underline;
}

#clear {
        clear: both;
}

