/* v1.0 | 20080212 */
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
  .clearfix, .givelayout {
}

body{
  background-color:#f1f1f1;
  text-align:center;
  font-size:62.5%;
  font-family:Georgia;
  line-height:1.4em;
}
h1, h2, h3 , p{
  font-size:1.1em;
}
h2, h3{

  font-weight:normal;
}
h3{
  font-size:1em;
}
a{
  color:#558391;
  text-decoration:none;
}
a:hover{
  color:#7dc1d6;
  text-decoration:none;
}
#wrapper{
  text-align:left;
}
div#header{
  background-color:#fff;
  width:100%;
}
div#header .item{
  height:160px;
}
div#header .item h3{
  text-align:left;
  margin:0;
}
div#header .item ul{
  margin-top:36px;
  width:526px;
}
div#header .item ul li{
  float:left;
  width:263px;
  margin:0;
}





div#header p{
  margin:0;
}
div.item{
  min-height:155px;
  
  width:959px;
  padding:18px 9px 18px 9px;
  margin:0 auto 0 auto;
  background-repeat:no-repeat;
  background-position:9px 18px;
  border-bottom:1px #fff solid;
  position:relative;
}
.item h2, .item h3{
  font-style:italic;
}
.item h3{
  color:#666;
}
.item p,
.item li{
  color:#888;
  margin-top:5px;
  margin-right:250px;
  font-size:1em;
  font-style:italic;
}
div.item h2, div.item h3 , div.item p{
  margin-left:263px;
}
div.item .thumbs{
  width:304px;
  float:right;
}
div.item .thumbs a{
  margin-left:1px;
  margin-bottom:1px;
  display:block;
  width:75px;
  height:75px;
  float:left;
}
div.item .primary{
  left:9px;
  top:18px;
  float:left;
  cursor:pointer;
  border:solid 1px transparent;
}
div.item .primary:hover{
  border:solid 1px #fff;
}

.item img.sample{
  margin-top:18px;
  display:none;
  clear:left;
  float:left;
  width:960px;
  cursor:pointer;
}





