﻿body 
{
    font-family: Verdana, Sans-Serif;
    margin-top:0;
    background-color:#FCDD80;
    background-image:url('http://harvesthoney.sdwent.net/images/headerline.gif');
    background-position:2px 110px;
    background-repeat:repeat-x;
}
a
{
    color:#990000;
    text-decoration:none;
    font-weight:bold;
}
a:active, a:hover
{
    color:#990000;
    text-decoration:underline;
}
img
{
    border:0;
}
h1
{
    font-size:large;
    font-weight:bold;
    font-variant:small-caps;
}
h2
{
    font-size:medium;
    font-weight:bold;
    font-variant:small-caps;
}
table.pagelayout
{
}
td.content
{
    padding-left:20px;
}
img.header
{
    margin-top:30px;
    margin-left:20px;
    margin-bottom:20px;
}
div.nav img
{
    margin-top:5px;
    margin-bottom:10px;
}
tr.footer
{
    font-size:x-small;
}
table.subnavbar
{
    border-top: solid 1px #990000;
    border-bottom: solid 1px #990000;
}
table.subnavbar td
{
    padding-left:50px;
    padding-right:50px;
}

table.productlist
{
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    border: solid 1px #990000;
    width:100%;
}
table.productlist img
{
    border: solid 1px #990000;
}
.product
{
    border: solid 2px #990000;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup_galleryimage 
{
	background-color:#404040;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	text-align:center;
	top:0;
}
