@charset "utf-8";
/* CSS Document */
@charset "UTF-8";


html, div, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, legend,
caption, {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}


/* 1.2 =Default
---------------------------------------------------------------------- */


html {
  overflow-x: auto;
  overflow-y: scroll;
}


#wrapper {
  width: 850px;
  border: 5px solid #CEF1AB;
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#site {
  border: 1px solid #CEF1AB;
  padding: 40px;
}

button,
input[type="submit"],
input[type="image"],
label,
label > input[type="checkbox"],
label > input[type="radio"] {
  cursor: pointer;
}

/* 1. HEADER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#title {
  text-align: center;
  position: relative;
}

#title h1 {
  font: 36px/45px "arial", sans-serif;
  text-align: center;
  color: #5b9400;
  position: relative;
  width: 750px;
  height: 45px;
  margin-left: 2px;
  margin-top: -27px;
  margin-bottom: -25px;
  overflow: hidden;
}

#title p {
  margin-top: 3px;
  margin-right: 0;
  text-align: justify;
}


/* 2. CONTENT
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

.header {
  margin-top: 1px;
}

.header {
  margin-right: 10px;
}


pre {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}


table {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}


tr:first-child td { padding-top: 0.5px; }
th:first-child, td:first-child { padding-left: 0px; }
th { padding-top: 0px; }
tr:last-child td { padding-bottom: 0px; }
th:last-child, td:last-child { padding-right: 0px; }

th:first-child {
  -moz-border-radius-topleft: 5px;  
  -webkit-border-top-left-radius: 5px;
}

th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}


/* 2.1 =Splitter
---------------------------------------------------------------------- */


.splitter {
  margin: 40px -40px;
  text-align: center;
  background: #CEF1AB;
  border-bottom: 1px solid #CEF1AB;
  padding: 6px 5px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.splitter:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.splitter ul {
  margin-right: 0;
  margin-top: 0;
}

.splitter > li {
  padding-left: 8px;
}

.splitter > li ul {
  margin-left: 8px;
}

.splitter ul li a {
  border-bottom: 0;
  position: static;
}

.splitter li,
.splitter ul,
.splitter ul li a  {
  display: inline;
  display: inline-block;
  line-height: 1;
}

.splitter ul,
.splitter ul li,
.splitter ul li a {
  background: #CEF1AB;
  background-repeat: no-repeat;
}

.splitter ul {
  background-position: 0 -138px;
  background-repeat: repeat-x;
}

.splitter ul li {
  margin-left: 1px;
}

.splitter ul li:first-child {
  margin-left: 0;
}

.splitter ul li a {
  padding: 5px 8px 6px;
  color: #000000;
  text-shadow: rgba(255, 255, 255, 0.1) 0 1px 0;
  text-decoration: none;
}

.splitter ul li.segment-0,
.splitter ul li.segment-2 {
  background-position: -3px -92px;
}

.splitter ul li.segment-1 {
  background-position: 0 -92px;
}

.splitter ul li.segment-0 a,
.splitter ul li.segment-1 a {
  background-position: 0 -161px;
}

.splitter ul li.segment-2 a {
  background-position: 100% -115px;
}

.splitter ul li.selected-0 a,
.splitter ul li.selected-1 a,
.splitter ul li.selected-2 a,
.splitter ul li.selected-3 a,
.splitter ul li.selected-4 a,
.splitter ul li.selected-5 a {
  color: #0000FF;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}

.splitter ul li.selected-0,
.splitter ul li.selected-2 {
  background-position: 0 -23px;
}

.splitter ul li.selected-0 a,
.splitter ul li.selected-1 a {
  background-position: 100% -46px;
}

.splitter ul li.selected-1 {
  background-position: 0 0;
}

.splitter ul li.selected-2 a {
  background-position: 100% -69px;
}

/* 2.2 =Actions
---------------------------------------------------------------------- */

.actions:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}


.actions p a {
  color: #fff;
  display: block;
  font: bold 24px/1 "Arial", Helvetica, sans-serif; 
  background: #ffffff;
  border-bottom: 0;
  min-height: 42px;
  padding-top: 24px;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
}

.actions p a strong {
  text-shadow: none;
}

.actions p a:hover,
.actions p a:focus {
  opacity: 0.9999;
}


/* 3. GRID
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

/* 3.1 =Product Area
---------------------------------------------------------------------- */

.demo p,
.demo ul {
  margin-right: 0;
}

#performance-toggle {
  text-align: center;
  margin-right: 0;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
}

#performance-toggle:hover {
  opacity: 0.999;
}

/* 3.2 =Image Grid
---------------------------------------------------------------------- */

.image-grid {
  margin: -20px 0 0 -40px;
  padding-left: 0px;
  width: 850px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 128px;
  margin: 20px 0 0 35px;
  float: left;
  text-align: center;
  font: bold 12px "Arial", Helvetica, sans-serif;
  line-height: 17px;
  color: #F20D1E;
  height: 177px;
  overflow: hidden;
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li strong {
  color: #000000;
}
