/* ***************************************
Home Page
*************************************** */
#home #header-wrapper {
	margin-bottom: 0;
}
#home #header,
#home #footer {
	width: 980px;	
}
#home #top-menu {
	display: none;
}
#home #canvas {	
	 width: 100%;
    margin: 0;
    padding: 0;
}
#home .content-wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#home #banner {
	width: 100%;
    background: url(/images/template/home/banner-bg.png) repeat-x 0 0px;
}
#home #banner .content-wrapper {
	 height: 325px;
}
#home #banner .pitch {
	float: right;	
	width: 480px;
	margin: 70px 0 0;
	color: #d8e9f5;		
	font: 21px/1.5em Georgia;
}
#home #banner .preview {
	position: absolute;
	bottom: 0px;
	left: -5px;
	width: 500px;
	height: 310px;
    background: url(/images/template/home/home-showcase.png) no-repeat 0 0;
}
#home #banner .tour {
	margin: -10px 0 0 290px;
	display: block;
	width: 179px;
	height: 69px;
	text-decoration: none;
    background: url(/images/template/home/btn-tour-text.png) no-repeat 0 0;	
}
#home #banner .tour:hover {
    background: url(/images/template/home/btn-tour-text-hover.png) no-repeat 0 0;	
}
#home #main {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: -50px 0 0px;
   background: url(/images/template/home/main-bg.png) repeat-x 0 0;
}
#home #main .content-wrapper {}
#home #main #pricing {
	width: 990px;
	margin: 5px 0 10px;
}

#home .plan-box {
	position: relative;
    float: left;
    width: 237px;
    height: 290px;
    margin: 15px 10px 8px 0 !important;
    padding: 0 !important;
    font: normal 12px Arial;
    text-align: center;
    color: #666;
    background: #eee;
    background: url(/images/template/home/pricing-box-bg-ffffff.png) repeat-x 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
#home .plan-box.corporate {
	margin-right: 0 !important;
}
#home .plan-box.free .head {	
    background: #B9DF99;
}
#home .plan-box.personal .head {	
    background: #EFBD95;
}
#home .plan-box.business .head {	
    background: #C3D1DF;	 
}
#home .corporate .head {
    background: #ccc;
}
#home .plan-box.selected {
    background: #DFF4CE;
}
#home .plan-box .head {
	 position: absolute;
	 top: -15px;
	 width: 90%;
	 height: 35px;
	 margin: 0 5% 5px;
    color: #191919;
    border-bottom: 2px solid #999;
	 text-align: center;
	 overflow: hidden;
}
#home .plan-box .head h1 {
    font: normal 26px/35px Arial;
    color: #191919;
    color: #333;
	 text-align: center;
	 margin: 0;
}
#home .plan-box:hover .head {
	height: 45px;
	top: -25px;
}
#home .plan-box:hover .head h1.name  {
	display: none;
}
#home .plan-box:hover .head h1.signup {
    font: normal 26px/45px Arial;
    color: #c00;	
}
#home .plan-box:hover .head h1.signup a {
    font: normal 26px/45px Arial;
    color: #c00;	
	 text-decoration: none;
}
#home .plan-box .head h1.signup a:hover {
	 text-decoration: underline;
}
#home .plan-box .content {
    padding: 30px 5% 10px;
}
#home .plan-box .features {
    margin: 0 0 12px;
    line-height: 1em;
    font: normal 18px Arial;
    font: bold 14px/1 Arial;
    color: #333;
    color: #464646;
}
#home .plan-box .features li {
	position: relative;
    border-bottom: 1px dotted #e5e5e5;
    padding: 7px 0 7px 0;
}
#home .plan-box .features li span {
    color: #c60;
    color: #c00;
}
#home .plan-box .price {
    margin: 0 0 5px 0;
    font: normal 25px/1 Georgia;
    color: #666;
    color: #333;
}


/* Plan Descriptions */
#home .plan-box .description {
    display: none;
    position: absolute;	 
    z-index: 100;
    left: -238px;
    width: 190px;
    padding: 15px;
    margin-top: -10px;
    color: #3c3c3c;
    color: #666;
    font: normal 11px/1.3 Arial;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #FFF8CF;
}
#home .plan-box .description h3 {
    margin: 0 0 5px;
    color: #c00;
    font: normal 14px/1.2 Arial;
}
#home .plan-box .description .tag {
    position: absolute;
    top: 10px;
    right: -16px;
    width: 16px;
    height: 16px;
    background: url(/images/template/yellow-right-arrow.png) no-repeat 0 0;
}
#home .plan-box li:hover .description {
    display: block;
}

#home #offers {
	 /*
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #FFF8CF;
	 */
	 width: 960px;
	 margin: 0 0 0px;
	 padding: 15px 15px 10px;
    background: url(/images/template/home/pricing-box-bg-ffffff.png) repeat-x 0 50%;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 4px;
}
#home #offers h2 {
	display: none;
	font: italic 22px Georgia;
	font: 21px Georgia;
	color: #464646;
}
#home #offers h3 {
	font: italic 22px Georgia;
	font: bold 14px Georgia;
	color: #464646;
	color: #c00
}


#home #offers .coupons {
	float: left;
	width: 49%;
	color: #666;
}


#home #offers .referrals {
	float: right;
	width: 49%;
	color: #666;
}
#home #offers .referrals i {
	font-size: 11px;
}

#home #offers .referrals .chart {	
	 margin: 0 0 5px;
}

#home #offers .referrals .chart .item {
	float: left;
	width: 27%;
	padding: 10px;
	margin-right: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;	
    background: #FFF8CF;
	background: #e5e5e5;
}
#home #offers .referrals .chart .item .price {
	float: left;
	margin-right: 10px;
	color: #c00;
	font-style: italic;
	font: italic 20px Georgia;
	
	
}

/* ***************************************
	TOUR
*************************************** */
#tour h1.page-title {
	border: none;
	margin-bottom: 0px;
	color: #c00;
	font-weight:bold;
}

#tour #pages .page {display: none; clear: both;}
#tour #pages .display {display: block !important;}

#tour #trail {
	width: 100%;
	margin: 0 0 25px;
	background: #f3f3f3;
	font:normal 16px/35px Arial;
	color: #ccc;
	float:left;
	border-top: 1px solid #ccc;
}
#tour #trail a {
	margin: 0 10px;
	color: #464646;
	color: #333;
	text-decoration: none;
	}
#tour #trail a:hover {
	margin: 0 10px;
	color: #c00;
	text-decoration: underline;}
#tour #trail a.active {
	color: #2786C2;
	color: #c00;
}

#tour #pages {
	font:normal 14px/1.25em Arial;
	color: #666;
}
#tour #pages h2 {
	font:bold 22px Arial;
	margin: 25px 0 15px;
	color: #c60;
	color: #809F3B;
	color: #000;}
#tour #pages h3 {
	font:normal 18px/1.25em Arial;
	color: #c00;
	color: #c60;
	color: #3FAF00;
	margin: 20px 0 8px 0px;}
#tour #pages h3.subheading {
	font:normal 18px/1.25em Arial;
	color: #3FAF00;
	margin: 10px 0 8px 0px;
}
	
#tour #pages ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}
#tour #pages ul li {
	font:normal 14px/1.25em Arial;
	padding: 5px 0 5px 25px;
	color: #777;
	list-style-type: none;
	background:url(/images/icons/fam/bullet_go.png) no-repeat 0 8px;
}
	
#tour #pages ul.plain {
	margin: 20px 0 0 5px;
	padding: 0;
	list-style-type: none;
}
#tour #pages ul.plain li {
	padding: 0px 0 3px 25px;
	color: #464646;
	list-style-type: none;
	background:url(/images/icons/fam/bullet_go.png) no-repeat 0 1px;
}

#tour #pages p{
	margin: 0 0 8px 0;
	color: #464646;
}
#tour #pages .exclamation{
	color: #ee0000;
	background-image:url(/images/icons/fam/exclamation.png);
}
#tour #pages img.preview {
	float: right;
}
#tour #pages a.link {	
	float: left;
	margin: 15px 0 30px 35px;
	font:normal 18px Arial;
	text-decoration: none;
}
#tour #pages a.link:hover {	
	text-decoration: underline;
}


#tour #who img.preview {
	position: absolute;
	top: 275px;
	right: 60px;
}

#tour #how-it-works {
	position: relative;
	height: 550px;
    background: url(/images/template/tour/workflow.jpg) no-repeat 50% 70px;
}

#tour #how-it-works .next {
	margin-top: 460px !important;
	position: relative;
	z-index: 100;
}
#tour #how-it-works .paragraph {
    position: absolute;
    background: #f3f3f3;
    padding: 10px;
    -moz-border-radius: 8px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;

    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    font: normal 14px/140% Arial;
}
#tour #how-it-works .paragraph img {
    position: absolute;
}
#tour #how-it-works .capture {
    top: 85px;
    left: 20px;
    width: 280px;
}
#tour #how-it-works .capture img {
    top: 8px;
    right: -30px;
}
#tour #how-it-works .spot {
    top: 140px;
    right: 30px;
    width: 320px;
}
#tour #how-it-works .spot img {
    top: 50px;
    left: -30px;
}
#tour #how-it-works .server {
    top: 275px;
    left: 20px;
    width: 310px;
}
#tour #how-it-works .server img {
    top: 35px;
    right: -30px;
}
#tour #how-it-works .access {
    top: 375px;
    right: 30px;
    width: 280px;
}
#tour #how-it-works .access img {
    top: 25px;
    left: -30px;
}


/* ***************************************
Spot Page
*************************************** */
#spot #container {
    background: #fff url(/images/template/reflection.gif) no-repeat 80% 285px;		
}

#spot #container h3 {
    font: 20px "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Georgia;
    margin: 15px 0 5px;
    color: #c00;
}

#spot #intro {
    position: relative;
	 height: 340px;
}

#spot .preview {
	 width: 468px;
	 height: 362px;
    position: absolute;
    right: 0;
    background: url(/images/template/showcase-spot.png) no-repeat 100% 0;
}

#spot .pitch {
    position: absolute;
    top: 40px;
    left: 35px;
    width: 370px;
    padding-right: 25px;
}
#spot .pitch h1 {
	 text-indent: -999em;
    margin: 0 0 5px;
	 width: 158px;
	 height: 93px;
	 text-align: center;
    background: url(/images/template/spot-logo.png) no-repeat 0 0;
	 
}
#spot .pitch p {
    font: normal 14px/1.3 Arial;
    color: #666;
}

#spot #download-btn {
    display: block;
	width: 200px;	
    font: bold 12px/30px Arial;	
	padding: 3px 0 7px 15px;
	margin: -5px  0 0 195px;
	text-decoration: none;
    background: url(/images/template/download-btn-small.png) no-repeat 0 0;	
	color: #fff;
}
#spot #download-btn:hover {
	padding: 4px 0 6px 15px;
	background-position: 0 -52px;
}

#spot .download-content,
#spot .download-content p,
#spot .download-content li {
    font: normal 12px/1.4em Arial;
	color: #464646;
	color: #3c3c3c;
}

#spot .quote {
    font: 14px/1.3 Arial, Georgia;
    text-align: center;
    color: #333;
    margin: 15px 0 15px;
}
#spot .quote cite {
    display: block;
    color: #999;
}

/* ***************************************
Plan Select Page
*************************************** */

#plan-select #plans  {
    background: #A8BDCF url(/images/stock/artistic-bg.jpg) 0 5% no-repeat;
}
#plan-select .page-title  {
}

#plans .free {
	display: none;
}
#plans .corporate {
    margin-right: 0 !important;
}

#plans .plan-box {
    float: left;
    width: 300px;
    height: 340px;
    margin: 0 10px 8px 0;
    padding: 0;
    text-align: center;
    color: #666;
    background: #fff;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
#plans .plan-box:hover {
}
#plans .plan-box.selected {
    background: #B9DF99;
    background: #DFF4CE;
}
#plans .plan-box h1 {
    margin: 0 0 5px;
    padding: 7px 0 6px 10px;
    font: bold 28px/1 Arial;
    color: #222;
    background: #B5C2CF;
    background: #D5DDE6;
    background: #D1E0EF;
}
#plans .plan-box .content {
    padding: 5px 10px 10px;
}
#plans .plan-box img {
    margin: 10px 0 10px;
}

#plans .plan-box .features {
    margin: 0 0 10px;
    font: bold 15px Arial;
    color: #333;
    color: #464646;
}
#plans .plan-box .features li {
	position: relative;
    border-bottom: 1px dotted #e5e5e5;
	 line-height: 1.75em;
}
#plans .plan-box .features li span {
    color: #c60;
}


#plans .plan-box .price {
    margin: 0 0 5px 0;
    font: normal 24px/1 Georgia;
    color: #222;
}

#plans .plan-box.plus {
    border-left: 1px solid #999;
}

#plan-select #information {
    background: #f6f6f6;
    font: normal 15px Arial;
    margin: -5px 0 0 -1%;
    color: #666;
    width: 100%;
    padding: 1%;
}

#plan-select #information .left-col,
#plan-select #information .right-col {
    margin-top: -10px;
}
#plan-select #information h3 {
    font: bold 16px Arial !important;
    margin: 15px 0 5px 0;
    color: #222;
}
#plan-select #information .security {
	margin-top: 10px;
	border-top: 1px dashed #aaa;
}
#plan-select #information .security img {
	margin-top: 10px;
}

/* Description Balloons */
#plan-select #plans .description {
    display: none;
    position: absolute;
    z-index: 100;
    left: -237px;
    width: 190px;
    padding: 15px;
    margin-top: -10px;
    color: #3c3c3c;
    color: #666;
    font: normal 11px/1.3 Arial;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #FFF8CF;
}
#plan-select #plans .description h3 {
    margin: 0 0 5px;
    color: #c00;
    font: normal 14px/1.2 Arial;
}
#plan-select #plans .description .tag {
    position: absolute;
    top: 10px;
    right: -16px;
    width: 16px;
    height: 16px;
    background: url(/images/template/yellow-right-arrow.png) no-repeat 0 0;
}
#plan-select #plans li:hover .description {
    display: block;
} 

/* ***************************************
Signup Page
*************************************** */
/*
#signup .right-col ul {
	margin: 10px 0 0 0px;
}
#signup .right-col li {	
    background: url(/images/icons/fam/accept.png) no-repeat 0 0;
	 padding-left: 25px;
}
#signup .right-col h3 {	
    font: normal 17px/1 Arial;
}
#signup .right-col p {	
    color: #666;
}
*/
#signup #signup-form  {
	position: relative;
}
#signup .thankyou  {
	position: absolute;
	right: 65px;
	top: 40px;	
}
#signup .left-col  {
}
#signup .right-col {	
	position: relative;
	padding: 45px 0 0 0;
}
#signup .right-col p {	
   font: italic normal 14px/1.3em Arial;	
   color: #666;
	margin: 0 0 15px 10px;
}
#signup .right-col p b {	
	font-style: normal;
   color: #333;
}
#signup .arrow {
	position: absolute;
	left: -35px;
	top: 15px;
}

#signup .summary {
	border-top: 1px dashed #aaa;
	padding-top: 20px;	
}
#signup .summary .plan {
   font: normal 18px/1.3em Arial;	
}
#signup .coupon-valid {
	padding: 5px; 
	background: #DFF4CE;
}
#signup .coupon-invalid {
	padding: 5px; 
	background: #FFDFDF;
}

#payment-summary .align-right {
	text-align: right;
}

/* ***************************************
Help
*************************************** */
#help {
    background: #F6f6f6;
}
#help #logo a {
    left: 0;
}
#help #no-container {
    padding-top: 10px;
    border-top: 5px solid #e5e5e5;
}

#help h1.page-title {
    /* font: normal 24px/1 Calibri, "Lucida Sans Unicode", "Lucida Grande", Arial;
    font: normal 24px/1 Arial, "Lucida Sans Unicode", "Lucida Grande", Calibri; 
	 */
	 line-height: normal;
	 font-size: 26px;
    border-bottom: 3px solid #e5e5e5;
    color: #191919;
    margin: 0 0 20px 0;
}
#help h1.page-title span {
    color: #c00;
}

#help .help-nav ul {
    border-bottom: 1px solid #ebebeb;	
}
#help .help-nav li {
    border-top: 1px solid #ebebeb;
}
#help .help-nav a {
	display: block;
	 font-size: 12px;
	 line-height: 1.6em;
    text-decoration: none;
}
#help .help-nav li.current a {
	 background: #ebebeb;
}
#help .help-nav li.current {
    color: #c00;
}
#help .help-nav a:hover {
    color: #c00;
}

#help #canvas h2 {
    font: normal 20px/1 Arial, Calibri, "Lucida Sans Unicode", "Lucida Grande", Arial;
    margin: 0 0 10px;
    color: #c00;
}
#help #canvas h3 {
    font: normal 20px/1 Arial, Calibri, "Lucida Sans Unicode", "Lucida Grande", Arial;
    margin: 0 0 10px;
    color: #333;
}

#help .left-col {
    overflow: visible !important;
    width: 660px;
}
#help .right-col {
    overflow: visible;
    width: 250px;
}
#help .right-col .box {
    background-color: #f3f3f3 !important;
}
#help #canvas .right-col .box h3 {
    font: bold 14px/1.2em Arial;
    font: normal 16px/1 Arial;
    margin: -5px 0 10px;
    color: #464646;
    color: #333;
}
#help .right-col .box a {
    padding-left: 1px;
}
#help .right-col .box a:hover {
    color: #fff;
    background-color: #474D5F !important;
}

#help #live-search {
    position: relative;
    padding: 15px 0 15px 0px;
    margin: 0px 0 0px 0px;
    border-bottom: 3px solid #e5e5e5;
}
#help #live-search .search_input {
    width: 500px;
    float: left;
    display: block;
    border: 3px solid #E0E8EF;
    margin: 0 10px 10px 0;
    width: 500px;
}
#help #live-search .search_input input {
    width: 482px;
    padding: 8px;
    border: 1px solid #ccc;
    color: #666;
    font: normal 14px Arial;
    background: url(/images/template/search_bg.gif) repeat-x;
}
#help #live-search h3 {
    font: normal 16px/1 Arial, Calibri, "Lucida Sans Unicode", "Lucida Grande", Arial;
}
#help #live-search .submit_button {
    padding: 8px;
}

#help #live-results {
    display: none;
    position: absolute;
    top: 81px;
    width: 600px;
    margin: 0 0px 0 0px;
    padding: 10px 10px 5px;
    z-index: 50;
    background: #E0E8EF;
}
#help #live-results .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 14px;
    height: 14px;
    font: bold 11px/12px Arial;
	 text-indent: 5px;
    text-decoration: none;
    cursor: pointer;
	 color: #c00;
    z-index: 150;
}
#help #live-results .close:hover {
    background-color: #c00;
	 color: #fff;
}
#help #live-results .snippet {
    font-size: 11px;
    color: #666;
}

#help #live-results li.help {
    font: normal 11px Arial;
    color: #777;
    padding: 10px 0 10px 0px;
    border-top: 1px solid #e5e5e5 !important;
    border-top: 1px solid #D4E1EE !important;
}
#help #live-results li.help:hover {}
#help #live-results li.help h3 {
    text-decoration: none;
    margin: 0px 0 5px 0px;
}
#help #live-results li.help h3 a {
    font: normal 12px/1 Arial;
    font: bold 12px/1 Arial;
    text-decoration: none;
    color: #333;
    color: #c00;
}
#help #live-results li.help h3 a:hover {
    color: #000;
}
#help #live-results li.help .snippet {
    font: normal 11px/1.3em Arial;
    line-height: 1.3em;
    color: #777;
}

#help #search-results {
    padding: 15px 0 15px 0px;
    margin: 0 0 0 0;
    border-bottom: 3px solid #e5e5e5;
}

/* Help Entries */
#help .toc,
#help .help-entry {
    padding: 10px 0 40px;
    border-bottom: 3px solid #e5e5e5;
}
#help .toc ol {
    margin: 0 0 0 20px;
    padding: 10px 0 0px 0px;
}
#help .toc li {
    padding: 0 0 5px;
    list-style-type:decimal;
}
#help .toc li a {
    font: normal 14px Arial;
    color: #333;
}

#help .help-entry p {
    color: #464646;
    color: #333;
    font: normal 14px/1.3 Arial;
    margin-bottom: 10px;
}
#help #canvas .help-entry h2 {
    font: normal 18px/1.3 Arial, "Lucida Sans Unicode", "Lucida Grande", Calibri;
}
#help .help-entry a {
    color: #c00;
}
#help .help-entry ul,
#help .help-entry ol {
    margin: 0 0 0 30px;
    padding: 10px 0 15px 0;
    font-size: 14px;
}

#help .help-entry ul {
    list-style: decimal;
}
#help .help-entry ol {
    list-style:circle;
}
#help .help-entry li {
    font: normal 14px/1.3 Arial;
    padding: 0 0 0 5px;
    padding: 0 0 5px;
}



/* Help Support */
#help .support .page-title {
    color: #c00;	
}
#help .support h2 {
    font: bold 14px/1 "Lucida Sans Unicode", "Lucida Grande", Arial, Calibri !important;
    margin: 18px 0 5px !important;
    color: #333 !important;
}
#help .support .description {
    color: #666;
    line-height: 1.3em;
    margin: 0 0 5px !important;
}


/* ***************************************
Design Philosophy
*************************************** */
#design-philosophy #showcase {
	 padding: 0px;
    margin: 0 0px 20px;
    background: #EEF3FA !important;
}


/* ***************************************
Usage Cases
*************************************** */
#use-cases .scenario {
    background: #FFF9D7;
    padding: 10px;
    margin: 20px 0 20px;
}


/* ***************************************
10 Reasons
*************************************** */
#ten-reasons ol {
	border: none;
}


/* ***************************************
Help Categories
*************************************** */
#facebox .categories {
    position: relative;
}
#facebox .categories h1 {
    font: normal 22px/1 "Lucida Sans Unicode", "Lucida Grande", Calibri;
    margin: 0 0 10px 0;
}
#facebox .categories .button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    text-indent: -999em;
    text-decoration: none;
    cursor: pointer;
}
#facebox .categories .button:hover {
    background-color: #B5C2CF;
}
#facebox .categories .button.new { background: url(/images/icons/fugue/icon/plus.png) no-repeat 0 0; }
#facebox .categories #cattree {
    background: #DFF4CE;
    border-top: 1px solid #C6EFA4;
}
#facebox .categories #cattree li {
    clear: both;
    display: block;
    padding: 5px;
    height: 25px;
    border-bottom: 1px solid #C6EFA4;
    font: normal 14px/20px Arial, Calibri;
}
#facebox .categories #cattree li .options {
    float: right;
    color: #ccc;
    font: normal 11px/20px Arial;
}
#facebox .categories #cattree li .options a {
    color: #999;
}
#facebox .categories #callback {
    background: #E0E7EF;
    padding: 5px;
}