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

html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #f3f3f3;
	background-color: #000;
}
#wrapper {
	margin: 20px auto 0 auto;
	width: 1068px;
}
section {
overflow:auto;
clear:both;
}
#mini-nav {
	height: 24px;
	clear:both;
	width:1068px;
	margin:0 auto;
	padding:10px 0 8px 0;

}
#mini-nav ul {
	list-style: none;
	float:right;
}
#mini-nav li {
	display: inline;
	padding: 0 .25em;
	margin: 0 1em 0 .5em;
}
#mini-nav li a {
	display: inline-block;
	color:#f3f3f3;
		font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;

}
#mini-nav ul li:last-child {
	margin-right:0;

}
.side-nav li {
	padding: 8px;	
}

#nav-bg {
	width: 100%;
	background-color: #333;
	height: 92px;
}
nav {
	margin: 0 auto;
	width: 1068px;
}
.fixed {
	position:fixed;
	top:160px;	
}
.third {
	width: 340px;
	padding: 0 24px 48px 0;
	float: left;
}



.third-last {
	width: 340px;
	padding: 0 0 48px 0;
	float: left;
}
.third-last-right {
	width: 340px;
	padding: 0 0 48px 0;
	float: right;
}
.two-third {
	width: 704px;
	padding: 0 24px 48px 0;
	float: left;
}
.two-third-last {
	width: 704px;
	padding: 0 0 48px 0;
	float: left;
}
.two-third-last-right {
	width: 704px;
	padding: 0 0 48px 0;
	float: right;
}
.full {
	clear:both;
}
footer {
	clear: both;
	padding-top:20px;
	margin-bottom:24px;
}

/* typography */
p {
	margin: 0 0 24px 0;
	
}
.large {
	font-size: 20px;
	line-height: 28px;
	margin:0 0 24px 0;
}

h1 {
}
h2 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #b8753b;
	margin:0 0 20px 0;
}
h3 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #f3f3f3;
	margin:0 0 20px 0;
}
h4 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #f3f3f3;
	margin:0 0 20px 0;
}
h5 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #f3f3f3;
	margin-bottom: 20px;
	text-align:center;
}
h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
/* links */
a, h2 a, h3 a, h4 a {
	outline: 0;
}
a:link, a:visited, h5 a:link, h5 a:visited {
	color: #43a8ac;
	text-decoration: none;

}
a:hover, a:active, h5 a:hover, h5 a:active {
	color: #50c8cc;
}
h2 a:link, h2 a:visited, h4 a:link, h4 a:visited {
	color: #b8753b;
	text-decoration: none;

}
h2 a:hover, h2 a:active, h4 a:hover, h4 a:active {
	text-decoration:underline;
	color:#db8c46;

}
/* special classes */
img.feature {
border:1px solid #333333;
}
.full.rule {
	border-top:1px solid #999999;
	padding-top:12px;
	margin-top:36px;
}
.specs {
	padding:16px;
}
.detail {
	background-color: #333;
}
.detail ul {
 padding-left:16px;
 margin:0;
 list-style:circle;
}
