html {
	background-color:black;
}

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body {
  font-family:Arial, sans-serif;
  font-size: 1.0em;
  background-color:#fff;
}

img {border:none;}

h1 {color:#222222;}

h1.center {text-align:center;}

h2.header {
	font-size:1.5em;
	font-weight:normal;
	color:#b05600;
	font-style:normal !important;
	text-align:center;
}

a {color:#021D79; text-decoration:underline;}

#message {
	background-color:black;
	color:white;
	text-align:center;
	padding:5px;
}

#message a {color:#6598d4;}

#black_background a {color:#ffa415; text-decoration:underline;}

#top_line {
	background-color:#ffa415;
	height:15px;
}

#navigation_holder {
	background-color:#505050;
	height:30px;
}

#navigation {
	width:650px;
	margin:0 auto 0 auto;
	padding-top:6px;
}

#navigation a {
	font-weight:400;
	color:#fefefe;
	margin-right:25px;
}

#navigation a.pricing {font-weight:bold; text-decoration:underline;}

#navigation a:hover {
	text-decoration:underline;
}

#center {
	width:1000px;
	margin:0 auto 0 auto;
}

#dark_background {
	background-color:#b05600;
}

#black_background {
	background-color:black;
}

#header {
	background-color:#ffa415;
	padding-top:15px;
	height:130px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:110px;
	margin:0 auto 0 auto;
	width:350px;
}

.content {
	width:900px;
	margin:0 auto 0 auto;
	padding-top:20px;
}

.content h2 {
	font-style:italic;
	margin-bottom:4px;
}

#whatisit {
	background-color:#ffcb71;
	height:320px;
	border-top:white dotted 2px;
}

#slideshow {
	margin:10px auto 0 auto;
	width:820px;
}

#features {
	background-color:#5d5d5d;
	height:420px;
	border-bottom: solid 7px #ffc234;
	color:#f0f0f2;
}

#features #table_holder {
	margin:0 auto 0 auto;
}

table.features {
	width:100%;
	font-size:0.9em;
}

table.features h2 {font-size:1.1em; font-style:italic;}

table.features td {padding:10px;}

table.features td.icon {width:65px;}

/*table.features td {border:solid 1px white;}*/

/* Pricing */

#pricing_holder {
	background-color:#ffcb71;
	height:410px;
	border-top:white dotted 2px;
	text-align:center;
}

.price_list {
	margin:0 auto 20px auto;
	width:410px;
	clear:both;
}

.price_block {
	position:relative;
	border:solid 1px #999999;
	height:240px;
	width:195px;
	float:left;
	margin: 20px 5px 0 0;
	background-color:#fff9df;
	padding:10px 0 15px 0;
}

.price_block p {
	margin-bottom:6px;
} 

.price_block h2 {
	font-style:normal;
	font-size:1.8em;
}

.price_block span.highlight {
	font-weight:bold;
	color:#b05600;
	text-decoration:underline;
}

.sign_up_button_holder a {
	font-weight:bold;
	color:#021D79;
	font-size:1.4em;
	text-decoration:underline;
}

.sign_up_button_holder {position:absolute; bottom:10px; left:60px;font-size:0.9em;}

#explanations {
	text-align:left;
	background-color:#5d5d5d;
	height:650px;
	border-bottom: solid 7px #ffc234;
	color:#f0f0f2;
}

/* Documentation */

#documentation_top {
	background-color:#ffcb71;
	height:2400px;
	border-top:white dotted 2px;	
}

#documentation_top p.url {font-size:0.9em;}

/* Supported Services */

#supported_services_top {
	background-color:#ffcb71;
	height:1000px;
	border-top:white dotted 2px;	
}

ul.services { list-style:none;}

ul.services li {margin-bottom:10px;}

span.example {
	font-size:0.7em;
}

/* Tour */

#tour_top {
	background-color:#ffcb71;
	height:2800px;
	border-top:white dotted 2px;	
}

#tour_top p {margin-bottom:20px;}

/* Road Map */

#road_map_top {
	background-color:#ffcb71;
	height:450px;
	border-top:white dotted 2px;	
}

/* Sign In */

a.forgotten_password {
	font-size:0.6em;
}

/* Sign Up */

#sign_up_top {
	background-color:#ffcb71;
	height:500px;
	border-top:white dotted 2px;	
}