@charset "UTF-8";

/* Global Styles
---------------------------------------------------------------------- */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

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

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

/* Main Body styling
---------------------------------------------------------------------- */

html, body {
  background-image:url('bg.png');
  }

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

body {
  font: normal 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  color: #dde9ec;
  padding-bottom: 40px;
}

#wrapper {
  width: 942px;
  border: 2px solid #FF9900;
  margin: 20px auto;
}

#site {
  border: 1px solid #FF9900;
  background-color: #1b1c1d;
  padding: 40px;
  padding-top:30px;
  
}

a {
  color: #ff9900;
  
}

a:hover,
a:focus {
  color: #ededed;
  
}

a:active {
  position: relative;
  top: 1px;
}

/* HEADER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#title {
  text-align: center;
  position: relative;
  background-color: #1b1c1d;
}

#title h1 {
  position: relative;
  
}


#title p {
  margin-top: 3px;
  margin-right: 0;
}
/*
#title a {
  position: absolute;
  left: -12px;
  top: 13px;
  background: #44494e url("nav.png") no-repeat 0 0;
  color: #282b2e;
  font-size: 11px;
  line-height: 1;
  border: 0;
  text-shadow: rgba(255, 255, 255, 0.08) 0 1px 0;
  padding: 5px 4px 5px 14px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
}
*/
#title a:hover,
#title a:focus {
  border: none;
}

#title a:active {
  border: none;
}

.header, p, ul, ol, blockquote, pre, dl, table {
  margin-top: 20px;
}

.header, p, ul, ol, blockquote, dl {
  margin-right: 240px;
}



strong {
  font-weight: normal;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.85) 0 0 3px;
}

/* Homepage Slider styling
---------------------------------------------------------------------- */

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #ff9900; color: #ff9900; text-indent: -1000px; }
.cs-active { background-color: #ff9900; color: #FF9900; border: 1px solid #ff9900;}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FF9900; padding: 0px 10px; }


/* Splitter Bar for horizontal divides, also houses sprite for main page selection buttons
---------------------------------------------------------------------- */


.splitter {
  margin: 5px -40px;
  text-align: center;
  background: #35393c url("splitter.png") repeat-x 0 100%;
  border-bottom: 1px solid #1d1f21;
  padding: 12px 40px 1px;
  font-size: 20px;
  height:41px;
}

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

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

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

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

.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-image: url("buttons.png");
  background-repeat: no-repeat;
}

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

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

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

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


/* elements center and right, segment-0 is mid items, segment-2 is right item - light grey*/
.splitter ul li.segment-0,
.splitter ul li.segment-2 {
  background-position: -10px -124px;
}

/*element left, segment-1 is item far left - light grey*/
.splitter ul li.segment-1 {
  background-position: 0 -124px;
}

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

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

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

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

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

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

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

/* Splitter for Image gallery buttons
---------------------------------------------------------------------- */

.galleryButtons {
  margin: 5px -40px;
  text-align: center;
  background: #35393c url("splitter.png") repeat-x 0 100%;
  border-bottom: 1px solid #1d1f21;
  padding: 12px 40px 1px;
  font-size: 20px;
  height:41px;
}


/* BBT Animated Content Box
---------------------------------------------------------------------- */

.bbt p,
.bbt 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;
}



/* Image Grid inside BBT Content Box
---------------------------------------------------------------------- */

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

.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-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  height: 177px;
  overflow: hidden;
}

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

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

/* Social - links for Appworld, Twitter and Facebook, sites in main page just above footer
---------------------------------------------------------------------- */

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

.social {
  margin-left: -26px;
}

.social-two {
  padding-left: 155px;
}

.social p {
  float: left;
  width: 232px;
  margin: 0 0 0 60px;
}

.social p a {
  color: #fff;
  display: block;
  font: bold 26px/1 "Helvetica Neue", sans-serif; 
  background: url("social.png") no-repeat;
  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;
}

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

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

.social p a.twitter {
  padding-left: 74px;
}

.social p a.appworld {
  background-position: -270px 0;
  padding-left: 60px;
}

.social p a.facebook {
  background-position: -540px 0;
  padding-left: 76px;
}

/* Footer
---------------------------------------------------------------------- */

.footer {
  font-size: 11px;
  text-shadow: rgba(255, 255, 255, 0.08) 0 1px 0;
  margin: 40px 0 0;
  text-align: center;
  padding-bottom: 40px;
}


.footer {
  color: #0e0f10;
  text-decoration: none;
  border-bottom: 0;
}

.footer span {
  display: block;
  color: #fff;
  opacity: 0.3;
}