body {
  background: #040404;
  font-family: Arial, sans-serif;
  font-size: 15px;
	line-height: 1.4;
	color: #333;
	padding: 0;
	margin: 0;
}

#nav
{
  background: #030;
}
#nav_wrapper
{
  margin: 0 auto;
  width: 960px;
  height: 40px;
  position: relative;
}
#coffeeshopped
{
  position: absolute;
  top: 10px;
  right: 0;
}
#main_nav
{
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	width: 960px;
	line-height: 40px;
}
#main_nav li
{
	float: left;
	list-style: none;
	padding: 0 20px 0 0;
	margin-right: 10px;
}
#main_nav li.selected { }
#main_nav li.selected a { text-decoration: underline; }
#main_nav li a
{
	text-decoration: none;
	color: #fff;
  text-shadow: 0px 1px 1px #010;
}

#main_nav #signup_tab a
{
  color: #3f3;
  font-weight: bold;
}

#main
{
	background: url('/images/bg_px10.jpg') top center no-repeat #040404;
}

h2
{
	font-size: 25px;
	letter-spacing: -1px;
}
h3
{
	font-size: 19px;
	letter-spacing: -1px;
}

#tour_wrapper h3
{
  background: #363;
  color: #efe;
  font-weight: normal;
  border-top: 1px solid #0f0;
  text-shadow: 0px 1px 1px #030;

	margin-left: -40px;
	padding: 0 10px 0 40px;
	line-height: 30px;
	border-bottom: 1px solid #0f0;
	float: left;
}
#tour_wrapper p
{
  clear: left;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  
  -webkit-box-shadow: 0px 0px 10px #030;
  -moz-box-shadow: 0px 0px 10px #030;
}

#header
{
	height: 68px;
	position: relative;
}

h1#logo
{
	background: url('/images/hourpatch.png') no-repeat 0 18px;
	width: 145px;
	height: 31px;
	padding: 18px 0 0 0;
	margin: 0 0;
}
h1#logo span { display: none; }

#content
{
	background: #fff;
	padding-bottom: 40px;
}
#content_inner
{
	padding: 0 40px;
}

#footer
{
	clear: both;
	background: url('/images/black65.png');
	color: #fff;
	padding: 2px 0;
	margin-bottom: 50px;
	font-size: 11px;
	text-align: center;
}
#footer a
{
	color: #fff;
}



#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

img.screenshot
{
	float: right;
	margin: -34px 0 20px 40px;
	width: 500px;
	height: 382px;
	
	-webkit-box-shadow: 0 5px 20px #6a6;
	-moz-box-shadow: 0 5px 20px #6a6;
}

#form_banner
{
  background: #363;
  color: #efe;
  font-weight: bold;
  margin: 0 -40px;
  padding: 5px 10px;
  border-top: 1px solid #0f0;
  border-bottom: 1px solid #0f0;
  text-shadow: 0px 1px 1px #030;
}

form#new_account h3
{
  color: #363;
  margin: 20px 0 2px;
  text-shadow: 0px 1px 1px #9f9;
}
form#new_account label
{
	font-weight: bold;
}
form#new_account p.subdomain span
{
	font-size: 21px;
}
form#new_account input
{
	color: #363;
	font-family: Arial, sans-serif;
	font-size: 21px;
}
form#new_account table
{
  border-collapse: collapse;
}
form#new_account table th
{
  text-align: left;
  padding: 5px 0;
  width: 100px;
}
form#new_account table td
{
  font-size: 11px;
  padding: 5px 0;
}

form#new_account div.section
{
  background: #dfd;
  border: 1px solid #bfb;
  margin: 0 50px 0 0;
  padding: 5px 10px;
}

#pricing_grid
{
  float: right;
  width: 300px;
  margin: 0 0 20px 40px;
  border-collapse: collapse;
  line-height: 30px;
}
#pricing_grid th
{
  font-size: 13px;
  border: 1px solid #0f0;
  padding: 0 10px;
  vertical-align: middle;

  background: #363;
  color: #efe;
  text-shadow: 0px 1px 1px #030;
}
#pricing_grid th.empty
{
  background: #9c9;
  font-size: 17px;
}
#pricing_grid td
{
  border: 1px solid #0f0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 1px 1px #dfd;
}
