/*
 ************************************************
 * Contents 
 ************************************************
 *
 * html tags
 * basic classes
 * layout
 * header links
 * header
 * nav
 * banner
 * content
 * 	two col
 * 	three col
 *  main content
 *  vcard
 *  pricing table
 *  screenshotes
 *  secondary nav
 *  footer
 *  Form Containers
 * 
 *  home specific
 * 	banner
 * 	banner buttons
 * 	content (three col)
 * 	main content
 * 	testimonials
 * 	relinfo
 *
 *  easy clearing
 */

/*
 ************************************************
 * Branding Notes
 ************************************************
 * Invenias Office Blue 19/03/09;
 *
 */

/*
 ************************************************
 * CSS reset
 ************************************************
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*
 *	/CSS reset
 */
 
/*
 ************************************************
 * html tags
 ************************************************
 */
body 
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 71%;
	color: #000;
	background: #fff url(../images/bg.gif) repeat-x 0 0 scroll;
}
hr 
{ 
	height: 1px;
	border-bottom: 1px solid #e0edff;
	padding: 0;
	margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6 
{ 
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #000;
}
h1 
{ 
	font-size: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 1em;
}
p, pre
{
	color: #000;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
pre
{
	font-family: "Courier New", Courier, monospace;
}
blockquote
{
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link
{
	color: #6593cf;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: #6593cf;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{ 
	color: #ffac5e;
	text-decoration: none;
	font-weight: normal;
}
a:active
{
	color: #6593cf;
	text-decoration: none;
	font-weight: normal;
}
ul,
ol
{
	margin: 0 0 0 25px;
	padding: 0;
}
li
{
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #000;
}
ul li ul,
ul li ol, 
ol li ul, 
ol li ol
{
	margin-top: 0.5em;
}
dl
{
	margin: 0;
	padding: 0;
}
dt
{
	font-weight: bold;
	padding: 0 0 0.5em 0;
}
dd
{
	padding: 0 0 0.5em 0;
}
form
{
	margin: 0;
	padding: 0;
}
strong
{
	font-weight: bold;
}
img,
a img
{
	border: none;
}
table,
tr,
th,
td
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}
table
{
	border: none;
}
th
{
	font-size: 1em;
}
th,
td
{
	padding: 0.3em;
	text-align: center;
}
acronym,
abbr
{
	border-bottom: 1px dotted #333;
}

.officelogo {
	float:right;
	padding: 0 0 5px 5px;
	}
		
/*
 *	/html tags
 */

/*
 ************************************************
 * basic classes
 ************************************************
 */
.clear
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.imgleft
{
	float: left;
	padding: 0 15px 15px 0;
}
.imgright
{
	float: right;
	padding: 0 0 15px 15px;
}
.push0,
#maincontent .push0
{
	margin-bottom: 0;
}
.push1,
#maincontent .push1
{
	margin-bottom: 1em;
}
.push2,
#maincontent .push2
{
	margin-bottom: 2em;
}
.skip
{
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/*
 *	/basic classes
 */

/*
 ************************************************
 * layout
 ************************************************
 */
#container
{
	margin-bottom: 1em;
	width: 969px;
	margin: 0 auto;
	position: relative;
}
#headerlinks
{
	position: absolute;
	top: 5px;
	right: 10px;
}

#header
{
	width: 969px;
	height: 79px;
	position: relative;
}
#nav
{
	/* easy clearing */
	width: 963px;
	margin: 0 auto;
	padding-right: 6px;

}
#middlecontainer
{
	width: 957px;
	padding: 1px 6px 1em;/* the 1 em is to stop there being a gap due to the last element having a bottom margin, should only be temporary as everything is likely to be floated and easy cleared. the 1px on top just adds the gap between the nav and the banner */
	margin: 0 auto;

}
#banner
{
	width: 947px;
	height: 141px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;

}
#content
{
	/* easy cleared */	
	/* hacked in ie6 for drop down z-index issues */
	padding: 0 4px 0 6px;

}
#maincontent
{

}
#relinfo
{
	font-size: 0.9em;
}
#footer
{
	border-top: solid 1px #6f9dd9;
	background: #bfdbff;
	margin-top: 20px;
}


/*
 * /layout
 */

/*
 ************************************************
 * header links
 ************************************************
 */
#headerlinks ul
{
	list-style: none;
	margin: 0;
	padding: 12px 12px 0 0;
}
#headerlinks ul li
{
	float: left;
	margin-left: 16px;
}
#headerlinks ul li a
{
	font-size: 0.92em;
	color: #1F3271;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#headerlinks ul li a:hover
{
	color: #ffac5e;
}
/* header links, commented out just in case
#headerlinks ul li ul
{
	margin: 2em 0 0 0px;
	padding: 5px 4px 4px 4px;
	position: absolute;
	left: -999px;
	top: 0em;
	width: 5em;
	z-index: 1000;
	display: block;
	background: #fff;
}
#headerlinks ul li ul li
{
	text-align: center;
	/* hacked in ie6 and 7, margin issue * /
	margin: 0;
	padding: 3px 0;
	line-height: 1em;
	height: 1.33em;
	display: block;
	width: 5em;
	float: none;
}
#headerlinks li:hover ul, #headerlinks li.sfhover ul
{
	/* hacked in ie6 and 7, it's apparing to the right of the containing li * /
	left: auto;
}
*/
/*
 * /header links
 */


/*
 ************************************************
 * header
 ************************************************
 */
#header h1
{
	width: 208px;
	height: 79px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/logo.png) repeat-x 0 0 scroll;
	text-indent: -9999em;
}
#header h1 img {
	display: none;
}
#header h1 a {
	display: block;
	width: 208px;
	height: 79px;
}

/*
 * /header
 */
 

/*
 ************************************************
 * nav
 ************************************************
 */
#nav ul
{
	/* Easy Clearing */
	/* hacked in ie6.css for an odd 1px space at the bottom*/
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	min-height: 26px;	/* hacked in ie6.css for min-height support */
	float: left;
	width: 630px;
}
#nav ul li
{
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	min-height: 26px;	/* hacked in ie6.css for min-height support */
	float: left;
	background: transparent url(../images/nav_spacer.gif) no-repeat right 2px scroll;
}
#nav ul li a
{
	display: block;
	padding: 9px 15px 0 15px;
	color: #1F3271;
	font-weight: normal;
	font-size: 0.93em;
	text-decoration: none;
	text-transform:uppercase;
	min-height: 19px;	/* hacked in ie6.css for min-height support */
	margin-right: 0;
	margin-left: 0;
}
#nav ul li a:hover
{
	color: #1F3271;
	background: transparent url(../images/nav_bg_selected.gif) repeat-x 0 5px scroll;
}
/* #nav ul li.selected a {
**	background: transparent url(../images/nav_bg_tab.gif) no-repeat left 1px scroll;
** }
*/
/* selected state is using a body class
#nav ul li.selected a */
#homepage #nav ul #hom, 
#about #nav ul #abo, 
#software #nav ul #sof, 
#services #nav ul #ser, 
#partners #nav ul #par, 
#support #nav ul #sup
{
	background: transparent url(../images/nav_bg_tab.gif) no-repeat right 1px scroll;
	padding-right: 9px;
}
#homepage #nav ul #hom a, 
#about #nav ul #abo a, 
#software #nav ul #sof a, 
#services #nav ul #ser a, 
#partners #nav ul #par a, 
#support #nav ul #sup a
{
	background: transparent url(../images/nav_bg_tab.gif) no-repeat left 1px scroll;
}
#call
{
	text-align: right;
	float: right;
	margin: 0 10px 0 0;
	padding: 6px 15px 0 0;
	width: 250px;
	background: transparent url(../images/icon_call.gif) no-repeat right 8px scroll;
	color: #1F3271;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-height: 20px;	/* hacked in ie6.css for min-height support */
}
/*
 * /nav
 */
 
/*
 ************************************************
 * banner
 ************************************************
 */
#banner div
{
	/* hacked in ie6 */
	float: left;
	margin: 10px 10px 10px 0;
}
/*
 * /banner
 */
 
/*
 ************************************************
 * content
 ************************************************
 */
/* the 2/3 col layouts are quick floats / the one true layout */
/* two col */
.twocol #maincontent
{
	/* hacked in ie6 */
	float: left;
	width: 640px;
	margin: 0 0 0 250px;
	padding: 23px 0 0 0;
}
.twocol #secondarynav
{
	/* hacked in ie6 */
	float: left;
	width: 190px;
	margin: 0 0 0 -880px;
	padding: 20px 0 0 0;
}
/* three col */
.threecol #maincontent
{
	/* hacked in ie6 */
	float: left;
	width: 450px;
	margin: 0 0 0 250px;
	padding: 23px 0 0 0;
}
.threecol #secondarynav
{
	float: left;
	width: 190px;
	margin: 0 0 0 -690px;
	padding: 20px 0 0 0;
}
.threecol #relinfo
{
	float: left;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 24px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0;
}
/*
 ************************************************
 * content
 ************************************************
 */
 
/* 
 * main content
 */
#maincontent h2
{
	color: #000;
	font-size: 1.33em;
	margin-bottom: 1.6em;
}
#maincontent h2 span
{
	color: #666;
	font-weight: normal;
}
#maincontent h3
{
	color: #000;
	font-size: 1.167em;
	margin-bottom: 0.715em;
}
#maincontent h3.country {
	font-size: 1em;
	font-weight: normal;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 10px 0 5px 0;
}

#maincontent h3.featureheading {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 14px 0 8px 0;

}

#maincontent h3.featureheading-first {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 0 0 8px 0;

}

#maincontent h3.statement {
	padding: 8px 0 4px 0;

}

#maincontent h3.management-first {
	font-size: 1.1em;
	font-weight: normal;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 0 0 8px 0;

}

#maincontent h3.management {
	font-size: 1.1em;
	font-weight: normal;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 12px 0 8px 0;

}

#maincontent p
{
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	/*margin-bottom: 2em;*/
}
#maincontent p.disclaimer
{
	color: #666;
	font-style: italic;
	font-size: 90%;
}

#maincontent p.poweredby
{
	color: #666;
	font-size: 90%;
}
/* Vcard */
div.vcard
{
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
div.adr
{
	margin-bottom: 1em;
}


/* pricing table */
/*
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="pricing">
<thead>
<tr>
<th scope="col"><strong>Minimum Number of Users</strong></th>
</tr>
<tbody>
<tr>
<td>1 user</td>
<td>£ 99</td>*/
#pricing {
	margin: 0 0 20px 0;
	padding: 0;
}
#pricing thead tr.toprow {
	background: #ccd6ec;
}
#pricing thead tr.toprow th {
	color: #FFF;
	font-weight: normal;
}
#pricing td, th {
	padding: 5px;
}
#pricing tbody tr {
	
}
#pricing tr.alt {
	background: #eceff4;	
}
#pricing .rwb {
	border-right: 1px solid #fff;
}
#pricing tbody tr td {
	
}

/*
 * screenshots
*/
div.screen {
	/* easy cleared */
	margin: 0 0 15px 0;
}
div.screen h3 {
	font-size: 1em;
}


/* 
 * /main content
 */
 
/*
 ************************************************
 * secondary nav
 ************************************************
 */

#secondarynav ul
{
	border: 1px solid #e0edff;
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondarynav ul li
{
	background: #fff url(../images/snav_bg.gif) repeat-x top left scroll;
	margin: 0;
	padding: 0;
}
#secondarynav ul li.selected
{
	background: #fff url(../images/snav_selected_bg.gif) repeat-x top left scroll;
}
#secondarynav ul li a
{
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	color: #1F3271;
	text-decoration: none;
	display: block;	/* hacked in ie6.css for block support */
}
/* sub nav */
#secondarynav ul li ul
{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border: none;
}
#secondarynav ul li ul li
{
	display: block;	/* hacked in ie6.css for block support */
	margin: 0;
	padding: 0 5px;
	background: #fff;
}
#secondarynav ul li ul li.selected
{
	background: #fff;
}
#secondarynav ul li ul li a
{
	color: #1F3271;
	height: auto;
	line-height: 20px;
	font-weight: normal;
}
#secondarynav ul li ul li.selected a
{
	color: #1F3271;
}
/* sub sub nav */
#secondarynav ul li ul li.selected ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	display: block;	/* hacked in ie6.css for block support */
}
#secondarynav ul li ul li.selected ul li
{
	display: block;	/* hacked in ie6.css for block support */
	margin: 0;
	padding: 0 5px 0 15px;
	background: #fff;
}
#secondarynav ul li ul li.selected ul li a
{
	color: #1F3271;
	line-height: 20px;
}
#secondarynav ul li ul li.selected ul li.selected a
{
	color: #1F3271;
}

/* sub nav selected */

.aboutus #ssnaboutus a, 
.managementteam #ssnmanagementteam a, 
.testimonials #ssntestimonials a,
.workforus #ssnworkforus a, 
.softwareintroduction #ssnsoftwareintro a, 
.featurelist #ssnfeaturelist a, 
.technology #ssntechnology a, 
.clientwebaccess #ssnclientwebaccess a,
.gallery #ssngallery a, 
.recordeddemos #ssnrecordeddemos a, 
.pricing #ssnpricing a, 
.faqs #ssnfaqs a,
.sysreqs #ssnsysreqs a,
.webinar #ssnwebinar a,
.requestlivedemo #ssnrequestlivedemo a, 
.requesttestdrive #ssnrequesttestdrive a,
.moneyback #ssnmoneyback a,
.contactsupport #ssncontactsupport a,
.remotesupport #ssnremotesupport a,
.customerlogin #ssncustomerlogin a,
.servicesintroduction #ssnservices a,
.professionalservices #ssnsrvcprof a,
.trainingservices #ssnsrvctrain a,
.datamigrationservices #ssnsrvcdmig a,
.partnersintroduction #ssnpartners a,
.hostingpartners #ssnhostpart a,
.technologypartners #ssntechpart a,
.supportpartners #ssnsupppart a,
.developmentpartners #ssndevpart a,
.referralpartners #ssnrefpart a,
.serviceproviders #ssnsvcprov a,
.contactus #ssncontactus a,
.mapsanddirections #ssnmapdirections a,
.requestcallback #ssnrequestcallback a,
.supportDefault #ssnsusitedef a,
.supportSupportRequest #ssnsusitesrq a,
.supportFeatureRequest #ssnsusitefrq a,
.supportKnowledgeBase #ssnsusitekb a,
.supportDownloads #ssnsusitedl a,
.supportDocumentation #ssnsusitedc a

{
	/* temporary styling */
	background: #ffdd7f;
	color: #1F3271;
	font-weight: normal;
	padding: 2px 20px 2px 10px;
}

/*
 * /secondary nav
 */

/*
 ************************************************
 * footer
 ************************************************
 */
#footerContainer
{
	width: 957px;
	padding: 15px 6px 6px 6px;
	margin: 0 auto 20px;
}
#footer p
{
	color: #fff;
	padding: 0 10px 12px 8px;
	margin: 0;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	color: #ffac5e;
	text-decoration: none;
}

/*
 * footer
 */

/*
 ************************************************
 * Form Containers Start
 *
 * Wrapping appropriate form elements such as labels, inputs
 * buttons etc in the following classes will ensure that 
 * floats and padding can be applied as required.
 ************************************************
 */
.formWrapper
{
	border: 1px solid #e0edff;
	padding: 10px;
	margin-bottom: 10px;
}
fieldset
{
	border: none;
	margin: 0 0 0 0;
	padding: 8px 8px 0 8px;
}
fieldset.legend
{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
fieldset.legend
{
	font-weight: bold;
}
.formField
{
    /* wraps every form field 'set' of label, field & errors */
    /* Added to easy clearing */
    clear: both;
    padding: 0;
}
.formLabel,
.formInputText,
.formInputSelect,
.formInputRadio,
.formInputCheckbox,
.formInputButton
{
    padding: 0 5px 10px 0;
}
.formLabel
{
	width: 150px;
	float: left;
	text-align: right;
}
.formField.radio .formLabel,
.formField.checkbox .formLabel
{
	width: auto;
	float: none;
	text-align: left;
}
.formInputText input
{
	width: 200px;
}
textarea
{
	width: 200px;
	height: 100px;
}
.formInputRadio,
.formInputCheckbox
{
	float: left;
	width: 15px;
	padding-top: 2px;
}
.formInputCheckbox
{
	padding-top: 0;
}
.formErrorMsg
{
	clear: both;
	padding-left: 155px;
	color: #CC0000;
	font-size: 0.9ems;
}
.formErrorMsg p
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #CC0000;

}
span.error
{
    color: #CC0000;
}
.radio .formErrorMsg,
.checkbox .formErrorMsg 
{
	padding-left: 20px;
	color: #CC0000;
}
span.required
{
	color: #c00;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 5px;
}
fieldset.submit .formInputButton
{
	float: right;
}
.formInputButton.submit
{
	padding-right: 51px;
}
.formInputButton.submit input
{
	background: transparent url(../images/btn_bg.gif) repeat-x 0  scroll;
	border: 1px solid #e0edff;
	color: #1F3271;
}
.formInputButton.submit input.disabled
{
	background: transparent url(../images/btn_bg.gif) repeat-x 0  scroll;
	border: 1px solid #e0edff;
	color: #1F3271;
	padding: 2px;
}
.formInputButton.reset input
{
	background: transparent url(../images/btn_bg.gif) repeat-x 0  scroll;
	border: 1px solid #e0edff;
	color: #1F3271;
}
.formInputButton.reset
{
	padding-right: 10px;
}
/*
 * /Form Containers
 */


/*
 ************************************************
 * home specific
 ************************************************
 */
/* banner */

body#homepage
{
	background: #fff url(../images/bg_homepage.gif) repeat-x 0 0 scroll;
}

#homepage #banner
{
	width: 957px;
	height: 248px;
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	position: relative;
	background: transparent url(../images/search_recruitment_outlook.png) no-repeat 0 0 scroll;
}

#homepage #banner P
{
	display: none;
}

/* banner buttons */
#homepage #btn_requestdemo,
#homepage #btn_requestcallback,
#homepage #btn_inaction,
#homepage #btn_testdrive,
#homepage #btn_moneyback
{
	display: block;	/* hacked in ie6.css for block support */
	position: absolute;
	margin: 0;
	padding: 0;
	/* background gif because IE breaks without it */
	background: transparent url(../images/blank.gif) no-repeat 0 0 scroll;
}
#homepage #btn_requestdemo a,
#homepage #btn_requestcallback a,
#homepage #btn_inaction a,
#homepage #btn_testdrive a,
#homepage #btn_moneyback a
{
	display: block;	/* hacked in ie6.css for block support */
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/* hacked in ie6, some positions are slightly different */
#homepage #btn_requestdemo
{
	width: 169px;
	height: 45px;
	top: 192px;
	left: 31px;
}
#homepage #btn_requestcallback
{
	width: 161px;
	height: 45px;
	top: 192px;
	left: 210px;
}
#homepage #btn_inaction
{
	width: 193px;
	height: 53px;
	top: 23px;
	left: 735px;
}
#homepage #btn_testdrive
{
	width: 193px;
	height: 53px;
	top: 83px;
	left: 735px;
}
#homepage #btn_moneyback
{
	width: 193px;
	height: 53px;
	top: 143px;
	left: 735px;
}
#homepage #content { padding-top: 0; }
/* three col homepage */
#homepage #maincontent
{
	/* hacked in ie6 */
	float: left;
	width: 325px;
	margin: 0 40px 0 30px;
	padding: 15px 0 0 0;
}
#homepage #testimonials
{
	float: left;
	width: 268px;
	margin: 0 35px 0 0;
	padding: 15px 0 0 0;
}

#homepage #news
{
	float: left;
	width: 230px;
	margin: 0;
	padding: 15px 0 0 0;
}


/* homepage main content */
#homepage #maincontent h3
{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Myriad Pro", Myriad, arial, Helvetica, sans-serif;
}
#homepage #maincontent h3 span
{
	color: #666;
}
#homepage #maincontent p
{
	font-size: 1em;
	line-height: 1.6em;
	color: #333;
	/*margin-bottom: 1em;*/
}
#homepage #maincontent p.intro
{
	font-size: 1em;
	line-height: 1.5em;
	/*margin-bottom: 1em;*/
}
p.learnmore
{
	height: 39px;
	width: 80px;
	float: right;
	margin: 0;
}
p.learnmore a
{
	height: 39px;
	width: 80px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/button_learn_more.gif) no-repeat top left scroll;
}
p.learnmore a:hover
{
	background-position: -80px 0;
}
/* testimonials */
#homepage #testimonials h3 
{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.6em;
	font-family: "Myriad Pro", Myriad, arial, Helvetica, sans-serif;
}
#homepage #testimonials h3 span
{
	color: #666;
}
#homepage #testimonials h4
{
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0em;
	padding: 0 0 3px 0;
}
#homepage #testimonials h4 a
{
	color: #333;
}
#homepage #testimonials h4 a:hover
{
	color: #ffac5e;
}
#homepage #testimonials p
{
	color: #666;
	line-height: 1.455em;
	padding-bottom: 10px;
}

/* news */

#homepage #news h3 
{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.6em;
	font-family: "Myriad Pro", Myriad, arial, Helvetica, sans-serif;
}
#homepage #news h3 span
{
	color: #666;
}
#homepage #news h4
{
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #6593cf;
	border-bottom: 1px solid #e0edff;
	padding: 0 0 4px 0;
}

#homepage #news p
{
	color: #333;
	line-height: 1.455em;
	text-align: left;
	font-size: 95%;
}
#homepage #news p a
{
	color: #333;
}
#homepage #news p a:hover
{
	color: #ffac5e;
}


	
/*
 * /home specific
 */
 

#relinfo ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#relinfo ul.last
{
	margin: 0;
	border-bottom: none;
}

#relinfo ul li
{
	margin: 0;
	padding: 8px 10px 3px 36px;
	line-height: 1.4em;
	color: #333;
	font-size: 1.2em;
	/* bg position change in ie6 and 7 */
	background: transparent url(../images/bullet_tick.gif) no-repeat 10px 8px scroll;

}

#relinfo .moneybackimg
{
	padding: 25px 0 0 10px;
}

#cobweb_certified {
	text-align: center;
	padding: 90px 0 0 0;
}
	

#defaultlist ul
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#defaultlist ul.last
{
	margin: 0;
	border-bottom: none;
}

#defaultlist ul li
{
	margin: 0;
	padding: 8px 10px 4px 36px;
	line-height: 1.2em;
	color: #333;
	/* bg position change in ie6 and 7 */
	background: transparent url(../images/bullet_tick.gif) no-repeat 10px 8px scroll;
}

#defaultlist .icon_telephone {
	background: transparent url(../images/icon_telephone.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_email {
	background: transparent url(../images/icon_email.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_skype {
	background: transparent url(../images/icon_skype.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_im {
	background: transparent url(../images/icon_im.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_online {
	background: transparent url(../images/icon_online.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_kb {
	background: transparent url(../images/icon_kb.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_help {
	background: transparent url(../images/icon_help.gif) no-repeat 10px 8px scroll;
	}
#defaultlist .icon_docs {
	background: transparent url(../images/icon_docs.gif) no-repeat 10px 8px scroll;
	}
	
.rssimg {
	float: right;
	}

#rsslist ul
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#rsslist ul.last
{
	margin: 0;
	border-bottom: none;
}

#rsslist ul li
{
	margin: 0;
	padding: 8px 10px 2px 36px;
	line-height: 1.2em;
	color: #333;
	/* bg position change in ie6 and 7 */
	background: transparent url(../images/bullet_rss.gif) no-repeat 10px 8px scroll;
}

.testimoniallogo {
	padding: 0 0 10px 0;
	}

/*
 ************************************************
 * show/hide faqs
 ************************************************
 */

.squarebox {
	width: 100%;
	border: 0;
    text-align: center;
    overflow: hidden; 
	}
.squareboxgradientcaption {
    padding: 5px; 
	}
.squareboxcontent {
    padding: 10px 10px 10px 25px;
    overflow: hidden; 
	display: none;
	text-align: left;
	}

/*
 * show/hide faqs
 */




/*
 ************************************************
 * easy clearing
 ************************************************
 */
/* float clearing for IE6 */
* html #content, 
* html .cert, 
* html .clearfix,
* html .screen,
* html #nav,
* html #nav ul
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html #content, 
*+html .cert, 
*+html .clearfix,
*+html .screen,
*+html #nav,
*+html #nav ul
{
 min-height: 1%;
}
/* float clearing for everyone else */
#content:after, 
.cert:after, 
.clearfix:after,
.screen:after,
#nav:after,
#nav ul:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/*
 * easy clearing
 */