@charset "UTF-8";
/* CSS Document */

/* 
----------------------------------------------
	The Frame
----------------------------------------------*/
html, body {
	margin:0; padding:0;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background:#fff;
	color:#333;
	height:100%;
	}
	
body {
	font-size:93.75%; /* base is 15px */
	line-height:1.5em;
	}

#container {
	min-height:100%;
	position:relative;
	}
	
#abovefooter {
	padding-bottom:35px;
	}		

/* 
----------------------------------------------
	Masthead
----------------------------------------------*/
#masthead {
	width:100%;
	height:85px;
	background:#1b1b1b url(../images/masthead.png) repeat;
	color:#f8d583;
	position:relative;
	font-size:15px;
	}

#mastheadcontent {
	overflow:hidden;
	height:100%;
	padding:2px 0px;
	}
	
#masthead #logo {
	float:left;
	margin:20px 0px 0px 40px;
	}	

#masthead #logo a {
	background:url(../images/wordmark.png) no-repeat center left;
	height:46px;
	width:198px;
	display:inline-block;
	}

#masthead .lowerleftcorner{
	background:url(../images/lowerleftcorner.gif) no-repeat;
	position:absolute;
	bottom:-10px;
	left:0px;
	height:10px;
	width:10px;
	}

#masthead > .lowerleftcorner{
	bottom:0px;
	}

#masthead .lowerrightcorner{
	background:url(../images/lowerrightcorner.gif) no-repeat;
	position:absolute;
	bottom:-10px;
	right:0px;
	height:10px;
	width:10px;
	}

#masthead > .lowerrightcorner{
	bottom:0px;
	}

/* 
----------------------------------------------
	Tabs
----------------------------------------------*/
#navigation {
	float:left;
	position:absolute;
	left:275px;
	bottom:-1px;
	font-weight:bold;
	}

#mastheadcontent > #navigation {
	bottom:0px;
	}

#navigation .tab {
	float:left;
	padding:7px 30px 0px 30px;
	}	

#navigation .tab a:link, #navigation .tab a:visited{
	color:#f8d583;
	text-decoration:none;
	}		

#navigation .tab-selected span a {
	color:#333;
	text-decoration:none;
	}	

#navigation .tab-selected span img {
	border:none;
	}
	
#navigation .tab-selected {
	background: transparent url(../images/tab.png) no-repeat top right; 
	display: block;
	float: left;
	height: 33px;
	padding-right: 35px;
	text-decoration: none;
	position:relative;
	margin:0px 4px;
	}

#navigation .tab-selected span {
	background: transparent url(../images/tab.png) no-repeat;
	display: inline-block;
	height:33px;
	line-height: 33px;
	padding: 0px 0px 0px 35px;
	color:#333;
	font-weight:bold;
	}	

#navigation .tab-selected > span {
	background: transparent url(../images/tab.png) no-repeat;
	display: block;
	line-height: 32px;
	padding: 2px 0px 2px 35px;
	color:#333;
	font-weight:bold;
	}	

#navigation .tab-selected a:link, #navigation .tab-selected a:visited {
	border:none;
	}		

#cta-buttons {
	overflow:auto; 
	padding-top:8px; 
	padding-right:8px;
	}

#cta-buttons #api a {
	float:right; 
	background:url(../images/button-api.png); 
	width:121px; 
	height:37px;	
	display:inline-block;
	}

#cta-buttons #twitter a {
	float:right; 
	background:url(../images/button-twitter.png); 
	width:160px; 
	height:37px;	
	display:inline-block;
	}

/* 
----------------------------------------------
	Content Area
----------------------------------------------*/
#fixedwidth{ 
	margin:0 auto;
	width:960px;
	padding:0px 10px;
	position:relative;
	}

#fixedwidth .content {
	margin:25px 35px;
	}

#fullwidth {
	background:#f6f6f6 url(../images/notepaper-bg.png) repeat-x;
	margin:0px auto;
	padding:15px 10px;
	}	

#fullwidth .content {
	width:960px;
	margin:0px auto;
	}	

#fullwidth .content div.inner{
	margin:0px 35px;
	}	

	
/* 
----------------------------------------------
	Front Page
----------------------------------------------*/
#marketing	{
	margin:0px;
	padding-bottom:90px;
	overflow:auto;
	font-family: Georgia, Times, Palatino, serif;
	}
		
#marketing .mainimg {
	background:url(../images/geoapi.jpg) no-repeat;
	height:536px;
	width:758px;
	position:absolute;
	top:219px;
	left:170px;
	}	

#marketing .copy {
	padding:10px;
	margin:0px;
	}			
	
#marketing .copy h2.tagline {
	font-size:30px;
	margin-top:40px;
	font-weight:normal;
	}	
	
#marketing .copy h2.tagline a {
	display:inline-block; 
	position:relative; 
	top:1px;
	}

#marketing .copy h2.cta {
	font-size:35px;
	line-height:50px;
	margin:6px 0px auto 0px;
	padding-top:15px;
	position:absolute;
	z-index:100;
	}	

.marketing-margin {
	margin-top:250px !important;
	}	

.marketing-padding {
	padding-top:200px;
	}	

.graybg {
	background: url(../images/graybg.png) no-repeat bottom;
	}

#marketing img{
	border:none;
	}	
	
#crunchie_nom {
	position:absolute; 
	top:95px;
	right:60px;
	z-index:99;	
	}	
			
			
/* 
----------------------------------------------
	General Typography & Text Formatting
----------------------------------------------*/
	
h1, h2, h3, h4 {
	margin-top:35px;
	}
	
h1 {
	}

h2 {
	}

h3 {
	}
	
h4 {
	}

p {
	width:800px;
	}
	
.help {
	color:#999;
	}	

.emphasis {
	font-weight:bold;
	}		

a:link, a:visited {
	color:#0088cc;
	text-decoration:none;
	}

a:hover {
	color:#0088cc;
	text-decoration:underline;
	}
	
ul li {
	padding:3px 0px;
	}	

ul.plain {
	list-style:none;
	padding:0;
	margin:0;
	}	

ul.plain li {
	padding:2px 0px;	
	}
	

#breadcrumbs ul {
	list-style:none;
	padding:0px;
	margin:0;
	}	

#breadcrumbs ul li {
	display:inline;
	padding:0px 6px 0px 0px;	
	}
	
	
/* 
----------------------------------------------
	Footer
----------------------------------------------*/
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	background:#000 url(../images/footer-bg.png) repeat-x;
	height:25px;
	overflow:hidden;
	}

#footer .content {
	font-family: Verdana, sans-serif;
	font-size:9px;
	padding-top:1px;
	color:#fff;
	width:960px;
	margin:0px auto;
	white-space:nowrap;
	}

#footer .content ul {
	list-style:none;
	padding:0px 35px;
	margin:0;
	}	

#footer .content ul li {
	display:inline;
	padding:0px 35px 0px 0px;	
	}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
		
#footer span {
	padding:0px 35px 0px 0px;
	}		
/* 
----------------------------------------------
	Misc
----------------------------------------------*/
hr {
	border: none 0;
	border-top: 1px dashed #bbb;
	width: 100%;
	height: 1px;
	margin:15px 0px;
	} 	

/* 
----------------------------------------------
	Products Page
----------------------------------------------*/
	
.imagedesc-pair {
	overflow:hidden;
	}

.imagedesc-pair div.image {
	float:left; 
	margin:25px 45px 0px 0px;
	width:300px;
	}	

.imagedesc-pair div.desc {
	float:left; 
	width:500px;
	}		
	
.imagedesc-pair p {
	width:auto;
	}
	
.vcenter25 {
	margin-top:25px;
	}	

.vcenter35 {
	margin-top:35px;
	}	

.vcenter45 {
	margin-top:35px;
	}	

.vcenter55 {
	margin-top:55px;
	}	

.vcenter65 {
	margin-top:65px;
	}	
	
	
/* 
----------------------------------------------
	About Page
----------------------------------------------*/

#people {
	margin-top:25px;
	}

#people .person {
	overflow:auto;
	margin-top:25px;
	}

#people .person .photo {
	float:left;
	position:relative;
	overflow: visible;
	}
	
.rounded6px-tl { 
	position:absolute; top:0px; left:0px; background: url(../images/photos-corners.png) no-repeat 0px 0px; height:5px; width:5px;
	}

.rounded6px-tr { 
	position:absolute; top:0px; right:0px; background: url(../images/photos-corners.png) no-repeat -141px 0px; height:5px; width:5px;
	}

.rounded6px-bl { 
	position:absolute; bottom:0px; left:0px; background: url(../images/photos-corners.png) no-repeat 0px -141px; height:5px; width:5px;
	}

.rounded6px-br { 
	position:absolute; bottom:0px; right:0px; background: url(../images/photos-corners.png) no-repeat -141px -141px; height:5px; width:5px;
	}
	
#people .person .copy {
	float:left; 
	width:700px; 
	margin: 0px 0px 0px 15px;
	}

#people .person .copy .name {
	font-weight:bold;
	}	

#people .person .copy .desc {
	font-size:14px;
	margin-top:8px;
	}		

/* 
----------------------------------------------
	Pricing Page
----------------------------------------------*/
table#pricing th {
	text-align:left;
	background:#eee;
	}

table#pricing tr.alt {
	background:#f6f6f6;
	}	
	