/* @override http://0.0.0.0:3000/stylesheets/signup_and_static.css */
#main {
	background: white;
}

#indexpage .left_column {
	text-align: center;
	background: #f2f2f2;
	margin: 0px 15px 0 10px;
	padding: 20px 10px 35px;
	width: 420px;
	float: left;
}
#indexpage .right_column {
	width: 450px;
	float: right;
	clear: none;
}

#indexpage form {
	
}
#indexpage h1 {
	color: #444;
	letter-spacing: -2px;
	margin: 20px 0;
	font: bold 38px/46px times, Times;
	text-align: center;
}
#indexpage h2 {
	margin: 0;
	color: #20457c;
}
#indexpage .left_column p {
	text-align: left;
}
#indexpage .left_column form p {
	color: green;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 13px;
}
#indexpage .left_column form input[type="text"] {
	width: 97%;
	margin: 0 auto 15px;
	line-height: 18px;
	font-weight: bold;
	color: gray;
	font-size: 14px;
	border: 2px solid grey;
	padding: 5px;
}


.quote_box {
	width: 263px;
	float: left;
	display: block;
	padding: 10px;
	margin:  5px 5px 5px 10px;
	border-bottom: 2px solid #f2f2f2;
	background: url(/images/left_quotes.jpg) no-repeat 5px 5px;
	margin-top: 0px;
}
.quote_box p {
	background: url(/images/right_quotes.png) no-repeat right bottom;
	margin-left: 23px;
	padding-right: 23px;
	font-size: 14px;
}
.quote_box span {
	float: right;
	clear: both;
	margin-top: 3px;
}
#indexpage a.button{
	margin: 0 25%;
}

/* Sliding-door button common styles */
a.button {
  display: block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center right;
  text-decoration: none;
  text-align: center;
  
}
  a.button span {
    display: block;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
  }
  a.button:hover span {
    text-decoration: underline;
  }

/* Orange button (downloads) */
a.orangeButton {
	background-image: url(/images/blue_button_right.gif);
}

a.orangeButton span {
	padding: 0px 25px;
	height: 34px;
	line-height: 34px;
	background-image: url(/images/blue_button_left.gif);
	font-size: 13px;
}


/* Tour */
#tour {
	background: url(/images/tour_bg.png) no-repeat -2px 0px;
	width: 910px;
	height: 460px;
	margin: 0;
}
#tour_footer{
	background: url(/images/tour_bg.png) no-repeat -2px bottom;
	width: 890px;
	height: 55px;
	color: white;
	font-size: 22px;
	line-height: 58px;
	padding-right: 20px;
	padding-top: 0px;
}
#tour_footer img {
	vertical-align: sub;
}

#tour .left_column {
	width: 350px;
	float: left;
}
#tour .right_column {
	border-left: 1px solid grey;
	margin: 0px 8px 0 350px;
	padding: 20px;
	height: 425px;
}

#tour .left_column h3,
#tour h1 {
	text-align: center;
}
#tour h3 {
	padding-right: 10px;
	font-size: 15px;
	color: green;
}
#tour_feature_list {
	padding: 0;
}

#tour_feature_list li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}



#tour_feature_list li a {
	color: grey;
	text-decoration: none;
	font: bold 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 5px 5px 30px;
	display: block;
	margin: 0;
}

#tour_feature_list li.active a {
	color: white;
	background: url(/images/tour_nav_tab_top.gif) no-repeat 0 0;
}
#tour_feature_list li.active {
	background: grey url(/images/tour_nav_tab_bottom.gif) no-repeat left bottom;
}


#tour_feature_list li.active a {
	color: white;
}

#tour_feature_list li a:hover {
	background-color: silver;
	color: white;
}



#tour a.button{
}

#tour .option {
	text-align: center;
}


h1#sign_up_step_1 {
	text-indent: -9999px;
	background: url(/images/step_1.png) no-repeat left top;
	height: 40px;
}
h1#sign_up_step_2 {
	text-indent: -9999px;
	background: url(/images/step_2.png) no-repeat left top;
	height: 40px;
}
h1#sign_up_step_3 {
	text-indent: -9999px;
	background: url(/images/step_3.png) no-repeat left top;
	height: 40px;
}

#footer {
	padding: 5px 0;
	text-align: center;
}

#footer * {
	color: #777
}
