@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  border:0pt none;
  font-family:inherit;
  font-size: 100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0pt;
  padding:0pt;
  vertical-align:baseline;
}

body {
  background: #fff;
  line-height:14px;
  font-size: 12px;
  font-family: Arial,  Verdana, Helvetica, sans-serif;
  margin:0pt;
  cursor:default;
  overflow: hidden;
}

html,body {
  height:100%;
  text-align: center;
}

.clear {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#container {
  margin: 3em auto;
  width: 400px;
}

#container ul {
  list-style: none;
  list-style-position: outside;
}

#container ul.menu li {
  background: #efefef;
  border: 1px solid #d0ccc9;
  border-width: 1px 1px 1px 1px;
  color: #898989;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  margin-bottom: -1px;
  margin-right: 5px;
  padding: 5px 10px 5px 10px;
  position: relative;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}

#container ul.menu li.active {
  background: #fff;
  top: 1px;
  border-bottom: 0;
  color: #5f95ef;
}

.content {
  margin: 0pt auto;
  background: #efefef;
  background: #fff;
  border: 1px solid #d0ccc9;
  text-align: left;
  padding: 10px;
  padding-bottom: 20px;
  font-size: 11px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
}

.content h1 {
  line-height: 1em;
  vertical-align: middle;
  height: 48px;
  padding: 2px;
  font-size: 32px;
}

.curved {
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
}

.content.one {
  display: block;
}

.content.two {
  display: none;
}

.content.three {
  display: none;
}

.content.apple {
  display: block;
}

.content.banana {
  display: none;
}

