@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0; }

body {
	background: #fff url(images/bg.jpg) no-repeat top center;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2a87b4;
}

h3 {
	font-size: 16px;
	margin-bottom: 30px;
	border-bottom: 2px solid #a9ddf7;
}

h4 {
	font-size: 14px;
	font-weight: 700;
}

p {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

a img {
	border: none;
}

a {
	color: #48c3f5;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	
}

a:hover {
	color: #f4c318;
}

.name {
	font-size: 16px;
	font-weight: 700;
}

.email {
	font-size: 14px;
}

.subheading {
	margin-top: 50px;
	text-transform: uppercase;
}

.headline-tag {
	font-size: 16px;
	margin: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.reset {
	margin: 0;
	padding: 0;
}


#wrapper {
	width: 974px;
	margin: 0 auto;
	padding: 0 23px;
}	

#top-bar {
	height: 22px;
	color: #878787;
}

#top-bar a {
	color: #878787;
	font-weight: 500;
	font-size: 10px;
}

#top-bar a:hover {
	color: #000;
}

#top-bar .toadfly {
	color: #dc2f2f;
}

#header {
	height: 93px;
	clear: both;
}

#logo {
	background: url(images/atom-logo.png) no-repeat center;
	width: 319px; height: 71px;
	text-indent: -99999px;
	display: block;
	float: left;
	margin-top: 10px;
}

#navigation {
	list-style: none;
	float: right;
	text-transform: uppercase;
	position: relative;
	top: 52px;
}

#navigation ul li {
	display: inline;
	float: left;
	margin-left: 30px;
	line-height: 40px;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	padding: 11px 15px;
}

#navigation ul li a:hover {
	color: #f6c800;
}

#home #navigation ul li.home a,
#product #navigation ul li.product a,
#about #navigation ul li.about a,
#contact #navigation ul li.contact a {
	background-color: #fff;
	color: #3283ab;
	line-height: 40px;
}

#showcase {
	height: 389px;
	margin-top: 21px;
}

#showcase #product-info {
	height: 330px;
	background: #000 url(images/showcase-bg.jpg) no-repeat left;
}

#showcase #product-info #elevator-pitch {
	width: 435px;
	margin-right: 44px;
	margin-top: 45px;
	float: right;
}

#showcase #product-info #elevator-pitch h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #fcd738;
}

#showcase #product-info #elevator-pitch p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

#showcase #product-info #elevator-pitch #demo-button  {
	width: 347px; height: 54px;
	margin-top: 40px;
	display: block;
	background: url(images/demo-button.jpg) no-repeat center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 44px;
	color: #fee060;
	text-align: center;
}

#showcase #product-info #elevator-pitch #demo-button:hover  {
	color: #fff;
}
	
#showcase #overview-video {
	height: 59px;
	background-color: #2e81a9;
	color: #fff;
}

#showcase #overview-video .tagline {
	float: left; 
	font-weight: 800;
	font-size: 20px;
	margin: 19px 0 0 17px;
}
	
#main-content {
	clear: both;
	overflow: hidden;
	margin-top: 55px;
	margin-bottom: 50px;
}

#main-content p {
	margin: 20px 0;
}

#main-content #left-col {
	width: 239px;
	float: left;
	margin-right: 50px;
}

#main-content #left-col .screenshot {
	margin-bottom: 40px;
	padding: 3px 0;
	border-top: 2px solid #a9ddf7;
	border-bottom: 2px solid #a9ddf7;
}

#main-content #center-col {
	width: 450px;
	margin-right: 45px;
	float: left;
}

#main-content #right-col {
	width: 190px;
	float: left;
}

#main-content #right-col h2 {
	margin-top: 50px;
}

.pdf-button {
	width: 190px; height: 37px;
	display: block;
	background: url(images/download-button.png) no-repeat center;
}

.pdf-button a {
	color: #2e81a9;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 14px;
	margin-left: 48px;
}

.pdf-button a:hover {
	color: #fff;
}

ul.highlights {
	list-style: none;
	font-size: 14px;
}

ul.highlights li {
	border-top: 2px solid #a9ddf7;
	padding: 7px 0;
}

#footer {
	background: url(images/footer-bg.jpg) repeat-x center;
	padding-top: 20px;
	width: 100%; height: 67px;
	clear: both;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

#footer a {
	color: #f6c800;
}

#footer a:hover {
	color: #fff;
}

/* ----------------------------- Non-index styles ------------------------------------ */



/* ----------------------------- End of Non-index styles ------------------------------------ */




/* ---------------------------- Contact form ------------------------------------*/

#contact-form {
	width: 400px;
	margin-top: 50px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	width: 100%;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #e3e3e3;
}

#contact-form textarea {
	height: 90px;
}

#contact-form textarea:focus, #contact-form input:focus {
	border: 2px solid #48c3f5;
}

#contact-form input.submit-button {
	width: 100px;
	float: right;
}

label {
	text-align: left;
	padding-top: 5px;
	font-size: 16px;
}

