body {
  margin: 0px;
  padding: 0px;
  background-image: url('imgs/logo-background.png');
  background-repeat: repeat-x;
  background-position: top left;
  background-color: white;
  color: #333;
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
  line-height: 1.5em;
}

pre {
  font-family: monaco, courier;
  font-size: 10px;
}

li {
  margin-left: 10px;
}

ul {
  padding-left: 10px;
}

form {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
}

hr {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  padding-bottom: 10px;
}

.appTitle {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.appTitle h1 {
  font-size: 34px;
  letter-spacing: -1px;
  margin: 0 0 0 0;
  padding: 5px 0 10px 0;
}

.appTitle h2 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  color: #999;
  font-weight: normal;
}

.nutshell {
  font-size: 18px;
  line-height: 1.5em;
}

.bigLinks img {
  padding-bottom: 10px;
}

.bigLinks h1 {
  font-size: 18px;
  padding: 4px;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 1px solid #ccc;
}

.bigLinks a {
  text-decoration: none;
}

a {
  text-decoration: underline;
  color: #0096f4;
}

img {
  border: 0px;
}

img a {
  border-bottom: none;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0px;
}

p {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
}

.content .header {
  width: 700px;
  height: 45px;
  text-align: right;
  display: block;
	margin-bottom: 20px;
}

/* menu */

.header .menu {
  font-size: 14px;
  right: 0px;
  top: 0px;
  position: relative;
  text-transform: lowercase;
}

.header .menu a {
  text-decoration: none;
  color: black;
  display: block;
  float: right;
  padding: 5px 8px 5px 8px;
  border-bottom: none;
}

.header .menu .selected {
  background-image: url('imgs/selected-tab.png');
  background-repeat: repeat-x;
  background-position: center center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.header .menu .first {
  border: none;
  color: black;
  display: block;
  float: right;
  padding: 5px 5px 5px 5px;
}

.header .menu .selectedFirst
{
  background-image: url('imgs/selected-tab.png');
  background-repeat: repeat-x;
  background-position: center center;
  	border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
}

.header .menu a:hover {
  color: white;
  background-image: url('imgs/mouseover-tab.png');
  background-repeat: repeat-x;
  background-position: center center;
}

.divider {
  height: 1px;
  border-top: 1px solid #ccc;
  display: block;
  clear: both;
  margin: 5px 0 5px 0;
}

/* content full page */

.content {
  background-image: url('imgs/logostrip.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 698px;
  padding: 14px 20px 20px 20px;
  background-color: white;
  text-align: left;
  clear: both;
}

.columns {
  width: 700px;
}

.left {
  width: 500px;
  float: left;
  margin-bottom: 10px;
}

.right {
  width: 190px;
  margin-left: 10px;
  float: left;
  margin-bottom: 10px;
  height: auto;
}

.copyright {
  clear: both;
  margin-top: 10px;
  width: 680px;
  padding: 10px;
  font-size: 11px;
  color: #666;
}

.copyright a {
  color: #666;
  text-decoration: underline;
  border-bottom: none;
}

/* basic styles */

.subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.paragraph {
  background-image: url('imgs/chevron.png');
  background-repeat: no-repeat;
  background-position: 8px 5px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.specsTable {
  font-size: 11px;
}

.specsTable h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}




.code {
  font-family: monaco, courier; 
  font-size: 10px;
  padding: 5px;
  background: #eee;
  border: #ccc solid 1px;
  overflow: auto;
}

.subNav a {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 40px;
  background: url('imgs/subnav-off.png') no-repeat right center;
  color: #666;
  font-weight: bold;
  padding-left: 5px;
}

.subNav a:hover {
  background: url('imgs/subnav-hover.png') no-repeat right center;
  color: white;
}

.subNav .selected {
  background: url('imgs/subnav-on.png') no-repeat right center;
  color: white;
}


.buttons {
}

.buttons div {
	float: left;
	margin-right: 4px;
	background-image: url('imgs/button-l.png');
  background-repeat: no-repeat;
  background-position: top left;
	padding-bottom: 10px;
	font-size: 14px;
}

.buttons a {
  padding-left: 12px;
	padding-right: 12px;
	display: block;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	background-image: url('imgs/button-r.png');
  background-repeat: no-repeat;
  background-position: top right;
  text-transform: lowercase;
  color: white;
}

