/* CSS resets and style defaults
----------------------------------------------- */
BODY {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #efefef;
}

H1, H2, H3, H4, H5, H6, H7, UL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	font-style: normal;
}

TABLE {
	font-size: inherit;
	font: 100%;
}

UL {
	list-style-type: none;
}

IMG {
	border: 0;
}

P {
	margin: 1em 0;
}
SUP {
	font-size: 60%;
}
A {
	outline: none;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

/* Layout
----------------------------------------------- */
DIV#wrapper {

}
DIV#layout {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	background-color: #fff;
}

DIV#content {
	font-size: 13px;
	position: relative;
	min-height: 360px;
  	height:auto !important;
  	height:360px;
}

BODY#home #content {
	min-height: 490px;
  	height:auto !important;
  	height:490px;
}

BODY.interior DIV#content {
	background: url('/images/public/SPwatermark.gif') no-repeat 650px 105px;
	padding: 95px 60px 30px 75px;
}

/* Header
----------------------------------------------- */
DIV#header {
	height: 126px;
	background: url('/images/public/header-bg.gif') repeat-x;
}

A#logo {
	padding: 15px 0 0 30px;
	display: block;
}

/* Main menu */
UL#main-menu {
	position: absolute;
	left: 120px;
	top: 94px;
}
UL#main-menu LI {
	float: left;
	position: relative;
}
UL#main-menu LI.tab {
	height:23px;
	width: 150px;
	background: url('/images/public/tab.png') no-repeat;
}
UL#main-menu LI.tab A {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 11px; 
	height:23px;
	width: 140px;
	line-height: 23px;
	text-align: center;
}
UL#main-menu LI.tab A:hover {
	text-decoration: none;
	color: #fff;
}
UL#main-menu LI.current {
	height:23px;
	width: 150px;
	background: url('/images/public/tab.png') 0px -26px no-repeat;
}
UL#main-menu LI.current A {
	color: #fff;
}
LI#btnLearn {
	z-index: 4;
}
LI#btnFAQ {
	left: -25px;
	z-index: 3;
}
LI#btnAbout {
	left: -50px;
	z-index: 2;
}
LI#btnBlog {
	left: -75px;
	z-index: 1;
}

/* Util menu (header) */
UL#util-menu {
	position: absolute;
	right: 30px;
	top: 96px;
}
UL#util-menu LI {
	float: left;
}
UL#util-menu LI A {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
UL#util-menu LI A:hover {
	text-decoration: underline;
}
LI#btnLogin A {
	border-right: solid #000 2px;
	padding-right: 8px;
}
LI#btnHome A {
	padding-left: 8px;
}

/* Footer
----------------------------------------------- */
DIV#footer {
	background: #000;
	height: 40px;
	position: relative;
	color: #fff;
	font-weight: bold;
}
/* Footer menu */
UL#footer-menu {
	position: absolute;
	top: 5px;
	left: 30px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
UL#footer-menu LI {
	float: left;
	padding: 0 8px;
	border-right: solid #fff 1px;
}
UL#footer-menu LI.first {
	padding-left: 0;
}
UL#footer-menu LI.last {
	border: none;
}
UL#footer-menu LI A {
	color: #999;
	text-decoration: none;
}
UL#footer-menu LI A:hover, UL#footer-menu LI A:active {
	color: #fff;
}
P.copyright {
	margin: 0;
	font-size: 7px;
	_font-size: 9px;
	position: absolute;
	top: 5px;
	right: 30px;
}

/* Homepage
----------------------------------------------- */
DIV#home-feature {
	clear: both;
	overflow: hidden;
	position: relative;
	left: 65px;
	top: 30px;
	width: 844px;
	height: 277px;
}
DIV#feature-frame {
	position:absolute;
	background: url('/images/public/feature-frame.png') no-repeat;
	width: 844px;
	height: 277px;
	z-index: 10;
}
DIV.scrollable {
    position:relative; 
    overflow:hidden;
    left: 20px;
    top: 10px; 
    width: 790px; 
    height:250px;
    background: url('/images/public/SPwatermark-sm.gif') no-repeat 650px 90px;
}
DIV.scrollable DIV.items { 
    /* this cannot be too large */ 
    width:20000em;
    position:absolute; 
} 
DIV.scrollable DIV.items DIV.pane { 
    float:left;
    width: 790px;
    position: relative;
} 
DIV.items DIV.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
.player, IMG#network-light {
	display:block;
	width:400px;
	height:240px;
	float: left;
}
A#player1 {
	background: url('/images/public/gears.jpg');
}
A#player2 {
	background: url('/images/public/dots.jpg');
}
A#player3 {
	background: url('/images/public/focus.jpg');
}
.feature-text {
	display:block;
	width:330px;
	height:330px;
	padding: 25px 30px 0 0;
	float: right;
}
.feature-text P {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ec7b23;
}
DIV.home-txt {
	position: absolute;
	top: 300px;
	left: 80px;
}
P.profile {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	width: 500px;
	color: #929598;
}
DIV.spotlight {
	border-top: 5px solid #929598;
	padding-left: 28px;
	margin-right: 10px;
	background: url('/images/public/arrow-down.gif') no-repeat 4px 6px;
}
DIV.spotlight H2 {
	font-weight: bold;
	font-size: 17px;
	color: #666;
	text-transform: lowercase;
	color: #71b643;
}
DIV.spotlight H2 A {
	color: #71b643;
}
DIV.spotlight P {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 0px;
}

/* position and dimensions of the navigator */ 
.navi {
	position: absolute;
	right: 26px;
	_right: 20px;
	top: 150px;
    width:10px; 
    height:100px;
    z-index: 20;
} 
/* items inside navigator */ 
.navi a { 
    width:10px; 
    height:10px; 
    float:left; 
    display:block; 
    font-size:1px;
    background-color: white;
    margin: 2px;
} 
 
/* mouseover state */ 
.navi a:hover { 
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-color: #ec7b23;      
}
#controls {
	position: absolute;
	right: 24px;
	top: 208px;
	z-index:25;
}
A#pausebtn {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url('/images/public/btn-pause.png');
}
#controls A.paused {
	background-image: url('/images/public/btn-play.png');
}
.spotlight {
	width: 180px;
	float: left;
}
A#btnFreeTrial {
	display: block;
	text-indent: -9000px;
	width: 167px;
	height: 58px;
	background: url('/images/public/btn-free-trial.png') no-repeat;
}
A#btnFreeTrial:hover {
	background-position: 0 -60px;
}
BODY#home A#btnFreeTrial {
	position: absolute;
	right: 30px;
	bottom: 80px;
}
BODY.interior A#btnFreeTrial {
	position: absolute;
	right: 30px;
	top: 25px;
}
P#freeTrialText {
	position: absolute;

}
BODY#home P#freeTrialText {
	font-size: 12px;
	width: 167px;
	right: 30px;
	bottom: 15px;	
}
BODY.interior P#freeTrialText {
	font-size: 10px;
	width: 180px;
	right: 10px;
	top: 73px;
}
BODY#home IMG#txt-optimize {
	position: absolute;
	right: 70px;
	bottom: 170px;
	_bottom: 165px;
} 

/* Content
----------------------------------------------- */
BODY.interior IMG#txt-optimize {
	position: absolute;
	right: 30px;
	bottom: 8px;
}

.clear {
    overflow: hidden;
    width: 100%;
}

A.round-btn {
	background: url('/images/public/btn.gif') no-repeat top right;
	display:block;
	float: left !important;
	height: 33px;
	padding-right: 25px;
	padding-right: 25px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: lowercase;
	cursor: pointer;
}
A.round-btn SPAN {
	display: block;
	height: 45px;
	line-height: 23px;
	background: url('/images/public/btn.gif') no-repeat top left;
	padding-left: 15px;
	cursor: pointer;
}
.pdf-icon {
	margin-top: 4px;
	_display: none;
}
.spotlight H2 A .pdf-icon {
	margin-bottom: -2px;
}
A.round-btn:hover {
    background-position: right -47px;
}
A.round-btn:hover span {
	color: #fff;
    background-position: left -47px;
} 

.IEbtnfix {
	width: 180px;
}
.IEbtnfix #summary-btn {
	width: 220px;
}
id="summary-btn" 

BODY.interior H1 {
	font-size: 15px;
	color: #000;
	margin-bottom: 1em;
}
BODY#faq H1 {
	font-size: 13px;
	color: #636466;
}

.imgtxt {
	text-indent: -9999px;
	display: block;
}
P.imgtxt {
	position: absolute;
}
H2#txt-solutions {
	background: url('/images/public/txt-solutions.gif') no-repeat;
	width: 222px;
	height: 69px;
}
H2#txt-multifacted {
	background: url('/images/public/txt-multifaceted.gif') no-repeat;
	width: 261px;
	height: 68px;
}
H2#txt-work {
	background: url('/images/public/txt-work.gif') no-repeat;
	width: 263px;
	height: 75px;
}
H2#txt-focus {
	background: url('/images/public/txt-focus.gif') no-repeat;
	width: 308px;
	height: 86px;
}
P#txt-complex {
	width: 523px;
	height: 41px;
	background: url('/images/public/txt-complex.gif') no-repeat;
	top: 15px;
	left: 27px;
}
P#txt-nextgen {
	width: 241px;
	height: 60px;
	background: url('/images/public/txt-nextgen.gif') no-repeat;
	top: 15px;
	left: 35px;
}
P#txt-connect {
	width: 215px;
	height: 59px;
	background: url('/images/public/txt-connect.gif') no-repeat;
	top: 15px;
	left: 35px;
}
DT {
	font-weight: bold;
}
DD {
	margin-bottom: 1em;
}
DD SPAN {
	font-weight: bold;
}
DL.faq UL LI {
	list-style-type: disc;
	margin-left: 1em;
}

DIV#page_navigation {
	border-top: solid grey 1px;
	padding-top: 1em;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
DIV#page_navigation A.page_link {
	color: #000;
	padding: 0 5px;
	border-right: solid #4abc30 1px;
	text-decoration: none;
}
DIV#page_navigation A.active_page {
	color: #999;
}
DIV#page_navigation A.last {
	border: none;
}
DIV.col-left, DIV.col-right {
	width: 350px;
	float: left;
}
DIV.col-left {
	padding-right: 30px;
	border-right: solid #999 1px;
}
DIV.col-right {
	padding-left: 30px;
	width: 400px;
}
UL.squareBull LI {
	list-style-type: square;
	margin: 0 0 1em 1em;
}
.greenbold {
	font-size: 13px;
	font-weight: bold;
	color: #4abc30;
}
.orangebold {
	font-size: 11px;
	font-weight: bold;
	color: #de791c;
	text-decoration: none;
}
#download-links {
	position: absolute;
	margin-top: 250px;
	margin-left: -45px;
}
.downloadable {
	width: 210px;
	float: left;
	margin-right: 16px;
	_margin-right: 6px;
}
#ebookDL {
	width: 200px;
}
#presentationDL {
	width: 200px;
}
.downloadable P {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #636466;
	display: block;
	margin: 0;
	padding: 22px 0 0 15px;
	_padding-top: 0;
	height: 60px;
}
#learn-panels {
	position: absolute;
	top: 115px;
	left: 30px;
	_width: 870px;
}

#learn-panels .panel {
	float: left;
	width: 180px;
	margin-right: 35px;
	_margin-right: 5px;
	text-transform: uppercase;
}
#learn-panels .panel H2 {
	text-indent: -9999px;
	width: 207px;
	height: 157px;
}
#learn-panels .panel P {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #636466;
	padding: 0 10px 0 15px;
	margin: 0;
}
DIV#capture H2 {
	background: url('/images/public/capture.png') no-repeat top;
}
DIV#maintain H2 {
	background: url('/images/public/maintain.png') no-repeat top;
}
DIV#connect H2 {
	background: url('/images/public/connect.png') no-repeat top;
}
DIV#leverage H2 {
	background: url('/images/public/leverage.png') no-repeat top;
}
DIV#capture-screen {
	background: url('/images/public/capture-screen.png') no-repeat;	
}
DIV#maintain-screen {
	background: url('/images/public/maintain-screen.png') no-repeat;	
}
DIV#connect-screen {
	background: url('/images/public/connect-screen.png') no-repeat;	
}
DIV#leverage-screen {
	background: url('/images/public/leverage-screen.png') no-repeat;	
}
.overlay {
	display:none;
}
/* the overlayed element */
.learn_overlay {
	position: relative;
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	width:713px;
	height:473px;
	margin: auto;
}
#maintain-screen, #capture-screen {
}
.learn_overlay .next, .learn_overlay .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    bottom: 12px;
    display: none;
    height: 28px;
    width: 29px;
} 
.learn_overlay .next { 
	right:12px;
	background: url('/images/public/next.png');
}
.learn_overlay .prev { 
	left:12px;
	background: url('/images/public/prev.png');
} 
.trigger DIV {
	background: rgba(255,255,255,0);
}
 
/* progress indicator (animated gif). should be initially hidden */ 
.learn_overlay .progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 

/* close button positioned on upper right corner */
.overlay .close, .learn_overlay .close {
	background-image:url('/images/public/close.png');
	position:absolute;
	right:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#trial-overlay, #contact-overlay {
	position: relative;
	z-index: 10000;
    color:#efefef; 
    width: 760px;
}
#trial-overlay {
	background:url('/images/public/bg-free-trial.png') no-repeat;
}
#contact-overlay {
	background:url('/images/public/bg-contact.png') no-repeat;
}
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    width:760px;
    overflow: hide;
}
#contact-form-wrapper {
	padding: 35px 40px 10px 40px;
	height: 364px;
}
#free-trial-form-wrapper {
	padding: 30px 30px 0px 65px;
	height: 300px;
}
#free-trial-form P {
	width: 655px;
}

.modal-content {
	color: #000;
}
.modal-content .column {
	width:330px;
	float: left;
}
.modal-content FORM {
	font-size: 11px;
	font-weight: bold;
}
.modal-content FORM LABEL {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	padding-right: 8px;
	text-align: right;
	text-transform: uppercase;

}
.modal-content FORM INPUT, .modal-content FORM SELECT, .modal-content FORM TEXTAREA {
	display: block;
	border: solid #919598 2px;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
} 
.modal-content FORM TEXTAREA {
	width: 530px;
	height: 60px;
}
.modal-content FORM .textfield {
	width: 200px;
	margin-bottom: 5px;
	float: left;
}
.modal-content FORM .checkbox {
	margin-right: 10px;
	margin-left: 0;
	margin-top: -1px;
	float: left;
	vertical-align: middle;
} 
.modal-content FORM .submit {
	position: absolute;
	right: 100px;
	bottom: 50px;
	border: 0;
}
body:nth-of-type(1) .modal-content FORM .submit { /* hack to adjust position of button in Chrome */
   bottom: 40px;
}
.contact-info {
	margin-left: 110px;
	margin-top: .5em;
}
DIV.tooltip { 
    display:none; 
    background:transparent url('/images/public/black_arrow.png'); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
DIV.trigger {
	display: block;
	position: absolute;
	height: 29px;
	width: 29px;
	border: 0;
}
DIV.highlight,DIV.highlight-glow {
	display: block;
	height: 29px;
	width: 29px;
}
DIV.highlight {
	background:transparent url('/images/public/highlight.png');
}
DIV.highlight-glow {
	background:transparent url('/images/public/highlight-glow.png'); 
}
#capture1 {
	top: 65px;
	left: 80px;
}
#capture2 {
	top: 65px;
	left: 430px;
}
#capture3 {
	top: 308px;
	left: 73px;
}
#maintain1 {
	top: 120px;
	left: 640px;
}
#maintain2 {
	top: 175px;
	left: 570px;
}
#maintain3 {
	top: 310px;
	left: 615px;
}
#maintain4 {
	top: 376px;
	left: 80px;
}
#connect1 {
	top: 86px;
	left: 355px;
}
#connect2 {
	top: 86px;
	left: 405px;
}
#connect3 {
	top: 86px;
	left: 455px;
}
#connect4 {
	top: 360px;
	left: 550px;
}
#leverage1 {
	top: 230px;
	left: 114px;
}
#leverage2 {
	top: 90px;
	left: 430px;
}
#leverage3 {
	top: 115px;
	left: 600px;
}
DIV.agreementformError {
	top: 343px !important;
} 
DIV.agreementformError .formErrorContent {
	width: 140px !important;
} 