/* ------------------------------------------------------------

  * Stacks Introduction Site   
  * Coded by Bruce Clark & Taylor Smith of Imulus

  screen.css
  - Site wide style, layout, and function

  * Note: You might have come here to #judge our CSS. Lucky for you, we're tight and it's good.

------------------------------------------------------------ */

/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #555;
	background: #2a2a2a;
}

body { 
	position: relative;
	margin: 0 auto;
}

#header { 
	position: relative;
	height: 86px;
	width: 100%;
	background: #2a2a2a url('/images/layout/header/bg-header.gif') left top repeat-x;
}

#teaser {
	position: relative;
	width: 100%;
	background: #fff url('/images/layout/home/bg-teaser.gif') left bottom repeat-x;
}

#features {
	position: relative;
	width: 100%;
	background: #fff url('/images/layout/content/blue-gradient-bg.gif') left bottom repeat-x;
	padding: 25px 0;
}

#content { 
	position: relative;
	background: #fff url('/images/layout/content/blue-gradient-bg.gif') left bottom repeat-x;
	width: 100%;
	padding: 25px 0;
}
#tour #content { min-height: 720px; }
#sign-up #content {	background: #fff url('/images/layout/content/gray-gradient-bg.jpg') left bottom repeat-x; }

#footer { 
	position: relative;
	clear: both;
}

.container {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 8px;
}

.sub h1 {
	color: #4babd4;
}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 13px;
}

h6 { 
	font-size: 13px;
}

p {
	padding-bottom: 18px;
}

sup {
	vertical-align: top;
	font-size: 10px;
}

.spacer { 
	padding-top: 18px;
}

input,
textarea { 
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #666;
	padding: 4px;
	line-height: 1.3;
	border: 1px solid #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select { 
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	padding: 0;
	color: #666;
	border: 1px solid #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, 
textarea:focus, 
select:focus {
	background: #FFF6DE;
	padding: 3px;
	border: 2px solid #E2D9C6;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}


img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	text-decoration: none;
	color: #5597ce;
}

a:visited { 
	color: #5597ce;
}

a:hover { 
	color: #2C4B5C;
	text-decoration: none;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}

a.button { 
	position: relative;
	float: left;
	display: block; 
	background: #d2610a url(/images/buttons/button-bg-orange.jpg) repeat-x left top; 
}
a.button span { display: block; background: url(/images/buttons/button-corners-white.png) no-repeat left top; }
a.button span span { background: url(/images/buttons/button-corners-white.png) no-repeat right top; }
a.button span span span { background: url(/images/buttons/button-corners-white.png) no-repeat left bottom; }
a.button span span span span { 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(/images/buttons/button-corners-white.png) no-repeat right bottom; 
	padding: 10px 20px;
	cursor: pointer;
}
#tour a.button span span span span { 
	font-size: 15px;
	padding: 10px 20px 8px 20px;
}
a.button:hover { background: #e78b24; }

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 13px 0;
}
	
.forms p label.name { 
	position: relative;
	display: block;
	padding: 0 0 3px 0;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	top: 28px;
	width: 145px;
	display: inline-block;
	color: #d66f2a !important;
	font-size: 12px;
	background: url(/images/icons/left-arrow-orange.gif) no-repeat 0 3px;
	border: 0;
	padding-left: 12px;
	line-height: 1.4;
}

.forms#contact-form span.error { 
	top: 2px;
	right: 20px;
}

.forms#site-info span.error { 
	left: 25px;
	top: 33px;
	width: 500px;
	background: transparent;
}

.forms p input { 
	width: 308px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 270px;
}

.forms p input.large { 
	width: 390px;
}

.forms p input.submit { 
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #bbb;
	width: 306px;
	padding: 4px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header strong {
	float: left;
	background: url('/images/layout/header/logo.gif') left top no-repeat;
	text-indent: -9999px;
	width: 190px;
	height: 86px;
}

#header em {
	float: left;
	text-indent: -9999px;
}

#header .container {
	position: relative;
	width: 960px;
	height: 86px;
	margin: 0 auto;
}

ul#navigation {
	position: absolute;
	right: 0;
	bottom: 13px;
	font-size: 14px;
}

ul#navigation * {
	outline: none;
}

ul#navigation li {
	position: relative;
	float: left;
	padding-right: 18px;
}

ul#navigation li a {
	display: block;
	padding: 12px 0 4px 18px;
	color: #bbb;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #fff;
}

ul#navigation li.active {
	background: url('/images/layout/header/nav-tab_right.gif') right bottom no-repeat;
	padding-right: 35px;
}

ul#navigation li.active a {
	background: url('/images/layout/header/nav-tab_left.gif') left bottom no-repeat;
	color: #379dde;
	text-decoration: none;
	padding-left: 35px;
}

ul#navigation li.active a:hover {
	color: #2A78A9;
}

	/* =Content 
------------------------------------------------------------ */ 

		/* =Icons 
------------------------------------------------------------ */

.visualize { background: url('/images/icons/visualize.png') left top no-repeat; }
.assign { background: url('/images/icons/assign.png') left top no-repeat; }
.alerting { background: url('/images/icons/alerting.png') left top no-repeat; }
.coworker { background: url('/images/icons/coworker.png') left top no-repeat; }
.sorts { background: url('/images/icons/sorts.png') left top no-repeat; }
.maintain { background: url('/images/icons/maintain.png') left top no-repeat; }

.visualize-small { background: url('/images/icons/visualize-small.png') left top no-repeat; }
.assign-small { background: url('/images/icons/assign-small.png') left top no-repeat; }
.alerting-small { background: url('/images/icons/alerting-small.png') left top no-repeat; }
.coworker-small { background: url('/images/icons/coworker-small.png') left top no-repeat; }
.sorts-small { background: url('/images/icons/sorts-small.png') left top no-repeat; }
.maintain-small { background: url('/images/icons/maintain-small.png') left top no-repeat; }

		/* =Home
------------------------------------------------------------ */

#teaser {
	padding: 25px 0 40px 0;
}

#teaser img {
	padding-left: 25px;
	padding-right: 25px;
}

#teaser ul li {
	background: url('/images/icons/checkmark-small.png') no-repeat 0 60%;
	padding: 10px 0 6px 22px;
	font-size: 16px;
}

.home #features {
	background: #deebf4 url('/images/layout/home/blue-tile-home.gif') left top repeat-x;
/*	background: #fff url('/images/layout/content/home-blue-gradient-bg.gif') left bottom repeat-x;*/
}

#features h2 {
	font-size: 24px;
}

#teaser p {
	margin-top: 25px;
}

#teaser a.home-button {
	background: url('/images/buttons/free-trial.png') no-repeat left bottom;
	display: block;
	width: 247px;
	height: 53px;
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
}

#teaser a.home-button span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/buttons/free-trial.png') no-repeat left top;
}

#teaser a.home-button:hover span {
	background: transparent;
}
	
.wrap {
	background: url('/images/layout/bg-featurewrap.gif') repeat-y 291px 0;
}

.wrap .module {
	position: relative;
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 60px;
}

.wrap .module#clearer { clear: both; }

.wrap .last {
	padding-right: 0 !important;
}

.wrap h3 {
	font-size: 17px;
	padding-top: 42px;
}

#quotes {
	position: relative;
	margin-top: -75px;
	margin-bottom: 20px;
/*	background: url('/images/layout/home/horizontal-dots.gif') left bottom repeat-x; */
	height: 280px;
}

#quotes .module {
	position: absolute;
	width: 270px;
	padding-right: 60px;
	left: 320px;
}

#quotes .module#clearer { clear: both; }

#quotes .first {
	left: 0;
	padding-top: 15px;
}

#quotes .module.last {
	padding-right: 0;
	padding-top: 15px;
	left: 640px;
}

#quotes .module h2 {
	font-weight: normal;
	font-size: 22px;
	padding: 0 20px 20px 20px;
	color: #333;
}

#quotes .module blockquote {
	background: url('/images/layout/home/quote-bottom.png') left bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}

#quotes .module blockquote div {
	background: url('/images/layout/home/quote-top.png') left top no-repeat;
	padding: 18px 22px 7px 22px;
}

		/* =Sub
------------------------------------------------------------ */

.sub #content #main ul {
	padding-bottom: 15px;
}

.sub #content #main ul li {
	background: url(/images/icons/right-arrow-orange.gif) no-repeat 10px 5px;
	padding: 0 0 5px 23px;
}

.sub #content a.back-top {
	position: relative;
	float: right;
	display: block;
	margin-right: 10px;
	background: url(/images/icons/top.png) no-repeat right 5px;
	padding: 8px 24px 3px 0;
}

.sub .module {
	position: relative;
	float: left;
	width: 445px;
	padding: 0 50px 5px 0;
}

.sub .module.alt {
	padding-right: 0;
}

#pricing.sub .module {
	border-top: 1px solid #cecece;
	padding-top: 20px;
}

		/* =Sign Up Process 
------------------------------------------------------------ */

#sign-up #content input.submit {
	padding: 0 !important;
}

#sign-up #content p.note {
	font-size: 12px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 15px 0;
	font-style: italic;
	color: #777;
}

#sign-up #content #team-info p.note strong {
	vertical-align: baseline;
}

#sign-up #content #sidebar {
	position: relative;
	float: right;
	width: 440px;
	margin-right: 10px;
}

#sign-up #content #sidebar h2 {
	color: #b2ca2a;
	font-size: 18px;
	padding: 0 0 7px 0;
}

#sign-up #content #sidebar p.intro {
	color: #777;
}

#sign-up #content #sidebar p.note {
	position: absolute;
	right: 15px;
	bottom: -45px;
	font-size: 12px;
}

#sign-up #content #sidebar .wrapper {
	background: #e8e8e8 url(/images/layout/content/long-gray-gradient.jpg) repeat-x right top;
}

#sign-up #content #sidebar .outter-wrap {
	background: url(/images/buttons/button-corners-white.png) no-repeat right top;
}

#sign-up #content #sidebar .inner-wrap {
	background: url(/images/buttons/button-corners-white.png) no-repeat left bottom;
}

#sign-up #content #sidebar h3 {
	background: url(/images/buttons/button-corners-white.png) no-repeat left top;
	padding: 15px 20px 15px 22px;
}

#sign-up #content #sidebar ul {
	padding: 0 20px 5px 20px;
	background: url(/images/buttons/button-corners-white.png) no-repeat right bottom;
}

#sign-up #content #sidebar ul li {
	padding: 0 0 18px 35px;
}

#sign-up #content #sidebar ul li strong {
	display: block;
}

#sign-up #content #primary-info {
	position: relative;
	float: left;
	width: 480px;
}

#sign-up #content h2 {
	padding-bottom: 15px;
}

#sign-up #content #team-info, 
#sign-up #content #site-info {
	clear: both;
	padding-top: 20px;
}

#sign-up #content #site-info #checkingUrl {
	padding-left: 12px;
}

#sign-up #content #team-info .users {
	position: relative;
	float: right;
	padding: 0 0 0 20px;
}

#sign-up #content #team-info .users select {
	display: block;
	width: 250px;
	min-height: 70px;
	margin-bottom: 10px;
	padding: 5px;
}

#sign-up #content #team-info .users select:focus {
	padding: 4px;
}

#sign-up #content #team-info p {
	width: 650px;
	padding: 0;
}

#sign-up #content #team-info p *, 
#sign-up #content #site-info p * {
	vertical-align: middle;
}

#sign-up #content #site-info p input {
	margin: 0 5px;
}

#sign-up #content #site-info p span.free {
	padding-left: 32px;
	color: #6d9919;
	background: url('/images/icons/checkmark-small.png') no-repeat 14px 50%;
}

#sign-up #content #site-info p span.used {
	padding-left: 32px;
	color: #d66f2a;
	background: url('/images/icons/warning-small.png') no-repeat 14px 50%;
}

#sign-up #content span.low-error {
	display: block;
	color: #d66f2a;
	font-size: 12px;
	padding: 15px 0 0 0;
}

#sign-up #content #team-info p input {
	width: 155px;
	margin-right: 10px;
}

#sign-up #content #team-info input.submit {
	float: right;
	margin-top: 10px;
	margin: 10px 23px 0 0;
}

#sign-up #content #team-info input.submit.remove {
	float: right;
	margin: 0;
}

#sign-up #content #team-info p.note {
	position: relative;
	width: 650px;
	float: left;
	padding: 0 0 5px 0;
	text-transform: none;
}

#sign-up #content p.terms {
	clear: both;
	padding-top: 20px;
}

#sign-up #content p.terms input {
	margin-right: 3px;
	border: 0;
	padding: 0;
}

#sign-up #content .hider {
	display: none;
	background: #eee;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	border: 1px solid #999;
	overflow-y: scroll;
	width: 700px;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sign-up #content .hider * {
	padding: 0 0 10px 0;
}

#sign-up #content .hider ul li {
	padding-bottom: 5px;
}

#sign-up #content .hider h2 {
	font-size: 14px;
}

		/* =Contact Us
------------------------------------------------------------ */

#contact #content #sidebar {
	position: relative;
	float: right;
	width: 430px;
}

#contact #content #sidebar ul.email {
	padding: 10px 0;
}

#contact #content #sidebar ul.email li.alt {
	font-size: 12px;
	color: #797979;
	padding: 5px 10px;
}

#contact #content #sidebar ul.email li strong {
	position: relative;
	float: left;
	width: 160px;
	padding-right: 10px;
}

#contact #content #sidebar .forms p.note em {
	padding-left: 20px;
	color: #e9a35b;
	font-size: 13px;
}

#contact #content #sidebar .forms p em {
	color: #999;
	font-size: 12px;
}

#contact #content #sidebar .forms input, 
#contact #content #sidebar .forms select, 
#contact #content #sidebar .forms textarea {
	width: 350px;
}

#contact #content #main {
	position: relative;
	float: left;
	width: 450px;
}

		/* =Listed
------------------------------------------------------------ */

#listed #content {
	background: #fff;
}

#listed #content #main {
	padding: 0 30px;
}

#listed #content .feature {
	border-top: 1px solid #cecece;
	clear: both;
	margin: 10px -30px 0 -30px;
	padding-top: 25px;
}

#listed #content .feature img {
	padding: 0 10px 10px 0;
}

#listed #content h3 {
	width: 420px;
	font-size: 16px;
	padding-left: 65px;
	background-position: 12px 0;
}

#listed #content p {
	width: 420px;
	padding-left: 65px;
}

		/* =Tour
------------------------------------------------------------ */

#tour #content h1 em {
	font-size: 20px;
	color: #454545;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
}

#tour #content p.right {
	position: relative;
	margin-top: -8px;
}

#tour #content #video {
	margin-bottom: 10px;
}

#tour #content .wrapper {
	position: relative;
	float: left;
	background: #5fb0dc url(/images/buttons/button-corners-white.png) no-repeat right top;
}

#tour #content .outter-wrap {
	background: url(/images/buttons/button-corners-white.png) no-repeat right bottom;
}

#tour #content .inner-wrap {
	background: url(/images/buttons/button-corners-white.png) no-repeat left top;
}

#tour #content .inner-wrap ul {
	background: url(/images/buttons/button-corners-white.png) no-repeat left bottom;
	padding: 0 12px;
}

#tour #content .inner-wrap ul li {
	position: relative;
	float: left;
}

#tour #content .inner-wrap ul li a {
	display: block;
	padding: 8px 22px;
	color: #636363;
	color: #fff;
	border-right: 1px solid #5fb0dc;
	border-left: 1px solid #5fb0dc;
}

#tour #content .inner-wrap ul li.active a,
#tour #content .inner-wrap ul li a:hover {
	color: #fff;
	background: #3974A2;
	border-right-color: #2E618A;
	border-left-color: #2E618A;
}

#tour #content .inner-wrap ul li a:hover {
	border-right-color: #3974A2;
	border-left-color: #3974A2;
}

		/* =Pricing 
------------------------------------------------------------ */

#pricing #content .grid {
	position: relative;
	float: left;
	width: 234px;
	text-align: center;
	margin: 10px 0 12px 0;
	border-right: 1px solid #cecece;
	background: url(/images/layout/content/rounded-box.png) no-repeat center bottom;
}
#pricing #content .grid.first { background: url(/images/layout/content/rounded-box.png) no-repeat left bottom; }
#pricing #content .grid.last {
	width: 235px;
	border: 0;
	background: url(/images/layout/content/rounded-box.png) no-repeat right bottom;
}

#pricing #content .grid h3 {
	background: url(/images/layout/content/rounded-box.png) no-repeat center top;	
	font-size: 18px;
	padding: 9px 15px;
	color: #b5e4a8;
}
#pricing #content .grid.first h3 {
	color: #b6e7fd;
	background: url(/images/layout/content/rounded-box.png) no-repeat left top;
}
#pricing #content .grid.last h3 { 
	color: #d3b2de;
	background: url(/images/layout/content/rounded-box.png) no-repeat right top; 
}
#pricing #content .grid.alt h3 {
	color: #F1EFC3;
}

#pricing #content .grid h4 {
	font-size: 14px;
	padding: 9px 15px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background: url(/images/layout/content/thin-gray-gradient.png) repeat-x left top;
}
#pricing #content .grid.first h4 { margin-left: 1px; }
#pricing #content .grid.last h4 { margin-right: 1px; }

#pricing #content .grid ul { 
	padding: 15px 15px 10px 15px;
}

#pricing #content .grid ul li { 
	margin-bottom: 8px;
}

#pricing #content .grid ul li strong em { 
	font-weight: normal;
	padding-left: 3px;
	color: #69828F;
}

#pricing #content p.details { 
	position: relative;
	float: right;
	padding: 0 10px 10px 0;
	font-size: 12px;
}

#pricing #content p.details em { 
	font-size: 13px;
	color: #69828F;
}

#pricing div.highlight {
	position: relative;
	float: left;
	width: 405px;
	font-size: 14px;
	padding: 25px 30px 33px 34px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	background: url(/images/icons/quote.png) no-repeat 0 24px;
}

#pricing div.highlight p {
	padding-bottom: 15px;
}

#pricing div.highlight.last {
	padding-right: 0;
}

#pricing div.highlight img {
	position: relative;
	float: left;
	padding-right: 15px;
}

#pricing div.highlight address {
	padding-top: 2px;
	color: #888;
	font-size: 13px;
}

#pricing div.highlight address strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #498499;
	font-size: 14px;
}

	/* =Footer 
------------------------------------------------------------ */ 

#footer {
	padding-top: 25px;
	border-top: 1px solid #000;
	color: #ccc;
	font-size: 12px;
}

#footer .container.alt {
	clear: both;
	background: url('/images/layout/home/horizontal-dots.gif') repeat-x 0 0;
	padding-top: 20px;
}

#footer .teaser {
	position: relative;
	float: left;
	width: 380px;
}

#footer .teaser h4 {
	background: url(/images/icons/footer/imulus-logo.gif) no-repeat 0 10px;
	width: 129px;
	height: 60px;
	text-indent: -9999px;
}

#footer .teaser h4 a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer .text {
	width: 600px;
	float: left;
	padding-top: 2px;
}

#footer .products {
	width: 510px;
	float: right;
	padding-top: 10px;
}

#footer .products li {
	float: left;
	width: 240px;
	padding: 5px 0 22px 15px;
}

#footer .products li img {
	margin-top: -5px;
}

#footer a {
	color: #DF9538;
}

#footer a:hover {
	color: #E6B36E;
}

#footer .alt a {
	color: #888;
}

#footer .alt a:hover {
	color: #DF9538;
}

#footer .alt em {
	padding-left: 10px;
}