﻿@import url(reset.css);
@import url(960.css);



body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	background: url(../img/bg.gif) repeat-x;
}
#wrapper{
	position: relative;
}

/*-------------------------
Header Styles
 -------------------------- */
#header{
	height: 95px;
	position: relative;
}
#content{
	padding: 30px 0;
}
#main-menu{
	height: 95px;
}
	#logo{
		height: 95px;
	}
	#main-menu a:link,
	#main-menu a:active,
	#main-menu a:visited{
		color: white;
		font-size: 16px;
		text-decoration: none;
		display: block;
		float: left;
		padding: 5px 5px 6px 10px;
		margin: 47px 10px 0 0;
		position: relative;
	}
	#main-menu a:hover,
	#main-menu a.selected{
		background: url(../img/menu-active.gif);
	}
	#main-menu a:hover span,
	#main-menu a.selected span{
		display: block;
		position: absolute;
		width: 5px;
		height: 32px;
		top: 0;
		right: -5px;
		background: url(../img/menu-active-right.gif);
	}
#meta-menu{
	position: absolute;
	top: 10px;
	right: 10px;
}
	#meta-menu a:link,
	#meta-menu a:visited,
	#meta-menu a:active{
		color: #6ca6bf;
		font-size: 13px;
		text-decoration: none;
		margin-left: 13px;
	}
	#meta-menu a:hover,
	#meta-menu a.selected{
		color: white;
	}
#user-menu{
	position: absolute;
	right: 4px;
	top: 44px;
}
	#sign-up-btn{
		display: block;
		width: 80px;
		height: 23px;
		color: white;
		font-size: 16px;
		font-weight: normal;
		line-height: 1em;
		margin: 3px;
		padding-top: 7px;
		text-align: center;
		float: left;
		text-decoration: none;
	}
	#sign-up-btn:hover{
		background: url(../img/sign-up-btn.gif);
	}
	#sign-up-btn:active,
	#sign-up-btn.selected{
		background: url(../img/sign-up-btn.gif);
	}
	#sign-up-options{
		background: url(../img/sign-up-options.png);
		width: 155px;
		height: 66px;
		padding: 17px 14px 15px 13px;
		position: absolute;
		top: 78px;
		right: 3px;
		display: none;
	}
	#sign-up-options a{
		color: black;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		padding: 7px;
		text-align: center;
		display: block;
	}
	#sign-up-options a:hover{
		color: white;
		background: #555;
		z-index: 1000;
	}
	#sign-in-btn{
		display: block;
		text-indent: -9000em;
		font-size: 0;
		width: 84px;
		height: 36px;
		background: url(../img/sign-in.gif);
		background-position: top left;
		float: left;
	}
	#sign-in-btn:hover{
		background-position: center left;
	}
	#sign-in-btn:active,
	#sign-in-btn.selected{
		background-position: bottom left;
	}
	#sign-in-options{
		background: url(../img/sign-in-options.png);
		width: 155px;
		height: 66px;
		padding: 17px 14px 15px 13px;
		position: absolute;
		top: 78px;
		right: 3px;
		display: none;
	}
	#sign-in-options a{
		color: black;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		padding: 7px;
		text-align: center;
		display: block;
	}
	#sign-in-options a:hover{
		color: white;
		background: #555;
		z-index: 1000;
	}
	
/*-------------------------
Content Styles
 -------------------------- */
.screenshot-wrapper{
	position: relative;
	}
	.screenshot{
		width: 618px;
		height: 408px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 618px 408px;
		background: url(../img/GD_Main.png);
		z-index: -100;
		top: 0;
		left: 12px;
	}

img.thumbnail{
	padding: 7px;
	border: 1px solid #f0f0f0;
}
a.trial-btn-small:link,
a.trial-btn-small:active,
a.trial-btn-small:visited{
	width: 101px;
	height: 24px;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding-top: 8px;
	color: white;
	text-decoration: none;
	background: url(../img/std-btn.gif);
	background-position: top left;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}
a.trial-btn-small:hover{
	background-position: bottom left;
}
a.trial-btnB:link,
a.trial-btnB:active,
a.trial-btnB:visited{
	width: 101px;
	height: 24px;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding-top: 8px;
	color: white;
	text-decoration: none;
	background: url(../img/std-btn.gif);
	background-position: top left;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}
a.trial-btnB:hover{
	background-position: bottom left;
}
a.trial-btnA:link,
a.trial-btnA:active,
a.trial-btnA:visited{
	width: 101px;
	height: 24px;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding-top: 8px;
	color: white;
	text-decoration: none;
	background: url(../img/std-btn.gif);
	background-position: top left;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}
a.trial-btnA:hover{
	background-position: bottom left;
}

p.trial-para{
	font-size: 15px;
}
a.learn-more:link,
a.learn-more:active,
a.learn-more:visited{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
}
a.learn-more:hover{
	text-decoration: none;
}
.screenshot-feature-wrapper{
	margin-bottom: 20px;
}
	.screenshot-feature{
		border: 1px solid #f0f0f0;
		padding: 20px;
		height: 380px;
		margin: 0 0 10px 0;
		background: white;
	}
.vertical-tabs{
	
}
	a.vertical-tab-item:link,
	a.vertical-tab-item:visited{
		display: block;
		padding: 8px;
		width: 304px;
		text-decoration: none;
		font-size: 15px;
	}
	a.vertical-tab-item:hover{
		background: #f0f0f0;
	}
	a.vertical-tab-item:active,
	a.vertical-tab-item.selected{
		background: #154f81 url(../img/vertical-tab-item.gif) right no-repeat;
		color: white;
	}
.four-columns{
	margin-bottom: 30px;
}
.secondary-header{
	border-bottom: 1px solid #ccc;
	padding: 15px 0 10px 0;
	height: 21px;
}
	.secondary-header a:link,
	.secondary-header a:visited{
		text-decoration: none;
		margin: 0 10px;
		display: block;
		float: left;
	}
	.secondary-header a:hover{
		color: #073252;
	}
	.secondary-header em{
		display: block;
		float: left;
	}
	.secondary-header a.selected{
		font-weight: bold;
		color: #073252;
		background: url(../img/active-submenu.gif) no-repeat bottom center;
		height: 32px;
	}

.pricing-list-container{
	margin-top: 53px;
	margin-bottom: 20px;
	border-top: 1px solid #f0f0f0;
}
	.pricing-list-pack{
		border: 1px solid #f0f0f0;
		border-top: none;
		padding: 15px;
	}
	.pricing-list-pack p{
		margin: 0;
	}
	.pricing-list-pack h3 span{
		float: right;
	}
	.pack-details{
		padding: 10px;
	}
	.pack-details-item{
		margin-bottom: 5px;
	}
.call-signup-top{
	margin-top: 20px;
	width: 300px;
	height: 16px;
	background: url(../img/glossy-top.gif);
}
.call-signup-middle{
	width: 270px;
	padding: 0 15px;
	background: url(../img/glossy-middle.gif);
}
	.call-signup-middle p{
		margin: 0;
		color: white;
	}
	.call-signup-middle a:link,
	.call-signup-middle a:visited{
		color: white;
		text-decoration: none;
	}
.call-signup-bottom{
	width: 300px;
	height: 16px;
	background: url(../img/glossy-bottom.gif);
}
h2.stroked{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
}
#launcher{
	display: block;
	width: 220px;
	height: 120px;
	background: url(../img/launch-large.gif);
}
#launcher:hover{
	background-position: bottom left;
}
#modal-closeB{
	float: right;
}
#business{
	padding: 5px;
	width: 500px;
}
#business img{
	float: left;
	vertical-align: middle;
}
#business h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#modal-closeA{
	float: right;
}
#advisor{
	padding: 5px;
	width: 500px;
}
#advisor img{
	float: left;
	vertical-align: middle;
}
#advisor h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#modal-closeTB{
	float: right;
}
#soonb{
	padding: 5px;
	width: 500px;
}
#soonb img{
	float: left;
	vertical-align: middle;
}
#soonb h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#modal-closeTA{
	float: right;
}
#soona{
	padding: 5px;
	width: 500px;
}
#soona img{
	float: left;
	vertical-align: middle;
}
#soona h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#modal-closeSB{
	float: right;
}
#signb{
	padding: 5px;
	width: 500px;
}
#signb img{
	float: left;
	vertical-align: middle;
}
#signb h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#modal-closeSA{
	float: right;
}
#signa{
	padding: 5px;
	width: 500px;
}
#signa img{
	float: left;
	vertical-align: middle;
}
#signa h2{
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 20px;
}


/*-------------------------
Footer Styles
 -------------------------- */

#footer-wrapper{
	background: url(../img/footer-bg.gif) #f4f4f4 repeat-x;
}
	#footer{
		padding: 20px 0 20px 0;
	}
	#footer p{
		color: #777;
	}
	#footer p.column-title{
		border-bottom: 1px solid #e2e2e2;
		text-transform: uppercase;
		margin-bottom: 0.5em;
		padding-bottom: 4px;
	}
	p.post-title{
		margin-bottom: 0;
	}
	span.post-date{
		float: right;
	}
	.footer-bottom{
		border-top: 1px solid #e2e2e2;
		margin: 30px 0 0px 0;
	}
	.footer-links{
		padding: 10px 0 0 0;
	}
	.footer-links a:link,
	.footer-links a:active,
	.footer-links a:visited{
		margin: 0 10px 0 0;
		color: #777777;
		text-decoration: none;
	}
	.footer-links a:hover{
		color: #333;
	}
	.footer-partners{
		text-align: right;
		padding: 5px 0 0 0;
	}
	
/*-------------------------
 Typography
 -------------------------- */
 h1,
 h2{
 	font-weight: normal;
 }
 h1{
 	font-size: 24px;
 	line-height: 1.2em;
 	padding: 20px 0 15px 0;
 }
 h2{
 	font-size: 18px;
 	padding-bottom: 5px;
 }
 h4{
 	font-size: 13px;
 	color: #444;
 }
 .home-section h2{
 	padding-top: 6px;
 }
 p{
 	margin: 0 0 1em 0;
 	line-height: 1.5em;
 	font-size: 13px;
 	color: #444444;
 }
 ul{
 	list-style: disc;
 	margin-left: 1.3em;
 	margin-bottom: 1em;
 }
 strong{
 	font-weight: bold;
 }
 em{
 	font-style: italic;
 }
 p.large,
 ul.large{
 	font-size: 15px;
 	color: #555;
 }
 
 p.pricing,
 ul.pricing
 {
 	font-size: 12px;
 	color: #555;
 }
 
 a:link,
 a:visited,
 a:active{
 	color: #154f81;
 	text-decoration: underline;
 }
 a:hover{
 	text-decoration: none;
 }
