@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------------- 
  
	MASTHEAD DESIGN CSS
   
-------------------------------------------------------------- */
body {
	background-color:#FFF;
	margin: 0;
}

div#masthead {
	height: 125px;
	width: 1095px;
	position: relative;
	background: #fff url(../images/shell/masthead-bkgd.png) repeat-x 0 0;
}

div#masthead div.col {
	height: 90px;
}

a#logo {
	background: url(../images/shell/logo.png) no-repeat;
	display: block;
	height: 55px;
	position: relative;
	text-indent: -9999px;
	top: 20px;
	width: 200px;
	margin-left:80px;
}
/* -------------------------------------------------------------- 
  
	LOGIN AND SEARCH CSS
   
-------------------------------------------------------------- */

/* div#search-container {
	height: 36px;
	position: absolute;
	right: 0;		
	top: 0;
	width: 356px;
}

div#site-search {
	background: url(/images/shell/search-bkgd.png) no-repeat 0 0;
	float: right;
	height: 27px;
	padding: 9px 9px 0px 9px;
	width: 193px;
}

div#site-search input {
	background: #aaa url(/images/shell/search-bkgd-off.png) no-repeat 3px;
	border: 1px solid #666;
	font-size: 11px;
	height: 14px;
	padding: 2px 2px 2px 24px;
	width: 164px;
}

div#site-search input:hover,
div#site-search input:focus {
	background: #fff url(/images/shell/search-bkgd-on.png) no-repeat 3px;
	border: 1px solid #ddd;
} */

a#login {
	background: url(../images/shell/login-button.png) no-repeat 0 0;
	cursor: hand;
	cursor: pointer;
	height: 95px;
	position: absolute;
	margin-right:50px;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 137px;
	z-index: 999;
}

div.phone {
	font-size:18px; 	
	float:right; 
	font-weight:normal; 
	margin:-10px 70px 0 0px; 
	color:#BBB;
	line-height:35px; 
	width:350px; 
	height:30px; text-align:right;
	clear:both;
	}

/* -------------------------------------------------------------- 
  
	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(../images/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.partners a { background-position: -66px 0; width: 117px; }
ul#nav li.product a { background-position: -186px 0; width: 103px; }
ul#nav li.about a { background-position: -292px 0; width: 103px; }
ul#nav li.al_and_andy a { background-position: -366px 0; width: 107px; }
ul#nav li.download a { background-position: -506px 0; width: 123px; }

/* --- 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.partners a:hover { background-position: -66px -35px; }
ul#nav li.product a:hover { background-position: -186px -35px; }
ul#nav li.about a:hover { background-position: -292px -35px; }
ul#nav li.al_and_andy a:hover { background-position: -366px -35px; }
ul#nav li.download a:hover { background-position: -506px -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#partners ul#nav li.partners a { background-position: -66px -70px; cursor: default; }
body#product ul#nav li.product a { background-position: -186px -70px; cursor: default; }
body#about ul#nav li.about a { background-position: -292px -70px; cursor: default; }
body#al_and_andy ul#nav li.al_and_andy a { background-position: -366px -70px; cursor: default; }
body#download ul#nav li.download a { background-position: -506px -70px; cursor: default; }

ul#nav li.notab a { color: #fff; float: right; margin: 0 0 0 18px; background-image:url(../images/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:right; }
div#sub-nav li { display: inline; }
div#sub-nav li a { color: #999; float: right; height: 36px; line-height: 36px; margin: 0 0 0 28px; 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(../images/shell/nav-pointer.png); background-position: 50% 100% !important; }

/* -------------------------------------------------------------- 
  
	SIDE REQUEST CONSULTATION BUTTON
   
-------------------------------------------------------------- */

a#request-bar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/buttons/request-consultation-side.png) repeat scroll 0 0;
display:block;
height:200px;
left:0;
margin-top:-85px;
position:fixed;
text-indent:-9999px;
top:50%;
width:39px;
float:left;
}




/* -------------------------------------------------------------- 
  
	MAIN HEADLINE CSS
   
-------------------------------------------------------------- */

div#main-headline {
	margin-bottom: 0px;
	padding: 40px 0 0 0;
	float:left;
	clear:left;
}

div#main-headline h1 {
	margin: 0 0 -23px 9px;
	text-indent: -9999px;
}

div#main-headline-home {
	margin-bottom: 18px;
	padding: 0;
	position: relative;
}

div#main-headline-home h1 {
	margin: 0 0 -23px 9px;
	text-indent: -9999px;
}


div.generic div#main-headline h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 6px;
	text-transform: uppercase;
	text-indent: 0;
}


/* -------------------------------------------------------------- 
  
	MAIN HEADLINE CSS
   
-------------------------------------------------------------- */

div#content-wrapper {
	width:1095px;
	margin: 0 auto;
}

/* -------------------------------------------------------------- 
  
	FOOTER CSS
   
-------------------------------------------------------------- */
div.footer-panel {
	margin: 35px 0 18px;
	font-size: 11px;
}

div.footer-panel img {
	margin: 0;
}

div.footer-panel h4 {
	color:#333;
}

div.footer-panel h4 img {
	margin:0 9px 0 0;
	position:relative;
	top:-3px;
	vertical-align:middle;
}

div.footer-panel h3 {
	margin:0 10px;
	line-height: 30px;
	color:#666;
}

div.footer-panel ul {
	margin: 0 0 18px 10px;
	padding: 0;
}

div.footer-panel li {
	height: 30px;
	line-height: 20px;
	list-style: none;
}

div.footer-panel li a {
	color:#999;
}

div.footer-panel li img {
	margin: 0 9px 0 0;
	position: relative;
	top: 5px;
	vertical-align: baseline;
}

div.back-top {
	padding:0 ;
	text-align: center;
}

div.back-top a {
	background: url(../images/buttons/back-top.png) no-repeat 0 1px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 0 15px;
	text-decoration: none;
}

div.back-top a:hover {
	color: #000;
}

span.copyright a {
	margin:0 3px 0 3px;
}

div.share-links {
	float:right;
	height:auto;
	width:100%;
}

div.share-links span {
	float:left;
}

div.share-links a {
	float:right;
	margin:1px;
}

.visit-us-links { 
	height:auto;
	width:100%;
	float:right;
}

.visit-us-links span, .visit-us-links a {
	float:right;
	line-height:40px;
	margin:3px;
}


/* -------------------------------------------------------------- 
  
	THUMBNAIL IMAGES
   
-------------------------------------------------------------- */
ul.image-thumbnails {
	display: block;
	margin: 0 0 36px;
	padding: 0;
}

ul.image-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 18px 0 0;
}

ul.image-thumbnails li img {
	border: 1px solid #ccc;
	margin: 0;
}

.thumb-image-left
{float: left; margin: 0 9px 9px 0;}

.thumb-image-right
{float: right; margin: 0 9px 9px 0;}

/* -------------------------------------------------------------- 
  
	WEBFORM
   
-------------------------------------------------------------- */

div.webform h5 {
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	font-weight: bold;
	margin: 9px 0 3px;
}

div.webform h5.first {
	margin: 0 0 3px;
}

div.webform label {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

div.webform label span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

div.webform div.item {
	line-height: 24px;
	padding: 0 0 21px 0;
}

body#support-request .webform textarea {
	height: 300px;
	width: 440px;
}

input#FileAttachment {
	border: 0;
	width: auto;
}

input.cat_textbox,
input.cat_dropdown_smaller,
textarea.cat_listbox,
input#CLFullName,
input#CLEmailAddress {
	border: 1px solid #ccc;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #666;
}

input[type="radio"], input[type="checkbox"] {
	border: solid 1px #ccc !important;
}

input[type="submit"], input[type="image"] {
	border: none;
}
/* -------------------------------------------------------------- 
  
	SIDE PANEL
   
-------------------------------------------------------------- */

div.side-panel {
	margin: 0 0 18px;
	float:right;
	width:310px;
	position:relative;
	top:-90px;
}

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 {
	line-height: 30px;
	height: 30px;
	margin-bottom:10px;
	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;
}


/* ---------  LANDING PAGE SIDE PANEL ---------------------------- */

div.side-panel-landing {
	margin-top:20px;
	width:270px;
	float:right;
}


div.side-panel-landing form {
	margin-left:20px;
}

div.side-panel-landing h4 {
	height:80px;
	width:269px;
	text-align:left;
	text-indent: -9999px;
}

div.side-panel-landing h2 {
	text-align:left;
	margin-left:18px;
}


/* -------------------------------------------------------------- 
  
	FEATURE LIST
   
-------------------------------------------------------------- */
div.feature-list {
	float:left;
	width:420px;
	height:auto;
	margin-left:-60px;
	background-image:url(/images/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% 8px;
	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% 8px;
	color:#0088CC;
}

/* -------------------------------------------------------------- 
  
	NEXT STEPS LARGE
   
-------------------------------------------------------------- */

div#next-steps-large-container div.next-step-large {
	width:70px;
	height:100px;
	text-align:center;
	display:inline-block;
	float:left;
}

div#next-steps-large-container div.next-step-large div.title {
	text-align:center;
	font:normal 8px Arial, Helvetica, sans-serif;
}

div.next-step-large a {
	text-decoration:none;
	color:#333333;
}

div.next-step-large a:hover {
	color:#0280d2;
}


/* -------------------------------------------------------------- 
  
	GET STARTED
   
-------------------------------------------------------------- */

hr.clear-bar {
	border:solid 2px #FFF;float:left;
}

div#get-started {
	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;
}


/* -------------------------------------------------------------- 
  
	GET STARTED PARTNER
   
-------------------------------------------------------------- */

div#get-started-partner {
	clear:both;
}

div#get-started h2 {
	font-size:20px;
	line-height:100px;
	margin:0;
}

div#get-started-partner h3 {
	font-size:1.2em;
	font-weight:bold;
	color:##0079B2;
	margin:0;
}

div.get-started-column-partner {
	float:left;
	width:175px;
	height:75px;
	padding:5px 10px 10px 75px;
}

div#get-started-partner .consult {
	background:url(/images/icons/next-steps-consult-grey.png) no-repeat 5px 0px;
}

div#get-started-partner .consult:hover {
	background:url(/images/icons/next-steps-consult.png) no-repeat 5px 0px;
}

div#get-started-partner .try-now {
	background:url(/images/icons/next-steps-download-grey.png) no-repeat 5px 0px;
}

div#get-started-partner .try-now:hover {
	background:url(/images/icons/next-steps-download.png) no-repeat 5px 0px;
}

div#get-started-partner .resources {
	background:url(/images/icons/next-steps-resources-grey.png) no-repeat 5px 0px;
}

div#get-started-partner .resources:hover {
	background:url(/images/icons/next-steps-resources.png) no-repeat 5px 0px;
}

div#get-started-partner .training {
	background:url(/images/icons/next-steps-training-grey.png) no-repeat 5px 0px;
}

div#get-started-partner .training:hover {
	background:url(/images/icons/next-steps-training.png) no-repeat 5px 0px;
}


/* -------------------------------------------------------------- 
  
	BROWSE RESOURCES
   
-------------------------------------------------------------- */

div#browse-resources {
	clear:both;
}

div#browse-resources h2 {
	font-size:20px;
	line-height:100px;
	margin:0;
}

div#browse-resources h3 {
	font-size:1.2em;
	font-weight:bold;
	color:##0079B2;
	margin:0;
}

div.browse-resources-column {
	float:left;
	width:120px;
	height:30px;
	padding:5px 10px 10px 35px;
}

div#browse-resources .blue-check {
	background:url(/images/icons/blue-check.gif) no-repeat 2px 0;
}




/* -------------------------------------------------------------- 
  
	VIDEO
   
-------------------------------------------------------------- */
div#video-container {
	background-color:#000;
}

div#video-container2 {
	background-color:#000;
}

div.video-queue {
	width:100%; 
	height:60px;
	background:#eee url(/images/icons/video-player.png) left no-repeat; 
	margin-top:5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.video-queue-info {
	float:right;
	width:275px;
	height:60px;
	text-align:left;
}

div.video-queue-info h4 {
	margin:5px 10px 7px 0;
	background: url(/images/buttons/play-button-blue.png) right no-repeat;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}


