@charset "UTF-8";
html,body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background:#e3e3e3;
	color:#3e3e3e;
	padding:0;
	margin:0;
	
}

#site-header-frame{
		background:#4f84ab url(../images/header-bg.jpg) no-repeat center top;
		height:84px;
		width:100%;
		padding:0;
		margin:0;
		position:relative;
		min-width:960px;
	}
#site-header{
		width:960px;
		height:84px;
		margin:0 auto;
		
	}
	
#document-hosting-logo{
		width:342px;
		height:56px;
		position:absolute;
		background:url(../images/document-hosting-logo.png) no-repeat left top;
		margin:16px 0 0 10px;
		display:inline;
	}
* html #document-hosting-logo{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/document-hosting-logo.png", sizingMethod="crop");}

#document-hosting-logo a{
		display:block;
		width:342px;
		height:56px;
		text-indent:-9999px;
	}


#mini-nav{
		font-size:11px;
		width:550px;
		height:20px;
		float:right;
		margin:11px 11px 0 0;
		color:#ffffff;
		text-align:right;
	}
#mini-nav a{
		color:#ffffff;
	}
#mini-nav a:hover{
		text-decoration:none;
	}
#mini-nav .call-us{
		background:url(../images/icons/contact.png) no-repeat left top;
		padding-left:20px;
	}
#mini-nav .email-link{
		margin:0 0 0 4px;
		background:url(../images/icons/email.png) no-repeat left top;
		padding-left:22px;
	}
#top-nav{
		float:right;
		clear:both;	
		width:600px;
	}
#top-nav ul{
		float:right;
		padding:0;
		margin:1px 0 0 0;
		z-index:2;
	}
#top-nav ul li{
		list-style:none;
		display:inline;
		float:left;
		position:relative;


	}
#top-nav ul li a{
		float:left;
		display:block;
		margin-top:9px;
		padding:9px 20px 18px;
		/* padding:8px 20px 28px 20px;
		margin:0 0 0 0; */
		font-size:12px;
		text-transform:uppercase;
		text-decoration:none;
		color:#ffffff;
		text-shadow: #3b6687 1px 1px 1px;
		
	}
#top-nav ul li.active a{
				background:#6f9ec1;
	}
#top-nav ul li a:hover, #top-nav ul li:hover a{
			background:#8bb6d8;
}



	/* Sub nav 01
	   -------------------------- */
#top-nav ul li ul{
		z-index:99;
		float:none;
		position:absolute;
		float:left;
		clear:both;
		top:98%;
		left:0;
			background:#8bb6d8;
		display:none;
	}
#top-nav ul li ul li{
			position:relative;
			float:left;
			display:block;
			margin:0;
			clear:both;
			background:#8bb6d8;
			width:100%;

		}
#top-nav ul li:hover ul{
	display:block;	
	z-index:999;
}
#top-nav ul li ul li a{
		background:#6f9ec1;
		padding:0;
		margin:0;
		text-transform:none;
		padding:3px 6px 5px 12px;
		border-bottom:1px dotted #6693b3;
		float:left;
		width:285%;
}
#top-nav ul li ul li a:hover{
		background:#79add4;
}

#site-wrap{
		background: url(../images/bg-top.jpg) no-repeat center top;
		width:960px;
		margin:0 auto;
		min-height:200px;
		height:100%;
	}
	
#content-frame{
		float:left;
		background:#ffffff;
		min-height:600px;
		width:940px;
		margin:20px 0 0 0; 
		border:1px solid #cccccc;
	}
	
	
#left-column-cell{
		float:left;
		width:326px;
	}

	
#left-nav {
		margin:20px 20px 0 20px;
	}
	
#left-column-cell h1, 
#left-column-cell h2{
		font-size:32px;
		font-family:"Helvetica Neue", Helvetica, "Arial Black", sans-serif;
		color:#626262;
		display:block;
		width:299px;
		height:50px;
		background:url(../images/h1-bg.jpg) no-repeat left top;
		padding:0;
		margin:0;
		padding:12px 0 0 20px;
	}
#left-column-cell h2{
		font-size:23px;
		height:36px;
		background:url(../images/side-menu-bg.jpg) no-repeat left bottom !important;
		padding:10px 0 0 20px;
	}
#left-nav ul,#left-nav ul li{
		padding:0;
		margin:0;
}
#left-nav ul {
			background:url(../images/side-menu-end-bg.jpg) no-repeat left bottom;
			padding-bottom:36px;
			width:319px;
	}
#left-nav ul li{
		list-style:none;
		margin:0;
		height:27px;
}

#left-nav ul li a{
	background: url(../images/menu-btn-bg2.gif) no-repeat left top;
	border:0 none;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#9a9a9a;
	font-family:"Helvetica Neue", Helvetica, "Arial Black", Gadget, sans-serif;
	padding:7px 0 0 14px;
	font-size:13px;
	width:305px;
	margin:0;
	height:20px;
		
}
/*
* html #left-nav ul li a{float:left; clear:both; height:43px;}
* html #left-nav ul li{ float:left; clear:both; height:43px;}*/

* html #left-column-cell { width:300px; overflow: hidden;}
 
#left-nav ul li a:hover, #left-nav ul li.active a{
		color:#626262;
		background:url(../images/menu-btn-bg2-over.gif) no-repeat left top;
}


#left-column-cell .actions{
		padding:0 20px 20px 20px;
		font-size:11px;
	}
.actions .contact-line{
		float:left;
		clear:both;
		margin:6px 0 2px 26px;
		padding:0 0 0 30px;
		width:100%;
	}
.actions .contact-options{
		float:left;
		clear:both;
		margin:12px 0 0 0;
	}
#left-column-cell .actions a{
		color:#626262;
		text-decoration:none;
	}

#left-column-cell .actions a:hover{
		text-decoration:underline;
	}
#left-column-cell .actions{
	}

#left-column-cell .actions h2{
			font-family:"Helvetica Neue", Helvetica, "Arial Black", Gadget, sans-serif ;
}
#left-column-cell .actions img{
		padding:10px;
	}

	
/* primary content area 
   -------------------- */

	

#primary-content-cell{
		margin:0 0 0 50px;
		float:left;
		width:520px;
		font-size:12px;
		line-height:1.6em;
		padding:20px 0 40px 0;
		
	}
* html #primary-content-cell{margin:0 0 0 20px;}
#primary-content-cell h2{
		font-family:"Helvetica Neue", Helvetica, "Arial Black", Gadget, sans-serif;
		padding:0;
		margin:0;	
		font-size:18px;
		
	}
#primary-content-cell h4{
		font-family:"Helvetica Neue", Helvetica, "Arial Black", Gadget, sans-serif;
		padding:0;
		margin:0;	
		font-size:12px;
		
	}
#primary-content-cell ul li,#primary-content-cell ol li{
	margin-bottom:1em;
	/*background:#fcfcfc none repeat scroll 0 0; */
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:1em;
	margin-left:-40px;
	padding:3px 3px 3px 16px;
	width:490px;
	
	background:url(../images/list-bg.gif) repeat-x left top;

	}
#primary-content-cell p {
		margin:1.4em 0 0 0;
	}
	
#primary-content-cell p.foot-note{
		border-left:10px solid #dddddd;
		font-style:italic;
		color:#9f9f9f;
		padding:0 0 0 12px;
	}

.featured-text-box{
	background-color:#f9f8f8;
	float:right;
	width:170px;
	padding:20px 20px 20px 30px;
	margin:10px;
}
.full-width{
		width:90%;
		clear:both;
		margin-bottom:20px;
	}
.quoted{
		background-image:url(../images/quoted-bg.png) ;
		background-position:left top;
		background-repeat:no-repeat;
	}
	
* html .quoted{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/quoted-bg.png", sizingMethod="crop");}

.large-text{
		font-size:17px;
	}
.medium-text{
		font-size:13px;
	}
.blue-text {
		color:#628dad;
	/*color:#6f9ec1;*/	}
.grey-text{
		color:#a1a1a1;
}

.blue-btn a{
		color:#ffffff !important;
		background:#4f84ab !important;
}
.blue-btn a:hover{
	color:#4f84ab  !important;
		background:#cccccc !important;
	}


/* Contact page
   ----------------- */
.info-cell{
		clear:left;
		margin:4px 0 8px 0;
		float:left;
	}
.info-line{
		float:left;
		clear:both;
		margin:10px 0 0 0;
	}   
.icon-phone{
		background:url(../images/icons/telephone.png) no-repeat left top;
		padding-left:24px;
	}
.icon-email{
		background:url(../images/icons/email.png) no-repeat left top;
		padding-left:24px;
	}
.icon-live-help{
		background:url(../images/icons/livehelp.png) no-repeat left top;
		padding-left:24px;
	}
.icon-personal-demo{
		background:url(../images/icons/personal-demo.png) no-repeat left top;
		padding-left:24px;
	}

/* Login Page
   ----------------- */
.line{
		float:left;
		clear:both;
		margin:10px 0 0 0;
	}
.line label{
		float:left;
		width:170px;
		font-size:14px;
		font-weight:bold;
		padding:2px;
	}
.text-input{
		float:left;
		font-size:17px;
		padding:6px;
	}
.login-link{
		float:left;
	}
.login-link a{
		background:#4f84ab;
		padding:4px 8px 4px 8px;
		color:#ffffff;
		text-decoration:none;
		font-size:13px;
		float:left;
		display:block;
	}
.login-link a:hover{
		background:#609ecc;
	}
/* Request more information form
   ------------------------------    */

.request-more-information-form input {
		padding:5px;
		color:#444;
	
}
.request-more-information-form fieldset{
		border:1px solid #efefef;
		 -moz-border-radius: 8px; border-radius: 8px; 
		padding:15px 30px 15px 30px;
		margin:8px 0 0 0;
		background:#fbfbfb;
	}
.request-more-information-form .form-line{
		clear:both;
		float:left;
		margin:4px 0 0 0;
		padding:3px 0 8px 0;
		border-bottom:1px solid #e9e8e8;
		width:90%;
	}
.request-more-information-form .last{
		border:0 none;
	}
.contact-information label, .detail-information label{
	width:140px;
	font-weight:bold;
	clear:left;
	float:left;
	padding:8px 0 0 0;
}
.contact-information input{
		padding:5px 10px 5px 10px;
		border:1px solid #ccc;

		font-size:1.5em;
		background: url(/images/form-input-background.gif) no-repeat left top;
-webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    -khtml-border-radius: 4px;  
    border-radius: 4px;  
}

#title, #state, #country{
	width:7em;
}


.detail-information label{
		width:200px;
		padding:0;
	}
.detail-information input, .detail-information select{
		border:1px solid #ccc;
	}
.current-solution{
		width:160px;
	}
.current-solution{
		padding:5px;
	}
	
	
.questions-comments-information label{
		font-weight:bold;
			float:left;
			clear:both;
			margin:0 0 10px 0;
}
.questions-comments-information textarea{
		padding:5px 10px 5px 10px;
		border:1px solid #ccc;
		font-family:Verdana, Geneva, sans-serif;
		font-size:1.5em;
		background: url(/images/form-input-background.gif) no-repeat left top;
		width:400px;
		height:200px;
-webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    -khtml-border-radius: 4px;  
    border-radius: 4px; 
}

/* page footer
   ----------------- */
   
#page-footer{
		font-size:9px;
		color:#666666;
		padding:0 24px 40px 4px;
		float:left;
		clear:both;
		width:100%;
	}
#copyright-tag{
		float:left;
		padding:10px 0 0 40px;
	}
#page-footer-nav{
		float:right;
		padding:10px 0 0 0;

	}
#page-footer-nav a{
		color:#666666;
		padding:0 4px 0 4px;
	}

/* content styles
   ----------------- */

.benefit { color:#5084ac; font-weight: bold; padding-top:15px; clear: right;}
.sales { background-color:#dfebf5; padding: 15px; }
.summary { background-color:#f8f8f8; padding: 15px; }
   
/* affiliate pages
   ----------------- */
   
  #btn-join { float:right; margin-left: 10px; margin-top:15px; }
  #btn-join-page { margin-top: 15px;}
  .wrap { float:left; width: 230px;}
  .toc { background:#FBFBFB none repeat scroll 0 0; height:800px; padding:25px; width:470px; border: 1px solid #ccc; }
  
  .apply { 
  margin-bottom:15px;
margin-left:25px;
padding:7px;
width:300px;
  
  }
  
    
  .applydrop { 
  margin-bottom:15px;
margin-left:25px;
padding:7px;
width:300px;
  
  }
  .lab {
	  
	  float:left;
padding:14px;
width:117px; }

.btn-apply {
float:right;
margin-right:25px;
margin-top:25px;