/*
------------------------------------
	Site5 CSS
	(c) 2009 Copyright Site5 LLC
------------------------------------
*/

/* ============= */
/* = Reset CSS = */
/* ============= */


table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
h2 {
	font-size:20px;
	line-height: 18px;
	color: #565656;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	font-weight:300;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/*body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}*/
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



a {
	color: #1f77a5;
	text-decoration: underline;
}

a:hover {
	color: #FF264A;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

p img {
	vertical-align: middle;
}

p, dd {
	line-height: 1.35;
}

ul.formatted , ol.formatted, ul.formatted ul, ul.formatted ol, ol.formatted ul, ol.formatted ol  {
	margin: 10px 0 10px 5px;
	padding-left: 10px;
}

.formatted li {
	margin-bottom: 5px;
}

ul.formatted  li {
	list-style: disc inside;
}

ul.formatted  ul li {
	list-style: circle inside;
}

ul.formatted  ol li {
	list-style: decimal inside;
}

ol.formatted  li {
	list-style: decimal inside;
}

ol.formatted ol li {
	list-style: lower-roman inside;
}

ol.formatted ul li {
	list-style: disc inside;
}

.component, .component ul, .component ol, .component li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.component p, p.component {
	line-height: 1.2;
}

/* ---------- Forms ---------- */
.ctrl-holder {
	margin-bottom: 10px;
}

.ctrl-holder label {
	display: block;
	margin-bottom: 5px;
}

.ctrl-holder span {
	background: #fff;
	border: 1px solid #eee;
	display: block;
}

.ie .ctrl-holder span {
	overflow: hidden;
}

.ctrl-holder input {
	background: url(images/input_bg.png) repeat-y 0 0;
	border: 1px solid #c3c3c3;
	border-bottom-color: #ddd;
	border-left-color: #7c7c7c;
	border-top-color: #7c7c7c;
	display: block;
	font-size: 12px;
	padding: 2px;
	width: 100%;
}

.gecko .ctrl-holder input {
	-moz-box-sizing: border-box;
}

.webkit .ctrl-holder input {
	-webkit-box-sizing: border-box;
}

.ctrl-holder.focus input {
	background: #ffc;
	border-color: #fc0;
}

.ctrl-holder.focus label {
	font-weight: bold;
	border-left: 5px solid #fff;
	padding-left: 5px;
}

#clientSignIn .button-holder {
	text-align: right;
}

.button-holder input {
	background: url(images/button_bg.png) repeat-x 0 0;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

/* ---------- Debug styling ---------- */
.debug-info {
	background: #fff;
	border: 3px solid #333;
	color: #000;
	padding: 10px;
}

/* ================ */
/* = Main wrapper = */
/* ================ */

#wrapper {
	font-size: 12px;
	margin: 0 auto;
	width: 910px;
}

/* ========== */
/* = Banner = */
/* ========== */

#banner {
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}

	#banner h1 a {
		background: url(images/newlogo-2.png);
		display: block;
		font-size: 0;
		height: 70px;
		line-height: 0;
		margin-left: -15px;
		text-indent: -9999em;
		width: 243px;
		margin-bottom: 6px;
	}

	.ie6 #banner h1 a {
		background-image: url(images/ie6/site5-logo.html);
		left: -38px;
		margin-left: 0;
		position: relative;
	}

	#banner h2, #banner div#h2 {
		color: #EFEFEF;
		font-size: 11px;
		font-weight: bold;
		left: 145px;
		position: absolute;
		top: 40px;
	}

	#banner h3, #banner div#h3 {
		background: url(images/hosting_tagline_bg.png) no-repeat 100% 0;
		font-size: 11px;
		height: 32px;
		padding-right: 101px;
		padding-top: 15px;
		position: absolute;
		right: 0;
		top: 38px;
	}

	.ie6 #banner h3 {
		background-image: url(images/ie6/hosting_tagline_bg.png);
	}

	#banner a {
		color: #fff;
		text-decoration: none;
	}

	#banner a:hover {
		color: #FF2F5E;
                text-decoration: underline;
	}

	/* ---------- Top navigation ---------- */
	#banner .navigation {
                background: transparent;
		border: 1px dotted #6F6B68;
		border-left: none;
		border-right: none;
		width: 100%;
	}

	#banner .navigation:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.ie #banner .navigation {
		height: 1%;
	}

	#banner .navigation li {
		float: left;
		font-size: 14px;
		font-weight: bold;
		margin-right: 15px;
	}

	#banner .navigation li:last-child {
		margin-right: 0;
	}
	#banner .navigation li h2 {
		position: static;
		display: block;
		font-size: 1em;
		color: inherit;
		padding: 0;
		margin: 0;
	}

	#banner .navigation li h2 a {
		display: block;
		padding: 15px 10px;
	}
        #banner .navigation li a:hover {
                color: #CEEFB3;
  background: transparent;
                }

	#banner .navigation li.current a {
             background: transparent;
             color: #D1FFAF;
	}

	#banner .navigation li.current {
             background: transparent;
             font-size: 130%;
             color: #D1FFAF;
	}
	#banner .navigation li.current a:hover {
		background: transparent;
                text-decoration: underline;
	}
	.ie6 #banner .navigation li.current {
		background: transparent;
                text-decoration: underline;
	}
	#banner .navigation .order a {
		background: url(images/order-now-bg.png) no-repeat;
		display: block;
		font-size: 0;
		height: 43px;
		line-height: 0;
		padding: 0;
		position: absolute;
		right: 0;
                margin-right: 20px;
		text-indent: -9999em;
		top: 80px;
		width: 212px;
	}
        #banner .navigation .order a:hover {
		background: url(images/order-now-bg-hover.png) no-repeat;
	}

	.ie6 #banner .navigation .order a {
		background-image: url(images/ie6/order_now_bg.png);
	}

	/* ---------- Quick links ---------- */
	#quickLinks, #quickLinks ul {
		background: url(images/quick_links_bg.png) no-repeat;
	}

	.ie6 #quickLinks, .ie6 #quickLinks ul {
		background-image: url(images/ie6/quick_links_bg.png);
	}

	#quickLinks {
		background-position: 0 100%;
		font-size: 11px;
		height: 23px;
		padding-left: 6px;
		position: absolute;
		right: 108px;
		top: 5px;
	}

	.ie6 #quickLinks {
		width: 260px;
	}

	#quickLinks ul {
		background-position: 100% 0;
	}

	#quickLinks ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.ie #quickLinks ul {
		height: 100%;
	}

	#quickLinks li {
		background: url(images/quick_links_bullets.png) no-repeat 0 10px;
		float: left;
		margin-right: 10px;
		padding: 5px 0 5px 10px;
	}
	#quickLinks li h3{
		display: inline;
		background: none;
		font-size: 11px;
		font-weight: normal;
		height: auto;
		padding:0px;
		position: static;
	}
	#quickLinks li.support {
		margin-left: 5px;
	}

	#quickLinks li.support a:hover {
		color: #ffd667;
	}

	#quickLinks li.community {
		background-position: 0 -54px;
	}

	#quickLinks li.community a:hover {
		color: #3dc4fc;
	}

	#quickLinks li.affiliates {
		background-position: 0 -112px;
	}

	#quickLinks li.affiliates a:hover {
		color: #afd8a8;
	}

	#quickLinks li.contact {
		background-position: 0 -182px;
	}

	#quickLinks li.contact a:hover {
		color: #d2f2ff;
	}

	#quickLinks li h3{
		display: inline;
		background: none;
		font-size: 11px;
		font-weight: normal;
		height: auto;
		padding:0px;
		position: static;
	}

	/* ---------- Client sign in ---------- */
	#clientSignIn, #clientSignIn .heading {
		background: url(images/sign_in_bg.png) no-repeat;
	}

	.ie6 #clientSignIn, .ie6 #clientSignIn .heading {
		background-image: url(images/ie6/sign_in_bg.png);
	}

	#clientSignIn {
		background-position: 0 -23px;
		font-size: 11px;
		padding-left: 7px;
		position: absolute;
		right: 0;
		top: 5px;
	}

	#clientSignIn .heading {
		background-position: 100% 0;
		padding: 5px 7px 5px 0;
	}

	#clientSignIn .heading a {
		background: url(images/sign_in_bullet.png) no-repeat 100% 4px;
		padding-right: 10px;
	}

	#clientSignIn.expanded .heading a {
		background-position: 100% -44px;
	}

	#clientSignIn form {
		display: none;
	}

	.js #clientSignIn form {
		background: url(images/dropdown_trans_bg.png);
		padding: 10px;
		position: absolute;
		right: 0;
		top: 18px;
		width: 200px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius-topright: 0;
		-webkit-border-top-right-radius: 0;
	}

	.ie6.js #clientSignIn form {
		background: #000;
	}

	.js #clientSignIn.expanded form {
		display: block;
	}

/* ================ */
/* = Content area = */
/* ================ */

#content {
	width: 870px;
	background: white;
	padding: 20px;
}

#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sidebox {
  font-size: 90%;
  background: #FFF3DF;
  border-bottom: 1px dotted #FF931F;
  border-top: 1px dotted #FF931F;
  padding: 1px 10px;
  }

.ie #content {
	height: 1%;
}

	#content h1 {
		font-size: 25px;
		height: 55px;
		font-weight: normal;
		margin-bottom: 10px;
		border-bottom: 1px solid #E9E9E9;
		border-top: 1px dotted #EFEFEF;
		background: #fff url(images/h1-bg-legion_tile.png) repeat-x bottom left;
		letter-spacing: -1px;
	}

		#content h1 span {
	        padding: 14px 0px 0px 50px;
			height: 40px;
			display: block;
			background: url(images/h1-bg-legion_emblem.png) no-repeat;
		}

	#content h2 {
		color: #000;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 12px;
	}
        #content h3 {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 12px;
        }
        .content p {
                line-height: 1.5;
                margin-bottom: 12px;
                padding-right: 10px;
        }

	#content .content-block {
		clear: both;
	}

	#content .primary, #content .secondary {
		clear: none;
		float: left;
	}
        .centerpiece {
                margin-bottom: 15px;
        }
.homenote {
  font-size: 90%;
  padding: 0px 0 0 35px;
  margin: 0;
  margin-top: -10px;
  font-weight: normal;
  }
/*------------------------------------------
Content Left Side
--------------------------------------------*/
#content .primary {
  margin-bottom: 55px;
  margin-right: 30px;
  width: 632px;
  }

#content .secondary {
  width: 207px;
  }
#content .secondary h2 {
  color: black;
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  }
#content .secondary p {
  color: black;
  font-size: 100%;
  margin-top: 10px;
  }
#content .secondary .call-us {
  border-bottom: 1px dotted #DFDFDF;
  margin-bottom: 15px;
  padding-bottom: 10px;
	}
#content .secondary .chat-with-us {
  margin-bottom: 1px;
  padding-bottom: 0px;
  margin-top: 10px;
  }
#content .secondary ul {
  margin: 0;
  padding: 0;
  }
#content .secondary li {
  background: url(images/bullet-pink.png) no-repeat 2px 50%;
  padding: 6px 5px 6px 15px;
  border-bottom: 1px dotted #DFDFDF;
  font-weight: normal;
  font-size: 90%;
  }

/* -----------------------------------------------

 Sign up now button
---------------------------------------------- */
#signUpNow {
  background: url(images/sign_up_now.png);
  display: block;
  font-size: 0;
  height: 68px;
  line-height: 0;
  position: absolute;
  text-indent: -9999em;
//  right: 25px;
//  top: 243px;
  right: 16px;
  top: 225px;
  width: 212px;
  }

		.ie6 #signUpNow {
			background-image: url(images/ie6/sign_up_now.png);
		}

	#content .secondary .banner {
	}

	#content .secondary .banner {
		display: block;
	}

	#content .secondary img {
		display: block;
	}


	#content .secondary .included-features {
		background: #2C434F;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding: 10px;
                padding-bottom: 30px;
                margin-bottom: 10px;
	}

	#content .secondary .included-features h3 {
                color: white;
		background: url(images/free_icon.png) no-repeat 0 50%;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 10px;
		min-height: 34px;
		padding-left: 45px;
	}

	.ie6 #content .secondary .included-features h3 {
		height: 34px;
	}

	#content .secondary .included-features li {
		background: url(images/check_bg.png) no-repeat 15px 50%;
		margin-bottom: 0px;
		padding-left: 45px;
                border-bottom: 0px;
                line-height: 9px;
	}

	#content .secondary .included-features .action-link {
		background: none;
	}

	#content .secondary .included-features .action-link a {
		color: #bfeeb7;
	}
	.explication {
                font-size: 95%;
                margin-top: 15px;
                }
        .noted {
                font-size: 90%;
                background: #DFFFCF;
                padding: 3px;
                }
	/* ---------- Home Page content ---------- */
	.options {
		background: url(images/column_gradient_bg.png) repeat-x 0 0;
		padding-top: 15px;
	}

	.options:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.ie .options {
		height: 1%;
	}

	.options .start-a-website, .options .transfer-a-website {
		float: left;
		padding: 5px;
		width: 48%;
	}

	.options h3 {
		background: url(../index.html) no-repeat;
		color: #272727;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 5px 0 5px 35px;
	}

	.options .start-a-website {
		border-right: 1px solid #cac7c7;
	}

	.options .transfer-a-website {
		float: right;
	}

	.options .start-a-website h3 {
		background-image: url(images/new_server_icon.png);
	}

	.options .transfer-a-website h3 {
		background-image: url(images/server_transfer_icon.png);
	}

	.ie6 .options .start-a-website h3 {
		background-image: url(images/ie6/new_server_icon.png);
	}

	.ie6 .options .transfer-a-website h3 {
		background-image: url(images/ie6/server_transfer_icon.png);
	}

		.options li {
			background: url(images/list_bullet_pink.png) no-repeat 0 50%;
			font-size: 13px;
			margin-left: 35px;
			padding-left: 10px;
		}

		.options li.last {
			margin-bottom: 10px;
		}

		.options li.action-link {
			background-image: none;
			padding-left: 0;
		}

		.options li.action-link a {
			background: url(images/action_link_arrow.png) no-repeat 100% 50%;
			color: #f03861;
			font-weight: bold;
			padding-right: 10px;
		}

	div.content-block.last {
		background: url(images/bottom_content_block_bg.png) repeat-x 0 100%;
		border: 1px dotted #a4a4a4;
		border-left: none;
		border-right: none;
		font-size: 11px;
	}

	.content-block.last:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.ie .content-block.last {
		height: 1%;
	}

		.content-block.last p {
			line-height: 1.5;
		}

		.content-block.last .info {
			float: left;
			padding: 10px 5px;
			width: 310px;
		}

		.content-block.last .info h4 {
			color: #272727;
			font-size: 15px;
			font-weight: bold;
			margin-bottom: 15px;
		}

		.content-block.last .info .action-link {
			color: #e73057;
			display: block;
			font-weight: bold;
			margin-top: 15px;
		}

		.content-block.last .affiliates {
		}

		.content-block.last .resellers {
		}

		.content-block.last .see-us {
			float: right;
			width: 200px;
		}
			.content-block.last .see-us .features {
				display: block;
				margin-bottom: 10px;
			}

				.content-block.last .see-us .features img {
					border-bottom: 1px solid #a4a4a4;
					margin-right: 10px;
					padding-bottom: 1px;
				}


/* ========== */
/* = Footer = */
/* ========== */

#footer {
	color: #fff;
	position: relative;
	text-align: center;
}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

	/* ---------- Footer navigation ---------- */
	#footer .navigation{
		margin: 12px;
	}
	#footer .navigation li {
		display: inline;
		margin: 0 30px;
	}


	.ie #footer .navigation {
		height: 1%;
	}
/*
	#footer .navigation li {
		border-right: 1px solid #fff;
		display: inline;
		margin-right: 5px;
	}

	#footer .navigation li:last-child {
		border-right: none;
		margin-right: 0;
	}

	#footer .navigation li a {
		padding: 0 5px;
	}
*/
	/* ---------- Copyright ---------- */
	#footer .copyright {
		color: #828282;
		left: 0;
		position: absolute;
		right: 0;
		top: 140px;
	}

	.ie6 #footer .copyright {
		width: 100%;
	}

	/* ======================== */
	/* = Specific page styles = */
	/* ======================== */

	/* ---------- Tooltips ---------- */

	.js .tooltips dl {
		background: transparent url(images/dropdown_trans_bg.png);
		border: 5px solid #333;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		color: #fff;
		display: none;
		padding: 8px;
		position: absolute;
		width: 400px;
		margin-left: -27px;
		z-index: 100;
	}

	.js .tooltips dl.above {
		margin-top: -10px;
	}

	.js .tooltips dl.below {
		margin-top: 30px;
	}

	.js .tooltips dt, .js .tooltips dd {
		background: #333;
		padding: 10px;
	}

	.tooltips dt {
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px dotted #555;
	}

	.js .tooltips dt {
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		position: relative;
		color: #3DC4FC;
		padding-right: 35px;
	}

	.js .tooltips dt .close {
		background: url(images/tooltip_close.png) no-repeat 0 0;
		display: block;
		position: absolute;
		height: 14px;
		width: 14px;
		top: 10px;
		right: 10px;
		cursor: pointer;
		text-indent: -9999em;
	}

	.js .tooltips dd {
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

	.js .tooltips dd a {
		color: #3DC4FC;
	}

	.js .tooltips dd a:hover {
		color: #FF264A;
	}

	.js .tooltips dd .direction-indicator {
		display: block;
		width: 21px;
		height: 10px;
		background: url(images/tooltip_arrows.png) no-repeat;
		position: absolute;
		bottom: auto;
		top: -15px;
		left: 20px;
	}

	.js.ie6 .tooltips dd .direction-indicator {
		background-image: url(images/ie6/tooltip_arrows.png);
	}

	.js .tooltips .above dd .direction-indicator {
		top: auto;
		bottom: -15px;
		background-position: 0 100%;
	}

	.grid {
		width: 100%;
	}

	.grid td, .grid .heading th {
		padding: 7px 10px;
		padding-left: 5px;
                border: 0;
	}

	.grid .alt td {
		background-color: #EFEFEF;
	}

	.grid .heading th {
                font-size: 115%;
		border-bottom: 1px dotted #86DBEF;
		background: #FFF url(images/grid-th-bg.png) repeat-x bottom left;
		font-weight: bold;
                padding: 10px;
	}

	.feature-name {
	}

	.grid .the-plan {
		text-align: center;
	}

	.grid .the-plan .checkmark {
		background: url(images/check_green.png) no-repeat 50% 50%;
		height: 16px;
		line-height: 0;
		text-indent: -9999em;
	}
	.grid .the-plan .redx {
		background: url(images/x.png) no-repeat 50% 50%;
		height: 16px;
		line-height: 0;
		text-indent: -9999em;
	}

	.grid tr th.featured {
		background-color: #3DC4FC;
		border-bottom-color: #4c7496;
	}

	.grid tr td.featured {
		background-color: #D2F2FF;
		border-bottom-color: #b8ddeb;
	}

	.term-definition {
		display: block;
		float: left;
		margin-right: 10px;
		height: 16px;
		width: 16px;
		font-size: 0;
		background: url(images/info.png) no-repeat;
		text-indent: -9999em;
	}

	.stricken {
		text-decoration: line-through;
		color: #777;
		font-size: 10px;
		font-style: italic;
		padding-right: 10px;
	}

	#termFantastico dd {
		max-height: 300px;
		overflow: auto;
	}

	#termPricing dd table {
		width: 100%;
	}

	#termPricing dd td, #termPricing dd th {
		padding: 3px;
		text-align: center;
	}

	#termPricing dd .heading th {
		border-bottom-color: #000;
		background: #7d7d7d;
		font-weight: bold;
	}

	#termPricing dd .alt td {
		background-color: #3f3f3f;
	}

	/* ---------- Subnav content ---------- */
	.subnav-content {
		background: url(images/page_tab_fade.png) no-repeat 0 38px;
	}

	.sub-navigation {
		overflow: hidden;
		background: url(images/page_tab_bg.png) repeat-x;
		border: 1px solid #eee;
		border-bottom: none;
	}

	.sub-navigation li {
		display: inline;
		float: left;
		text-align: center;
	}

	.sub-navigation a {;
		display: block;
		border-right: 1px dotted #d3d3d3;
		text-decoration: none;
		font-weight: bold;
		color: #000;
		padding: 12px 11px 11px;
	}

	.sub-navigation a:hover {
		background: url(images/page_tab_hover_bg.png) repeat-x;
	}

	.sub-navigation .selected {
		background: #fff;
	}

	.sub-navigation .selected a {
		color: #f82951;
	}

	.sub-navigation .selected a:hover {
		background: none;
	}

	.tabbed-content {
		padding: 25px 10px 0;
		background: url(images/page_tab_fade.png) no-repeat 100% 0;
	}

	/* ---------- Testimonials ---------- */

	.testimonial {
		margin: 25px 0;
	}

	#content .testimonial h3 {
		margin-bottom: 5px;
	}

	.testimonial h4 {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.testimonial .body {
		background-color: #e0f6ff;
		border: 1px solid #3dc4fc;
		padding: 10px;
		position: relative;
		margin: 15px 0 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.testimonial .body .direction-indicator {
		background: url(images/testimonial_arrows.png) no-repeat;
		position: absolute;
		bottom: auto;
		top: -10px;
		left: 20px;
		display: block;
		width: 21px;
		height: 10px;
	}

	/* ---------- Guarantees ---------- */

	.note {
		font-size: 11px;
		color: #888;
	}

	.note strong, .note b, #content .note h3 {
		font-weight: bold;
		color: #555;
	}

	/* ---------- Landing Pages ---------- */

	.feature-list {
		float: left;
		margin-right: 30px;
		width: 50%;
	}

	.feature-list li {
		background: url(images/check_green.png) no-repeat scroll 0 50%;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	/* ---------- Support page ---------- */

	#support #searchField {
		background-image: url(images/search_bg.png);
		background-repeat: no-repeat;
		background-position:  5px 55%;
		font-size: 22px;
		padding: 3px;
		padding-left: 30px;
	}

	#support .focus.not-typing #searchField {
		color: #FF2F5E;
	}

	#support .ctrl-holder {
		margin-bottom: 10px;
	}

	#support #content h2 {
		font-weight: bold;
	}

	.js #support #wikiSearch .ctrl-holder label {
		display: none;
	}

	#support #wikiSearch form {
		margin-bottom: 20px;
  background: #fff url(images/centerpiece-search.png) no-repeat top left;
  padding: 30px 15px 15px 15px;
  height: 110px;
	}

	#support #wikiSearch .resource-list {
		padding-left: 80px;
		background: url(images/more_questions.png) no-repeat 0px 50%;

	}

	#support #wikiSearch .resource-list a {
		font-size: 1em;
		margin-bottom: 0;
		background-image: none;
		padding-left: 0;
	}

	#support .support-section {
		margin-bottom: 20px;
	}

	#support .resource-list li {
		margin-bottom: 10px;
	}

	#support .resource-list li a {
		display: block;
		font-weight: bold;
		font-size: 13px;
		padding: 3px 0;
		text-decoration: none;
		margin-bottom: 5px;
		padding-left: 20px;
		background: url(images/resource_bullet.png) no-repeat 0 50%;
	}

	#support #existingCustomers .resource-list li a {
		background-image: url(images/resource_bullet_existing_customer.png);
	}

	#support #policies .resource-list li a {
		background-image: url(images/resource_bullet_policies.png);
	}

	/* ---------- Modals ---------- */

	#TB_window {
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
	}

	#TB_secondLine {
		font: 10px Arial, Helvetica, sans-serif;
		color: #666666;
	}

	#TB_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
	}

	.TB_overlayMacFFBGHack {
		background: url(images/dropdown_trans_bg.png) repeat;
		opacity: 0.5;
	}

	.TB_overlayBG {
		background-color: #000;
		filter: alpha(opacity=60);
		opacity: 0.6;
	}

	.ie6 #TB_overlay {
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

	#TB_window {
		position: fixed;
		background: transparent url(images/dropdown_trans_bg.png);
		z-index: 102;
		color: #000000;
		display: none;
		border: 5px solid #333;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		color: #fff;
		text-align: left;
		top: 50%;
		left: 50%;

	}

	.ie6 #TB_window {
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

	#TB_window img#TB_Image {
		display: block;
		margin: 35px 0 0 16px;
	}

	#TB_caption {
		height: 25px;
		padding: 7px 30px 10px 25px;
		float: left;
	}

	#TB_closeWindow, #TB_closeAjaxWindow {
		font-size: 0;
		text-indent: -9999em;
	}

	#TB_closeWindow a, #TB_closeAjaxWindow a {
		background: url(images/tooltip_close.png) no-repeat 0 0;
		display: block;
		position: absolute;
		height: 14px;
		width: 14px;
		top: 10px;
		right: 10px;
		cursor: pointer;
		text-indent: -9999em;
	}

	#TB_ajaxWindowTitle {
		float: left;
		padding: 7px 0 5px 10px;
		margin-bottom: 1px;
	}

	#TB_title {
		background-color: none;
		height: 27px;
	}

	#TB_ajaxContent {
		clear: both;
		padding: 2px 15px 15px 15px;
		overflow: auto;
		text-align: left;
		line-height: 1.4em;
	}

	#TB_ajaxContent.TB_modal {
		padding: 15px;
	}

	#TB_ajaxContent p {
		padding: 5px 0px 5px 0px;
	}

	#TB_load {
		position: fixed;
		display: none;
		height: 13px;
		width: 208px;
		z-index: 103;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -104px;
	}

	.ie6 #TB_load {
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

	#TB_HideSelect {
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		border: none;
		filter: alpha(opacity=0);
		opacity: 0;
		height: 100%;
		width: 100%;
	}

	.ie6 #TB_HideSelect {
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

	#TB_iframeContent {
		clear: both;
		border: none;
		margin-bottom: -1px;
		margin-top: 1px;
	}

	.ie6 #TB_iframeContent {
		margin-bottom: 1px;
	}
/*-----------------------------------------------------
Landing Pages
------------------------------------------------------*/
#landing-box {
  width: 100%;
  float: left;
  height: 200px;
  color: white;
  margin: 0;
  padding: 0;
  }
#landing-box.rails {
  background: url(images/centerpiece-rails.png) no-repeat top left;
  }
#landing-text {
  width: 420px;
  float: right;
  }
#landing-box h2 {
  padding: 30px 20px 0 0;
  color: white;
  }
#landing-box a {
  color: #FE0842;
  font-size: 120%;
  font-weight: bold;
  padding-right: 17px;
  margin-right: 15px;
  background: url(images/arrow-gray2.png) no-repeat center right;
  }
#landing-plan {
  width: 100%;
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  }
#landing-plan h3 {
  font-size: 140%;
  padding-bottom: 15px;
  background: url(images/landing-h2.png) repeat-x bottom left;
  }
#landing-plan ul {
  margin: 0 20px 0 20px;
  padding: 0;
  width: 43%;
  float: left;
  }
#landing-plan li {
  padding: 0 0px 0px 25px;
  background: url(images/check-blue2.png) no-repeat center left;
  margin: 0px 0 9px 0;
  }
#landing-plan a {
  float: left;
  color: black;
  font-size: 110%;
  font-weight: bold;
  padding: 8px 25px 10px 23px;
  margin-right: 5px;
  background: url(images/landing-button.png) no-repeat top left;
  }
h3#landing-headline {
  float: left;
  width: 100%;
  padding: 20px 0px 5px 0px;
  background: url(images/landing-list-bg.png) repeat-x;
  }
#landing-content {
  float: left;
  background: #EFEFEF;
  padding: 15px;
  margin-top: 10px;
  font-size: 100%;
  }
#landing-content h3 {
  font-size: 110%;
  border-bottom: 1px dotted #C3D5DF;
  padding-bottom: 5px;
  }
/*------------------------Terms-------------------*/
#termsbox {
  background: #EFEFEF;
  border: 1px solid #DFDFDF;
  padding: 5px;
  margin-bottom: 20px;
  }
#termsbox li {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 110%;
  }

.footnote {
  font-size: 100%;
  font-weight: bold;
  margin-top: 10px;
  padding: 15px 5px;
  background: #000;
  border: 1px solid #FFC45F;
}
.footnote a {
  color: yellow;
  border-bottom: 1px dotted #FFB900;
}
  /*--------------PROMO OLD SCHOOL--------------*/



#sidebar-testimonial {
  border-bottom: 1px dotted #DFDFDF;
  margin: 18px 0;
  padding-top: 10px;
}

#tableremainder {display:none;}

.reseller-grid {
  width: 100%;
  height: 600px;
  //border: 1px solid gray;
  background: #fff
  }
.reseller-grid td, .reseller-grid th {
  margin: 0;
  padding: 7px 10px;
  padding-left: 5px;
  border: 0;
  text-align: center;

  }
.reseller-grid .alt td {
  background-color: #EFEFEF;
  }
.reseller-grid .heading th {
  text-align: left;
  color: white;
  font-family:"Arial Black", Gadget, sans-serif;
  font-size:14px;
  border-bottom: 1px dotted #86DBEF;
  background: #2F2F2F url(images/reseller-th-bg-2.png) repeat-x top left;
  font-weight: bold;
  padding: 10px;
  }
#octane1 {
  background: url(images/reseller-th-lv1.png) no-repeat left;
  padding-left: 25px;
  }
#octane2 {
  background: url(images/reseller-th-lv2.png) no-repeat left;
    padding-left: 25px;
  }
#octane3 {
  background: url(images/reseller-th-lv3.png) no-repeat left;
    padding-left: 13px;
  }
.reseller-grid .feature-name {
  text-align: left;
  padding-left: 7px;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  }
.reseller-grid .the-plan {
  text-align: center;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  color: #333;

  }
.reseller-grid th.the-plan {
  text-align: center;
  }
.reseller-grid .the-plan .checkmark {
  background: url(images/check-orange.png) no-repeat 50% 50%;
  height: 16px;
  line-height: 0;
  text-indent: -9999em;
	}
.reseller-grid .featured {
  background-color: #3DC4FC;
  border-bottom-color: #4c7496;
	}

	.reseller-grid tr td.featured {
		background-color: #D2F2FF;
		border-bottom-color: #b8ddeb;
	}

	.reseller-grid term-definition {
		display: block;
		float: left;
		margin-right: 10px;
		height: 16px;
		width: 16px;
		font-size: 0;
		background: #fff url(images/info.png) no-repeat;
		text-indent: -9999em;
	}
#reseller-list {
  background: #FFF;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 5px;
  }
#reseller-list li {
  background: url(images/bullet-orange.png) no-repeat 2px 50%;
  padding: 6px 5px 6px 15px;
  border-bottom: 1px dotted #DFDFDF;
  font-weight: normal;
  font-size: 90%;
  }
#reseller-list li.alt {
  xbackground: #efefef url(images/bullet-orange.png) no-repeat 2px 50%;

  }
