/* BODY TAGS - FOR OVERALL PAGE DESIGN     */

body 
{ margin:0px;
  font-family: helvetica;
  font-size: 11pt;
  background-color: #ffffff;
  align: center;
  color: #1f4952;
}

#logo
{ width:80%px;
  background-color:white; 
  background-color:#ffffff;
  margin: 0 auto;
  text-align:left;
  float: left;
}

#top_right
{ width:20%;
  background-color:white; 
  background-color:#ffffff;
  margin: 0 auto;
  padding-right:30px;
  float: right;
  text-align:right;
}

#line
{ width:100%;
  height:30px;
  background-color:white; 
  background-color:#ffffff;
  background-image: url(images/line.jpg);
  text-align: left;
  clear:both;
}

#top_right_text
{
  color:grey;
  text-align:right;
  padding-top:40px;
  font-family: century gothic;
}

#left
{ width:200px;
  float: left;
  background-color:#c0f1c0;
}

#right
{ width:190px;
  height:100%;
  float: left;
  margin:30px;
  margin-top:100px;
  padding:10px;
  padding-top:20px;
  padding-bottom:20px;
  background-color: #41ac41;
  color: #ffffff;
  font-family: century gothic, arial;
  text-align:center;
}

#navigation
{
  color:grey;
  text-align:left;
  font-family: century gothic;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:60px;
}


#navlist {
  list-style: none;
  line-height:24px;
  padding:0px;
  margin: 0px;
} 

#content {
  float:left;
  width:750px;
  padding-left:40px;
  padding-top:30px;
  padding-bottom:100px;
  line-height:25px;
  letter-spacing:.05em;
  font-family: century gothic, arial;
}



/* PAGE LINK STYLING */

a, a:link, a:active, a:visited {
color: #534a39;
text-decoration: none;
}

a:hover {
  color: #f8488a;
}

h1 {
  font-size:16pt;
  color: #41ac41;
  font-family: arial;
  font-weight: none;
  text-transform: lowercase;
  letter-spacing: .1em;
  display: inline;
}

h2 {
  font-size:14pt;
  color: #f8488a;
  font-family: arial;
  font-weight: none;
  text-transform: lowercase;
  letter-spacing: .1em;
  font-style: italic;
  display: inline;
}

product {
  font-size:12pt;
  color: grey;
  font-family: century gothic, arial;
  font-weight: none;
  text-transform: uppercase;
  letter-spacing: .1em;
}

name {
  font-size:12pt;
  font-family: century gothic, arial;
  font-weight: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline;
}

description {
  font-size:9pt;
  font-family: century gothic, arial;
  font-weight: none;
  text-transform: none;
  letter-spacing: .1em;
  display: inline;
}

td.shop {
  padding-bottom:20px;
  width:25%;
  vertical-align:top;
}

table.shoptable {
  width:700px;
  border:0px;
  padding:20px;
 text-align:center;
 font-size:8pt;
  line-height:10pt;
}

img {
  border: 3px solid #f8a7c6;
}

