.customblocks_container {
  clear:both;
  text-align:center;
}
.customblocks_block {
  background-color:#111111;
  background-image:-moz-linear-gradient(top,#111111,#111111);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#111111),to(#111111));
  background-image:-webkit-linear-gradient(top,#111111,#111111);
  background-image:-o-linear-gradient(top,#111111,#111111);
  background-image:linear-gradient(to bottom,#111111,#111111);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff101010', endColorstr='#ff101010', GradientType=0);
  color:#dec082;
  text-shadow:1px 1px 0 #111111;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0;
  border-radius:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #202020;
  display:inline-block;
  width:100%;
  position:relative;
  line-height:normal;
  margin:10px 0;
  padding:5px;
  -webkit-text-size-adjust:100%;
}
.customblocks_block p {
  margin:5px !important;
  padding:0 !important;
}
.customblocks_block a { text-decoration:none; }
.customblocks_block a:active { background:none; }
.customblocks_block .customblocks_button {
  background-color:#181818;
  background-image:-moz-linear-gradient(top,#222222,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#090909));
  background-image:-webkit-linear-gradient(top,#222222,#090909);
  background-image:-o-linear-gradient(top,#222222,#090909);
  background-image:linear-gradient(to bottom,#222222,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff080808', GradientType=0);
  color:#dec082;
  text-shadow:1px 1px 0 #090909;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0;
  border-radius:0;
  border:1px solid #090909;
  border-bottom-color:#000000;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  display:block;
  clear:both;
  font-family:Arial, sans-serif;
  font-size:11px;
  font-weight:300;
  line-height:14px;
  text-align:center;
  text-decoration:none;
  vertical-align:top;
  cursor:pointer;
  outline:0;
  margin:5px;
  padding:8px 16px;
}
.customblocks_block .customblocks_button:hover, .customblocks_block .customblocks_button:focus {
  -webkit-transition:background-position 0.2s linear;
  -moz-transition:background-position 0.2s linear;
  -o-transition:background-position 0.2s linear;
  transition:background-position 0.2s linear;
  background-color:#090909;
  background-position:0 -16px;
}
.customblocks_block .customblocks_button:active {
  -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  background-image:none;
  background-color:#090909;
}
.customblocks_block .customblocks_button:active { background-color:#000000; }
.customblocks_block .title {
  position:absolute;
  top:10px;
  left:10px;
  width:170px;
  color:#dec082;
  font-family:Federo, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:300;
  text-align:left;
}
.customblocks_block .desc {
  position:absolute;
  bottom:42px;
  left:10px;
  width:170px;
  color:#ffffff;
  font-family:Arial, sans-serif;
  font-size:12px;
  text-align:left;
}
#customblocks_block_1 {
  background:#000000;
  width:32.35%;
  min-height:127px;
  margin:0 10px 10px 0;
  padding:0;
}
#customblocks_block_1 img { float:right; }
#customblocks_block_1 p { margin:0 !important; }
#customblocks_block_1 .customblocks_button {
  position:absolute;
  bottom:10px;
  left:10px;
  margin:0;
  padding:5px 16px;
}
#customblocks_block_2 {
  background:#000000;
  width:32.35%;
  min-height:127px;
  margin:0 10px 10px 0;
  padding:0;
}
#customblocks_block_2 img { float:right; }
#customblocks_block_2 p { margin:0 !important; }
#customblocks_block_2 .customblocks_button {
  position:absolute;
  bottom:10px;
  left:10px;
  margin:0;
  padding:5px 16px;
}
#customblocks_block_3 {
  background:#000000;
  width:32.35%;
  min-height:127px;
  margin:0 0 10px;
  padding:0;
}
#customblocks_block_3 img { float:right; }
#customblocks_block_3 p { margin:0 !important; }
#customblocks_block_3 .customblocks_button {
  position:absolute;
  bottom:10px;
  left:10px;
  margin:0;
  padding:5px 16px;
}
