/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
	color:#333333;
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal;}

img { border: 0; }

a {color: #333333;}

/* End CSS Mini Reset */

@charset "UTF-8";

#logo {
	display:block;
}

.text {
	color: #666666;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px auto;
	position:relative;
	padding: 0;
	margin-bottom:38px;
	margin-top:10px;	
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 959px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0px auto;
	padding: 0;
	margin-right:1px;
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 136px;
	float: left;
	background-color: #999999;
	background-image: -moz-linear-gradient(top, #999999, #eeeeee); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999999),color-stop(1, #eeeeee)); /* Saf4+, Chrome */
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	z-index: 1020;
	cursor: default;
	width: 136px;
	position: absolute;
	left: -1000em;
	background-color: #999999;
	background-image: -moz-linear-gradient(top, #999999, #eeeeee); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999999),color-stop(1, #eeeeee)); /* Saf4+, Chrome */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	font-family: "Arial Black", Gadget, sans-serif;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #999999;
	background-image: -moz-linear-gradient(top, #999999, #eeeeee); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999999),color-stop(1, #eeeeee)); /* Saf4+, Chrome */
	background-repeat: repeat-x;
}
/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666666, #111111); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #111111)); /* Saf4+, Chrome */
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666666, #111111); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #111111)); /* Saf4+, Chrome */
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)*/ 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

body {
	
	border:none;
	text-align: center;

}

h3.welcome_header {
	font-size:18px;
	font-weight:thin;
	padding-top:55px;
	padding-right:45px;
	padding-left:45px;
}

.welcome_header strong {
	font-size:40px;
	font-weight:500;
}

div#marketing_content {
	width:959px;
	margin-top:70px;
	text-align:center;
	background-color:#FFFFFF;
}

#marketing_content div {
	text-align:left;
}

div#container {
	text-align:left;
	margin: auto;
	background-repeat:repeat-y;
	background-position:center top;
	background-attachment: fixed;
}

#top_nav {
	position:relative;
	width: 50em;
}

#contact_login_link {
	background:none repeat scroll 0 0 #2a2a2a;
	background-color:rgba(51, 51, 51, 0.85);
	color:#FFFFFF;
	padding:5px;
	position:fixed;
	right:0;
	text-align:center;
	width:160px;
	height:20px;
	font-size:12px;
	text-decoration:none;
}

#login_panel {
	background-color:#2a2a2a;
	background-color:rgba(51, 51, 51, 0.85);
	color:#FFFFFF;
	display:none;
	font-size:8pt;
	font-weight:bold;
	padding:10px 15px 5px;
	position:absolute;
	right:-158px;
	text-align:left;
	top:29px;
	width:170px;
	z-index:50;
}

#login_panel div.input,
#login_panel div.submit {
	padding-top:10px;
}

#contact_login_panel{  
	background-color:#2a2a2a;
	background-color:rgba(51, 51, 51, 0.85);
	color:#FFFFFF;
	display:none;
	font-size:8pt;
	font-weight:bold;
	padding:10px 15px 5px;
	position:fixed;
	right:0;
	text-align:left;
	top:30px;
	width:140px;
	z-index:51;
}

#contact_login_panel div.submit {
	padding-top:10px;
}

#contact_login_panel label, #contact_login_panel p, 
#login_panel label, #login_panel p, 
#login_panel a, #login_panel a:active, #login_panel a:hover, #login_panel a:focus{
	color:#FFFFFF;
}

a.landing_page_link{
	width:30%;
	float:left;
}

h1, legend {
	text-align:left;
	font-size:30px;
	font-weight:bold;
	color:#333333;
	margin:3px 3px 3px 3px;
	padding: 15px 5px 5px 5px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding-top:5px;
	margin-right:50px;
	margin-top:15px;
	
}

h3 {
	font-size:20px;
	font-weight:400;
	color:#999;
	padding:5px 5px 35px 35px;
	text-align:left;
	margin:0px;
}

h4 {
	font-size:16px;
	font-weight:600;
	color:#999999;
	margin:0px;
	padding:15px 5px 0px 30px;
	text-align:left;
}

h5 {
	font-size:14px;
	text-align:left;
	font-weight:400;
	color:#666;
	padding:10px 10px 20px 10px;
	margin:0px;
	margin-right:30px;
}


h6 {
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	color:#000;
	margin:0px;
	padding:0px 5px 15px 65px;
	text-align:left;
	cursor:pointer;
	border-bottom:none;
}


p {
	text-shadow:#999;
	font-size:10px;
	color:#333;
}


.3points {
	font-size:12px;
	width:400;
	max-width:400;
	padding-right:50px;
	text-align:right;
}

ul.decorated {
	list-style-position:inside;
}

table.text {
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px 0px 0px 0px;
	
}

td.content {
	border-top:solid;
	border-top-width:1px;
	border-top-color:#666;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#666;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#666;
	
}

img.float {
	padding: 10px 10px 0px 10px;
	margin:0px;
	float:left;
}

img.noborder {
	border:none;
}


img.floatright {
	padding-left:30px;
	float:right;
	margin:0px;
	padding-top:5px;
	
}

img.floatleft {
	padding-right:30px;
	float:left;
	margin:0px;
	padding-top:5px;
	
}

#footer {
	width:959px;
	color: #FFF;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666666, #111111); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #111111)); /* Saf4+, Chrome */
	font-size:10px;
	height:30px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	clear:both;
	margin-bottom:10px;
}

#footer a, #footer a:visited{
	color: #FFF;
}

#marketing_how_link {
	background:url(../../../img/common/marketing/how_it_works_button_off.png) no-repeat 0 0;
	display:block;
	height:70px;
	
}

#marketing_how_link:hover, #marketing_how_link:active {
	background:url(../../../img/common/marketing/how_it_works_button_on.png) no-repeat 0 0;
}

#marketing_tour_link {
	background:url(../../../img/common/marketing/tour_button_off.png) no-repeat 0 0;
	display:block;
	height:70px;
	
}

#marketing_tour_link:hover, #marketing_tour_link:active {
	background:url(../../../img/common/marketing/tour_button_on.png) no-repeat 0 0;
}

#marketing_features_link {
	background:url(../../../img/common/marketing/features_button_off.png) no-repeat 0 0;
	display:block;
	height:70px;
	
}

#marketing_features_link:hover, #marketing_features_link:active {
	background:url(../../../img/common/marketing/features_button_on.png) no-repeat 0 0;
}

#marketing_pricing_link {
	background:url(../../../img/common/marketing/pricing_button_off.png) no-repeat 0 0;
	display:block;
	height:70px;
	
}

#marketing_pricing_link:hover, #marketing_pricing_link:active {
	background:url(../../../img/common/marketing/pricing_button_on.png) no-repeat 0 0;
}

.marketing_signup_link {
	background:url(../../../img/common/marketing/signup_button_off.png) no-repeat 0 0;
	display:block;
	height:40px;
	margin:auto;
	width:100px;	
}

.marketing_signup_link:hover, .marketing_signup_link:active {
	background:url(../../../img/common/marketing/signup_button_on.png) no-repeat 0 0;
}

#company {
	width:959px;
	text-align:right;
}

#welcome_text_container {
	width: 920px;
	margin-left:45px;
}

.welcome_text_block {
	float:left;
	width: 305px;
	text-align: left;
}

.welcome_text_block p {
	font-size:14px;
	text-align:left;
	font-weight:400;
	color:#666;
	padding:10px 10px 20px 10px;
	margin:0px;
	margin-right:30px;
}

.welcome_text_header {
	border-bottom: 1px solid #999999;
	margin:15px 35px 0 0;
	height: 40px;
}

.welcome_text_header img {
	margin-top:-10px;
}

.features_panel {
	height:150px;
}

.features_panel img{
	max-height: 140px;
}

.features_panel h4 {
	padding-left:10px;
}


a.colorbox  {
	text-align:center;
	text-decoration:none;
	margin:10px;
}

.colorbox img, img.colorbox {
	max-height: 150px;
}

#site_title_header {
	padding:30px;
}

#price_table {
	clear:both;
	width: 100%;
	margin-bottom: 20px;
}

#price_table .description_column {
	width: 30%;
	text-align:left;
}

#price_table .secondary_column {
	width: 15%;
}

#price_table .highlight {
	background-color:#CCCCCC;
}

#price_table td, #price_table th {
	border:1px solid #666666;
	padding:10px;
	text-align:center;
}

#price_table th, #price_table .price_footer td {
	font-weight:bold;
}

#price_table .no_border {
	border:0 none;
}

#tour_header {
	height:150px;
}

#google_translate_element {
	height:24px;
	overflow:hidden;	
}

div.features_panel img {
	padding-top:5px;
}

div.features_panel.left img {
	float:left;
	padding-right: 30px;
}

div.features_panel.right img {
	float:right;
	padding-left: 30px;
}

#company a {
	color: #565656;
	text-decoration:none;
	font-size:60%;
}

.trial_box {
	background-color: #dddddd;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 5px;
}

.trial_box h2 {
	margin: 5px;
	padding: 0;
	font-size: 1em;
	color: #222222;
	text-align: center;
}

.required {
	font-weight:bold;
}

.input_boxes .input,
.input_boxes .submit,
.input_boxes .error-message {
	float:left;
}

.input_boxes .submit {
	margin-left: 100px;
}

.input_boxes .error-message {
	color: #DD0000;
	font-size: 70%;
	margin-left: 110px;
}

.input_boxes .input label {
	text-align: right;
	width: 100px;
	float:left;
}

.input_boxes .input input[type="text"], 
.input_boxes .input input[type="email"], 
.input_boxes .input input[type="tel"], 
.input_boxes .input textarea,
.input_boxes .input select,
.input_boxes .submit input {
	margin-left: 10px;
	width: 240px;
	float:left;
}

.ajax_spinner {
	background-image: url('/img/common/spinner.gif');
	background-repeat:no-repeat;
	color: black;
	margin:2px;
	min-height:20px;
	padding:2px 2px 2px 20px;
}

.ajax_success {
	background-image: url('/img/common/success.png');
	background-repeat:no-repeat;	
	color: green;
	margin:2px;
	min-height:20px;
	padding:2px 2px 2px 20px;
}

.ajax_error {
	background-image: url('/img/common/error.png');
	background-repeat:no-repeat;
	color:#DD0000; /* Dark Red */
	margin:2px;
	min-height:20px;
	padding:2px 2px 2px 20px;
}

.signup fieldset {
	margin: 25px 0;
	padding: 10px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.signup legend {
	font-weight: 900;
	font-size: larger;
	padding: 0 5px;
}

.signup fieldset div {
	clear:both;
}

.signup label {
	float:left;
	text-align:right;
	width: 200px;
	padding-right: 10px;
}

#show_username {
	font-weight: 900;
}