/* @override http://stafftool.com/stylesheets/application.css */

* {
	margin: 0;
	padding: 0;
}

body#home {
	background: url(../images/masthead_bg.png) repeat-x 0 85px;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Masthead */

#masthead {
	position: relative;
	padding-bottom: 23px;
	height: 290px;
}

#masthead h1 {
	background: url(../images/masthead_logo.png) no-repeat;
	text-indent: -5000px;
	width: 207px;
	height: 64px;
	margin-top: 10px;
	margin-bottom: 45px;
	margin-left: -12px;
}

#masthead h1 a {
	border-top-style: none;
	width: 207px;
	height: 64px;
	display: block;
}

.info #masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fefeb4;
}

/* @group Home */

#home #masthead h2 {
	text-indent: -5000px;
	background: url(../images/home_headline.png) no-repeat left top;
	width: 344px;
	height: 62px;
	margin-bottom: 5px;
}

#home #masthead h3 {
	font: bold 14px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	width: 380px;
}

#masthead img {
	position: absolute;
	top: 27px;
	right: -1px;
}

#masthead ul#tabs {
	display: block;
	list-style-type: none;
	position: absolute;
	bottom: 33px;
	height: 36px;
	width: 390px;
}

#masthead #tabs li {
	float: left;
	display: block;
}

#masthead #tabs li a {
	display: block;
	text-indent: -5000px;
	background: url(../images/home_tabs.png) no-repeat left bottom;
	width: 132px;
	height: 36px;
	float: left;
}

#masthead li#intro_tab a {
	background-position: -132px;
	width: 122px;
}

#masthead li#tour_tab a {
	background-position: -256px;
	width: 119px;
}

#home blockquote {
	text-align: center;
	font: italic 80%/1.5em Georgia, "Times New Roman", Times, serif;
	background-color: #fff7c7;
	border-top: 3px solid #626262;
	border-bottom: 3px solid #626262;
	padding: .7em 2em .5em;
	margin-bottom: 1.2em;
}

#home blockquote cite {
	display: block;
	font-weight: bold;
	margin-top: .6em;
}



/* @end */

/* @group Tour */

#tour {
	position: relative;
	padding-bottom: 23px;
	height: 60px;
	background: url(../images/masthead_bg.png) repeat-x 0 85px;
}

#tour h2 {
	color: #fff;
	font: bold 200% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: black 2px 2px 4px;
	margin-bottom: 10px;
}

#masthead h3 {
	color: #fff;
	text-shadow: black 1px 1px 4px;
	width: 420px;
	font-size: 18px;
}

#tour #masthead {
	color: #fff;
}

#tour ol {
	color: #314594;
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 80%;
	margin-bottom: 2em;
}

#tour ol li {
	color: black;
	display: inline;
}

span.num {
	color: #3b5396;
	font-weight: bold;
}

#tour #screens {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#tour #screens p {
	font-size: 80%;
	margin-bottom: 1em;
}

#tour #screens h3 {
	clear: both;
	margin-top: 1em;
	margin-bottom: .5em;
	background-color: #fff7c7;
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #ff8e0e;
	border-bottom: 1px solid #ff8e0e;
}

#tour #screens img {
	margin-bottom: 1em;
}


/* @end */

/* @end */

#subnav {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
}

#subnav li {
	display: inline;
	margin-left: 10px;
}

#subnav li a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #7f7f7f;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.row {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#thumbs {
	float: left;
	width: 900px;
}

#thumbs dl {
	width: 270px;
	float: left;
	margin-right: 44px;
}

#thumbs dl.last {
	margin-right: 0;
}

#thumbs dl img {
	border: 3px solid #9c9c9c;
	margin-bottom: 7px;
}

#thumbs dt {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}

#thumbs dd {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 3px solid #ccc;
	padding-top: 15px;
	padding-bottom: 20px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	padding-left: 120px;
	background: url(../images/footer_logo.png) no-repeat left 10px;
	width: 780px;
}

#footer img {
	margin-bottom: -10px;
	margin-right: 10px;
}

#footernav {
	margin-bottom: 5px;
}

#footernav li {
	display: inline;
	list-style-type: none;
	margin-right: 7px;
}

#sheet {
	width: 800px;
	position: fixed;
	/*top: 300px;*/
	/*border-top-style: solid;
	border-top-color: #d6d6d6;*/
	padding: 20px 55px;
	margin-bottom: 40px;
	background: url(../images/sheet_bg.png) 0 bottom;
	left: 50%;
	margin-left: -455px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	visibility: hidden;
	top: 0;
	z-index: 5;
}

#sheet h4 {
	margin-bottom: 4px;
}

#sheet p {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#sheet #close_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

#sheet img {
}

#sheet label {
	font-size: 11px;
	color: #666;
	margin-right: 5px;
}

#sheet input[type=text] {
	width: 250px;
}

#sheet input[type=submit] {
	margin-top: 5px;
}

#sheet td {
	padding-bottom: 4px;
}

.tool-tip {
	background-color: #ffffb5;
	padding: 3px;
	opacity: 0.96;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.tool-title {
	font-weight: bold;
}

.interior #masthead {
	height: auto;
	padding-bottom: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.interior #masthead h1 {
	margin: 5px 0 10px;
}

.subhead {
	background: url(../images/masthead_bg.png) 0 bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 9px;
}

.subhead h2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: black 0 0 5px;
}

.interior h3 {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.interior #subnav {
	margin-top: 10px;
}

.interior #faqs {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-size: .8em;
}

.interior #faqs p {
	margin-bottom: 1.2em;
}

/* @group pricing */

#pricing {
	font-size: 80%;
	border-left: 1px solid #dcdcdc;
	border-top: 4px solid #dcdcdc;
	width: 900px;
	border-bottom: 3px solid #dcdcdc;
}

tr.highlight .title, strong {
	background-color: #fcff61;
	font-weight: bold;
}

#pricing th {
	background-color: #fefeb4;
	padding-top: .2em;
	padding-right: .4em;
	padding-left: .4em;
	font-size: 1.4em;
}

#pricing th a {
	margin-top: 5px;
	display: block;
	border: 0;
}

#pricing img {
	border: none;
}

#pricing th .price {
	color: #a52117;
	font-size: .7em;
}

#pricing th, #pricing td {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: .2em;
	padding-top: .2em;
}

#pricing td {
	text-align: center;
}

#pricing td.title {
	text-align: left;
	padding-left: .5em;
	padding-right: .5em;
}

#faqs h4 {
	font-size: 120%;
}

/* @end */