/* css for Recyclone */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}
h1, h2, h3, h4 h5 {
  font-weight: normal;
}

body {
 background: #656565 url('images/bg_page.png') repeat 0 0;
 color: #666;
 font: 62.5%/1.5em  Arial, Verdana, sans-serif; 
 width: 100%;
}
img { border: none; }
img.fleft {
 float: left;
 padding: 5px 10px 2px 5px; 
}
img.fright {
 float: right;
 padding: 5px 5px 2px 10px; 
}
p {
 margin: 0.5em 2%;
 line-height: 1.7em; 
}
b { font-weight: bold; }

#wrapper {
	margin: 0 auto;
  width: 100%;
	background: url("images/bg_tile-top.png") repeat-x 0 0;
}
#conTent {
	text-align: left;
 width: 990px;
 margin: 0 auto; 
}
#seo {
 position: relative; 
}
* html #seo {
 height: 105px; 
}
#header {
  height: 105px;
  position: relative;
}
#logo {
 position: absolute;
 top: 7px;
 left: 15px;
 width: 277px; 
}
#logo h1 {
 position: relative;
 height: 88px;
 width: 277px;
 background: url('images/logo.png') no-repeat 0 0; 
}
* html #logo h1 {
 height: 86px;
}
*:first-child+html #logo h1 {
 height: 86px;
}
#logo h1 span {
 position: absolute;
 height: 100%;
 width: 100%;
 background: url('images/logo.png') no-repeat 0 0; 
}
#bfish {
  color: #fff;
 position: absolute;
 top: 7px;
 left: 705px;
 width: 260px; 
}
#bfish p {
 font-size: 1.2em;
  margin: 0;
}
#bfish p img {
 vertical-align: middle;
}

/* see other CSS files for center section css code */

#footer {
  height: 96px;
  width: 100%;
  background: #3f3f3f url('images/bg_tile-foot.png') repeat-x 0 0;
}
#subfooter, #copy {
 width: 990px;
 margin: 0 auto; 
}
#subfooter {
  height: 31px;
  padding: 20px 0;
  text-align: center;
  font-size: 1.1em; 
}
#subfooter a {
  padding: 5px 30px;
  color: #e5e5e5;
  text-decoration: none;
  border-right: 1px solid #000;
  border-left: 1px solid #ed1c24;
}
#subfooter a.first {
 border-left: none; 
}
#subfooter a.last {
 border-right: none; 
}
#subfooter a:hover {
 color: #fff;
 text-decoration: underline; 
}
#copy p {
 margin-top: 0.3em 3% 0;
 line-height: 1em; 
}
#copy-l {
  float: left;
  width: 40%;
  margin-left: 1.5em;
  color: #e5e5e5;
  font-size: 1.1em; 
}
#copy-r {
  float: right;
  width: 40%;
  margin-right: 1.5em;
  color: #d9d9d9;
  font-size: 1.0em;
  text-align: right; 
}
#copy-r a {
  color: #d9d9d9;
  text-decoration: none;
}
#copy-r a:hover {
  color: #fff;
  text-decoration: underline;
}