@charset "utf-8";
/* CSS Document */

/*Skin Style Sheet Notes for [JOB NAME]

version:   		1.0
author:    		StormID
email:    		info@stormid.com
website:   		http://www.[THESITE].com/

last updated:	15/10/2009

Basic Color Palette

Blue: #2C6399
Orange: #f66c19
titles-color:
font-color:
link:
link-hover:
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body  {
	background:#fff;
	color: #333;
	}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
    /* background:#FFFFFF url(../images/common/bg-grid.gif) repeat-y left top; */
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}

:focus {
	outline: 0;
}

.bd {
	background:#FFFFFF url(../images/shadow.jpg) repeat-y 694px top;
}

.content {
	padding: 20px 0 20px 0;
	float: left;
	padding-right: 30px;
	width: 680px;
	}
	
.content p, .pricing-content p {
	color: #333;
	font-size: 1.1em;
}

.content ul {
	margin-bottom:1em;
	font-size:1.1em;
}

.ft {

}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1 {
	/*22px equivalent*/
	font-size:167%;
}

h2 {
	/*18px equivalent*/
	font-size:138.5%; 
}

h3 {
	/*14px  equivalent*/
	font-size:108%;  
}

h4 {
	/*11px  equivalent*/
	font-size:85%; 
	background-color: #DDDDDD;
	padding:5px;
	color:#000;
}

h1, h2, h3, h4 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
    font-weight:normal; 
}

strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}


p 
{
    /* Sets equilant of 12px */
	font-size:93%;
    line-height:130%;
    color:#666666;
    margin-bottom:1em;
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
	font-weight: bold;
}


ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin:4px 0;	
}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */

/* Search Box Styles Start*/

.search {
	background: #E7EFFF url(../images/docs-trans.png) no-repeat 10px bottom;
	border: 1px solid #B8D2FF;	
	margin: 20px 0 0 10px;
	padding: 10px;
	width: 918px;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	}
	
.search p {
	color: #4678A9;	
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin: 9px 0 0 0;
	padding-left: 130px;
	text-shadow: 0 1px 1px #fff;
	}

.srch {
	display: inline;
	float:right;
	position: relative;
	}

.srch .textfield {
	background: #fff;
	border: 1px solid #fe5e00;
	padding: 10px;
	width: 450px;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px;
	}
	
.search-button {
	background: #F57B20;
	height: 29px;
	position: absolute;
	top: 4px;
	right: 5px;
	border: 1px solid #fff;
	color: #fff;
	display:block;
	padding: 3px 6px 4px 6px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F57B20', endColorstr='#FB6609'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F57B20), to(#FB6609)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F57B20,  #FB6609); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
  	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	-moz-box-shadow: 0 1px 1px #555; /* Firefox */
  	-webkit-box-shadow: 0 1px 1px #555; /* Safari and Chrome */
  	box-shadow: 0 1px 1px #555; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.search-button:hover {
	text-decoration:none;
	background: #FB6609;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB6609', endColorstr='#FB6609'); /* for IE */

}



/* Search Box Styles End*/

/* Basic Link Styles Start */

a:link {
	color: #f66c19;
	text-decoration: none;				
	}

a:visited {
	/* visited link */
	color: #f88743;
	text-decoration: none;
}

a:hover {
	 /* mouse over link */
	color: #000;
	text-decoration: underline;
}

/* Basic Link Styles End */


.logo-wrap{
	}

.logo {
	background: #FFFFFF url(../images/branding/edentree-logo.png) no-repeat left top;
	display:block;
	height:64px;
	margin: 10px 0;
	text-indent: -9000px;
	width: 220px;
	}
	
.tagline {
	color: #4678A9;	
	font-size: 1.4em;	
	margin-top: 16px;
	}

.pc {
    /*class name to identify the main content on a page*/
    
}

.box 
{
    margin:0 0 20px;
}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

ul.primary-nav {
	margin-left:10px !important;
	}

.np { /* Navigate Primary*/ 
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #F57B20;
    padding:0;
    margin:0;
  }
.np ul {
    margin:0 0 0 0;
    padding:10px 10px 0 0;/* Controls the indentation of the tabs */
    list-style:none;
  }
.np li {
    display:inline;
    margin: 0;
    padding:0;
  }
.np a {
    float:left;
    background:url(../images/navigation/left.jpg) no-repeat left top; /* displays the left hand side of the Tab graphic in the off state */
    margin:0 5px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 3px;
    text-decoration:none;
    display: block;
    height: 30px;
  }
.np a span {
    float:left;
    display:block;
    background:url(../images/navigation/right.jpg) no-repeat right top;  /* displays the rightv hand side of the Tab graphic in the off state */
    padding:6px 15px 0 12px;
    color:#fff;
    font-size: 1.2em;
    display: block;
    height: 24px;
  }
  
.np a.pricing-tab {
    background:url(../images/navigation/pricing-left.jpg) no-repeat left top; /* displays the left hand side of the Tab graphic in the off state */
    margin:0 5px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 3px;
  }
.np a.pricing-tab span {
    float:left;
    display:block;
    background:url(../images/navigation/pricing-right.jpg) no-repeat right top;  /* displays the right hand side of the Tab graphic in the off state */
    padding:6px 15px 0 12px;
    color:#fff;
    font-size: 1.2em;
    display: block;
    height: 24px;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.np a span 
{
   float:none;}
/* End IE5-Mac hack */
.np a:hover span {
  color:#FFF;

  }
.np a:hover {
  text-decoration::none;
  background-position:0% -30px;/* Controls position of left hover state graphic */
  }
.np a:hover span {
  background-position:100% -30px;/* Controls position of right hover state graphic */
  }

.np .selected a {
  background-position:0% -30px; /* Controls position of left Selected state graphic */
}
.np .selected a span {
    background-position:100% -30px; /* Controls position of right Selected state graphic */
    color:#FFF;
}

.np a.pricing-tab:hover {
  text-decoration::none;
  background-position:0% -30px;/* Controls position of left hover state graphic */
  }
.np a.pricing-tab:hover span {
  background-position:100% -30px;/* Controls position of right hover state graphic */
  }

/* Navigate Primary Styles End */




/* Navigate Secondary Styles Start */
.ns { /* Navigation Secondary*/ 
     
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#000;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
    color: #000;
	background-image:url(../images/navigation/bg-ns.gif);
    background-position:0 0;
	background-repeat: repeat-x;
    padding: 8px 0 0 10px;
}

.ns li a:hover, .ns li.selected a {
    color: #000;
	background-image:url(../images/navigation/bg-ns.gif);
	background-repeat: repeat-x;
    background-position:0 -32px;
    padding: 8px 0 0 10px;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #000;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 10px;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#333;
    background-color:#dddddd;
    background-image:none;
}

/* Navigate Secondary Submenu Styles End */     
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:95%;
    color:#999999;
    margin: 5px 0;
    padding:0 10px;
    background-color:#eee;
	}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 15px;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    padding:0 0px 0 0px;
}

.client-login p {
	background-color: #BF4800;
	color: #fff;
	display: block;
	font-size: 1em;
	margin: -15px -10px 0 0;
	padding: 17px 15px 8px 15px;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

.client-login a {
	color: #fff;
	}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:1px solid #dddddd; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

/* Sidebar Styles Start*/

.callback {
	background: #f4fff4 url('../images/emily.jpg') no-repeat 3px bottom;
	border: 1px solid #6e9f2c;
	margin: 20px 0;
	padding: 10px 10px 0 10px;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px;
	}
	
.callback h3 {
	color: #6d9f2c;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;	
	}
	
.callback p {
	padding-left: 60px;	
	font-size:0.8em;
	}
	
.callback a:visited {
	color: #333;
} 

.trial-link, .preview-link, .free-resources, .contact-link {
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 10px 50px;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px;
	}
	
.trial-link {
	background: #f4fff4 url(../images/cursor-trans.png) no-repeat 10px center;
	border: 1px solid #6e9f2c;
	margin-top: 20px;
	}

.preview-link {
	background: #f5f5f5 url(../images/eye-trans.png) no-repeat 10px center;
	}
	
.free-resources {
	background: #f5f5f5 url(../images/paper-trans.png) no-repeat 10px center;
	}
	
.contact-link {
	background: #f5f5f5 url(../images/phone-trans.png) no-repeat 10px center;
	}
	
.latest-blog {
	margin-bottom: 20px;	
	}
	
.latest-blog img {
	float: left;
	margin: 10px 5px 0 0;
	}
	
.latest-blog h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2C6399;
	}
	
.latest-blog h2.entry-title {
	font-size: 1em;
	}
	
.latest-blog .post-metadata {
	margin: 0;	
	color: #999;
	margin-bottom: 5px;
	}
	
.latest-blog p {
	color: #333
	}
	
.mailing-list {
	border-top: 1px solid #ccc;
	padding: 15px 0;		
	}
	
.mailing-list h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2C6399;
	}
	
.mailing-list p {
	font-size: 0.8em;
	}
	
.email-form {
	border: 1px solid #ccc;
	padding: 3px;
	}
	
.facebook a {
	background:  url(../images/facebook.png) no-repeat left 8px;
	border-top: 1px solid #ccc;
	display: block;
	padding: 15px 0 15px 42px;			
	}
	
.linkedin a {
	background:  url(../images/linkedin.png) no-repeat left 8px;
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 20px;
	padding: 15px 0 15px 42px;			
	}
	
.twitter {
	border-bottom: 1px solid #ccc;								
	}
	
a.twitter-follow {
	background:  url(../images/twitter.png) no-repeat left 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	display: block;
	margin-bottom:10px;
	padding: 15px 0 15px 42px;
	}

.good-practice {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.good-practice a {
	background:  url(../images/goodpractice-logo.jpg) no-repeat left center;
	display: block;
	height: 32px;
	margin: 5px 0 0 32px;
	text-indent: -9000px;
	width: 155px;
	}
/* Sidebar Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
    border-top: 1px solid #19324a;
    background-color:#fff;
    padding: 10px 0 20px 0;
}

.ft p 
{
    font-size:110%;
    margin: 10px 0 0 0;
}

.footer-col ul {
	margin-top: 10px;
	}


/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

/* Navigate Tools Styles End*/

/* Navigation Styles End  */



/* Rotator */

/* container for slides */
.images {
	position:relative;	
	height:340px;
	width:680px;
	margin:0 0 15px 0;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

.rotator-holder {
	position:relative;
	height:340px;
}



/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	bottom:10px;
	right:10px;
	clear:both;
	height:10px;
	background-image:url('/images/common/bg-rotator-tabs.png');
	background-color:transparent;
	background-repeat: repeat;
	background-position:0 0;
	padding:10px 5px;
}

/* single tab */
.tabs a {
	display:block;
	width:10px !important;
	height:10px !important;
	padding:0px;
	float:left;
	margin:0px 5px;
	background-image: url('/images/common/navigator.png');
	background-color:transparent;
	background-repeat: repeat;
	background-position:0 0;
	overflow:hidden;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -10px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -20px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url('/images/common/hori_large.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover 	{ background-position:-30px -30px; }
.forward:active { background-position:-60px -30px; } 


/* prev */
.backward:hover  { background-position:-30px 0; }
.backward:active  { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* Home page style start */

.menuHeading {
	display: none;
	}
	
.menu-heading {
	background: #f57b20;
	border:0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;	
	padding: 10px;
	}
	
.downarrow {
	background: #fff url('../images/downarrow.gif') no-repeat left top;
	height: 13px;
	width: 16px;
	margin: -10px 0 0 20px;
}

	
#Menu ul {
	margin-bottom:30px;
	}
	
#Menu ul li {
	float: left;
	margin-left: -12px;
	width: 225px;
	}
	
.reasons-slider {
	position: relative;
}

.hidden {
	display:none;
}

.jFlowPrev {
	position:absolute;
	top:50px;
	left: 0;
	z-index: 999;
}

.jFlowNext {
	position:absolute;
	top:50px;
	right: 0;
	z-index: 999;
}

.reasons-image {
	float:left;
	margin:45px 30px 0 60px;
}	

.reasons-text {
	float: right;
	width: 500px;
	margin-right:30px;
}

.reasons-text h3 {
	margin-top:0;
}
	
/* Payment pipeline style start */

.payment-breadcrumbs {
	background: #335B90;
	list-style-type:none !important;
   	margin: 0;
   	padding: 0;
   	width: 680px;
	}

.payment-breadcrumbs li {
	float:left;
	line-height:2.3em;
	color:#fff;
	list-style-type:none;
	font-weight: bold;
	margin: 0;
	}
   
.payment-breadcrumbs li a {
	display: block;
	padding: 7px 40px;
	font-weight: bold;
	color: #fff;
	}
	   
.payment-breadcrumbs li a.active {
	background: #5382C1 url('../images/breadcrumbs-arrow.gif') no-repeat right center;
	text-decoration: none;
	}

.payment-breadcrumbs li a:hover, .payment-breadcrumbs li a:focus {
	text-decoration: none;
	}
	
.payment-panel {
	margin: 20px 0;
	width: 678px;
	}
	
.basket .payment-panel, .register .payment-panel {
	width: 678px;
	}
	
.basket .proceed-button {
	margin-left:310px;
}
		
h1 {
	border-bottom: 1px solid #ccc;
	color: #2C6399;
	font-weight:bold;
	margin: 0 0 20px 0;
	padding-bottom: 10px;			
	}
	
.content h2 {
	border-bottom: 1px solid #ccc;
	color: #2C6399;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding-bottom: 10px;	
}

.content h3 {
	color: #2C6399;
	font-size: 1.3em;
	font-weight:bold;
	margin: 30px 0 10px 0;	
}
	
.basket .payment-panel p {
	font-size: 1.3em;
	margin: 0 0 20px 0;		
	}
	
.payment-panel dl, .payment-panel dt, .payment-panel dt {
	margin: 0;
	padding: 0;
	}
	
.payment-panel dt {
	text-align: right;			
	}
	
.payment-panel dt, .payment-panel dd {
	font-size: 1.2em;
	margin-bottom: 20px;
	}
	
.payment-panel dd {
	font-weight:bold;
	}
	
.payment-panel label {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align:right;
	}
	
.payment-panel input, .payment-panel select {
	border: 1px solid #999;
	padding:5px;
}


.start-expiry-date-month {
	width: 103px !important;
}

.start-expiry-date-year {
	width: 103px !important;
	margin-left:20px !important;
}

.issue-number {
	font-weight: bold;
}
	
.discount-code {
	margin-left: 80px;
	}
	
.proceed, .proceed-button, .sign-up {
	background: #6F9F2D;
	border: 1px solid #fff !important;
	color: #fff;
	margin: 20px auto;
	padding: 6px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	width: 200px;
	z-index: 999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2C352', endColorstr='#6F9F2F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A2C352), to(#6F9F2F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A2C352,  #6F9F2F); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
  	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	-moz-box-shadow: 0 1px 1px #000; /* Firefox */
  	-webkit-box-shadow: 0 1px 1px #000; /* Safari and Chrome */
  	box-shadow: 0 1px 1px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	}
	
.proceed:hover, .proceed-button:hover, .sign-up:hover {
	text-decoration:none;
	background: #6F9F2D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F9F2F', endColorstr='#6F9F2F'); /* for IE */
}
		
.register-login .payment-panel {
	float: left;
	width: 300px;
	}
	
.register-login .payment-panel p {
	text-align: center;
	}
	
p.or {
	background:#999;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 20px 18px;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	-webkit-border-radius: 20px; 		
	-moz-border-radius: 20px; 
	border-radius: 20px;
	}
	
.or p {
	background:#999;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 20px 18px;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	-webkit-border-radius: 20px; 		
	-moz-border-radius: 20px; 
	border-radius: 20px;
}

.register-form li {
	list-style-type: none;
	font-size: 1.2em;	
}

.register-form li label {
	width: 220px;
	display:inline-block;
	}
	
.register-form li input, .register-form li select {
	width: 220px;
	margin-left: 80px;
	}

.why-not span {
	display: block;
	margin-top: 10px;
}

.why-not a {
	font-weight:bold;
	font-size:1.3em;
}

.visit-blog {
	margin-right:40px;
}


/* PIPELINE SIDEBAR */

.card-details {
	margin: 20px 0;
}

.fieldseterror {
	background-color:#FBE3E4;
border: 1px solid #FBC2C4;
color:#8A1F11;
padding: 10px;
margin-bottom:20px;
}

/* PRICING PAGE */

.pricing-content {
	padding-top: 20px;
}

/* OUR PRODUCTS PAGE */ 

.video-watch {
	margin-top:30px;
}

.video {
	background: #fff url('../images/video-watch.jpg') no-repeat left top;
	float:left;
	height: 271px;
	margin: 0 0 30px 0;
	width: 440px;
}

.actions {
	color: #2C6399;
	float: right;
	margin: -20px 0 0 0;
	width: 220px;
	text-align:center;
}

.actions h2 {
	font-weight: bold;
	border: 0;
	margin: 20px 0 10px 0;
	padding-bottom: 0;	
}

.actions p {
	background:#999;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 0;
	text-transform: uppercase;
	width: 24px;
	-webkit-border-radius: 20px; 		
	-moz-border-radius: 20px; 
	border-radius: 20px;
}

a.signup-button {
	background: #6F9F2D;
	border: 1px solid #fff;
	color: #fff;
	display:block;
	margin: 20px 0 0 0;
	padding: 6px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index: 999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2C352', endColorstr='#6F9F2F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A2C352), to(#6F9F2F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A2C352,  #6F9F2F); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
  	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	-moz-box-shadow: 0 1px 1px #000; /* Firefox */
  	-webkit-box-shadow: 0 1px 1px #000; /* Safari and Chrome */
  	box-shadow: 0 1px 1px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

a.signup-button:hover {
	text-decoration:none;
	background: #6F9F2D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F9F2F', endColorstr='#6F9F2F'); /* for IE */

}
.sign-online {
	font-size: 1.5em;
	font-weight: bold;
	padding: 12px 0 !important;
	text-transform: capitalize !important;
	}

.signup-button span {
	display:block;
	font-size: 1.7em;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow: 0 -1px 1px #507021;
}

.product-latest-blog {
	float:left;
	width: 320px;
}

.product-latest-news {
	float: right;
	width: 320px;
}

.showhide1, .showhide2, .showhide3, .showhide4, .showhide5, .showhide6, .showhide7, .showhide8, .showhide9, .showhide10, .showhide11, .showhide12, .showhide13, .showhide14, .showhide15, .showhide16, .showhide17, .showhide18, .showhide19, .showhide20 {
	display:none;
}

.latest-blog-news h3 {
	font-size:1.3em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.latest-blog-news .postmetadata {
	color: #999;
	font-size: 0.9em;
	margin:-15px 0 5px 0;
}

.latest-blog-news p {
	font-size: 1em;
}

.list-categories .menuHeading {
	display: none;
}

.clients-signup {
	float:right;
	margin-top: 0 !important;
	width: 150px;
}

.client-list {
	margin: 0 0 0 -20px;
	padding: 0;
}

.client-list li {
	float: left;
	font-size:0.9em;
	list-style-type:none;
	width: 210px;
	margin-left:20px;
}

.testimonial {
	background: transparent url('../images/quotes-start.gif') no-repeat left top;
	float: left;
	margin:0 0 30px 20px;
	width: 210px;
}

.first {
	margin-left: 0;
}

.testimonial blockquote {
	background: transparent url('../images/quotes-end.gif') no-repeat right bottom;
	font-style: italic;
	margin-bottom:10px;
	min-height: 120px;
	padding: 10px;
}

.testimonial cite {
	border-top: 1px solid #ccc;
	display:block;
	font-weight:bold;
	padding: 10px 0 0 0;
	width: 210px;
}

.testimonial cite span {
	display: block;
	font-weight: normal;
}

.testimonial img {
	margin:5px 0 0 0;
}

.pagan {
	margin-top:0 !important;
}

/* PRICING PAGE */

.sub-options {
	font-weight: bold;
	}

.pricing-wrap {
	position:relative;
}

.access-message {
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	margin: 20px 0 40px 0;
	width: 580px;
	}

.access-message ul {
	margin-left: 13px;
	}

a.trial-button {
	background: #6F9F2D;
	border: 1px solid #fff;
	color: #fff;
	display:block;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	margin: 40px 0 40px 20px;
	padding: 15px;
	text-align:center;
	text-shadow: 0 -1px 0 #000;
	text-transform:uppercase;
	position:relative;
	width: 300px;
	z-index: 999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2C352', endColorstr='#6F9F2F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A2C352), to(#6F9F2F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A2C352,  #6F9F2F); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
  	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	-moz-box-shadow: 0 1px 1px #000; /* Firefox */
  	-webkit-box-shadow: 0 1px 1px #000; /* Safari and Chrome */
  	box-shadow: 0 1px 1px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	}

a.trial-button:hover {
	text-decoration:none;
	background: #6F9F2D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F9F2F', endColorstr='#6F9F2F'); /* for IE */
	}
	
.pricing-options {
	background: #E7EFFF;
	border: 1px solid #B8D2FF;
	margin: 0 0 30px 0;
	padding: 10px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.free-trial {
	color: #2C6399 !important;
	font-size: 1.4em !important;
	font-weight: bold;
	text-align: center;
	}

.pricing-panel {
	background: #fff;
	border: 1px solid #999;
	margin: 0 0 0 0;
	padding: 15px;
    	-moz-box-shadow: 0px 0px 4px #ccc; 
	-webkit-box-shadow: 0px 0px 4px #ccc; 
    	box-shadow: 0px 0px 4px #ccc; 
	}

.monthly {
	}

.premium {
	border: 1px solid #999;
	margin: 0 0 0 0;

	}

.corporate {
	}

.pricing-panel h2 {
	color: #f66c19;
	float: left;
	font-size: 1.5em;
	margin: 6px 0 0 0;
	width: 190px;
	}

p.price {
	color: #6E9F2C;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 7px 0 0 0;
	width: 160px;
	}

.pricing-panel ul {
	float: left;
	margin: 0;
	padding: 0;
	}

.pricing-panel li {
	float: left;
	font-size:1.1em;
	list-style-type:none;
	margin: 10px 20px 0 0;
	width: 130px;
	}

li.downloads {
	margin-top: 2px;
	width: 120px;
	}

li.access {
	font-weight: bold;
	width: 120px;
	}

.pricing-panel .signup-button {
	float: right;
	font-weight:bold;
	font-size:1.6em;
	margin: 0 auto;
	text-transform: capitalize;
	width: 110px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29355', endColorstr='#f9690c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f29355), to(#f9690c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f29355,  #f9690c); /* for firefox 3.6+ */
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
  	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	-moz-box-shadow: 0 1px 1px #000; /* Firefox */
  	-webkit-box-shadow: 0 1px 1px #000; /* Safari and Chrome */
  	box-shadow: 0 1px 1px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	}

.pricing-panel .signup-button:hover {
	text-decoration:none;
	background: #f9690c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9690c', endColorstr='#f9690c'); /* for IE */
	}
	
.pricing-gradient {
	background: transparent url('../images/pricing-gradient.png') no-repeat left bottom;
	bottom: -20px;
	height: 183px;
	left: -10px;
	position: absolute;
	width: 950px;
	}
	
p.small {
	font-size: 1em;
	margin-top: 30px;
	}
	
.important-small-print {
	color: #990000;
	}

.casestudy-quotes blockquote {
	font-size:1.1em;
	line-height: 1.3em;
}

.casestudy-quotes cite {
	display:block;
	font-size:1em;
	line-height: 1.3em;
	font-weight:bold;
	margin: 5px 0 15px 0;
}

.client-slides .images {
	position:relative;	
	height:164px;
	width:680px;
	margin:0 0 15px 0;
	cursor:pointer;
}

.client-slides .rotator-holder {
	position:relative;
	height:164px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

/* BLOG */

.latest-blog .post {
	
	}

.latest-post .post {
	width: 680px !important;
	margin-left:-20px;
}

.latest-post h2 {
	margin: 0;
	border: 0;
}

.latest-post .postmetadata, .next-posts .postmetadata {
	color: #666;
	font-size:0.9em;
}

.latest-post .intro {
	font-weight: bold;
}

.next-posts .post {
	float: left;
	width: 330px;
	margin-left:20px;
	min-height: 240px;
}

.next-posts {
	margin-left:-20px;
}

.author-photo2{
	width: 120px;
	height: 120px;
	background: #fff url('../images/james-large.jpg') no-repeat left top;
	float: right;
}

.author-photo1{
	width: 120px;
	height: 120px;
	background: #fff url('../images/emily-large.jpg') no-repeat left top;
	float: right;
}

.blog-archive-link {
	text-align:center;
	margin-top:100px;
}

.blog-archive-link a {
	font-size: 1.3em;
	font-weight:bold;
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
	padding: 5px 0;
	text-align:center;
	margin: 30px auto;
}

.commentlist ol {
	padding: 0;
	margin: 0 0 0 -20px;
}

.commentlist li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.comment-author {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* ABOUT US */

.position {
	font-weight:bold;
	margin:-10px 0 7px 0;
}	

.about-us-pic {
	float: right;
	margin-left:20px;
}

/* SIGNUP - CORPORATE */

.package-description {
	font-weight:bold;
}

.trial-benefits {
	float: left;
	margin-top: 0px;
	width: 570px;
	}

.trial-benefits h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	}

.trial-benefits ul li {
	font-size: 1.3em;
	margin-bottom: 20px;
	}

.corporate-signup-panel {
	float:right;
	margin-bottom: 30px;
	width: 300px;
	text-align:center;
	}

.call {
	float: left;
	margin-bottom: 30px;
	width: 300px;
	text-align:center;
	}

.corp p.or {
	margin-left: 140px;
	}

.corporate-signup-panel h2 {
	font-weight: bold;
	text-align: left;
	}

.corporate-signup-panel p {
	text-align: left;
	}

.corporate-signup-panel p span {
	display: block;
	font-size:2.4em;
	font-weight: bold;
	color: #82A636;	
	margin-top:10px;
}

.corporate-signup-panel input {
	border: 1px solid #999;
	padding:5px;
	margin-bottom: 5px;
	width: 278px;
}

.corporate-signup-panel select {
	border: 1px solid #999;
	padding:5px;
	margin-bottom: 5PX;
	width: 290px;
}

input.signup-button {
	background: #6F9F2D url('../images/signup-button-bg.jpg') repeat-x;
	border: 1px solid #fff;
	color: #fff;
	display:block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px;
	text-align:center;
	-webkit-border-radius: 4px; 		
	-moz-border-radius: 4px; 
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px #000; 
}

input.signup-button:hover {
	background-image:none;
	text-decoration:none;
}


/* SEARCH RESULTS */

#search-results {
	margin:0;
	padding:0;
}

#search-results li {
	list-style-type: none;
	font-size: 0.9em;
}

/* FREE RESOURCES PAGE */

p.footnote {
	font-size:0.8em;
}

.free table tr td {
	padding: 10px;
}

/* CONTACT US */

.contact-form li {
	list-style-type: none;
	font-size: 1.2em;	
}

.contact-form li label {
	width: 220px;
	display:inline-block;
	text-align:right;
	}
	
.contact-form li input {
	width: 220px;
	margin-left: 80px;
	border: 1px solid #999;
	padding:5px;
	}
	
.contact-form .signup-button {
	font-size: 1em;
	margin-left: 300px;
}
	
	
/* BLOG COMMENTS */

#commentform li {
	list-style-type: none;
	font-size: 1.2em;	
}

#commentform li label {
	width: 140px;
	display:inline-block;
	text-align:right;
	vertical-align: top;
	}
	
#commentform li input[type="text"], #commentform li textarea {
	width: 220px;
	margin: 0 0 5px 80px;
	border: 1px solid #999;
	padding:5px;
	}

.submit-comment {
	margin: 10px 0 0 225px !important;
	width: 232px !important;
}

label.error {
		background-color:#FBE3E4;
border: 1px solid #FBC2C4;
color:#8A1F11;
padding: 10px;
font-size:0.7em;
margin: 0 0 0 10px;
text-align: left !important;
}

/* CONTENT PREVIEW */

.article-preview {
	background: #fff url('../images/pages-bg.jpg') no-repeat left top;
	margin: -35px 0 0 0;
	padding:30px 0 0 45px;
	min-height:227px;
}

p.article-tags {
	font-size:0.9em;
	margin-top:30px;
} 

.read-more {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
}

.read-more-text {
	float: left;
	width: 440px;
}

.read-more .signup-button {
	width: 200px;
	float: right;
	margin: 0;
}

.currently-viewing {
	margin-top:3px;
	text-align:right;
	padding-right:20px;
}

.read-rest {
	margin-top:3px;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}

.next-action {
	width: 190px;
	margin-right:20px;
	float:left;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 10px;
	margin-top:20px;
	min-height: 80px;
}

.next-action h3 {
	margin-top:0;
}

.next-action p {
	margin-bottom:0;	
}

.last {
	margin-right:0;
}

.next-action h3 {
	margin-bottom:5px;
}

.next-action p {
	font-size:0.9em;
}


/* MEMBER SITE PREVIEW */

.preview-header {
	background: #E7EFFF;
	border-bottom: #B8D2FF;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
	}
	
.preview-footer {
	background: #E7EFFF;
	border-top: #B8D2FF;
	bottom: 0;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
	}

.back-et {
	background: transparent url('../images/back.png') no-repeat left top;
	display: block;
	height: 39px;
	text-indent: -9000px;
	width: 118px
	}
	
.back-et:hover {
	background-position: left -39px;
	cursor: pointer;
	}

.where-you-are {
	color: #4678A9;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0 0;
	}
	
.preview-sign-up {
	width: 118px !important;
	}
	
.preview-sign-up a {
	background: transparent url('../images/preview-sign-up.png') no-repeat left top;
	display: block;
	height: 39px;
	text-indent: -9000px;
	width: 118px
	}
	
.preview-sign-up a:hover {
	background-position: left -39px;
	}
	
.trial-days {
	color: #4678A9;
	font-size: 0.9em;
	font-weight: bold;
	padding: 12px 0 0 0;
	width: 82px !important;
	}
	
#previewIframe {
	margin: 40px 0 150px 0;
	}

.calls div, .calls-small div{
	background-color: #fff;
	border: 1px solid #ccc; 
	padding: 15px 15px 15px 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.calls h2, .calls-small h2 {
	border: 0;
	margin: 0 0 5px 0;
	}
	
.take-tour {
	background: transparent url('../images/take-tour.gif') no-repeat 20px center;
	}
	
.pricing-link {
	background: transparent url('../images/pricing-link.gif') no-repeat 20px center;
	}
	
.request-call {
	background: transparent url('../images/request-call.gif') no-repeat 20px center;
	}
	
.sharing {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	}
	
.sharing p, .sharing-small p, .share-facebook, .share-twitter {
	display: inline;
	float: left;
	}
	
.sharing p, .sharing-small p {
	padding: 15px 30px 0 0;
	}
	
.share-facebook a {
	background:  url(../images/facebook.png) no-repeat left 8px;
	display: block;
	margin-right: 30px;
	padding: 15px 0 15px 42px;			
	}
	
.share-twitter a {
	background:  url(../images/twitter.png) no-repeat left 8px;
	display: block;
	padding: 15px 0 15px 42px;			
	}

.calls-small {
	font-size: 0.8em;
	margin-top: 20px;
	width: 213px !important;
	}
	
.calls-small div {
	min-height: 105px; 
	}

.calls-small .take-tour {
	background: transparent url('../images/take-tour.gif') no-repeat 20px 20px;
	}
	
.calls-small .pricing-link {
	background: transparent url('../images/pricing-link.gif') no-repeat 20px 20px;
	}
	
.calls-small .request-call {
	background: transparent url('../images/request-call.gif') no-repeat 20px 20px;
	}

.sharing-small {
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	}


/* CONTENT TABLE */

.contenttable {

margin-top: 7px;

margin-bottom: 12px;

}



.contenttable td {

padding: 7px;

border: 1px solid* 000000;

}



.contenttable p {

margin-bottom: 4px;

margin-top: 4px;

}



.styletable {

margin-top: 7px;

margin-bottom: 12px;

}



.styletable td {

padding: 7px;

border: 1px solid* ffffff;

}



.styletable p {

margin-bottom: 4px;

margin-top: 4px;

}

p.contact-call {
font-size: 2em;
}

.leftimage {
margin-right: 10px;
margin-bottom: 10px;
float: left;
border: none;
}

.rightimage {
margin-left: 10px;
margin-bottom: 10px;
float: right;
border: none;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

