﻿.maintext
{
    color: #000000;
    background-color: #7d7e36;
    font-family: Arial;
    font-size: 10pt;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

.title
{
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.subtitle
{
    color: #7d7e36;
    font-weight: bold;
}

.smalltext
{
    color: #c6d44b;
    font-size: 9pt;
    font-style: italic;
}

.empty
{
    border-right: #c1d72e 1px solid;
    border-top: #c1d72e 1px solid;
    border-left: #c1d72e 1px solid;
    border-bottom: #c1d72e 1px solid;
    background-color: #b0b163;
    color: #53540c;
    font-size: 9pt;
    font-style: italic;
    padding: 3px;
}

.contacttbl
{
    background-image: url(gallery/contact-image.jpg);
    background-repeat: no-repeat;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    width: 300px;
    height: 383px;
    font-size: 9pt;
}

.contacttd
{
    background-color: #aeaf63;
    filter: Alpha (Opacity=82);
    border-right: white 1px dotted;
    border-top: white 1px dotted;
    border-left: white 1px dotted;
    border-bottom: white 1px dotted;
    text-align: left;
}

.contacttd_alter
{
    background-color: #9a9d4e;
    filter: Alpha (Opacity=82);
    border-right: white 1px dotted;
    border-top: white 1px dotted;
    border-left: white 1px dotted;
    border-bottom: white 1px dotted;
    text-align: left;
}

.textbox
{
    border-right: #c1d72e 1px solid;
    border-top: #c1d72e 1px solid;
    border-left: #c1d72e 1px solid;
    border-bottom: #c1d72e 1px solid;
    color: #61621a;
}

.footer
{
    font-family: Arial;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
    background-color: #7d7e36;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    
}

a
{
    color: #ffffff;
}

a:hover
{
    color: #c6d44b;
}

.menu
{
    display: block;
    color: White;
    text-decoration: none;
    padding-top: 5px;
    text-align: center;
    cursor: hand;
    font-weight: bold;
    background-image: url(images/btn.jpg);
    background-repeat: no-repeat;
    width: 140px;
    height: 24px;
} 

.menu:Visited
{
color:White;
text-decoration: none; 
} 

.menu:Hover
{
    color: Black;
    background-image: url(images/btn-over.jpg);
    background-repeat: no-repeat;
}

.prodThumb
{
    border: solid 1px #ffffff;
    margin: 2px;
}

.tblHead
{
   background-color: #5F6022;
    color: #ffffff;
    font-weight: bold;
    height: 10px;
    padding: 5px;
}

p
{
    color: #000000;
    text-indent: 15px;
}


.tips
{
    font-size: 8pt;
    color: #5f6022;
    background-color: #f3f3f3;
    border: solid 1px #5f6022;
    width: 100%;
}

.tipsTitle
{
    color: #ffffff;
    background-color: #7b7c3e;
    font-weight: bold;
    font-size: 10pt;
}

.altertips
{
    font-size: 8pt;
    color: #75762c;
    background-color: #ffffff;
    width: 100%;
    border: solid 1px #5f6022;
}

.altertipsTitle
{
    color: #ffffff;
    background-color: #919248;
    font-weight: bold;
    font-size: 10pt;
}


.news
{
  color: #50511b; 
  padding: 5px; 
}


.newsTitle
{
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}