/* Margin, Padding, Border Resets
-------------------------------------------------------------- */
html, body, div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
img, abbr, acronym {
	border: 0;
}
body {
	font-family: 'open_sansregular', sans-serif;
	background-color: #1f2c33;
	font-size: 13px;
	color: #36444b;
}
/* HTML Elements
-------------------------------------------------------------- */
p {
	margin: 1em 0;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-family: 'open_sanssemibold', sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 20px;
}
ul, ol, dd {
	margin-bottom: 1.5em;
	margin-left: 2em;
}
li ul, li ol {
	margin-bottom: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #f6544b;
}
a:link, a:visited {
	color: #f6544b;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #c1463f;
}
hr {
	height: 1px;
	border: 1px solid gray;
}
table {
	border-spacing: 0;
	width: 100%;
}
/* Helper Classes
/-------------------------------------------------------------- */
.hide {
	display: none;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after, .clearfix .inner:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: auto;
	visibility: hidden;
}
::-moz-selection {
 background-color: #8ab0c4;
 color: #ccd6dc;
}
/* Works in Safari */
::selection {
	background-color: #8ab0c4;
	color: #ccd6dc;
}
/* Grid Layout Basics 
-------------------------------------------------------------- */
.page, .region {
	margin: 0 auto;
}
div.full-width {
	width: 100%;
}
.region {
	width: 960px;
}
/* Header Region
/-------------------------------------------------------------- */
#header {
	background: url("../images/top-bg.png");
}
#logo {
	float: left;
	width: 30%;
}
#logo a {
	display: inline-block;
	width: 210px;
	height: 80px;
	background: url("../images/sprite.png") 0px -5px no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
}
#main-menu {
	width: 70%;
	float: right;
}
ul.menu {
	list-style: none;
	float: right;
	display: none;
}
ul.menu li {
	float: left;
	margin: 30px 2px 0;
}
ul.menu li a {
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	opacity: 0.7;
	border: 2px solid transparent;
	padding: 3px 10px;
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Pt Sans', sans-serif;
}
ul.menu li.active a {
	opacity: 0.8;
	border: 2px solid #f6544b;
}
ul.menu li a:hover {
	opacity: 1;
	border: 2px solid #f6544b;
}
.front #header-bottom {
	position: relative;
	height: 250px;
}
.we-moved a {
	height: 330px;
	background: url("../images/sample-screen.png") center bottom no-repeat;
	width: 100%;
	position: relative;
	z-index: 40;
	bottom: 50px;
	padding-bottom: 30px;
	display: block;
}
.we-moved a span {
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 330px;
	height: 200px;
	background: url("../images/we-moved.png") center center no-repeat;
	right: 140px;
	top: 10px;
}
.we-moved a:hover span {
	right: 180px;
	top: 70px;
}
.we-moved a span {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.multiple-monitors {
	position: absolute;
	right: 140px;
	bottom: 30px;
	display: inline-block;
	width: 120px;
	background: url("../images/sprite.png") -20px -120px no-repeat;
}
.multiple-monitors p {
	margin: 0;
	padding-top: 40px;
	color: #74838a;
}
ul.menu li a, #destination-list li, #postscript ul li a, .front #header-bottom {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
/* Preface Region
/-------------------------------------------------------------- */
#preface {
	background-color: #FFF;
	text-align: center;
	margin-top: 0;
	padding-top: 80px;
}
#preface h1 {
	font-size: 40px;
	font-family: 'open_sansregular', sans-serif;
	margin-bottom: 0;
}
#preface h2 {
	font-size: 20px;
	font-family: 'open_sansregular', sans-serif;
	margin-bottom: 30px;
}
a.red-button {
	background-color: #f6544b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 22px;
	color: #FFF;
	display: inline-block;
	font-family: 'open_sanssemibold', sans-serif;
	padding: 14px 15px;
	border-bottom: 4px solid #c1463f;
	min-width: 200px;
	margin: 0 10px 3px;
	vertical-align: top;
}
a.red-button:hover, #page-plimus form .pli-tbl-submit input[type="submit"]:hover {
	border: none;
	margin-top: 4px;
}
a.redirect-button {
	background-color: #375463;
	text-align: center;
	min-width: 300px;
	border-bottom: 4px solid #2d424d;
}
p.details {
	color: #999;
	margin-bottom: 20px;
	font-size: 12px;
}
/* Postscript Region
/-------------------------------------------------------------- */
#postscript {
	background-color: #FFF;
	overflow: hidden;
}
#postscript h3 {
	font-size: 18px;
	font-family: 'open_sansregular', sans-serif;
	color: #36444b;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #ededed;
	margin-top: 20px;
}
#postscript ul {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
#postscript ul li {
	display: inline-block;
	width: 25%;
	margin: 5px 0;
	float: left;
	text-align: center;
}
#postscript ul li a {
	color: #36444b;
	opacity: 0.5;
}
#postscript ul li a:hover {
	opacity: 1;
}
ul#companies {
	list-style: none;
	width: 100%;
	float: left;
	margin: 20px 0 30px;
}
#postscript ul#companies li {
	display: inline-block;
	width: inherit;
	float: none;
	width: 186px;
	text-align: center;
}
ul#companies li a {
	opacity: 0.9;
	-webkit-filter: grayscale(0%);
}
ul#companies li a:hover {
	opacity: 0.6;
	-webkit-filter: grayscale(100%);
}
/* Footer Region
/-------------------------------------------------------------- */
#footer {
	overflow: hidden;
	font-family: 'Pt Sans', sans-serif;
}
p.copyright-info {
	margin: 35px 0;
	color: #7b858b;
	text-align: center;
}
#footer .menu a {
	color: #b8c2c7;
	opacity: 0.5;
	font-size: 13px;
}
#footer .menu a:hover {
	opacity: 1;
	border: 2px solid #f6544b;
}
