@charset "UTF-8";

/* reset styles */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* site styles */
body {
  background-color: #eaeaea; 
}
p {
  line-height:1.6em;
  text-align:left;
  color: #666666;
  font-size: 12px;
  padding: 0 0 7px 0;
  font-family: Helvetica, sans-serif, Arial, Verdana;
}
a:link, a:visited, a:active {
  color:#ed2424;
  text-decoration:underline;
}
a:hover {
  color:#ed2424;
  text-decoration:none;
}
#container {
  display:block;
  height:1px;
  left:0;
  overflow:visible;
  position:absolute;
  text-align:center;
  top:50%;
  visibility:visible;
  width:100%;
}
.hasFlash #container,
.hasFlash #footer {
  display: none;
}
#wrapper {
  width:400px;
  height:440px;
  left:50%;
  margin-left:-200px;
  position:absolute;
  top:-260px;
  visibility:visible;
}
#mainimage {
  width:400px;
  height:440px;
  background: url(../../assets/images/noflash/paperandclips2.jpg) no-repeat;
}
#contentarea {
  width:297px;
  position:relative;
  top:120px;
  margin:auto;
}
#footer {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 18px;
  left: 0px;
} 
.plate{
  width:400px;
  margin:auto;
} 

#floating_footer {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: 65px;
  left: 0;
  width: 100%;
}
#ff_inside {
  position: relative;
  width: 490px;
  margin: 0 auto;
  bottom: 0;
}
#ff_inside table {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
}
#ff_inside table.pos_twitter {
  left: 258px;
}
#ff_inside table.pos_linkedin {
  left: 308px;
}
#ff_inside table.pos_facebook {
  left: 279px;
}
#ff_inside table td {
  margin: 0;
  padding: 0;
  border: 0;
}
#ff_inside table td.tl {
  width: 9px;
  height: 7px;
  background: url(../../assets/images/box_tl.png) left top no-repeat;
}
#ff_inside table td.t {
  width: auto;
  height: 7px;
  background: url(../../assets/images/box_t.png) top repeat-x;
}
#ff_inside table td.tr {
  width: 9px;
  height: 7px;
  background: url(../../assets/images/box_tr.png) right top no-repeat;
}
#ff_inside table td.r {
  width: 9px;
  height: auto;
  background: url(../../assets/images/box_r.png) right repeat-y;
}
#ff_inside table td.br {
  width: 9px;
  height: 11px;
  background: url(../../assets/images/box_br.png) right bottom no-repeat;
}
#ff_inside table td.b {
  position: relative;
  width: auto;
  height: 11px;
  background: url(../../assets/images/box_btrimmed.png) 0 bottom repeat-x;
  overflow: visible;
}
#ff_inside table td.b #arrow {
  position: relative;
  bottom: -11px;
  height: 11px;
  background: url(../../assets/images/box_b.png) 0 bottom repeat-x;
}
#ff_inside table.pos_twitter td.b,
#ff_inside table.pos_twitter td.b #arrow {
  background-position: -38px bottom;
}
#ff_inside table.pos_linkedin td.b,
#ff_inside table.pos_linkedin td.b #arrow {
  background-position: -63px bottom;
}
#ff_inside table.pos_linkedin iframe {

}
#ff_inside table.pos_facebook td.b,
#ff_inside table.pos_facebook td.b #arrow {
  background-position: -9px bottom;
}
#ff_inside table td.bl {
  width: 9px;
  height: 11px;
  background: url(../../assets/images/box_bl.png) left bottom no-repeat;
}
#ff_inside table td.l {
  width: 9px;
  height: auto;
  background: url(../../assets/images/box_l.png) left repeat-y;
}
#ff_inside table td.m {
  width: auto;
  height: auto;
  background: #fff;
}
#ff_inside #tablecontentarea {
  position: relative;
  padding: 1px 2px 1px 0;
}
#ff_close {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 2px;
  width: 20px;
  height: 20px;
  background: url(../../assets/images/x.png) 5px 5px no-repeat;
  cursor: pointer;
}
#ff_close:hover {
  background-position: -85px 5px;
}
