body {
	background: black;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 28px;
	text-align: center;
	line-height: normal;
	padding: 5px;
	color: white;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: normal;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
}
p {
	margin-bottom: 10px;
}
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.img {
	text-align: center;
}
.ui-icon-loading {
	background: url(/images/ajax-loader.gif);
	background-size: 46px 46px;
}
header {
	background: black;
	text-align: center;
	padding: 10px;
	height: 39px;
}
#content {
	margin-top: 59px;
}
.banner {
	text-align: center;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}
.banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.banner .sub {
	background: black;
	text-align: center;
	padding: 10px;
	color: #C4C2C2;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 24px;
	
}
.banner .sub img {
	width: auto;
}
.tagline {
	background: black;
	text-align: center;
	padding: 10px;
}
.tagline img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
section {
	background: white;
	padding: 10px;
}
nav a {
	display: block;
	font-size: 28px;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
.home a {
	background: #8F8F8F;
}
.home a:hover, .home a:active {
	background: #9E9E9E;
	text-decoration: none;
}
.products, .products a {
	background: #44C6F7;
}
.products a:hover, .products a:active {
	background: #84DAF9;
	text-decoration: none;
}
.about, .about a {
	background: #ABB060;
}
.about a:hover, .about a:active {
	background: #C0C46D;
	text-decoration: none;
}
.support, .support a {
	background: #E4930E;
}
.support a:hover, .support a:active {
	background: #F49D11;
	text-decoration: none;
}
nav li.sub a {
	text-transform: none;
	font-size: 18px;
	padding: 10px 0;
}
nav li.link1 a {
	background: #707070;
}
nav li.link1 a:hover, nav li.link1 a:active {
	background: #7F7E7E;
	text-decoration: none;
}
nav li.link2 a {
	background: #4F4F4F;
}
nav li.link2 a:hover, nav li.link2 a:active {
	background: #595858;
	text-decoration: none;
}
nav li.link3 a {
	background: #363636;
}
nav li.link3 a:hover, nav li.link3 a:active {
	background: #424141;
	text-decoration: none;
}
nav li.link4 a {
	background: #1F1F1F;
}
nav li.link4 a:hover, nav li.link4 a:active {
	background: #302F2F;
	text-decoration: none;
}
nav li.link5 a {
	background: black;
}
nav li.link5 a:hover, nav li.link5 a:active {
	background: #111;
	text-decoration: none;
}
nav li.brand a {
	background: black;
	border-bottom: 1px solid white;
}
nav li.brand a:hover, nav li.brand a:active {
	background: #111;
	text-decoration: none;
}
footer {
	background: black;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
footer a {
	color: #666;
	text-transform: uppercase;
}
footer span {
	margin: 0 10px;
}
#products .brands {
	background: black;
	padding: 5px 0;
}
#products .brands li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;	
}
#products .brands li a {
	display: block;
	padding: 5px 0;	
}
#products .brands li a:hover, #products .brands li a:active {
	background: #111;
}
#support .btns {
	text-align: center;
	margin-bottom: 10px;
}
#support .btns a {
	display: inline-block;
	width: 120px;
	background: #009ec3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009ec3 0%, #3171af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ec3), color-stop(100%,#3171af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009ec3 0%,#3171af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009ec3 0%,#3171af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009ec3 0%,#3171af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009ec3 0%,#3171af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#3171af',GradientType=0 ); /* IE6-9 */
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius: 10px;	
	margin: 0 10px;
	font-size: 16px;
}
#support .btns a:hover, #support .btns a:active {
	background: #009ec3;
	text-decoration: none;
}
#press .img {
	background: #F0F0F0;
	border-top: 1px solid #333;
	padding: 10px 0;
}
#testimonials section p {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#testimonials section p:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.ui-collapsible h3 .ui-btn-text {
	white-space: normal;
}
.ui-collapsible h3 a:hover {
	text-decoration: none;
}
.ui-collapsible ul a {
	font-size: 12px;
}
.ui-collapsible li {
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: normal;
}
.ui-collapsible li.nested {
	padding: 0 5px;
}
.ui-collapsible li a {
	white-space: normal !important;
}
.ui-collapsible span.link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}
.ui-collapsible span.link:hover, .ui-collapsible span.link:active {
	text-decoration: underline;
}