@charset "utf-8";
/* CSS Document */

#header, .navtoptop, #splash, #copy, .navbottom, #footer, .container {
	visibility:hidden;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	background: url(../images/copy-bg.jpg) bottom repeat-x #fff;
	}
	
a {
	color: #117182;
	}
	
a:hover {
	color: #003333;
	}
	
p {
	margin-top: 15px;
	}
	
ol {
	list-style:lower-latin;
	}
	
h1 {
	font-size: 210%;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	letter-spacing: -2px;
	padding: 20px 0 15px 0;
	width: 65%;
	}
	
h2 {
	color: #117182;
	font-size: 130%;
	padding: 40px 0 5px 0;
	font-weight:normal;
	}
	
h2 a {
	color: #117182;
	text-decoration:none;
	}
/*	
h2 a:hover {
	background: #FFFF99;
	}*/
	
h3, h3 a {
	color: #444;
	font-size:100%;
	text-decoration: none;
	}
	
.floatleft {
	float: left;
	}
	
.container {
	margin: 0 auto;
	width: 1005px;
	}
	
#header, .navtoptop, #splash, #copy, #footer, .navbottom {
	width: auto;
	}
	
#header {
	height: 70px;
	padding-top: 15px;
	text-align: right;
	} 

#header div.logo {
	float: left;
	margin-left: 15px;
	}	
	
#header div.logo div#home-btn {
	display:none;
	position: absolute;
	margin-left: 55px;	
	}
	
#header div.buy {
	float: right;
	margin: 17px 40px 0 0;
	}
	
#splash {
	background: url(../images/splash-bg.png) top no-repeat #8cc8d6;
	border:2px solid #fff;
	margin: 0;
	}
	
#splash .container {
	cursor: pointer;
	}
	
#copy {
	font-size: 80%;
	line-height: 140%;
	color: #222222;
	}
	
#copy ul, #copy ol {
	margin: 10px 0 10px 30px;
	}

#copy ul {
	list-style-image: url(../images/bullet-sm.png);
	}
	
#copy ul li ul {
	list-style: circle;
	}
	
#copy ul li ul li ul {
	list-style: square;
	}
	
#copy ul.separator {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
#copy ol {
	list-style: decimal;
	}
	
#copy li {
	margin-bottom: 5px;
	}
	
/* homepage specific styles */

	
#home #splash {
	height: 217px;
	}
		
#home #splash h1 {
	width: 44%; 
	height: 127px;
	margin: 20px 0 0 2%;
	text-indent: -3000px;
	background: url(../images/homeH1Bg.png) top right no-repeat;
	}


#home h2 {
	color: #444;
	padding: 50px 0 5px 0;
	}

#screenshots {
	width: 40%;
	float:left;
	margin: 40px 0 -35px 0;
	}
	
#screenshots a {	
	display: block;  
	float: left;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-size: 100%;
	font-weight:bold;
	color: #333;
	text-indent: 5px;
	text-align:center;
	padding-top: 10px;
	width: 48%;
	height: 175px;
	}
	
#screenshots a:hover {
	background-color: #FFFF99;
	}
	
#screenshots a img {
	margin-top: -8px;
	}
	
#fancyzoom div {
	width: 700px;
	}

#differ {
	width: 55%;
	float:left;
	margin-left: 4%;
	}
	
#differ img.top {
	margin-top: -216px;
	float:right;
	position:relative;
	}
	
#differ h2 {
	margin-top: -35px;
	}
	
#differ h2 a{
	color: #444;
	}
	
#differ h2 a:hover {
	background:none;
	}
	
#differ ul {
	list-style-image: none;
	margin: 5px 0;
	}
	
#differ ul li {
	margin:0;
	padding:0;
	}
	
#differ ul li a {
	color: #117182;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 1px 30px !important;
	padding: 3px 0 1px 5px;
	margin:0 0 5px 0 !important;
	margin:0 0 -10px 0;
	background: url(../images/bullet.png) left top no-repeat;
	display: block;
	}
	
#differ ul li a:hover {
	background:url(../images/bullet.png) left top no-repeat #FFCe17;
	}


#actionpoint {
	height: 100px;
	clear: both;
	}
	
#supports {
	height: 43px;
	width: 750px;
	background: url(../images/supports_bg.png) right no-repeat;
	margin:45px 20px 0 0;
	color: #fff;
	font-size: 145%;
	text-align:center;
	float:left;
	cursor:pointer;
	}
	
#copy img.buy {
	float:right;
	margin: 16px 40px 0 0;
	}
	
/* interior non-landing page styles */
		 
#main {
	width: 65% !important;
	width: 60%;
	float: left;
	margin-right: 5%;
	text-align: justify;
	}
	
#main h3 {
	margin-top: 20px;
	color: #072F36;  
	}
	
a.learnmore {
	color: #fff;
	padding: 4px;
	background:#9cc3ae;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 85%;
	margin-bottom: 20px;
	}

a:hover.learnmore {	
	background-color: #ffcb08;
	color: #fff;
	}
	
.side {
	width: 30%;
	float: right;
	}	
	
.side .callout, .cssform fieldset {
	background: #ECF2EC;
	border: 1px solid #C5D8C5;
	padding: 10px;
	margin-top: 30px;
	}
	
.side img.buy {
	margin-left: 60px;
	}

img.top {
	position:relative;
	margin-top:-65px;
	}
	
img.phone {
	margin: -125px 0 -50px -60px;
	}
	
.side h2 {
	font-size:120%;
	padding: 5px 0;
	}
	
#careers #jobs {
		margin: -50px 0 0 80px;
	}
	
.deemphasis {	
	font-size: 90%;
	color: #666;
	line-height:120%;
	}
	
.deemphasis h2  {	
	margin: 15px 0 0 0;
	}

.deemphasis h3 {
	margin: 8px 0 0 0;
	}
	
.deemphasis a {
	text-decoration:none;
	}
	
.deemphasis a:hover {
	text-decoration: underline;
	}

	
.floatleft {
	float:left;
	margin: 0 0 10px 10px;
	}
	
.floatright {
	float:right;
	margin: 0 0 0 10px;
	}
	
.pullquote {
	margin-left: 2%;
	margin-right: 2%;
	font-style:italic;
	color:#666666;
	}
	
ul#differences-nav {
	border-bottom:none;
	}
	
ul#differences-nav a {
	text-decoration: none;
	}
	
ul#differences-nav a:hover {
	text-decoration: underline;
	}
	
/* See nav.css for the rest of the subnav list styles */
	
#navbottomcontainer .container {
	margin: 15px auto;
	}
	
#navbottomcontainer #header {
	display:none;
	}
	
#footer {
	padding: 0 0 0 0;
	height: 100px;
	font-size: 70%;
	color: #777;
	clear:both;
	}
	
#footer img, #footer p {
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	}
	
#footer p {
	margin-top: 42px;
	}
	
#footer img {
	margin-top: 22px;
	}
	
#ww img.logo {
	margin-top: 10px;
	}
	
#legal img.winner {
	margin: 2px 0 0 10px;
	height: 30px;
	}
	
#ww {
	float: left;
	}
	
#legal {
	float:right;
	}

/* Hack to fix 'blue shade' issue in firefox */	
#ga_shade {
	display:none !important;
	}
	
iframe {
	width: 992px;
	height: 600px;
	border-top: 10px solid #A5C3A8;
	border-bottom: 10px solid #A5C3A8;
	overflow-x: hidden;	
	}

