a:link 
{ color: #753234; 
  text-decoration: none; }

a:visited 
{ color: #753234; 
  text-decoration: none; }

a:hover 
{ color: #753234; 
  text-decoration: underline; }

a:active 
{ color: #753234; 
  text-decoration: none; }

input.addition
{ border: 1px solid white;
  color: #753234;
  height: 25px;
  width: 100px;
  font-weight: bold;
  font-size: .70em;
  background-color: #EDEDED; }

body
{ text-align: center;
  font-family: arial, sans-serif;
  font-size: .70em;
  margin-top: 12px;  }

#container
{ position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  border: 2px solid #75132A;
  background-color: #EDEDED;
  text-align: left; }

#header
{ width: 100%;
  height: 85px;
  background-color: white;
  border: 0px solid pink; }

#header .logo
{ float: left;
  padding-top: 0px;
  border: 0px; }

#header .rightlinks
{ float: right;
  padding-top: 4px;
  padding-right: 5px;
  text-align: right;
  color: #4A4A4A;
  font-size: 100%;
  font-weight: bold; }

#slogan
{ width: 100%;
  height: 20px;
  background-color: #FFD000;
  text-align: right;
  padding-top: 2px;
  font-weight: bold;
  font-size: 105%;
  border: 0px solid green; }

#maincontentbox
{ position: relative;
  width: 100%;
  border-left: 0px dotted red; }

#maincontentbox h4
{ background-color: #FFFFFF;
  color: #75132A;
  font-size: 150%;
  margin-top: 0px;
  border: 0px dotted red; }

#maincontentbox .content
{ position: relative;
  text-align: justify;
  font-size: 110%;
  padding: 10px 10px 20px 10px;
  border: 0px solid blue;
  background-color: #FFFFFF;
  border-left: 1px dotted silver;
  list-style: square;
  margin-left: 200px; }

.content a:link 
{ color: #753234; 
  text-decoration: underline; }

.content a:visited 
{ color: #753234; 
  text-decoration: underline; }

.content a:hover 
{ color: #753234; 
  text-decoration: underline; }

.content a:active 
{ color: #753234; 
  text-decoration: underline; }

#maincontentbox .content LI
{ list-style-type: square;
  padding-bottom: 10px; }

UL.secondlist
{ padding-top: 5px; }

table.storeaddition
{ width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: 1px dotted gray; }

td.storeaddition
{ border-bottom: 1px dotted gray;
  padding: 10px 5px;
  text-align: justify; }

/* Table for ordering a store addition */
table.addition
{ border: 1px solid #753234;
  text-align: center;
  width: 300px;
  height: 65px;
  margin: 0px;
  text-align: center; }

td.addition
{ border-bottom: 1px solid silver;
  background-color: gray;
  color: white; }

.storeadditionheading
{ font-weight: bold;
  font-size: 115%;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block; }

img.storeaddition
{ border: 1px solid silver;
  margin-right: 8px; }

.serviceheading
{ font-weight: bold;
  background-color: gray;
  color: white;
  margin: 20px 0px 5px 0px;
  padding: 3px 5px;
  display: block; }

img.top
{ float: right;
/*  margin-top: 10px;*/
  border: 0px }
 
#leftcolumn 
{ position: absolute;
  float: left;
  width: 200px;
  text-align: left;
  z-index: 999;
 }

#leftcolumn h4
{ background-color: #898989;
  color: white;
  font-size: 130%;
  margin-top: 0px;
  padding: 5px; }

.leftcolumn-category 
{ padding-top: -5px; 
  margin-left: 3px; 
  font-weight: bold; 
  padding-left: 5px; 
  font-size: 15px; 
  color: #753234; 
  margin-bottom: 0px }

#leftcolumn UL
{ padding-left: 0px;
  margin-left: 25px; }

#leftcolumn LI
{ font-weight: bold; 
  margin-bottom: 5px; 
  padding-left: 5px; 
  font-size: 105%; 
  list-style-image: url(images/arrowbullet.gif); }

#footer
{ position: relative;
  clear: both;
  width: 100%;
  height: 15px;
  border: 0px solid black;
  background-color: #FFD000;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: black;}

#finaltext
{ width: 100%;
  color: black;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 83%;
  background-color: #EDEDED; }

#copyright
{ width: 740px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  color: black;
  text-decoration: none; }
 