body {
    width: 960px;
    background-color: #001200;
    font-size: 14pt;
    color: #000000;
    font-family: "Comic Sans MS", Georgia, Garamond;
    margin: auto; 
    position: relative;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
} 

/* Pink background*/
div.pink  {
    width: 100%;
    height: 100%;
    background-color: #FFDDFF;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
}

div.main  {
    width: 960px;
}

section  {
    width: 44%;
    float: left;
    padding: 0em .5em 0em 2em;
    text-align: justify;
    text-justify: inter-word;
}

section.c  {
    width: 950px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 2px;
}

section.centre  {
    text-align: justify;
    text-justify: inter-word;
    width: 48%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: .5em .5em .5em 1.5em;
} 

.address  {
    background-color: #FFDDFF;
    width:350px;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
}

/* Header formatting */
header  {
    height:13.5em;
    background: #FFDDFF;
    width: 100%;  
    background-image: url('logo.png');
    background-repeat:no-repeat;
    position: relative;
    top: 0;
    float: left;
    text-align:right;
}

/* GBB heading */
div.head1 {
    width: 74%;
    vertical-align: top;
    float: left;
}


/* Top navigation bar */
nav  {
    background-color: #CCDDCC;
    line-height: 2em;
    vertical-align: middle;
    margin-bottom:20px;
    padding:  0em 3.5em 0em 3.5em;
    text-align: center;
    color: #AA2277;
    box-shadow: 0 8px 6px -6px #303030;
    box-shadow: 0 8px 6px -6px #303030;
    box-shadow: 0 8px 6px -6px #303030;
}

.navpk  {
    font-size:15pt;
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #AA2277;
    text-decoration:none;
}

h1  {
    color:  #AA2277;
    font-size: 30pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #303030;
    padding: 6px 0px 5px 0px;
    margin-top: 12px;
}

h2  { 
    color: #006655;
    font-size: 26pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;	
    text-align: center;
    text-shadow: 2px 2px 4px #303030;
    padding: 5px 0px 8px 0px;
    margin: 0px;
}

h3  {
    color: #AA2277;
    font-size: 23pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #303030;
    padding: 9px 0px 7px 0px;
    margin: 0px;
}

h4  { 
    color: #006655;
    font-size: 22pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    text-shadow: 1px 1px 3px #303030;
    padding: 0px;
    margin: 5px 5px 5px 18px;
}

h5  { 
    color: #AA2277;
    font-size: 18pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    padding: 0px;
    margin: 5px 5px 5px 18px;
}

p {
    padding: 0em 1em 0em 1em;
    text-align: left;
}

p.right  {
    text-align: right;
    font-size: 13pt;
} 

/* phone # in heading*/
p.grn  {
    color: #006655;
    font-size:  14pt;
    text-align: right;
}

p.burg {
    font-weight:bold;
    color:  #AA2277;
    text-align: center;
}

p.gren {
    font-weight:bold;
    color:  #006655;
    text-align: center;
}

p.burgharr {
    font-size: 25pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight:bold;
    color:  #AA2277;
    line-height:90%;
    text-align: center;
}
p.grnharr {
    font-size: 25pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight:bold;
    color:  #006655;
    line-height:90%;
    text-align: center;
}

p.red {
    font-weight:bold;
    text-align: center;
    font-size:33pt; 
    font-family: Harrington, Georgia, Garamond;
    color:#AA2277;
    text-shadow: 2px 2px 4px #303030;
    margin: 5px 5px 5px 0px;
}

p.redsml {
    font-weight:bold;
    text-align: center;
    font-size:16pt; 
    font-family: Harrington, Georgia, Garamond;
    color:#AA2277;
    text-shadow: 2px 2px 4px #303030;
    margin: 5px 5px 5px 0px;
}


p.redcs {
    font-weight:bold;
    text-align: center;
    font-size:16pt; 
    font-family: "Comic Sans MS",, Georgia, Garamond;
    color: #ff0000;
    text-shadow: 1px 1px 2px #303030;
}

p.green {
    font-weight:bold;
    color:#006655;
    line-height:65%;
    text-align: center;
}

p.georgia  {
    font-family: Georgia, Garamond;
    text-align: center;
    font-style: italic;
}

p.georgiasml  {
    font-family: Georgia, Garamond;
    text-align: center;
    font-size:13pt; 
}

p.b  {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
}  

p.gap  {
    font-size: 20pt;
    line-height:10em;
}
p.smlgap  {
    font-size: 13pt;
    line-height: 4em;
}

p.vrysmlgap  {
    font-size: 5pt;
    line-height: 2em;
}

.indent  {
    padding-left: 1.5em;
}  

p.indentwig  {
    padding-left: 3em;
} 
p.sml  {
    font-size: 10pt;
} 

/*To automate postage cost changes:*/

p.oo:after  {
    content:"  $1.50";
    text-align: center;
}

p.ooo:after
{
content:"  $2.50";
}

p.o:after  {
    content:"  $3.00";
    text-align: center;
}

p.o1:after  {
    content:"  $3.40";
    text-align: center;
}

p.o2::after  {
    content:"  $8.75";
    text-align:right;
}

p.o3:after  {
    content:"  $15.70";
    text-align: center;
}

p.o4:after  {
    content:"  $16.70";
    text-align: center;
}

p.o5:after  {
    content:"  $21.99";
    text-align: center;
}

p.o6:after  {
    content:"  $23.99";
    text-align: center;
}

p.small  {
    color: #000000;  
    font-size: 10pt;
} 
table {
    text-align: left;
    vertical-align:top;
    width: 100%;
}
td  {
    vertical-align:top;
}

/* shopping cart table */

table.cart  {
    background-color: #CCDDCC;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    width: 100%;
}

td.cart  {
    background-color: #CCDDCC;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    padding:1px;
    text-align:center;
}

tr.cart  {
    background-color: #CCDDCC;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}

th.cart  {
    background-color: #CCDDCC;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    padding:1px;
    text-align:center;
}

div.blossom  {
    width:90%;
    margin-left: auto;
    margin-right: auto; 
    background-image:url('palegum2.jpg');
    border: 2px solid black;
    box-shadow: 9px 9px 14px #303030;
}


/*Footer navigation table*/
table.nav  {
  table-layout: static;
  background-color: #CCDDCC;
  Width: 100%;
  text-align: left;
  margin: 0px;
  padding-top: 0px;
	 box-shadow: 0 8px 6px -6px black;
	     box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

td  {
  width: 22%;
  background-color: #CCDDCC;
  padding-left:3%;
}


table.basket  {
  background-color: #CCDDCC;
 margin: auto;
  width: 80%;
  border-collapse:collapse;
  border: 2px solid black;
  box-shadow: 3px 3px 5px #303030;
} 
th.basket  {
  font-size: 1.4em;
  color: #006655;
  font-family: Harrington, Georgia, Garamond;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px #303030;
  border-collapse:collapse;
  border: 2px solid black;
  padding: .5em;
} 
 td.basket  {
 color:  #AA2277;
  border-collapse:collapse;
  border: 0px;
  padding: .5em;
} 

td.right-align {
    text-align: right;
  background-color: #CCDDCC;
  border-collapse:collapse;
  border: 0px;
  padding: 5px;
}

table.shop
{
  width: 65%;  
  background-color:#CCDDCC;
  border:3px solid black;
  border-collapse:collapse;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  box-shadow: 3px 3px 5px #303030;
}

td.shop
{
  background-color:#CCDDCC;
  border: 2px solid black;
  text-align: center;
  vertical-align: middle;
  padding: .5em .5em .5em .5em;
  width:18%;
}

td.shopa
{
  background-color:#CCDDCC;
  border: 2px solid black;
  text-align: center;
  vertical-align: middle;
  padding: .5em .5em .5em .5em;
  width:55%;
}

div.item  {
    width: 100%;
    background-color:#CCDDCC;
    border:3px solid black;
    border-collapse:collapse;
    margin: auto;
    padding: 10px;
    text-align: center;
    box-shadow: 3px 3px 5px #303030;
}

table.item  {
    width: 100%;
    background-color:#CCDDCC;
    border:3px solid black;
    border-collapse:collapse;
    margin: auto;
    text-align: center;
    box-shadow: 3px 3px 5px #303030;
}

td.item  {
    background-color:#CCDDCC;
    border: 2px solid black;
    padding:0px;
    padding: 5px;
    margin: 0px;
}

table.links  {
    width:790px;
    background-color:#CCDDCC;
    border:3px solid black;
    border-collapse:collapse;
    margin: auto;
    text-align: left;
    box-shadow: 3px 3px 5px #303030;
    table-layout: static;
}
th.links  {
    color: #006655;
    font-size: 24pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #303030;
    margin: 5px;
    border: 2px solid black;
    padding: .5em;
    width:395px;
    overflow: hidden;
 }

td.links  {
    border: 2px solid black;
    padding:.5em;
    width:395px;
    overflow: hidden;
}

table.wig  {
    width: 63%;
    border-collapse:collapse;
    border: 0px;
    background: #FFDDFF;
    margin-left: 3.5em;
}  

td.wig  {
    background: #FFDDFF;
    padding: 10px 0px 10px 0px;
}

td.wigrt  {
    background: #FFDDFF;
    padding: 10px 10px 10px 0px;
    text-align: right;
}

.one  {
    width: 30%;
    text-align: left;
}

.two  {
    width: 70%;
    text-align: left;

}
.three  {
    width:44%;
    font-size:13pt; 
    text-align: left;
}

.four  {
    width: 56%;
    font-size:13pt; 
    text-align: left;
}

div.product-info  {
    font-family:Calibri; 
    font-size:12pt; 
    padding-left:15px; 
    padding-right:15px;
}

#ghost {
    display: none;
}

img.top  {
    width: 58%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding-top: 1em; 
}

img.shopcrt  {
    padding: 1em 0em 1em 0em;
}

/* Right heading division*/
div.head2  {
    width:24%;
    float: right;
    text-align: right;
    padding: 0px; 
    margin: 0em 1em 0em 0em;
}
  
a.head:hover  {
    font-size: 15pt;
    color:#CC44BB;
    text-decoration:none;
}

a.menu:link  {
    font-size: 14pt;
    color: #006655; 
    text-decoration: underline;
}
a.menu:visited  {
    font-size: 14pt;
    color: #006655; 
    text-decoration: underline;
}
a.menu:hover  {
    color:#AA2277;
    text-decoration: none;
}

a.sml:link  {
    font-size: 11pt;
    color: #AA2277; 
    text-decoration: none;
}
a.sml:visited  {
    font-size: 11pt;
    color: #AA2277; 
    text-decoration: none;
}
a.sml:hover  {
     color:#006655;
    text-decoration: underline;
}

a.centre:link  {
    color: #006655;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 22pt; 
    font-family: Harrington, Georgia, Garamond;
    font-weight: bold;
    text-shadow: 1px 1px 3px #303030;
    text-decoration: underline;
}
a.centre:visited  {
    color: #006655;
    text-decoration: underline;
}
a.centre:hover  {
    color: #AA2277;
    text-decoration: none;
}
a.centre:active  {
    color: #CCDDCC;
    text-decoration: none;
}

div.box  {
    font-family: Georgia, Garamond;
    background-color: #CCDDCC;  
    width: 5.5em;
    border:2px solid black;
    margin:1px;
    padding: 0px 1px 1px 1px;
    border-radius:5px;
    float: right;
}

a.navpk:link {
    font-size:15pt;
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #AA2277;
    text-shadow: .5px .5px .5px  #003329;
    text-decoration:none;
}
a.navpk:visited  {
    color: #AA2277; 
    text-decoration:none;
}
a.navpk:hover  {
    color:#006655;
    text-decoration:underline;
}

a:link {
    color: #AA2277;
}

a:visited {
    color: #AA2277;
}

a:hover {
    color: #006655;
    text-decoration:none;
}

a:active {
    color: #006655;
    text-decoration:none;
}

.redrose  {
     display:none;
}


ul   {	
    list-style-image:url('bullet.gif');  
}

ol   {	
     text-align: left;   
}

img.sig  {
    float: right;
    padding-right: 8px;
}

img.fb  {
    float: right;
    width: 2.5em;
    margin-right: 8px;
    vertical-align: text-bottom;
}

img.shop  {
    margin-left: auto;
    margin-right: auto;
    border:0px;
}  

 img.centre  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

img.centre55 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

 img.sevfivpx  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
}

img.shad   {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border: 2px solid #000000;
    box-shadow: 4px 4px 5px #303030;
}

img.shad90  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: 2px solid #000000;
    box-shadow: 4px 4px 5px #303030;
}

img.shadsml   {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.avgirls  {
    width: 100%;  
    background-image: url('/2014/avgirlsml.jpg');
    background-repeat:no-repeat;
    position: relative;
}
img.thirtynb  {
    width:30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.textwrap {
    width:30%;
    float: right;
    margin: 0px 0px 0px 10px;
}

img.textwrapbd {
    width:45%;
    float: right;
    margin: 10px 0px 10px 10px;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.twenty {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.twentyfive  {
    width: 25%;
    float:left;
    border: 2px solid #000000;
    margin-left: 5px;
    box-shadow: 2px 2px 4px #303030;
}

img.twentysix {
    width: 26%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.twentyeightrt  {
    width: 27.5%;
    float:right;
    border: 2px solid #000000;
    margin-right: 25px;
    box-shadow: 2px 2px 4px #303030;
}
img.thirty  {
    width: 30%;
    float:right;
    border: 2px solid #000000;
    margin: 5px;
    box-shadow: 2px 2px 4px #303030;
}

img.thirtymid  {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.fifty  {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.sixtynb  {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.sixtysix {
    width: 66%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}
img.seventyfivenb  {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.seventyfive  {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 2px solid #000000;
    box-shadow: 2px 2px 4px #303030;
}

img.hundred  {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.hundredbd  {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    box-shadow: 2px 2px 4px #303030;
}

img.rightsml {
    float: right;
    border: 2px solid black;
    box-shadow: 2px 2px 4px #303030;
    margin:1em .5em 1em .5em;
    width: 20%;
}

img.right {
    float: right;
    border: 2px solid black;
    box-shadow: 2px 2px 4px #303030;
    margin:1em .5em 1em .5em;
    width: 95%;
}

img.rtnb {
    float: right;
    position: relative;
    margin: -10px -2px 2px -190px;
}

img.lftnb {
    float: left;
    position: relative;
    vertical-align:top;
    margin: -10px -180px  2px 3px;
}

img.rightwig {
    float: right;
    border: 2px solid black;
    box-shadow: 2px 2px 4px #303030;
    margin:1em .5em 1em .5em;
    width: 180px;
}

img.leftwig {
    float: left;
    border: 2px solid black;
    box-shadow: 2px 2px 4px #303030;
    margin:1em .5em 1em .5em;
    width: 180px;
}

img.right93 {
  float: right;
  margin:1em .5em 1em .5em;
  border: 2px solid black;
  box-shadow: 2px 2px 4px #303030;
  width:93.9%;
}

img.fortyfivenb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

img.rightnb {
  float: right;
  width: 45%;
}
img.rightns {
  float: right;
}

img.rightnbsixty {
  float: right;
  width: 60%;
}

img.centrens {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.bot  {
    position: absolute;
    bottom: 233px;
    float:right;
    margin-right:1em;
}

img.left   {
  float: left;
  border: 2px solid black;
  box-shadow: 2px 2px 4px #303030;
  margin:1em .5em 1em .5em;
  width: 95%;
}

img.leftsml   {
  float: left;
  margin:15px 25px 25px 120px;
  border: 2px solid black;
  box-shadow: 2px 2px 4px #303030;
  width: 30%;
}

img.leftnb   {
    float: left;
    margin: -12px -53px 2px -28px;
    width: 30%;
}


/*right middle section*/
aside {
  position: relative;
  float: right;
  text-align: justify;
  text-justify: inter-word;
  width: 44%;
  padding-right: 2em;
}

.clearfloats
{
  clear: both;
  font-size:1px;
 
}

a.navpkbot:link {
    font-size:15pt;
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #AA2277;
    text-shadow: .5px .5px .5px  #003329;
    text-decoration:none;
}
a.navpkbot:visited {
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #AA2277;
    text-decoration:none;
}
a.navpkbot:hover  {
    color:#006655;
    text-decoration:underline;
}

a.harr:link {
  color: #006655;
  font-size: 26pt; 
  font-family: Harrington, Georgia, Garamond;
  font-weight: bold;	
  text-shadow: 2px 2px 4px #303030;
  text-decoration: underline;
}

a.harr:visited {
  color: #006655;
  font-size: 26pt; 
  font-family: Harrington, Georgia, Garamond;
  font-weight: bold;	
  text-shadow: 2px 2px 4px #303030;
  text-decoration: underline;
}

a.harr:hover {
    color: #AA2277;
    text-decoration:none;
  font-size: 26pt; 
  font-family: Harrington, Georgia, Garamond;
  font-weight: bold;	
  text-shadow: 2px 2px 4px #303030;
}

a.harr:active {
    color: #AA2277;
    text-decoration:none;
  font-size: 26pt; 
  font-family: Harrington, Georgia, Garamond;
  font-weight: bold;	
  text-shadow: 2px 2px 4px #303030;
}

.centre  {
    text-align: center;
}

ul  {	
    list-style-image: url('bullet.gif');
    text-align: left;
}

footer  {
  width: 960px;
  height:10em;
  background-color: #FFDDFF;
  text-align: center;
}

/*copyright and update section*/
div.end  {
    width: 960px;
    font-size: 11pt;
    color:  #AA2277;
    height: 3.5em;
    background-color: #FFDDFF;
    text-align: center;
}

div.p  {
  width: 780px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

div.lft  {
  width:90%;
   text-align: left;
  margin-left:1.5em;
}

div.left  {
  width:19%;
  float: left;
  margin-left:1.5em;
}

div.right  {
  width: 19%;
  float: right;
  margin:1.5em 1.5em 0em 0em;
}


.addtocart  {
    float:right;
    border: 1px solid black;
    font-weight: bold;
    color:  #AA2277;
    margin: 0px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #303030;
}

input  {
    border: 1px solid black;
    box-shadow: 2px 2px 4px #303030;
    background-color: #CCDDCC;
    font-family: "Comic Sans MS", Georgia, Garamond;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #AA2277;
    border-radius: 10px;
    padding:9px; 
    margin: 3px 4px 4px 2px; 
}
input[type="number"] {
   width: 33px;
}

textarea  {
    float: left;
    background-color: #CCDDCC;
    font-family: "Comic Sans MS", Georgia, Garamond;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    padding: 9px; 
    margin: 3px 4px 4px 2px; ;
    border: 1px solid black;
    box-shadow: 2px 2px 4px #303030;
}

