body
{
    background-image: url('../img/background.jpg');
    font-family: Verdana, Helvetica;
    font-size: 11px;
    text-align: center;
    margin: 0px 30px 0px 30px;
    padding: 0px 0px 0px 0px;
    height: 100%;    
}

table
{
    border: none;
    border-collapse: collapse;
}

img
{
    border-style: none;
}

a:link, a:visited
{
    color: #7EAA31;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.topNav a:link, .topNav a:visited
{
    color: #6A1612;
    font-weight: bold;
    text-decoration: none;
}

.topNav a:hover
{
    color: White;
}

.navCell a:link, .navCell a:visited
{
    color: White;
}

.navCell a:hover
{
    color: #7EAA31;
    text-decoration: none;
}

sup
{
    font-size: 9px;
}

.navCell
{
    width: 100px;
    background-color: Transparent;
    border: solid 2px white;
    font-weight: bold;
}

.navCellSelected
{
    width: 100px;
    background-color: White;
    border: solid 2px white;
    font-weight: bold;
}

.headlineGreen
{
    font-size: 14px;
    color: #7EAA31;
    font-weight: bold;
}

.textBoxGreen{
    /*border-top: solid 2px #7EAA31;*/
    border-bottom: dotted 2px #7EAA31;
    padding: 4px 0px 4px 0px;
}

.headlineYellow
{
    font-size: 14px;
    color: #FEC662;
    font-weight: bold;   
}

.textBoxYellow
{
    /*border-top: solid 2px #FEC662;*/
    border-bottom: dotted 2px #FEC662;
    padding: 4px 0px 4px 0px;
}

.headlineRed
{
    font-size: 14px;
    color: #6A1512;
    font-weight: bold;   
}

.textBoxRed
{
    /*border-top: solid 2px #6A1512;*/
    border-bottom: dotted 2px #6A1512;
    padding: 4px 0px 4px 0px;
}

.backgroundYellowBlend
{
    background-image: url('../img/gradientYellow.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-left: 2px;
    border-bottom: solid 2px #6a1512;
}

.header
{
    margin: auto auto auto auto;
    width: 900px;
    height: 180px;
    position: relative;
    background-image: url('../img/header.png');
    background-repeat: no-repeat;
}

.logo
{
    width: 322px;
    height: 135px;
    position: absolute;
    display: inline-block;
    left: 42px;
}

.topNav
{
    text-align: right;
    padding-top: 75px;
    padding-right: 10px;
    color: #6a1612;
    font-weight: bold;
}

.nav
{
    position: relative;
    top: 54px;
    font-size: 12px;
    width: 900px;
}

#navTable
{
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: 10px;
}

.mainBackground
{
    margin: auto auto 0px auto;
    width: 900px;
    height: 100%;
    background-image: url('../img/mainBackground.png');
    background-repeat: repeat-y;
}

.main 
{
    margin: auto auto 0px auto;
    width: 880px;
    height: 100%;
    overflow: hidden;
    background-color: White;
}

.mainLeft
{
    margin: 0px 8px 0px 16px;
    float:left;
    width: 300px;
    height: 100%;
    text-align: left;
    padding-right: 8px;
    /*border-right: solid 1px #6A1512;*/
}

.mainRight
{
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.normal
{
    float: left;
    width: 540px;  
}

.ourStoryPic
{
    width: 185px;
    height: 185px;
    float:right;
    background-image: url('../img/ourStory.jpg');
    background-repeat: no-repeat;    
    margin: 0px 2px 2px 2px;
    
}

.signature
{
    width: 100%;
    text-align: right;
    font-style: italic;
}

.xmasPicture
{
    width: 300px;
    height: 160px;
    background: white url('../img/homePage/xmasPresent.jpg') no-repeat;
    margin: 8px 0px 12px 0px;
}

.shippingBoxPicture
{
    width: 120px;
    height: 120px;
    float:right;
    background-image: url('../img/homePage/shippingBoxDollarSign.jpg');
    background-repeat: no-repeat;    
    margin: 0px 2px 2px 2px;    
}

.announcementPicInline
{
	float: right;
    margin: 0px 2px 2px 2px;
}

.footer
{
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    margin: auto auto auto auto;
    width: 900px;
    height: 60px;
    color: White;
    font-weight: bold;
    padding-top: 30px;
}

.footer a, .footer a:visited, .footer a:hover
{
    color: White;
    font-weight: bold;
}

/* 'Products'-only styles*/
.mainTop
{
    margin: 0px 8px 0px 16px;
    padding-bottom: 16px;
}

.footprints
{
    text-align: left;
    font-style: italic;
    padding-bottom: 4px;
    border-bottom: dotted 2px #7EAA31;
}

.productsLeft
{
    width: 180px;
}

.productsModule
{
    width: 100%;
    font-size: 12px;
    margin-bottom: 16px;
}

th.productsModule
{
    color: White;
    padding: 4px 4px 4px 4px;
}

td.productsModule
{
    padding: 4px 4px 4px 4px;
}

.categories
{
    border: solid 1px #7EAA31;
}

th.categories
{
    background-color: #7EAA31;
}

.quickFind
{
    border: solid 1px #FEC662;
}

th.quickFind
{
    background-color: #FEC662;
}

.specials
{
    border: solid 1px #6A1512;   
}

th.specials
{
    background-color: #6A1512;
}

.productsRight
{
    margin-left: 212px;  
}

.infoBoxHeading, .BLAHcategories
{
    color: #FEC662;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.productTitle, .productPrice{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.productListing-heading
{
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

a.productListing-heading
{
	color: black;
}

.productPrice
{
    font-weight: bold;
    color: #bbbbbb;
}

.additionalProductPics
{
	width: 70px;
	height: 105px;
	border-width: 0px;
	margin: 0px 4px 0px 0px;
}

.boxText
{
    font-weight: normal;
}

.boxText a:link, .boxText a:visited, .boxText a:hover
{
    font-weight: normal;
}

.contactInfo
{
    padding-bottom: 8px;
}

.contactForm, .emailListForm
{
    margin: 0px 0px 0px 0px;
}

.emailListForm
{
    padding: 4px 0px 4px 0px;
}

.contactFormName, .contactFormEmail, .contactFormComment
{
    width: 50%;
    margin: 4px 0px 4px 0px;
}

.emailListFormName
{
    width: 148px;
    margin: 0px 0px 0px 0px;
}

.contactFormComment
{
    width: 98%;
    height: 170px;
}