/* Global */
body{
	background-color:#393a39;
}
input.text,select{
	border:1px solid #393939;
}
table.form{
	font-size:12px;
}
table.form th{
	padding-top:6px;
}
.clickHere{
	float:right;
	padding-top:2px;
}

/* Header */

#header{
	position:relative;
	width:100%;
	height:77px;
	margin:0 auto;
	border-bottom:3px solid #9fce5a;
	background-color:#393a39;
}
#header .container{
	width:860px;
	height:77px;
	overflow:hidden;
	padding:0 20px;
}

/* ToolKit */

#toolkit{
	float:right;
	margin-top:20px;
	text-align:right;
}
#toolkit a{
	color:#fff;
	float:left;
}
.toolkit-divider{
	height:11px;
	width:1px;
	float:left;
	background-color:#9cb061;
	margin:3px 14px 0 14px;
}

/* Main Nav */

#mainNav{
	float:left;
	margin-top:47px;
	padding:0;
	list-style-type:none;
}
#mainNav li{
	float:left;
	padding:0 28px 5px 28px;
	line-height:22px;
  	background:url(/img/nav-divider.png) no-repeat right 6px;
}
#mainNav li.first{
	padding-left:0;
}
#mainNav li.last{
	padding-right:0;
	border:none;
	background:none;
}
#mainNav a{
    font-family:Georgia, serif;
	color:#fff;
	font-size:18px;
	letter-spacing:0.04em;
	border-bottom:5px solid #393a39;
	padding-bottom:4px;
}
#mainNav a:hover{
    text-decoration:none;
    border-bottom:5px solid #9fce5a;
}
#mainNav a.selected{
	border-bottom:5px solid #9fce5a;
}

/* Logo */

#logo{
	position:relative;
	width:100%;
	height:93px;
	margin:0 auto;
	background-color:#fff;
}
#logo .container{
	width:860px;
	padding:0 20px;
	overflow:hidden;
	background-color:#fff;
}
#logo a.logo{
	float:left;
	display:inline;
	margin-top:16px;
}

/* Tag Line */

#tagLine{
	float:right;
	height:24px;
	width:500px;
	background:url(/img/tagline-bg.png) no-repeat;
	margin-top:39px;
}
#tagLine p{
	text-align:center;
	color:#fff;
	line-height:24px;
}

/* Sub Header */

#subHeader{
	position:relative;
	width:100%;
	height:331px;
	border-bottom:6px solid #d2d2d2;
	background-color:#393a39;
}
#subHeader .container{
	width:900px;
	height:331px;
	overflow:hidden;
	background-color:#9fce5a;
}
#subHeader p{
	font-size:14px;
	line-height:28px;
	padding:41px 20px 0 0;
	margin-bottom:18px;
}
#subHeader .clickHere{
	padding-right:10px;
}
#subHeaderSmall{
	position:relative;
	width:100%;
	height:103px;
	background-color:#393a39;
	border-bottom:6px solid #d2d2d2;
}
#subHeaderSmall .container{
	width:900px;
	height:103px;
	overflow:hidden;
	background-color:#9fce5a;
}
#subHeaderSmall h1{
	float:left;
	display:inline;
	padding:36px 0 0 20px;
}
#subHeaderSmall p{
	float:left;
	display:inline;
	font-size:12px;
	color:#fff;
	padding:51px 0 0 10px;
}
#subHeaderSmall h4{
	float:left;
	display:inline;
	font-size:12px;
	color:#fff;
	padding:51px 0 0 10px;
}

/* Content */

#content{
	position:relative;
	width:100%;
	margin:0 auto;
	background-color:#fff;
}
#content .container{
	width:860px;
	padding:20px 0 20px 0;
	overflow:hidden;
}
#content .clickHere{
	padding-right:10px;
}
#content ul{
	padding-right:40px;
}
/* Content Sign Up */

#contentSignUp{
	position:relative;
	width:900px;
	margin:50px auto;
	border-top:#d23b4f 6px solid;
	border-bottom:#d23b4f 6px solid;
	background-color:#fff;
}
#contentSignUp .container{
	width:860px;
	padding:20px;
	overflow:hidden;
}
#contentSignUp .bottom{
	padding-bottom:0; 
}

/* Minimal */

#contentMinimal{
	position:relative;
	width:490px;
	margin:50px auto;
	border-top:#d23b4f 6px solid;
	border-bottom:#d23b4f 6px solid;
	background-color:#fff;
}
#contentMinimal .container{
	width:450px;
	padding:20px;
	overflow:hidden;
}
#contentMinimal .bottom{
	padding-bottom:0; 
}

/* Login */

#contentMinimal input.text{
	width:300px;
	border:1px solid #393939;
}
#contentMinimal fieldset{
	border:none;
}
#contentMinimal th{
	text-align:right;
	font-size:14px;
	padding-right:12px;
}
#contentMinimal td{
    padding-bottom:12px;
}
#contentMinimal h1{
	color:#d23b4f;
}
#contentMinimal .button a{
	color:#fff;
}
.remember{
	float:left;
	display:inline;
	margin-top:10px;
}
#contentMinimal input[type='checkbox']{
	float:left;
    vertical-align:-3px;
	margin:10px 5px 0 -3px;
}
.forgotPassword{
	float:right;
	display:inline;
	margin:9px 54px 0 0;
}

/* Sign Up Nav */

.signUpNav{
	float:left;
	display:inline;
	padding:39px 0 0 20px;
	width:440px;
}
.accountInformationButton a{
	float:left;
	display:block;
	height:24px;
	width:162px;
	background:url('/img/account-information-button.png') no-repeat left;
}
.accountInformationButton a:hover{
	background-position:right;
}
.accountInformationButton .selected{
	background-position:right;
}
.accountInformationButton{
	float:left;
	display:block;
	overflow:hidden;
	height:24px;
	width:162px;
	text-indent:-9999px;
}
.selectPricingPlanButton a{
	float:left;
	display:block;
	height:24px;
	width:155px;
	background:url('/img/select-pricing-plan-button.png') no-repeat left;
}
.selectPricingPlanButton a:hover{
	background-position:right;
}
.selectPricingPlanButton{
	float:left;
	display:block;
	overflow:hidden;
	height:24px;
	width:155px;
	text-indent:-9999px;
}
.selectPricingPlanButton .selected{
	background-position:right;
}
.confirmationButton a{
	float:left;
	display:block;
	height:24px;
	width:123px;
	background:url('/img/confirmation-button.png') no-repeat left;
}
.confirmationButton a:hover{
	background-position:right;
}
.confirmationButton{
	float:left;
	display:block;
	overflow:hidden;
	height:24px;
	width:123px;
	text-indent:-9999px;
}
.confirmationButton .selected{
	background-position:right;
}

/* SignUp */

#signUpForm input.text{
	width:300px;
	border:1px solid #393939;
}
#signUpForm fieldset{
	border:none;
}
#signUpForm th{
	text-align:right;
	font-size:14px;
	padding-right:12px;
}
#signUpForm td{
    padding-bottom:12px;
}
select{
	width:312px;
}
#user-iAgree{
	margin:0 10px 0 -1px;
}

.signupFancySubdomain {
	border: 1px solid #393939;
	width: 310px;
}
.signup-subdomain-input-div {
	display: inline;
}
.signup-subdomain-input-div input[type="text"] {
	border: 0px !important;
	width: 25% !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.signup-subdomain-topdomain-div {
	padding-top: 4px;
	display:inline;
	width: 65%;
	overflow: hidden;
}

/* Features */

.features{
    float:left;
    list-style-type:none;
    text-align:left;
   	width:259px;
	height:200px;
	border-right:#d2d2d2 1px solid;
	padding:0 20px;
}
.features.first{
	padding-left:0;
}
.features.last{
	border:none;
	padding-right:0;
}

/* Industry Features */

#industryFeature{
	position:relative;
	width:100%;
	height:334px;
	background-color:#fff;
}
#industryFeature .container{
	width:900px;
	height:334px;
	overflow:hidden;
	background-color:#9fce5a;
	padding:0;
}
#industryFeature h1{
	padding-top:41px;
}
#industryFeature p{
	font-size:14px;
	line-height:28px;
	padding-right:20px;
}
#industryFeature .clickHere{
	padding-right:10px;
}
#industryFeature .screenShot{
	margin-left:16px;
}
.industryContent {
	width: 500px;
}

/* Product Tour */

#productTour{
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	width:430px;
	height:260px;
	padding-left:20px;
	margin-bottom:20px;
	background-color:#d23b4f;
}
#productTourArrow{
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	width:20px;
	height:260px;
	margin-bottom:20px;
	background:transparent url(/img/product-tour-arrow.png) no-repeat center left;
}
#productTour h2{
	color:#fff;
	padding-top:20px;
}
#productTour p{
	color:#fff;
	line-height:28px;
	padding-right:20px;
}
#productTourVideo{
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	width:378px;
	height:248px;
	margin-bottom:20px;
	background-color:#393a39;
	border:#d2d2d2 6px solid;
}
.products{
    float:left;
    list-style-type:none;
    text-align:left;
   	width:860px;
	margin:20px 0;
}
.productsContent{
	float:left;
	width:400px;
}
.products img{
	margin-right:20px;
}
.plainList {
	color:#000;
}
.plainList ul {
	padding-left:15px;
	list-style-type:disc;  
    margin:0 0 18px 0;
}
.plainList li {
	line-height:20px;
	margin:0 0 6px 0;
    color:#000000;
}
.padded {
	padding: 0 0 0 14px;
}
/* Industry Specific */

.industrySpecific{
    float:left;
    list-style-type:none;
    text-align:left;
   	width:420px;
	margin:20px 0;
	padding-right:20px;
}
.industrySpecific.last{
	padding-right:0;
}
.industrySpecific img{
	border:#9fce5a 3px solid;
	margin-right:20px;
}
.industryFeatureContent{
	float:left;
	width:244px;
}
.industry{
    float:left;
    list-style-type:none;
    text-align:left;
   	width:860px;
	margin:20px 0;
}
.industryContent{
	float:left;
	width:561px;
}
.industry img{
	border:#9fce5a 3px solid;
	margin-right:20px;
}

/* Footer */

#footer{
	position:relative;
	width:100%;
	background-color:#393a39;
	color:#fff;
	overflow:hidden;
	border-bottom:6px solid #c0db6f;
}
#footer .container{
	text-align:center;
	padding:20px 0;
}
.footerSiteMap{
    overflow:hidden;
	width:400px;
    margin:0 auto 20px auto;
}
.footerSiteMap ul{
    float:left;
    list-style-type:none;
    text-align:left;
    height:140px;
	border-right:#9fce5a 1px solid;
    padding:0 20px;
}
.footerSiteMap ul.first{
	padding-left:0;
}
.footerSiteMap ul.last{
	border:none;
	padding-right:0;
}
.footerSiteMap a{
	color:#fff;
}
#copyright{
	margin:0 auto 20px auto;
}
#footerLogo{
	margin:0 auto;
}



