a
{
  color: #df800f;
  text-decoration: none;
}

div#mobile
{
  margin: 0px 10px 10px 10px;
  display: none;
}

body
{
  padding: 30px 0; 
  margin: 0;
  background: #993300;
  color: #3f3f3f;
  font-family: 'droid-sans-1', 'droid-sans-2', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

body.screenshot
{
  padding: 0;
}

h1, h2, h3, h4 
{
  margin: 0 0 .5em 0;
  font-weight: normal;
}

h1, h2
{
  
}

h1
{
  font-size: 34px;
  line-height: 44px;
}

h2
{
  font-size: 26px;
  line-height: 36px;
}

h3
{
  font-size: 18px;
  line-height: 26px;
}

h4
{
  font-size: 16px;
  line-height: 24px;
}

hr
{
  border: 0;
  color: #C5C5C5;
  background-color: #C5C5C5;
  height: 1px;
}

img
{
  border: 0;
}

p
{
  margin: 0 0 1em 0; 
}

.description p
{
  padding-left: 215px;
}

ul
{
  margin-left: 0;
  padding-left: 1em;
}

blockquote
{
	margin: 0;
	background:transparent url(/assets/images/home/quote.png) no-repeat scroll 10px 0;
	padding:0 20px 0 50px;
}

div#page
{
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

/* hide from ie */
head:first-child+body div#page
{
  min-width: 750px;
}

div#header
{
  background: white url('/assets/images/nav/header_background.gif') repeat-x top left;
  height: 68px;
  border: solid white;
  border-width: 1px 1px 0 0;
}

div#masthead
{
  float: left;
  background: white url('/assets/images/nav/masthead_background.gif') no-repeat top left;
  width: 301px;
  height: 68px;
  border: solid white;
  border-width: 0 0 0 1px;
}

h1#title
{
  background: white;
  padding: 0 10px 0 145px;
  margin: 0;
}

div#breadcrumbs
{
  background: white;
  padding: 0 10px 0 145px;
  margin: 0;
  height: 40px;
  position: relative;
}

div#breadcrumbs p#crumbs
{
	font-size: 12px;
	line-height: 18px;
  color: #999999;
  position: absolute;
  z-index: 20;
}

div#contents
{
  padding: 20px 310px 10px 145px;
  background-color: white;
}

div#contents div#spacer
{
  height: 500px;
}

div#sidebar
{
  position: absolute;
  right: 10px;
  top: 155px;
  width: 285px;
}

div#sidebar div.module
{
  color: #666666;
  background: #ebebeb;
  padding: 13px 17px;
  margin: 0 0 3px 0;
}

div#sidebar div.module a:hover
{
  background: #df800f;
  color: white;
}

div#sidebar div.module.last
{
  background: #ebebeb url('/assets/images/nav/module_bottom.gif') no-repeat bottom left;
}

div#sidebar div.module.first
{
  background: #ebebeb url('/assets/images/nav/module_top.gif') no-repeat top left;
}

div#footer
{
  background-color: #752700;
  height: 150px;
  border: 1px solid white;
  font-size: 12px;
  line-height: 18px;
  padding: 0 50px;
}

div#footer a
{
  display: block;
  padding: 3px 20px 0;
}

div#footer a.location
{
  color: white;
  float: left;
}

div#footer a.location.last
{
  border: 0;
}

div#footer a#email
{
  float: right;
  color:white;
  height: 35px;
  line-height: 30px;
}

div#footer a#jobs
{
  float: right;
  color: white;
}

div#footer a#clients
{
  float: right;
  color: #b4b4b4;
  background: #666;
  height: 35px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding: 3px 10px 0;
  margin-right: 20px;
}

div#footer a#clients:hover
{
  background: #515151;
}

img#logo
{
  position: absolute;
  top: -22px;
  left: 12px;
  z-index: 10;
}

img.slide
{
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 0;
}

ul#nav 
{
  margin:0;
  padding: 0;
  list-style:none;
  float:left;
  width:450px;
  position: absolute;
  top: 25px;
  left: 279px;
}

ul#nav li 
{
  float:left;
  margin:0;
  padding:0;
  background: #688bab;
  border-right: 1px solid white; 
  height: 23px;
}
  
ul#nav a 
{
  float:left;
  display:block;
  padding: 2px 17px 3px 19px;
  text-decoration:none;
  color:white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

ul#nav li:hover, ul#nav li.selected
{
	background: #405569;
}

ul#nav li#first
{
  padding: 0 0 0 16px;
  background: url('/assets/images/nav/nav_background_off.gif') no-repeat top left;
}

ul#nav li#first:hover, ul#nav li#first.selected
{
  background: #405569 url('/assets/images/nav/nav_background_on.gif') no-repeat top left;
}

ul#nav li#first a
{
  padding-left: 3px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
* html ul#nav a {float:none;}
/* End IE5-Mac hack */

ul#secondary
{
	margin: 0;
	padding: 0;
	list-style: none;
  position: absolute;
  top: 155px;
  left: -12px;
}

ul#secondary li 
{
	position: relative;
	display: block;
  background: url('/assets/images/nav/secondary.gif') repeat-y top left;
  padding: 0 2px;
}
 
ul#secondary li#first
{
  background: url('/assets/images/nav/secondary_first.gif') no-repeat top left;
}

ul#secondary li#last
{
  background: url('/assets/images/nav/secondary_last.gif') no-repeat top left;
}

ul#secondary li:hover, ul#secondary li.selected 
{
  background: url('/assets/images/nav/secondary_on.gif');
}

ul#secondary li#first:hover, ul#secondary li#first.selected
{
  background: url('/assets/images/nav/secondary_first_on.gif');
}

ul#secondary li#last:hover, ul#secondary li#last.selected
{
  background: url('/assets/images/nav/secondary_last_on.gif');
}

ul#secondary li a 
{
	display: block;
	width: 120px;
	height: 22px;
	text-decoration: none;
	color: white;
	padding: 2px 0 0 19px;
	border-bottom: 1px solid #e39947;
	font-size: 12px;
	line-height: 18px;
}

ul#secondary li#first a
{
  padding-top: 4px; 
}

ul#secondary li#last a
{
  border: 0;
  padding-bottom: 5px;
}

/* home page styles */
body#home img#office 
{
  display: block;
  margin: 0 0 20px 0;
}

body#home div#contents 
{
  padding: 20px 74px 80px;
}

body#home h1#title
{
  padding-left: 70px;
}

body#home #breadcrumbs p#crumbs
{
  visibility: hidden;
}

body#home ul.columns,
body#home ul#recent_news 
{
  padding: 0;
  margin: 0;
  list-style: none;
}

body#home ul.columns li 
{
  float: left;
  width: 395px;
  position: relative;
}

body#home ul.columns li.left_column
{
  margin-right: 10px;
}

body#home ul.columns li.right_column 
{
  margin-left: 10px;
}

body#home .startup,
body#home .enterprise
{
  margin: 0 40px 2.5em;
}

body#home .jobs,
body#home .blog
{
  margin-right: 20px;
}

body#home h3
{
  margin-bottom: 0;
}

body#home .contact_us 
{
  padding-left: 80px;
}

body#home hr {
  margin-top: 4em;
  margin-bottom: 1em;
  background-color: black;
  height: 2px;
}

body#home ul#recent_news li {
  margin-bottom: 10px;
  line-height: 18px;
}

body#home ul#recent_news a {
  color: #678BBA;
}

div.home_features
{
  position: relative;
  height: 130px;
  margin: 20px 0 10px 0;;
}

div.feature
{
  margin: 0 0 0 0;
}

div.home_features div.feature
{
  width: 200px;
  left: 40px;
}

div.home_features div.feature, div.home_features div.feature a
{
  color: white;
}

div.home_features div.control, div.home_features div.control a
{
  color: #df800f;
}

div.home_features div.control
{
  text-align: center;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url('/assets/images/home/control.gif') no-repeat top left;
}

div.home_features div.control.left
{
  top: 175px;
  left: 80px;
}

div.home_features div.control.right
{
  top: 175px;
  left: 340px;
}

div.home_features div#feature1
{
  display: block;
}

div.feature
{
  position: relative;
}

div.feature div.hanger
{
  position: relative;
  float: left;
}

div.feature div.image
{
  width: 200px;
  height: 120px;
  margin: 0 15px 35px 0;
  display: table;
  position: relative;
  background: white;
}

div.feature div.image div.matte
{
  display: table-cell;
  vertical-align: middle;
}

div.feature div.image img,
div.home_features div.feature div.image img
{
  display: block;
  margin: 0 auto;
}

div.home_features div.feature div.image
{
  float: none;
  margin-bottom: 10px;
}

div.feature div.image div.frame
{
  width: 200px;
  height: 125px;
  position: absolute;
  top: 0;
  *top: -2px;
  left: 0;
  background: url('/assets/images/nav/frame.png') no-repeat top left;
  cursor: pointer;
}

div.feature.home div.image div.frame
{
  *top: 0; 
}

div.feature div.image p.credits
{
  width: 200px;
  position: absolute;
  top: 120px;
  left: 0px;
  text-align: right;
	font-size: 12px;
	line-height: 18px;
  color: #cccccc;
}

div.feature.home div.image p.credits
{
  width: 200px;
  position: absolute;
  bottom: -20px;
  text-align: right;
  color: #993300;
}

div.feature p.description
{
}

div.feature.home p.description
{
  height: 94px;
  margin: 0 0 14px 0;
  background: #b94500;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

div.feature.home a.name
{
  background: #ce4d00;
  display: block;
	font-size: 12px;
	line-height: 18px;
}

div.feature.home p.credits
{
  background: #ce4d00;
} 

div#features.home div#news
{
  position: absolute;
  top: 310px;
  left: 20px;
}

div#features.home div#news ul
{
  list-style: none; 
  text-indent: -1em; 
  margin-top: 4px;
}

div#features.home div#news h3 a
{
  color: #666666;
}

div#mission
{
  color: #8d4e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0 370px 0 75px;
}

div.map
{
  height: 350px; 
  margin: 10px 0 20px 0;
  border: 1px solid #c5c5c5;
}

div#screenshots
{
  height: 225px;
  position: relative;
}

div.screenshot
{
  width: 252px;
  position: absolute;
}

div.screenshot h3
{
  background: #ebebeb;
}

div.screenshot div.image
{
  width: 252px;
  height: 172px;
  position: absolute;
  top: 25px;
  background: url('/assets/images/nav/screenshot_background.gif') no-repeat top left;
}

div#screenshots div.control, div#screenshots div.control a
{
  color: #df800f;
}

div#screenshots div.control.inactive
{
  color: #cccccc;
}

div#screenshots div.control
{
  text-align: center;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url('/assets/images/nav/control.png') no-repeat top left;
}

div#screenshots div.control.inactive
{
  background: url('/assets/images/nav/control_inactive.png') no-repeat top left;
}

div#screenshots div.control.left
{
  position: absolute;
  top: 220px;
  left: 120px;
}

div#screenshots div.control.right
{
  position: absolute;
  top: 220px;
  left: 145px;
}

div#screenshots div.control.enlarge
{
  width: 38px;
  height: 25px;
  padding: 13px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25em;
  line-height: .5em;
  font-weight: bold;
  background: url('/assets/images/nav/control_enlarge.png') no-repeat top left;
  position: absolute;
  top: 115px;
  left: 125px;
  z-index: 100;
}

div#screenshots a#visit
{
  position: absolute;
  top: 220px;
  right: 18px; 
  display: block;
	font-size: 12px;
	line-height: 17px;
}

div.control
{
  cursor: pointer;
	font-size: 12px;
	line-height: 17px;
}

div.control.inactive
{
  cursor: default;
}

div.testimonial
{
  color: #872d00;
}

div.testimonial p.quote
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: .25em;
  position: relative;
}

div.testimonial p.quote span.left_quote
{
  position: absolute;
  left: -8px;
}

table#press_releases
{
  text-align: left;
  border-collapse: collapse;
}

table#press_releases td
{
  vertical-align: top;
  padding: 0;
  margin: 0;
}

table#press_releases td.date
{
  padding: 0 15px 0 0;
}

table#press_releases td.title
{
}

div.puzzle div.introduction {
  margin-bottom: 10px;
}

div.puzzle div.challenge {
  border: 1px solid black;
  background-color: #ddd;
  font-size: 10pt;
  margin: 20px 10px;
  padding: 10px 10px 0 10px;
}

div.puzzle a.toggle-rules {
  font-size: 8pt;
}

div.puzzle div.rules {
  display: none;
  font-size: 8pt;
}

.shadow-0 {
  -moz-box-shadow: 0px 0px 4px #111;
  -webkit-box-shadow: 0px 0px 4px #111;
  box-shadow: 0px 0px 4px #111;
}

.shadow-3 {
  -moz-box-shadow: 0px 3px 4px #111;
  -webkit-box-shadow: 0px 3px 4px #111;
  box-shadow: 0px 3px 4px #111;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

img, div { behavior: url('/assets/scripts/iepngfix/iepngfix.htc') }
