@charset "UTF-8";
/* 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, 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;
}
:focus { outline: 0; }
html { background: #777777 url(images/page_bg_dark.png) repeat-x 0 0 fixed; }
body {
	line-height: 1.5;
	color: #333;
	font: 13px/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-rendering: optimizelegibility;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* End CSS Reset */

/* Global Styles */
h1, h2, h3, h4 {
	margin-bottom: 15px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}
h1 { 
	font-size: 48px;
	font-family:  "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1pt;
}
h2, h3, h4 {
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 8px;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
p {
	font-size: 14px;
	margin-bottom: 14px;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
}
a { color: #F90000; }
.tm {
	font-size: 7px;
	vertical-align: super;	
}
strong { font-weight: bold; }
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: transparent url(images/wrapper_bg.png) repeat-y 0 0;
	-moz-box-shadow: 0px 0px 20px #000;
  	-webkit-box-shadow: 0px 0px 20px #000;
  	box-shadow: 0px 0px 20px #000;
	behavior: url(/_inc/PIE.htc);
}
.learnMore {
	color: #F90000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 18px;
	background: transparent url(images/arrow_forward.png) no-repeat right 4px;
	text-shadow: none;
	display: block;
}
.learnMore:hover { background-position: right -17px; }
.slickShow, .slickHide {
	display: block;
	margin-top: 3px;
}
.quoteWrap { overflow: hidden; }
.quoteWrap .quote {
	padding: 0 35px;
	background: transparent url(images/quotation.png) no-repeat 0 0;
	font-size: 15px;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.quoteWrap .quoted {
	color: #666;
	font-size: 11px;
	padding-left: 35px;
	float: left;
}
.quoteWrap img {
	padding-left: 35px;
	float: left;
}
/* form */
form {
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
}
.req {
	color: #F90000;
	padding-left: 2px;
}
label,
input[type="checkbox"],
select { cursor: pointer; }
input[type="checkbox"] { margin: 0 5px 0 0; }
input[type="text"], textarea {
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #f9f9f9;
}
/* header */
#header {
	background: transparent url(images/header_bg.png) repeat-x 0 0;
	position: relative;
	height: 93px;
	z-index: 1;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#nav #logo {
	position: absolute;
	left: 40px;
	top: 20px;
}
#nav #topNav {
	position: absolute;
	right: 35px;
	top: 10px;
	font-size: 11px;
}
#topNav li { color: #fff; }
#nav #mainNav {
	position: absolute;
	right: 35px;
	top: 51px;
	font-size: 13px;
}
#nav li {
	margin-left: 35px;
	position: relative;
	float: left;
	*position: static;
	text-shadow: 0 1px #000;
}
#nav li a {
	color: #ddd;
	text-decoration: none;
	text-shadow: 0 1px #000;
}
#nav li a:hover { color: #fff; }
#mainNav li { height: 41px; }
#mainNav li:hover,
#mainNav li.current { background: transparent url(images/TopBarArrow-Red.png) no-repeat center 20px; }
#mainNav .current a {
	color: #fff;
	font-weight: bold;
}
#mainNav .subNav {
	position: absolute;
	background: transparent url(images/white_85_percent_1x1.png) repeat 0 0;
	background: #F4F5F4\9;
	left: -14px;
	top: 41px;
	white-space: nowrap;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	*zoom: 1;
	visibility: hidden;
}
#mainNav #subSolutions { *left: 90px; }
#mainNav #subPlatform { *left: 180px; }
#mainNav li:hover .subNav { visibility: visible; }
#mainNav .subNav a {
	color: #000;
	text-shadow: 0 1px #fff;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(200,200,200,0.75);
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.75);
	padding: 7px 14px;
	display: block;
	font-weight: normal;
}
#mainNav .subNav a:hover { color: #F90000; }
/* content */
#content { background-color: #fff; }
/* billboard */
#billboard {
	position: relative;
	margin-top: -2px;
	height: 380px;
	padding: 50px 250px 40px 50px;
	-moz-box-shadow: 0px 4px 9px -3px  #000;
  	-webkit-box-shadow: 0px 4px 9px -3px  #000;
  	box-shadow: 0px 4px 9px -3px  #000;
  	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 2px #333;
	overflow: hidden;
	behavior: url(/_inc/PIE.htc);	
}

#billboard h1 {
	line-height: 52px;
	line-height: 57px\9;
	color: #fff;
	letter-spacing: -1px;
	*zoom: 1;
	background-color: transparent;
	text-shadow: 1px 1px 5px #000;
	text-shadow: 4px 4px 5px #000\9;
	behavior: url(/ie-shadow.htc)\9;
}

#billboard h2,
#billboard p {
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 2px #333;
	margin: 30px 0;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#billboard h2 {
	font-size: 20px;
	line-height: 26px;
}

#billboard p {
	font-size: 15px;
	line-height: 26px;
}
#billboard .learnMore {
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
#billboard .learnMore:hover { color: #F90000; }

#billboard .contactBtn { 
	text-align: center;
	display: block;
			
}

#home #billboard h2,
#home #billboard p { width: 675px; }

#billboard.minHeader {
	height: 40px;
	padding: 42px;
	background-position: bottom center;
}
#billboard .productTitle {
	position: absolute;
	top: 48px;
	right: 30px;
}
#billboard.minHeader .gradientBtn {
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
}


/* Billboard backgrounds */

.abstractRings { background-image: url(images/billboard/abstract-rings.png); }
.abstractRingsBlue { background-image: url(images/billboard/abstract-rings-blue.png); }
.greenCircles { background-image: url(images/billboard/green-circles.png); }
.blueCircles { background-image: url(images/billboard/blue-circles.png); }

/* Logo Slider */
#logoSlider {
	position: relative;
	height: 80px;
	overflow: hidden;
	padding: 10px 0;
		
}
#logoSlider img {
	max-height: 80px;
	position: absolute;
	left: -200px;
	opacity: 0;
	filter:alpha(opacity=0);	
}


/* Buttons */
#billboard .gradientBtn {
	position: absolute;
	bottom: 40px; 
	right: 50px;
} 
.gradientBtn,
.roundedBtn {
	display: block;
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	line-height: 40px;
	padding: 0 40px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	
	position: relative;
	behavior: url(/_inc/PIE.htc);	
}

.moreBtn {
	float: right;
	margin: 0 0 30px 0;
}
.redGradient{
	color: #fff;
	background: rgb(224,0,14); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,0,14,1) 0%, rgba(153,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,0,14,1)), color-stop(100%,rgba(153,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,0,14,1) 0%,rgba(153,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,0,14,1) 0%,rgba(153,0,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(224,0,14,1) 0%,rgba(153,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(224,0,14,1) 0%,rgba(153,0,0,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(224,0,14,1) 0%,rgba(153,0,0,1) 100%);
	behavior: url(/_inc/PIE.htc);
}
.redGradient:hover {
	background: rgb(153,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(153,0,0,1) 0%, rgba(238,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,0,0,1)), color-stop(100%,rgba(238,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(153,0,0,1) 0%,rgba(238,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(153,0,0,1) 0%,rgba(238,0,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(153,0,0,1) 0%,rgba(238,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(153,0,0,1) 0%,rgba(238,0,0,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(153,0,0,1) 0%,rgba(238,0,0,1) 100%);
	
	behavior: url(/_inc/PIE.htc);	
}

.blueGradient{
	color: #fff;
	background: rgb(65,182,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(65,182,219,1) 0%, rgba(5,104,132,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,182,219,1)), color-stop(100%,rgba(5,104,132,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(65,182,219,1) 0%,rgba(5,104,132,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(65,182,219,1) 0%,rgba(5,104,132,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(65,182,219,1) 0%,rgba(5,104,132,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(65,182,219,1) 0%,rgba(5,104,132,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(65,182,219,1) 0%,rgba(5,104,132,1) 100%);	
	behavior: url(/_inc/PIE.htc);
}
.blueGradient:hover {
	background: rgb(5,104,132); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(5,104,132,1) 0%, rgba(65,182,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,104,132,1)), color-stop(100%,rgba(65,182,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(5,104,132,1) 0%,rgba(65,182,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(5,104,132,1) 0%,rgba(65,182,219,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(5,104,132,1) 0%,rgba(65,182,219,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(5,104,132,1) 0%,rgba(65,182,219,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(5,104,132,1) 0%,rgba(65,182,219,1) 100%);
	behavior: url(/_inc/PIE.htc);	
}

/* panels */

.roundedPanel {
	min-height: 80px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */				
	-pie-background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	
	padding: 15px;
	margin: 10px 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	position: relative;	
	behavior: url(/_inc/PIE.htc);
}
.roundedPanel p { font-size: 12px; }
.roundedPanel a {
	text-decoration: none;
	color: #008CB4;
	font-weight: bold;
	font-size: 16px;
}
.roundedPanel a:hover { text-decoration: underline;}
	
.roundedPanel .panelPdf {
	padding-left: 100px;
	min-height: 80px;	
	background: url(images/icons/pdf.png) no-repeat;	
}
.roundedPanel .panelDemo {
	padding-left: 135px;
	min-height: 80px;	
	background: url(images/icons/laptop.png) no-repeat;	
}

/* Bullet Lists */

ul.bulletList {
	margin-bottom: 5px;
}

ul.bulletList li {
	padding-left: 25px;
	font-size: 14px;
	background: url(images/bullet-inset.png) no-repeat 0px 3px;
	margin-bottom: 15px;	
}
.logoPanel {
	text-align: center;	
}
.logoPanel img {
	margin: 20px auto;
	vertical-align: middle;
}


/* main */
#main {
	/*background: transparent url(images/grad_top_1x300.png) repeat-x 0 0;*/
	padding: 35px;
	float: left;
}
#main h1 {
	font-size: 32px;
	line-height: 40px;
}
#main h2 { font-size: 20px; }
#main h3 { margin-bottom: 10px; }
#main .actionBox {
	border: 1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(images/grad_top_1x75.png) repeat-x 0 1px;
	margin: 15px 0 30px;
}
#main .actionBox .innerBox {
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 18px 25px;
	color: #000;
	text-decoration: none;
	display: block;
}
#main .actionBox .withPhoto { padding-left: 175px; }
#main .withPhoto.engagement { background-image: url(images/box_gears.jpg); }
#main .withPhoto.insight { background-image: url(images/box_cape.jpg); }
#main .withPhoto.associations {
	background-position: 0 bottom;
	background-image: url(images/box_associations.jpg);
}
#main .withPhoto.conferences { background-image: url(images/box_hands.jpg); }
#main .withPhoto.healthcare { background-image: url(images/box_apples.jpg); }
#main .withPhoto.features { background-image: url(images/box_features.jpg); }
#main .withPhoto.secure {
	background-image: url(images/box_secure.jpg);
	background-position: 0 center;
}
#main .withPhoto.alumni {
	background-image: url(images/box_alumni.jpg);
	background-position: 0 bottom;
}
#main .actionBox h3,
#main .actionBox h4 { margin-bottom: 7px; }
#main .actionBox p {
	font-size: 12px;
	margin-bottom: 7px;
}
#main .actionBox table {
	font-size: 12px;
	margin-bottom: 13px;
}
#main .actionBox td {
	min-width: 85px;
	padding: 0 15px 5px 0;
}
#main .actionBox .boxAction {
	color: #F90000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#main .actionBox .innerBox:hover .learnMore { background-position: right -17px; }
#main .actionList li {
	font-size: 12px;
	margin: 20px 0;
	text-shadow: 0 1px 0 #fff;
	padding-left: 15px;
	background: transparent url(/_inc/images/bullet_square.png) no-repeat 0 5px; 
}
#main .detailList li {
	font-size: 13px;
	margin: 10px 0;
	text-shadow: 0 1px 0 #fff;
	padding-left: 15px;
	background: transparent url(/_inc/images/bullet.png) no-repeat 0 6px;
}
#careers #main h2 { font-size: 24px; }
#careers .resumator-job-title {
	color: #333;
	padding-top: 5px;
	margin-top: 20px;
	border-top: 1px dotted #DEDEDE;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#careers a.resumator-job-link {
	font-size: 12px;
	color: #F90000;
}
#careers .resumator-job-info-details,
#careers .resumator-job-info { font-size: 13px; }
#careers .resumator-job-description li,
#careers .resumator-job-description p {
	font-size: 13px;
	margin-bottom: 12px;
}
#main .badge {
	height: 75px;
	margin: 13px 0;
	border: 1px solid #DEDEDE;
	padding-top: 5px;
	background-color: #fff;
	position: relative;
	-moz-border-radius: 5px 47px 47px 0;
	-webkit-border-radius: 5px 47px 47px 0;
	border-radius: 5px 47px 47px 0;
}
#main .badge .thumb {
	float: left;
	margin-right: 10px;
}
#main .badge h4 {
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
	padding-top: 2px;
	font-size: 16px;
}
#main .badge p {
	color: #666;
	font-size: 11px;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#main .badge .tw {
	position: absolute;
	right: 17px;
	top: 20px;
}
#main #companyShowCase { padding: 5px 0; }
#main #companyShowCase .innerBox {
	position: relative;
	padding-left: 104px;
}
#main #companyShowCase .blog { background: transparent url(/_inc/images/SixentBlog.png) no-repeat 15px center; }
#main #companyShowCase .idc { background: transparent url(/_inc/images/IDC_Top10.png) no-repeat 8px center; }
#main #companyShowCase .comments { background: transparent url(/_inc/images/CustomerQuotes.png) no-repeat 19px 28px; }
/* two column layout */
.row {
	float: left;
	margin-bottom: 30px;
}
.verticalSolution #main .row { margin-bottom: 18px; }
.verticalSolution #main h3 { margin-bottom: 7px; }
.leftColumn {
	float: left;
	width: 437px;
	margin-right: 35px;
	*clear: both;
}
.rightColumn {
	float: right;
	width: 437px;
}
#caseStudies .rightColumn { float: right; }
.wideLeft .leftColumn { width: 529px; }
.wideLeft .rightColumn { width: 346px; }
/* three column layout */
.threeColumn #main {
	padding: 0 0 35px;
	/*margin-top: -23px;*/
}
.threeColumn .col {
	width: 324px;
	float: left;
	margin-bottom: 20px;
}
.threeColumn .col2 { margin: 0 4px; }
.threeColumn .col .colHead {
	height: 56px;
	text-align: center;
	line-height: 46px;
	position: relative;
}
.threeColumn .col1 .colHead {
	background: transparent url(images/ThreeColumnRibbon-Left-Red.png) no-repeat 0 0;
	margin: 0 0 0 -19px;
	width: 342px;
}
.threeColumn .col2 .colHead {
	background: transparent url(images/ThreeColumnRibbon-Centre-Red.png) no-repeat 0 0;
	margin-left: -3px;
	width: 331px;
}
.threeColumn .col3 .colHead {
	background: transparent url(images/ThreeColumnRibbon-Right-Red.png) no-repeat 0 0;
	margin: 0 -19px 0 1px;
	width: 342px;
}
.threeColumn .col1 .colHead.off { background-image: url(images/ThreeColumnRibbon-Left-Grey.png); }
.threeColumn .col2 .colHead.off { background-image: url(images/ThreeColumnRibbon-Centre-Grey.png); }
.threeColumn .col3 .colHead.off { background-image: url(images/ThreeColumnRibbon-Right-Grey.png); }
.threeColumn .colHead h3 {
	text-shadow: 0 -1px 0 #780000;
	margin-bottom: 0;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
}
.threeColumn .colHead.off h3 { text-shadow: 0 -1px 0 #555; }
.threeColumn .colHead h3 a {
	display: block;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
}
.threeColumn .colHead.off h3 a { color: #ddd; }
.threeColumn .colHead.off h3 a:hover { color: #fff; } 
.threeColumn .col .colInner,
.twoColumn .colInner {
	padding: 0 20px 40px;
	margin: 15px 0 0;
	position: relative;
}
.threeColumn .col2 .colInner { padding-left: 16px; padding-right: 16px; }
.threeColumn .col1 .colInner { border-right: 1px solid #DEDEDE; }
.threeColumn .col3 .colInner { border-left: 1px solid #DEDEDE; }
.threeColumn .col .colInner .learnMore,
.twoColumn .colInner .learnMore {
	position: absolute;
	bottom: 1px;
	right: 20px;
}
/* three/two column hybrid layout */
.hybrid #billboard h2 { bottom: 45px; }
.threeColumn #billboard #productLogo { bottom: 42px; }
.hybrid .hybridMain { padding: 0 35px; }
.hybrid .hybridMain .row img,
#services #main .row img { margin-bottom: 12px; }
.hybrid .hybridMain .row,
#services #main .row {
	border-top: 1px dotted #DEDEDE;
	margin-bottom: 18px;
	padding-top: 30px;
}
.hybrid .hybridMain > .row:first-child,
#services #main > .row:first-child {
	border-top: none;
	padding-top: 0;
}
.columnRow { overflow: hidden; }

/* product logos */

.productTitle {
	text-indent: -9999px;
}

.recollectiveWhite {
	width: 185px;
	height: 30px;
	background: url(images/recollective-white.png) no-repeat;
}
.recollectiveBlack {
	width: 165px;
	height: 32px;
	background: url(images/recollective-black.png) no-repeat;
}
.sixentWhite {
	width: 110px;
	height: 30px;
	background: url(images/sixent-white.png) no-repeat;
}
.sixentBlack {
	width: 90px;
	height: 32px;
	background: url(images/sixent-black.png) no-repeat;
}
.communityzeroWhite {
	width: 233px;
	height: 36px;
	background: url(images/cz-white.png) no-repeat;
}
.communityzeroBlack {
	width: 213px;
	height: 32px;
	background: url(images/cz-black.png) no-repeat;
}



/* contactUs */

#contactUs #billboard {
	height: 200px;	
}

#contactUs .inquiryList {
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DEDEDE;
}
#contactUs .inquiryList li {
	float: left;
	width: 264px;
	margin-bottom: 10px; 
}
#contactUs .personInfo {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DEDEDE;
	overflow: hidden;
}
#contactUs .personInfo li { margin-bottom: 10px; }
#contactUs .personInfo li label {
	display: inline-block;
	min-width: 154px;
}
#contactUs .personInfo li input[type="text"],
#contactUs .personInfo li textarea { width: 359px; }
#contactUs .personInfo li .quicknote {
	display: block;
	margin-top: 9px;
	font-size: 11px;
}
#contactUs .supportLinks li {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 13px;
}
.submitButton {
	float: right;
	background: transparent url(images/arrow_forward.png) no-repeat right 4px;
	background: none\9;
}
.submitButton:hover { background-position: right -17px; }
.submitButton input[type="submit"]{
	background: none;
	border: none;
	color: #F90000;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 18px 0 0;
	padding: 0\9;
	margin: 0;
	cursor: pointer;
}
.rm-formErrorBlock{
	padding: 8px;
	font-size: 14px;
	margin: 15px 0;
	border: 2px solid #F90000;
	color: #F90000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rm-formErrorMsg {
	font-size: 12px;
	color: #F90000;
	margin: 3px 0 3px 158px;
	display: block;	
}
.rm-hasError label { color: #F90000; }
li.rm-hasError input,
li.rm-hasError textarea {
	border-color: #F90000;	
}
div.rm-hasError select {
	color: #F90000;
	font-weight: bold;	
}
/* checksum */
#checksum h4 { margin-bottom: 0; }
#checksum .row { margin-bottom: 18px; }
/* sitemap */
#sitemap li a,
#error li a {
	color: #000;
	text-decoration: none;
}
#sitemap li a:hover,
#error li a:hover {
	color: #F90000;
	text-decoration: underline;
}
/* caseStudies */
#caseStudies .caseImage { margin-top: 40px; }
/* contentFoot */
#contentFoot {
	clear: both;
	*zoom: 1;
}
#contentFoot #contentFootActions {
	overflow: hidden;
	padding: 0 35px 55px;
}
#contentFoot #contentFootActions a {
	height: 85px;
	text-indent: -9000px;
}
#contentFoot #liveDemo a {
	width: 312px;
	float: right;
	background: transparent url(/_inc/images/live_demo.png) no-repeat 0 0;
}
#contentFoot #freeTrial a {
	width: 313px;
	float: left;
	background: transparent url(/_inc/images/free_trial.png) no-repeat 0 0;
}
/* footer */
#footer {
	background: transparent url(images/footer_bg.png) repeat-x 0 0;
	color: #fff;
	height: 94px;
	position: relative;
	text-shadow: 0 1px 0 #000000;
	font-family: "NeoSans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 13px;
}
#footer a {
	text-decoration: none;
	color: #ddd;
}
#footer a:hover { color: #fff; }
#footer #footerLinks {
	position: absolute;
	right: 24px;
	top: 17px;
}
#footer #footerLinks li a {
	padding-left: 0;
	margin-left: 7px;
	font-size: 11px;
}
#footer #footerLinks li .contact {
	font-size: 13px;
	float: left;
	margin-left: 35px;
	position: relative;
	top: -2px;
}
#footer #cz {
	font-size: 11px;
	padding-left: 40px;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	background: transparent url(images/cz_shadow_31x34.png) no-repeat 0 center;
	position: absolute;
	left: 35px;
	top: 22px;
}
#footer #copyright {
	font-size: 10px;
	position: absolute;
	left: 35px;
	bottom: 10px;
	text-shadow: none;
	color: #999;
}
#footerNav {
	position: absolute;
	right: 35px;
	bottom: 10px;
}
#footerNav li {
	float: left;
	margin-left: 35px;
}
.bulletBlock {
	padding-left: 132px;
	width: 322px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: 20px 8px;
	min-height: 80px;
	margin-right: 0;	
}
.bulletBlock .bulletList li { 
	background: url(images/bullet_square.png) no-repeat 5px 9px;
	margin-bottom: 5px; 
}
.bulletBlock h4 { 
	font-weight: bold;
	font-size: 16px;
}


/* Home Page */

#home #main h2 { 
	font-size: 26px;
	text-align: center;
	margin: 40px 40px 20px;
}
#home #main h4 { 
	font-size: 20px;
	text-align: center;
	margin: 30px 0;
}
#home #main p {
	font-size: 12px;
	color: #555;
	line-height: 1.7;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-top: 23px;
}
#home #main .productTitle {
	width: 100%;
	background-position: top center;
	display: block;
}
#home.threeColumn .col .colInner { height: 290px; }

/* Partner */

#partner .leftColumn,
#partner .rightColumn { 
	padding-left: 100px;
	width: 337px;
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#partner #main p {
	color: #666;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.7;
}
.partnerFocus { background-image: url(images/icons/bullseye.png); }
.partnerService { background-image: url(images/icons/briefcase.png); }
.partnerVolume { background-image: url(images/icons/graph.png); }
.partnerCommunity { background-image: url(images/icons/community.png); }
.partnerExpertise { background-image: url(images/icons/global.png); }
.partnerContact { background-image: url(images/icons/phone.png); }

/* Recollective */

#recollective #billboard h2 { line-height: 30px; }
#recollective #billboard p { line-height: 20px; }

#recollective #main h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
#recollective .logoPanel img { margin-top: 40px; }
#recollective #main .columnRow { margin-bottom: 30px; }

.recollectiveDesign { background-image: url(images/icons/design.png); }
.recollectiveSocial { background-image: url(images/icons/socialize.png); }
.recollectiveParticipant { background-image: url(images/icons/participation.png); }
.recollectiveAnalyze { background-image: url(images/icons/analyze.png); }
.recollectiveStudies { background-image: url(images/icons/studies.png); }
.recollectiveReport { background-image: url(images/icons/report.png); }
.recollectiveTasks { background-image: url(images/icons/activities.png); }
.recollectiveBrand { background-image: url(images/icons/brand.png); }
.recollectiveBackroom { background-image: url(images/icons/backroom.png); }
.recollectiveMobile { background-image: url(images/icons/mobile.png); }

#recollective .bulletBlock { 
	padding-left: 115px;
	width: 340px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: -10px 8px;
	min-height: 80px;
	margin-right: 0;
}	


/* Sixent */

#sixent #billboard h2 { line-height: 30px; }
#sixent #billboard p { line-height: 20px; }
#sixent .bulletBlock h4 { font-weight: normal; }
#sixent #main .roundedPanel { margin-bottom: 50px; }

.sixentSocial { background-image: url(images/icons/name-tag.png); }
.sixentGlobal { background-image: url(images/icons/global.png); }
.sixentContent { background-image: url(images/icons/pencil.png); }
.sixentFeedback { background-image: url(images/icons/comment.png); }
.sixentPermissions { background-image: url(images/icons/lock.png); }
.sixentAdmin { background-image: url(images/icons/shield.png); }
#sixent .bulletBlock.sixentCloud { 
	background-image: url(images/icons/clouds.png);
	background-position: 0 8px;
}
#sixent .bulletBlock.sixentCustomize { 
	background-image: url(images/icons/palette.png);
	background-position: 0 8px; 
}

#sixent .fancyZoom { 
	padding-top: 25px;
	display: block; 
}

/* Download Form */

#download_contact #billboard h1{ font-size: 26px; }

.fancyZoom { 
	padding-top: 56px;
	display: block; 
}
.fancyZoom img { max-width: 437px; }

/* CommunityZero */

#communityzero #main .detailList { margin: 19px 0 30px 20px; }
#communityzero #main .roundedPanel { margin-bottom: 50px; }


