body {
	background-color:#FFF;
	margin: 0; padding:0;  height:100%;  width:100%;
}

div#masthead {
	height: 125px;
	width: 1095px;
	position: relative;
	background: #fff url(shell/masthead-bkgd.png) repeat-x 0 0;
}

div#masthead div.col {
	height: 90px;
}

a#logo {
	background: url(shell/logo.png) no-repeat;
	display: block;
	height: 55px;
	position: relative;
	text-indent: -9999px;
	top: 20px;
	width: 300px;
	margin-left:80px;
}



/* --------------------------------------------------------------

	MAIN HEADLINE CSS

-------------------------------------------------------------- */

div#main-headline {
	height: 20px;
	margin-bottom: 0px;
	padding: 40px 0 0 0;
	float:left;
	clear:left;
}




div#content-wrapper {
	width:1095px;
	margin: 0 auto;
}

/* --------------------------------------------------------------

	NAVIGATION CSS

-------------------------------------------------------------- */


ul#nav {
	height: 35px;
	position: relative;
	padding-left:78px;
	width:930px;
	}

ul#nav li {
	display: inline;
	list-style: none;
}

ul#nav a { display: block; height: 35px; line-height: 35px;}

/* --- Sets the main-nav tab class
-----------------------------------------------------------------------------  */
ul#nav li.tab a { float: left; margin: 0 3px 0 0; text-indent: -9999px; background-image:url(shell/nav-buttons.png); background-repeat: no-repeat;}

/* --- Sets the position of the background for anchor in each class
-----------------------------------------------------------------------------  */
ul#nav li.home a { background-position: 0 0; width: 63px; }
ul#nav li.features a { background-position: -65px 0; width: 105px; }
ul#nav li.download a { background-position: -172px 0; width: 105px; }
ul#nav li.online a { background-position: -279px 0; width: 105px; }
ul#nav li.purchase a { background-position: -386px 0; width: 105px; }
ul#nav li.forum a { background-position: -493px 0; width: 65px; }

/* --- Sets the position of the background for anchor-hover property in each class
-----------------------------------------------------------------------------  */
ul#nav li.home a:hover { background-position: 0px -35px; }
ul#nav li.features a:hover { background-position: -65px -35px; }
ul#nav li.download a:hover { background-position: -172px -35px; }
ul#nav li.online a:hover { background-position: -279px -35px; }
ul#nav li.purchase a:hover { background-position: -386px -35px; }
ul#nav li.forum a:hover { background-position: -493px -35px; }

/* --- Sets the position of the background for anchor if it is active
-----------------------------------------------------------------------------  */
body#home ul#nav li.home a { background-position: 0px -70px; cursor: default; }
body#features ul#nav li.features a { background-position: -65px -70px; cursor: default; }
body#download ul#nav li.download a { background-position: -172px -70px; cursor: default; }
body#online ul#nav li.online a { background-position: -279px -70px; cursor: default; }
body#purchase ul#nav li.purchase a { background-position: -386px -70px; cursor: default; }
body#forum ul#nav li.forum a { background-position: -493px -70px; cursor: default; }

ul#nav li.notab a { color: #fff; float: right; margin: 0 0 0 18px; background-image:url(shell/nav-pointer.png); background-repeat: no-repeat; background-position: -99px; text-decoration: none;}
ul#nav li.notab a:hover { color: #0280d2; }


/* --- Sub nav link properties
-----------------------------------------------------------------------------  */

div#sub-nav { margin-top:5px; border-bottom:solid 1px #CCC; float:left; }
div#sub-nav ul { height: 36px; line-height: 36px; list-style: none; margin: 0; padding: 0; float:left; }
div#sub-nav li { display: inline; }
div#sub-nav li a { color: #999; float: left; height: 36px; line-height: 36px; margin: 0 30px 0 0; text-decoration: none; }
div#sub-nav a:hover { color: #1969bc; }
div#sub-nav li.active a { color:#000; font-weight:bold; }

div.sub-nav-override { margin-left:auto; margin-right:auto; width:950px !important; height:36px; float:none !important; }

/* --- Sets the position of pointer under a sub nav link when it is active
-----------------------------------------------------------------------------  */
body#resources ul#nav li.endlink a,
body#news ul#nav li.news a,
ul#nav li.nav-pointer a { background-image: url(shell/nav-pointer.png); background-position: 50% 100% !important; }













/* --------------------------------------------------------------

	GET STARTED

-------------------------------------------------------------- */

hr.clear-bar {
	border:solid 2px #FFF;float:left;
}

div#get-started {
	height:100px;
        padding-top:10px;
	margin-top:20px;
	clear:both;
}

div#get-started h2 {
	font-size:20px;
	line-height:100px;
	margin:0;
}

div#get-started h3 {
	font-size:1.8em;
	font-weight:normal;
	color:#8c8c8c;
	margin:0;
}

div.get-started-column {
	border-left:solid 1px #CCC;
	height:100px;
	float:left;
	width:175px;
	height:100px;
	padding:5px 10px 10px 75px;
}

div#get-started .try-now {
	background:url(images/icons/next-steps-download-grey.png) no-repeat 5px 0px;
}

div#get-started .contact-us {
	background:url(images/icons/next-steps-contact-grey.png) no-repeat 5px 0px;
}

div#get-started .chat-live {
	background:url(images/icons/next-steps-chat-grey.png) no-repeat 5px 0px;
}

div#get-started .try-now:hover {
	background:url(images/icons/next-steps-download.png) no-repeat 5px 0px;
}

div#get-started .contact-us:hover {
	background:url(images/icons/next-steps-contact.png) no-repeat 5px 0px;
}

div#get-started .chat-live:hover {
	background:url(images/icons/next-steps-chat.png) no-repeat 5px 0px;
}


/* --------------------------------------------------------------

	SIDE PANEL

-------------------------------------------------------------- */

div.side-panel {
	margin: 0 0 18px;
	font-size: 11px;
	float:right;
	width:310px;
	position:relative;
	top:-20px;
}

div.side-panel img {
	margin: 0;
}

div.side-panel h4 img {
	margin:0 9px 0 0;
	position:relative;
	top:-3px;
	vertical-align:middle;
}

div.side-panel ul {
	margin: 0 0 18px 18px;
	padding: 0;
}

div.side-panel li {
	height: 30px;
	line-height: 30px;
	list-style: none;
}

div.side-panel.list-override li {
	height:30px;
	line-height:12px;
	list-style: square;
}

div.side-panel li img {
	margin: 0 9px 0 0;
	position: relative;
	top: 5px;
	vertical-align: baseline;
}

div#next-steps-large-container {
	width:370px;
	height:100px;
	float:left;
	text-align:center;
}

div.grey-rounded-box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#E0E0E0;
	float:right;
}

div.grey-rounded-content {
	margin:20px 20px 50px 20px;
}



/* --------------------------------------------------------------

	FEATURE LIST

-------------------------------------------------------------- */
div.feature-list {
	float:left;
	width:390px;
	height:auto;
	margin-left:-50px;
	background-image:url(shell/feature-menu-bkgd.png);
	background-repeat:no-repeat;
}

div.feature-list h4 {
	margin:20px 0 10px 77px;
	font-size:18px;
}

div.feature-list ul {
	list-style:none;
	margin-left:60px;
	width:300px;
	height:auto;
}

div.feature-list li {
	height:28px;
	line-height:28px;
	padding:6px 0 6px 18px;
	border-top:solid 1px #EFEFEF;
}


div.feature-list li a {
	background:transparent url(images/icons/features-grey-circle-pointer.png) no-repeat scroll 95% 4px;
	color:#8C8C8C;
	display:block;
	line-height:28px;
	height:28px;
	position:relative;
	text-decoration:none;

}

div.feature-list li a:hover, feature-list:hover li a:hover {
	background:transparent url(images/icons/features-blue-circle-pointer.png) no-repeat scroll 95% 4px;
	color:#0088CC;
}



/* --------------------------------------------------------------

	FEATURE LIST2

-------------------------------------------------------------- */
div.feature-list2 {
	float:left;
	width:390px;
	height:auto;
	margin-left:-50px;
	background-image:url(shell/feature-menu-bkgd.png);
	background-repeat:no-repeat;
}

div.feature-list2 h4 {
	margin:20px 0 10px 77px;
	font-size:18px;
}

div.feature-list2 ul {
	list-style:none;
	margin-left:60px;
	width:300px;
	height:auto;
}

div.feature-list2 li {
	height:28px;
	line-height:28px;
	padding:6px 0 6px 18px;
	border-top:solid 1px #EFEFEF;
}


div.feature-list2 li {
	color:#8C8C8C;
	display:block;
	line-height:28px;
	height:28px;
	position:relative;
	text-decoration:none;

}

div.feature-list2 li a:hover, feature-list:hover li a:hover {
	color:#0088CC;
}






/* --------------------------------------------------------------

	CLIENTS BOX

-------------------------------------------------------------- */


div#middle-category-box{
	margin:10px 30px 10px 10px;
	padding-top:25px;
	padding-bottom:0px;
	text-align:left;
}



/* --------------------------------------------------------------

	Right justified links

-------------------------------------------------------------- */

.right-link{
	text-align:right;
}



/* --------------------------------------------------------------

	Right justified links

-------------------------------------------------------------- */

#tborder{
	padding:5px;
}
#tborder td{
	border-bottom:solid 1px #EFEFEF;
	padding:5px;
	vertical-align:middle;
}
#tborder .noborder{
	border-bottom: 0px;
}

.bottomborder{
	border-bottom:solid 1px #EFEFEF;
	padding:5px;
	vertical-align:middle;
}
.survey{
	padding:0px;
	margin:0px;
}
.survey p{
	padding:0px;
	margin:0px;
}
.survey chk{
	width:200px;
}

#videolink {
	background:url(images/playvideo.jpg) no-repeat 5px 5px;
	padding-left: 70px;
}

