body {
    background-color:   #3E6B8C;
    margin:             0px;
    padding:            0px;
    font-family:        Arial, Verdana, helvetica, sans-serif;
    background-image:   url(/images/bgimage.jpg);
    background-repeat:  repeat-x;
    color:              #444444;
}

    
#mainback {
    margin-left:        auto;
    margin-right:       auto;
    width:              750px;
    background-image:   url(/images/tablebg.jpg); 
    background-repeat:  repeat-y;
    height:             100%;
    background-color:   #3E6B8C;
}

#mainarea {
    margin-left:        auto;
    margin-right:       auto;
    width:              750px;
/*
    background-image:   url(/images/tablebg.jpg); 
    background-repeat:  repeat-y;
    background-color:   white;
*/
    height:             100%;
}

a {
    text-decoration     : none;
}

a:hover {
    text-decoration     : underline;
}

a.grower {
    font-size           : 12px;
    color               : #4C5679;
}
a.grower:hover {
    text-decoration     : none;
}


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

#giftcard-list li {
    position: relative;
    float: left;
    margin: 2px 2px 0px 0px;
    width: 150px;
    height: 90px;
    text-align: center;
    padding-top: 3px;
    padding-left: 2px;
/*
    border: solid 1px black;
*/
    font-size: 20px;
    font-weight: bold;
    background-image: url(/images/card_bg.jpg);
    background-repeat: no-repeat;
    color:black;
}

#giftcard-list li a {
    display: block;
    padding-top: 25px;
    color:              #444444;
}

.hidden {
    visibility: hidden;
    display: none;
}


.input_error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

#cart {
    font-size: 12px;
}

#message {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.dynamic_choices {
    font-size:10px;
}

.subserver_div {
    display:none;
    visibility:hidden;

    border: 1px solid black;
    background: white;
    z-index: 100;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.submenu_container {
    position: absolute;
    margin-left: 60px;
}

.subserver_link {   
    font-size:18px;
}

p.question {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:0px;
}
p.answer {
    margin-top: 0px;
    font-size: 12px;
}

li.answer {
    font-size: 12px;
}
    
#footer {
    text-align: center;
    font-family         : Arial, Verdana, helvetica, sans-serif;
    font-size:      10px;
}

img {
    border: none;
}

.discounted_price {
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.fineprint {
    font-size: 10px;
}
