﻿#main
{

 /*	background-color: #1E792C; */ /*Christmas Green 
/*  background-color: navy;*/
/* 	background-image: url("CatalogueBG.jpg");
 	background-repeat: no-repeat; */
/* 	background-color: #01205B; /* #01103B; */
	background-color: Navy; 
    color: White;
    width: 100%;
 	top: 15%;
 	bottom: 10%;
 	left: 0;
	right: 0;
	border: 1px solid white;
	position: absolute;
	display: block;
    box-sizing: border-box;
	overflow: auto;
    font-size: 1em;
}
#warning {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
#shop
{
	display: block;
    width: 100%;
}
#imgleft
{
    float: left;
    margin: auto;
    width: 18%;
    padding: .5% .5% .5% .5%;
}
#imgleft img 
{
    width: 100%;
    height: auto;
    /* CHristmas green */
    background-color: #1E792C;
}
#NoticeBoard {
    padding: .5% .5% .5% .5%;
    float: left;
    width: 60%;
    border: 5px inset #663300;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 1vw;
    margin: auto;
}
#imgright
{
  /*  display: table-cell; */
    float: left;
    margin: auto;
    width: 15%;
    padding: .5% .5% .5% .5%;
}
#imgright img
{
    width: 100%;
    height: auto;
}
#NBHeader
{
    height: 15%;
    text-align: center;
  /*  vertical-align: middle; */
    color: Navy;
    background-color: #fff000; /* Yellow; */
    font-size: 5vw;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: auto; 
    padding: 2%;
}
#NBContent {
    display: block;
    overflow: hidden;
    font-size: 4vw;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-align: center;
    background-color: Black;
    color: White;
    padding: 2%;
}
#NBContent h1 
{
    font-size: 4vw;
    /* color: lime; */
    color: Red;
    background-color: LightBlue;
    font-weight: bold;
    /* font-style: italic;
    text-decoration: underline; */
}
#NBContent h2 
{
    font-size: 2.2vw;
    color: Yellow;
    background-color: Red;
    padding: 2%;
}
#Slogan 
{
    display: block;
    font-size: 2.5vw;
    color: cyan;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-style: italic;
    padding: 2%;
}
#SpecialsLink 
{
    font-size: 3vw;
}
#SpecialsLink a:link, a:visited
{
    color: Cyan;
}
#NBLeader
{
    height: 15%;
    text-align: center;
    vertical-align: middle;
    color: Navy;
    background-color: #fff000; /* Yellow; */
    font-size: 2.5vw;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: auto;
    padding: 2%;
}
#MainBody
{
   /* display: block; */
    width: 100%;
    clear: both;
}
#WhatWeDo
{
    margin: 0;
    padding: 0;
    font-size: 1.5vw;
    width: 100%;
}
#WhatWeDo h2 
{ 
    width: 80%;
    margin-left: 15%;
    font-size: 3vw;
    font-family: Times New Roman;
    font-style: italic;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    
}
#WhatWeDo ul 
{
    margin-left: 30%;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
    font-size: 3vw;
    list-style-type: disc;
    margin-bottom: 0;
}
#BestViewed {
    display: none;
    float: left;
    margin: 20px 0px 0px 0px;
    font-size: 2vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
}