body {
	padding:0;
	margin:0;
	background-color:#ccc;
}

hr {
	opacity:0.15;
	padding:0;
	margin: 0 auto;
}

a {
	color: #0066CC;
	text-decoration:none;
}

a:hover {
	color: #333;
}

#container {
	margin:0;
	background-color:#fff;
	width:100%;
	box-sizing: border-box;
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-top:5px solid #ccc;
}

#container2 {
	margin:0;
	width:100%;
	box-sizing: border-box;
	display:block;
	position: relative;
}

#container3 {
	margin:0;
	width:100%;
	box-sizing: border-box;
	display:block;
	position:relative;
}

#carousel {
	width:inherit;
	display:inherit;
	position:relative;
	margin:0;
	padding:0;
	box-sizing: border-box;
	margin-bottom:-34px;
}

#carousel img {
	width:100%;
	height:auto;
	border-top: 2px solid #000;
	margin:0;
	padding:0;
}

#titleBar {
	position:relative;
	margin:0;
	padding:0;
	box-sizing: border-box;
	width:inherit;
	height:165px;
}

#titleBar #description {
	background-color: #003F5E;
	width:100%;
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:54px;
}

#titleBar #description .left, #titleBar #description .right {
	font-family:Arial;
	font-size:30px;
	color:#fff;
	width:50%;
	text-align:center;
	display:block;
	height:inherit;
	padding-top: 10px;
	box-sizing: border-box;
	float:left;
}

#titleBar #logo{
	display:block;
	position:absolute;
	top:-104px;
	left:50%;
	margin-left:-132px;
	z-index:2;
}

#titleBar #logo img {
	width:255px;
	height:auto;
}

#nav {
	display:block;
	position:relative;
	width:100%;
	height:50px;
	margin-top:-106px;
	margin-bottom:55px;
	z-index:0;
}

#nav #prev {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:200px;
}

#nav #next {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:200px;
}

#nav .button {
	background-color:#999;
	font-weight:bold;
	font-family:Arial;
	font-size:45px;
	color:#fff;
	display:block;
	width:150px;
	height:50px;
	text-align:center;
	float:left;
}

#nav #pSlant {
	border-left: 25px solid #999;
	border-bottom: 25px solid white;
	border-right: 25px solid white;
	border-top: 25px solid #999;
	display: block;
	float: left;
	height: 0;
}

#nav #nSlant {
	border-right: 25px solid #999;
	border-top: 25px solid #999;
	border-left: 25px solid white;
	border-bottom: 25px solid white;
	display: block;
	float: left;
	height: 0;
}

#nav .buttonHover .button {
	background-color:#333;
}

#nav .buttonHover #pSlant {
	border-left: 25px solid #333;
	border-top: 25px solid #333;
}

#nav .buttonHover #nSlant {
	border-right: 25px solid #333;
	border-top: 25px solid #333;
}

#text {
	display:block;
	position:relative;
	width:100%;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
	font-family:Arial;
	font-size:20px;
	color:#000;
	padding-bottom:20px;
}

#text .mobile { display:none; }

#bottom {
	display:block;
	position:relative;
	width:100%;
	box-sizing: border-box;
	height:301px;
}

#bottom #bottomHeader {
	font-family: Trebuchet MS;
	font-size: 50px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	color: #e1e1e1;
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 2;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #666;
	width: 50%;
}

#bottom #bottomHeader .small { font-size:40px; }

#bottom #bottomLeft, #bottom #bottomRight { 
	display:inline-block;
	width:33%;
	height:inherit;
	min-width:450px;
	box-sizing: border-box;
	z-index: 0;
	vertical-align:top;
}

#bottom #bottomLeft div, #bottom #bottomRight div {
	width:50%;
	display:block;
	float:left;
	font-family:Arial;
	color:#666;
	font-size:30px;
	box-sizing: border-box;
	height:50%;
	text-align:center;
	padding:0;
	opacity:0;
}

#bottom #bottomLeft .lTop, #bottom #bottomLeft .rTop, #bottom #bottomRight .lTop, #bottom #bottomRight .rTop  {
	padding-top:120px;
	padding-right:60px;
	box-sizing: border-box;
	text-align:left;
}

#bottom #bottomLeft .lBottom, #bottom #bottomLeft .rBottom, #bottom #bottomRight .lBottom, #bottom #bottomRight .rBottom  {
	padding-top:50px;
	padding-left:60px;
	box-sizing: border-box;
	text-align:right;
}

#bottom #bottomLeft .lTop, #bottom #bottomLeft .rTop, #bottom #bottomRight .lBottom, #bottom #bottomRight .rBottom  {
	text-align:center;
}

#bottom #bottomLeft .lTop, #bottom #bottomLeft .rBottom, #bottom #bottomRight .lTop, #bottom #bottomRight .rBottom {
	color:#000;
}

#bottom #bottomCenter {
	width:33%;
	height:inherit;
	display:inline-block;
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	box-sizing: border-box;
	z-index: 0;
	vertical-align:top;
}

#bottom #bottomCenter img {
	width:auto;
	height:inherit;
	max-width:455px;
}

#bottom #bottomCenter .screenshot {
	width:100%;
	height:auto;
	max-width:409px;
	max-height:271px;
	border-radius: 10px;
	box-sizing: border-box;
	border:2px solid #EBEBEB;
}

#bottom .link:hover {
	opacity:0.5;
}


#bottom a, .prompt {
	font-family:Verdana;
	color: #999;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}

#bottom a:hover {
	color: #333;
}

#bottom #bottomLeft .screenshot, #bottom #bottomRight .screenshot {
	width:auto;
	height:100%;
	max-height:271px;
}

#bottom .center { text-align:center; }

#footer{
	background-color: #003F5E;
	width:100%;
	border-top:3px solid #ccc;
	display:block;
	text-align:center;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	padding:10px 0;
	box-sizing: border-box;
}

.noVisible { opacity:0; }

b.center { 
	text-align:center; 
	display:block;
}