/*
-----------------------------------------------
by George Jewelers homebase style
version:  2005.07.31
----------------------------------------------- */


/* to reset browser-specific settings 
----------------------------------------------- */


* {
  margin: 0;
  padding: 0;
  border: 0 solid inherit;
  }

/* basic elements
----------------------------------------------- */


body {
  color: #fff;
  background: #fff;
  font: 85% Verdana, Sans-serif;
  text-align: center; /* this is for IE to center the cantainer ;) */
  }
  
  
a:link {
  text-decoration: none;
  color: #063;
  border-bottom: 1px dotted #063;
  }
  
a:visited {
  text-decoration: none;
  color: #999;
  }

a:hover, .subnav a:hover {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  }
  
a:active, .subnav a:active {
  color: #36c;
  border-bottom: 1px solid #36c;
  }
  
p {
  font-size: 80px;
  color: #333;
  }
  
h1, h2, h3, h4, h5, h6 {
  color: #777;
  }

h3 {
  font:130%/1.2em Georgia, Serif;
  color: #ff0000; /* ff0000 */
  background: none;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #006e51;
  margin-bottom: 5px;
  }
  
h3.events {
  margin-top: 5px;
  }
  
div {
  border: none;
  }

  
/* basic divs centering the layout
----------------------------------------------- */



#container {
  width: 800px;
  margin: 0 auto; /* to center the box */
  border-left: none;
  background: none;
  }

#main {
  float: left;
  text-align: left; /* to revoke the body definition to please IE */
  background: none; /* 0FF02A */
  }
  

/* the site structure 
----------------------------------------------- */



#maincontent {
  float: left;
  width: 800px;
  margin: 0;
  color: #000;
  background: #fff;/* A72828*/
  }
  
#header {
  float: left;
  width: 100%;
  color: #000;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  padding: 0;
  }
    
#homegraphic {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/home_graphic.jpg");
  background: transparent;
  color: #000;
  margin: 0;
  padding: 0;

  }
  
#mainhomenav {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  }
 
#mainhomenav a {
  border-bottom: none;
  }


/* home left column
----------------------------------------------- */  
  
  
  
#textleftclum {
  width: 340px;
  float: left;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px;
  line-height: 1.5em;
  }

#textleftclum p {
  padding: 10px 0 0 25px;
  font-size: 90%;
  }

#textleftclum a {
  color: #012f6e; /* 0247a6 */
  }



/* home right column
----------------------------------------------- */  



#textrightclum {
  width: 400px;
  height: 310px;
  float: left; 
  background: #fff;
  margin-left: 25px;
  padding: 0;
  line-height: 1.4em;
  }

p.pullQuote {
  float: left;
  width: 310px;
  height: 360px;
  font: bold 135%/2em Georgia, Serif;
  color: #666;
  margin: 35px 0px 0px 2px;
  background-image: url("../img/mokume.jpg");   /* ccff99 */
  background-position: top left;
  background-repeat:  no-repeat;
  text-align: center;
  letter-spacing: 0.8px;
  padding: 0px 0px 0px 90px;
  border-top: 4px solid #006e51;
  border-bottom: 2px solid #006e51;  
  }

p.p1 {
  visibility: hidden;
  font: bold 135%/2em Georgia, Serif;
  margin: 0;
  padding: 0;
  }
  
  
#textrightclum strong {
  color: #006e51; 
  }


/* footer
----------------------------------------------- */  
  
  
    
.footer {
  float: right;
  width: 100%;
  text-align: right;
  background: #fff;
  margin-top: 5px;
  border-top: 1px solid #6e7d8d;
  padding: 5px 0px 10px 0px;
  }
  
#textrightclum p.footer {
  text-align: right;
  font-size: 80%;
  }
  
.footer strong {
  color: #006e51;
  font-weight: normal;
  }   
  
  
  
  
  
  
  
  
  