/*
-----------------------------------------------------------
 beautifoolTYPE web basic style
 
-----------------------------------------------------------*/



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



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


body {
  color: #999;
  text-align: center; /* this is for IE to center the cantainer ;) */
  font: x-small Verdana, Sans-serif;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  } html>body {font-size:small;}

a:link {
  text-decoration: none;
  color: #006666;
  border-bottom: 1px dotted #006666;
  }
  
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: 100%;
  color: #333;
  }
  
h1, h2, h3, h4, h5, h6 {
  color: #777;
  margin: 0;
  padding: 0;
  }
  
div {
  border: none;
  }
  
em {
  font-style: normal;
  }  

span {
	margin: none;
	padding: none;
	}
	

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




#container {
  width: 1000px;
  float: left;
  margin: 0 0 0 20px;
  }

#main {
  float: left;
  width: 100%;
  text-align: left; /* to revoke the body definition to please IE */
  }
  
  
  
/* the site structure
-----------------------------------------------------------*/



#maincontent {
  float: left;
  width: 100%;
  margin: 0 0 0 20px;
  color: #666;
  background-color: transparent;
  }


  
/* header
-----------------------------------------------------------*/

#header {
 width: 100%;
 float: left;
 background: #fff;
  margin: 0 0 0 20px;
 padding: 0;
 }



/*    big box in the middle
-----------------------------------------------------------*/

    
#bigboxinthemiddle {
  width: 100%;
  float: left; 
  background: transparent;
  margin: 0 0 0 35px;
  padding: 0px;
  border-top: solid 1px;
  }
  
 
#bigboxinthemiddle p {
  font: 110%/1.8em Arial, Sans-Serif;
  color: #333;
  margin-top: 0px;
  padding: 15px 0px 0px 25px;
  }  

#bigboxinthemiddle p.inquiry {
  font: 110%/1.8em Arial, Sans-Serif;
  color: #333;
  margin-top: 0px;
  padding: 10px 0px 0px 25px;
  } 

#bigboxinthemiddle p.lastupdate {
  font: 100%/1.8em Arial, Sans-Serif;
  color: #333;
  } 
    
#bigboxinthemiddle p strong {
  font-size: 100%;
  color: #cc3333;
  text-transform: uppercase;
  letter-spacing: 3px;
  }
  
#bigboxinthemiddle p em {
  font-style: normal;
  font-weight: bold;
  color: #cc3333;
  }
   
#textcenterclum img {
   border: none;
   }




/*    image box
-----------------------------------------------------------*/

#imagebox {
  width: 100%;
  float: left; 
  background: transparent;
  margin: 60px 0 0 35px; 
  padding: 0px;
  line-height: 1em;
  border-top: 1px solid;
  }

#imagebox h1, #imagebox h3 {
  font: 90%/1.5em Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #000;
  margin-top: 0px;
  padding: 0px 0px 0px 50px;
  }
  
#imagebox p.letteringimage {
  color: #333;
  margin-top: 30px;
  padding: 15px 0px 0px 30px;
  } 

#imagebox p.additionalimage {
  color: #333;
  margin-top: 0px;
  padding: 5px 0px 0px 30px;
  }
  
#imagebox p.blurb {
  font: 100%/1.5em Arial, Sans-Serif;
  letter-spacing: 1px;
  color: #333;
  margin-top: 0px;
  padding: 5px 250px 0px 50px;
  } 
  
#imagebox p.productionnote {
  font: 90%/1.5em Arial, Sans-Serif;
  letter-spacing: 1px;
  color: #333;
  margin-top: 0px;
  padding: 0px 0px 0px 50px;
  }  

#imagebox p em {
  font-style: normal;
  font-weight: bold;
  color: #cc3333;
  text-transform: uppercase;
  }  

#imagebox img {
  margin: 0;
  padding: 0;
   }

#imagebox p.backtomain, #imagebox p.seemore {
  font: 100%/1.5em Arial, Sans-Serif;
  letter-spacing: 1px;
  color: #333;
  margin-top: 0px;
  padding: 0px 0px 0px 50px;
  } 

#imagebox p.bottomline {
  margin-top: 0px;
  padding: 0px 0px 60px 50px;
  border-bottom: 1px solid #999;  
  }  

span.border img {
	border: 1px solid #666;
	}


/*    footer
-----------------------------------------------------------*/

  
#footer {
  width: 100%;
  float: left;
  text-align: center;
  background: transparent;
  margin: 30px 0 0 35px; 
  padding: 5px;
  }
  
#footer p {
  font-size: 80%;
  background: none;
  margin: 3px 0 0 0;
  padding: 0;
  }
  
#footer strong {
  color: #006666;
  font-weight: normal;
  }   

#footer em {
  color: #006666;
  font-weight: normal;
  }   
  
#footer a:link {
  text-decoration: none;
  color: #006666;
  border-bottom: 1px dotted #006666;
  }
  
#footer a:visited {
  text-decoration: none;
  color: #999;
  }

#footer a:hover, .subnav a:hover {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  }
  
#footer a:active, .subnav a:active {
  color: #36c;
  border-bottom: 1px solid #36c;
  }
  
.lineThrough {
  text-decoration: line-through;
  }
  
  
  
  