div#rightColumn {
    float:right;
    width: 467px;
    border: 1px solid #000;
}

div#leftColumn {
    border: 1px solid #ccc;
    width: 412px;
}

.visual-section {
    min-height: 271px;
    padding: 10px;
    margin-left: -8px;
    margin-right: -4px;
}

div#header-img {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #000;
    width: 380px;
    height: 253px;

}

.txt-info {
    float:right;
    width: 450px;
}

.txt-info h1 {
    font-size:26px;
    letter-spacing:0.025em;
    margin:0 0 10px;
}

.txt-info p {
    font-size: 20px;
    margin: 0px 0px 25px;
}

#content {
    background: transparent url(../../../img/content-bg.png) repeat-y;
    margin-bottom: 0px;
}

#footer {
    background: transparent url(../../../img/footer-bg.png) no-repeat;
    height: 38px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    line-height: 50px;
}

.title-bar {
    -moz-box-shadow: 0px 13px 14px -4px #555;
    -webkit-box-shadow: 0px 13px 14px -4px #555;
    box-shadow: 0px 13px 14px -4px #55;
    background-color:#DFDFD6;
    border-bottom:1px solid #F9F9F7;
    border:1px solid #666;
    color:#4F4902;
    height:30px;
    padding:21px 10px 17px 15px;
    position: absolute;
    margin-left: -25px;
    width: 900px;
}

.title-bar h2 {
    color: #4F4902;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-shadow:none;
    line-height: 16px;
}

ol, ul {
    list-style: none;
}


.title-bar ul li {
    float: left;
    padding-left: 20px;
}

.title-bar ul li.first {
    float: left;
    width: 463px;
}

.title-bar ul li.second {
    width: 320px;
}

.three-column-panel {
    background-color: #DFDFD6;
    min-height: 200px;
    margin-left: -8px;
    margin-right: -4px;
}


.three-column-panel ul li.first {
    background-color: #B5AF9F;
    border-right: 1px solid #F9F9F7;
    padding-left: 15px;
    padding-right: 15px;
    width: 452px;
    float: left;
    font-size: 12px;
    line-height: 1.4;
    min-height: 400px;
    padding-top: 90px;
    color: #333;
    padding-bottom: 10px;
}

.three-column-panel ul li.second {
    background-color: #BAB29A;
    border-right: 1px solid #F9F9F7;
    padding-left: 15px;
    padding-right: 15px;
    width: 380px;
    float: left;
    font-size: 12px;
    line-height: 1.4;
    min-height: 400px;
    padding-top: 90px;
    color: #333;
    padding-bottom: 10px;
}

ul#product-scroll {
    margin-top: -500px;
    position: absolute;
    bottom: 0;
}

ul#product-scroll li {
    display:block;
    border-bottom: 1px solid #fff;
    padding: 10px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
}

ul#product-scroll li.last {
    border-bottom: 0px solid transparent;	
}

div#product-container {
    height: 400px;
    overflow: hidden;
    position: relative;
}

ul#product-scroll label {
    display:block;
    font-weight: bold;
}

img.productImg {
    float: left;
    padding: 3px;
    background-color: #DFDFD6;
    border: 1px solid #807a67;
    margin-right: 4px;
}

div#product-container li a {
    text-decoration: none;
    color: #4F4902;
    text-shadow: #eee 0px 1px 0px;
}

div#product-container li label {
    margin-bottom: 2px;
}

div.featured-product label {
    font-size: 1.4em;
    margin-bottom: 10px;
}

div.featured-product a {
    text-decoration: none;
    color: #4F4902;
    text-shadow: #eee 0px 1px 0px;
    font-size: 1.4em;
}

div.featured-product img {
    margin-right: 10px;
}

div.featured-product p {
    color: #5D5E5D;
    font-size: 1.4em;
}

label.featured-product-name {
    font-weight: bold;
    display:block;
}
div#product-featured-container {
    position:relative;
}

div#featured1 {
    position: absolute;
    top: 0px;
}

div#featured2 {
    position:absolute;
    top: 0px;
    display: none;
}

div.offerButton {
    margin-top: 20px;
    text-align: center;
}
