/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0px; 
	font-size: 100%;
	margin: 0px;
	outline: 0px;
	padding: 0px;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Basic */
html { 
	-webkit-font-smoothing: antialiased;
}

body { 
	background: #FBFBFB url(../images/publicHeaderBackground.png) repeat-x;
	font-family: 'Helvetica Neue', Helvetica , Arial, sans-serif; 
	color: #333333; 
	font-size: 13px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #445869;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #445869;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

hr {
	border: none;
	border-bottom: 1px solid #DDDCDC; 
	margin: 15px 0px 15px 0px;
}

p { 
	font-family: 'Open Sans', sans-serif; 
	font-size: 13px; 
	line-height: 19px; 
	color: #666666;
	margin: 10px 0px 10px 0px;
}

p.error	{
	color: #F00F00 !important;
	font-size: 13px !important;
	margin-bottom: 12px !important;
	text-align: center;
}

p.message {
	text-align: center !important;
}

a {
	text-decoration: none;
	color: #2D71AC;
}

a:hover {
	text-decoration: underline;
}

input:-webkit-input-placeholder {
	color: #444444;
}

input:-moz-placeholder {
	color: #444444;
}

.clear { 
	clear: both;
}

.center {
	text-align: center;
}

.pageWrap { 
	width: 960px; 
	margin: 0px auto;
}

/* Header */
#header {
	overflow: hidden;
	height: 98px;
}

#logo { 
	float: left; 
	width: 300px;
}

#logo h1 { 
	background: url(../images/logo.png) no-repeat; 
	width: 251px; 
	height: 90px;
	margin: 0px;
	text-indent: -9999px;
	position: relative; 
	top: 5px; 
}

#freeTrial { 
	float: right;
	width: 400px;
	text-align: right;
}

#freeTrial h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	color: #444444;
	font-size: 33px;
	font-weight: normal;
	position: relative;
	top: 36px;
}

#slogan h3 {
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 26px;
	font-weight: normal;
	position: relative;
	top: 36px;
}

h3 span.trialBlue {
	color: #0DADDD;	
}

/* HERO SECTION */
#hero {
	background: url(../images/heroBackground.png) repeat-x; 
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}

#hero h2 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 61px;
	color: #0DADDD;	
	font-weight: normal;
	margin-bottom: 5px;
}

#heroScreenshot { 
	margin-top: 40px;
	-webkit-animation: fade 1s alternate;
	-moz-animation: fade 1s alternate;
	animation: fade 1s alternate;
}

/* HERO CSS3 ANIMATIONS */
@-webkit-keyframes fade {
	0% {
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% { 
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/* GET ACCESS */
#getAccess h4 { 
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #0DADDD;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formField {
	width: 500px;
	margin: 0px auto;
	position: relative;
}

.inputBeta { 
	background: url(../images/inputSignUp.png) no-repeat; 
	width: 350px; 
	height: 41px; 
	border: none; 
	outline: none;
	color: #444444; 
	font-size: 13px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px 110px 0px 41px;
}

.inputSubmit {
	background: url(../images/submitButton.png) no-repeat  top right; 
	display: inline-block; 
	border: none; 
	width: 86px; 
	height: 32px; 
	text-indent: -9999px; 
	outline: none; 
	cursor: pointer; 
	position: absolute;
	right: 4px;
	top: 4px;
}

.inputSubmit:hover {
	background-position: 0px -32px;
	border: none; 
	outline: none;
}

.inputSubmit:active {
	background-position: 0px -64px;
	border: none; 
	outline: none;
}

/* BOXES */
#boxes {
	background: url(../images/background.jpg) repeat;
	padding-top: 60px;
}

.threeColumnBox {
	background: #FFFFFF;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 260px;
	padding: 20px;
	margin-right: 30px;
	-moz-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	-webkit-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	margin-bottom: 60px;
	position: relative;
	min-height: 170px;
}

.threeColumnBoxLast {
	margin-right: 0px;
}

.threeColumnBox h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 44px;
	color: #0DADDD;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin: 0px 0px 10px 0px;
}

.iconSettings { 
	position: absolute;
	top: -29px;
	left: -26px;	
}

.iconDashboard {
	position: absolute;
	top: -29px;
	left: -26px;
}

.iconSupport {
	position: absolute;
	top: -29px;
	left: -26px;
}

/* TESTIMONIAL */
#testimonial { 
	background: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 920px;
	padding: 20px;
	-moz-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	-webkit-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	margin-bottom: 60px;
	position: relative;
}

#testimonial p {
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	font-size: 26px;
	line-height: 29px;
	color: #666666;
}

#testimonial span { 
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	font-size: 15px;
	color: #9A9A9A;
	float: right;
	margin-right: 60px;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('../fonts/Qlassik_TB-webfont.eot');
    src: url('../fonts/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Qlassik_TB-webfont.woff') format('woff'),
         url('../fonts/Qlassik_TB-webfont.ttf') format('truetype'),
         url('../fonts/Qlassik_TB-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('../fonts/QlassikBold_TB-webfont.eot');
    src: url('../fonts/QlassikBold_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/QlassikBold_TB-webfont.woff') format('woff'),
         url('../fonts/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('../fonts/QlassikBold_TB-webfont.svg#QlassikBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.iconTestimonialLeft {
	position: absolute;
	top: -29px;
	left: -26px;
}

.iconTestimonialRight {
	position: absolute;
	bottom: -29px;
	right: -26px;
}

/* FREE TRIAL BG */
#freeTrialButton {
	background: url(../images/freeTrialButton.png) no-repeat  top right; 
	display: block;
	border: none;
	width: 504px;
	height: 45px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	margin-left: 215px;
}

#freeTrialButton:hover {
	background-position: 0px -45px;
	border: none;
	outline: none; 
}

#freeTrialButton:active {
	background-position: 0px -90px;
	border: none; 
	outline: none;
}

#freeTrialBackground { 
	background: url(../images/divDivider.png) no-repeat; 
	background-position: center center;
	text-align: center;
	margin-bottom: 60px;
}

/* TWO COL BOX */
.twoColumnBox {
	background: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 390px;
	float: left;
	padding: 20px;
	-moz-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	-webkit-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	margin-bottom: 60px;
	position: relative;
	min-height: 160px;
}

.twoColumnBox h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #445869;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.twitter {
	margin-right: 100px;
}

.twitter p {
	border-bottom: 1px dotted #A7B2BA;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.twitter p:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.iconTwitter {
	position: absolute;
	top: -29px;
	left: -26px;
}

.iconNewsletter {
	position: absolute;
	top: -19px;
	left: -30px;
}

.inputName {
	background: url(../images/inputName.png); 
	width: 320px;
	height: 41px;
	border: 0px;
	padding: 0px 10px 0px 40px; 
	outline: none;
	color: #444444; 
	font-size: 13px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 9px;
}

.inputEmail {
	background: url(../images/inputEmail.png); 
	width: 320px;
	height: 41px;
	border: 0px;
	padding: 0px 10px 0px 40px; 
	outline: none;
	color: #444444; 
	font-size: 13px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 9px;
}

.submitButton {
	background: url(../images/buttonSubmit.png) no-repeat  top right; 
	display: block; 
	border: none; 
	width: 86px; 
	height: 32px; 
	text-indent: -9999px; 
	outline: none; 
	cursor: pointer; 
	float: right;
	margin-right: 10px;
}

.submitButton:hover {
	background-position: 0px -32px;
	border: none;
	outline: none;
}

.submitButton:active {
	background-position: 0px -64px;
	border: none;
	outline: none;
}

/* FOOTER */
#footer {
	height: 100px;
	border-top: 1px solid #D6D6D6;
}

.copyright { 
	float: left; 
	width: 500px;
	margin-top: 40px;
}

.footerNavigation { 
	float: right; 
	margin-top: 40px;
	text-align: right;
}

ul.footerNavigation li { 
	float: left;
	padding-left: 10px;
	text-align: right;
}

/* Top Navigation */
#navigationTop { /*	width: 900px; */
	padding: 0;
	margin: 0;
	float: left;
}

#navigationTop ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	text-align: center;
	background: inherit;
}

#navigationTop ul li { /*	background-color: #37414A; */
	margin: 0;
	padding: 0;
	line-height: 55px;
	float: left;
	text-align: center;
	float: right;
	width: 150px;
}

#navigationTop ul li a:link, #navigationTop ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	background-image: url(../images/navigationLinkBackground.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	padding: 3px 0px 0px 0px !important;
}

#navigationTop ul li a:hover, #navigationTop ul li a:active {
	background-image: url(../images/navigationLinkBackgroundHover.jpg);
	color: #FFFFDC;
}

#navigationTop ul li.topNavLeftSection {
	background-color: inherit;
	background-image: url(../images/navigationBackground.png);
	background-repeat: no-repeat;
	width: 55px;
}

/* Home Page Styles */
#loginBox {
	background: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 226px;
	float: right;
	padding: 10px;
	-moz-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	-webkit-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	margin-top: 8px;
	position: relative;
	min-height: 100px;
}

#loginBox h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #445869;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#loginBox p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #445869;
	margin: 0px;
}

#loginBox .password {
	background: url(../images/loginInput.png) no-repeat; 
	width: 226px;
	height: 25px;
	border: 0px;
	padding: 0px 10px 0px 5px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 0px 9px 0px;
}

#loginBox .email {
	background: url(../images/loginInput.png) no-repeat; 
	width: 226px;
	height: 25px;
	border: 0px;
	padding: 0px 10px 0px 5px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 0px 9px 0px;
}

#loginBox .signIn {
	float: right;
	vertical-align: top;
}

/* Services Page & Success Stories Page Styles */ 
ul#servicesFeatures, ul#additionalBenefits, ul#successStories {
	padding-left: 35px;
}

.quote {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #445869;
	margin: 15px 0px 15px 0px;
}

/* Contact Us Page Styles */
#contactUsAddress p {
	float: left;
	font-size: 14px;
	width: 40%;
}

#contactUsAddress p.right {
	width: 17%;
}

#contactUs {
	background: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 650px;
	padding: 20px;
	-moz-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	-webkit-box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	box-shadow: 0px 1px 3px rgba(147,167,183, 0.60);
	margin: 0px 0px 30px 140px;
	position: relative;
	min-height: 635px;
}

#contactUs p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #445869;
	margin: 0px;
}

#contactUs ul li {
	display: inline;
	float: left;
	margin: 0px 10px 0px 10px;
}

#contactUs ul li.label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #445869;
	margin-top: 12px;
	text-align: right;
	width: 24%;
}

#contactUs ul li.selectLabel {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #445869;
	margin-top: 4px;
	text-align: right;
	width: 24%;
}

#contactUs ul li.field {
	width: 390px;
}

#contactUs ul li.button {
	float: right;
	margin: 10px 86px 0px 0px;
}

#contactUs ul li input[type=text] {
	background: url(../images/contactInput.png) no-repeat; 
	width: 370px;
	height: 41px;
	border: 0px;
	padding: 0px 0px 0px 10px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 0px 9px 0px;
}

#contactUs ul li select {
	background-color: #F3F6F8;
	width: 150px;
	height: 38px;
	border: 1px solid #B5C0C9;
	padding: 0px 0px 0px 5px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 8px 9px 0px;
}

#contactUs ul li textarea {
	background-color: #F3F6F8;
	width: 345px;
	height: 150px;
	border: 1px solid #B5C0C9;
	padding: 10px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 10px 9px 0px;
	resize: none;
}

/* Password Retrieval Page Styles */
#passwordRetrieval {
	padding: 0px;
	margin: 0px 0px 0px 200px;
	position: relative;
}

#passwordRetrieval ul li {
	display: inline;
	margin: 0px 6px 0px 6px;
}

#passwordRetrieval ul li.label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #445869;
	margin-top: 12px;
	text-align: right;
}

#passwordRetrieval ul li.field {
	width: 450px;
}

#passwordRetrieval .button {
	margin: 6px 110px 0px 0px;
}

#passwordRetrieval ul li input[type=text] {
	background: url(../images/emailInput.png) no-repeat; 
	width: 370px;
	height: 41px;
	border: 0px;
	padding: 0px 0px 0px 50px; 
	outline: none;
	color: #444444; 
	font-size: 12px; 
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 2px 0px 9px 0px;
}

/* General Styles */
.allMargins0 {
	margin: 0px !important;
}

.fontWeightBold {
	font-weight: bold !important;
}

.marginTop2 {
	margin-top: 2px !important;
}

.required {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}

.spacer1 {
	clear: both;
	font-size: 1pt;
}

.spacer10 {
	clear: both;
	font-size: 10pt;
}