/* General */
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
}

iframe, img, embed {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-khtml-box-sizing:content-box;
}

body {
	background:#ddd url(/images/vgrad.png) repeat-x;
	text-align:center;
	font-family:'open sans', sans-serif;
	font-size:13px;
	margin:0;
	padding:10px 0;
}

h1, h2 { font-weight:normal; }

a {
	text-decoration:none;
	color:#d40086;
}

a:hover {
	text-decoration:underline;
}

.doc {
	width:900px;
	text-align:left;
	position:relative;
	margin:0 auto;
}

/* Header */
.header {
	float:left;
}

.header ul {
	margin:0;
	padding:0;
}

.header li {
	display:block;
	float:left;
	font-size:8pt;
}

.header .sections li {
	width:113px;
	height:33px;
	margin:0 5px 0 0;
}

.header .sections a {
	display:block;
	height:100%;
	width:100%;
	text-align:center;
	padding-top:2px;
	color:white;
	font-family:'Lora', serif;
	font-size:17px;
	text-decoration:none;
}

/* Tabs */
.header .sections .pro { background-image:url(images/pro_tab.jpg); }
.header .sections .feat { background-image:url(images/ftr_tab.jpg); }
.header .sections .cas { background-image:url(images/clt_tab.jpg); }
.header .sections .sup { background-image:url(images/sup_tab.jpg); }
.header .sections .par { background-image:url(images/par_tab.jpg); }
.header .sections .abo { background-image:url(images/abo_tab.jpg); }
.header .sections .active { background-position:0 33px; }

.header .quickLinks {
	position:absolute;
	right:0;
	top:0;
	background-color:#e0dfdf;
	padding:8px 0 0 18px;
	height:33px;
	width:192px;
}

.header .quickLinks li a {
	margin-right:15px;
	background-image:url(images/link_button.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:18px;
}

/* Branding */
.brand {
	clear:both;
	float:left;
	width:100%;
	height:90px;
	background-color:white;
	border:1px solid #d9dade;
	margin:12px 0;
	background-image:url(/images/composica.png);
	background-repeat:no-repeat;
	background-position:20px 11px;
}

.tour {
	display:none;
}

.brand .logo {
	width:100%;
	height:60px;
}

.brand .logo a {
	height:100%;
	width:200px;
	display:block;
}

.brand .logo a:hover {
	text-decoration:none;
}

.brand .header {
	width:100%;
	height:30px;
	background-repeat:repeat-y;
	padding:2px 24px;
	color:white;
	font-size:15pt;
	font-family:'Lora', serif;
}

.brand .header.pro {
	background-image:url(images/pro_hdr.jpg);
	background-color:#20acc5;
}

.brand .header.cas {
	background-image:url(images/clt_hdr.jpg);
	background-color:#7e7f3e;
}

.brand .header.feat {
	background-image:url(images/ftr_hdr.jpg);
	background-color:#d44f74;
}

.brand .header.sup {
	background-image:url(images/sup_hdr.jpg);
	background-color:#c5684a;
}

.brand .header.par {
	background-image:url(images/par_hdr.jpg);
	background-color:#ff9834;
}

.brand .header.abo {
	background-image:url(images/abo_hdr.jpg);
	background-color:#8ba0a5;
}

/* Content */
.content {
	position:relative;
	width:100%;
	min-height:1000px;
	clear:both;
	float:left;
}

.content {
	_height:1000px;
}

.content h1 {
	font-family:'Lora', serif;
	font-size:16.5pt;
	color:#0d90b0;
	margin:14px 0 10px 0;
	clear:both;
}

.content h2 {
	font-family:'Lora', serif;
	font-size:13pt;
	color:#0d90b0;
	margin:14px 0 10px 0;
	clear:both;
}

.content h1:first-child {
	margin-top:0;
}

.content h1.insig {
	display:inline;
	margin-right:5px;
}

.content p {
	margin:12px 0;
	line-height:18px;
}

/* Menu */
.content .menu {
	position:absolute;
	left:0;
	top:0;
	background-color:#faf9f9;
	background-image:url(/images/circles_left.gif);
	background-repeat:no-repeat;
	background-position:30px 100px;
	width:167px;
	min-height:566px;
	height:100%;
	text-align:right;
	padding:12px;
	margin-right:8px;
	border:1px solid #d9dade;
}

.content .menu.product {
	background-position:30px 240px;
}

.content .menu.partners {
	background-position:30px 158px;
}

.content .menu.features {
	background-image:none;
}

.studies .main { width:507px !important;  }
.studies .menu { width:167px; background-position:30px 158px; }

.content .menu ul {
	margin:0;
	padding:0;
	width:100%;
	border-top:2px solid #faf9f9;
	overflow:hidden;
	position:relative;
}

.content .menu li {
	color:#d40086;
	margin-top:5px;
	border-top:2px solid #e0dfdf;
	padding-top:5px;
	list-style-type:none;
	position:relative;
	top:-7px;
}

.content .menu li.selected, .content .menu li.selected a {
	color:gray;
}

.content .menu li:first-child {
	border:none;
}

/* Main content area */
.content .main {
	position:relative;
	width:507px;
	margin-left:175px;
	min-height:1000px;
	background-color:white;
	padding:20px;
	border:1px solid #d9dade;
}

.content .main {
	_height:100%;
}

.content .main ul {
	position:relative;
	left:17px;
	margin:0;
	padding:0;
	margin-left:-17px;
}

.content .main li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding:5px 0 4px 18px;
	line-height:21px;
	list-style-type:none;
	position:relative;
}

.content .main ul.inner li {
	line-height:19px;
	background-position:0 11px;
}

/* Links */
.content .links {
	position:absolute;
	left:690px;
	top:0;
	width:209px;
	min-height:790px;
	height:100%;
	padding:0 18px;
	border:1px solid #d9dade;
	background:white url(/images/circles_bottom.jpg) no-repeat bottom right;
}

.content .links .item {
	width:100%;
	border-bottom:4px solid #eee;
	position:relative;
	padding:14px 0;
}

.content .links .item ul {
	position:relative;
	margin:0;
	padding:0;
}

.content .links .item li {
	background-image:url(images/link_button.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:6px 0 6px 24px;
	font-size:8pt;
	list-style-type:none;
}

.content .selectedClient {
	text-align:center;
}

.content .moreClients {
	text-align:right;
	margin-top:10px;
}

.content .links .item .sample2 {
	margin-bottom:26px;
}

/* News */
.newsItem {
	border-bottom:1px solid #d9dade;
	margin-bottom:8px;
}

.newsItem.last {
	border-bottom:0 none;
	margin-bottom:0;
}

.newsItem .date {
	color:gray;
	margin-bottom:4px;
}

.newsItem .title {
	color:black;
	display:block;
	margin-bottom:8px;
}

.newsItem {
	line-height:14px;
}

.newsItem .linkMore.news {
	margin-top:2px !important;
	margin-bottom:-6px !important;
	padding-right:20px;
	width:86px;
}

/* Uniques */
.trial strong {
	font-size:11px;
}

.links .sample {
	position:absolute;
	top:120px;
	left:50px;
	border:1px solid gray;
}

.links .sample2 {
	margin-top:-6px;
	margin-left:10px;
	border:1px solid gray;
}

.links .linkMore {
	background-position:right 2px;
	padding-right:20px;
	width:60px;
	margin-top:30px;
	margin-bottom:-26px;
	margin-left:6px;
}

.linkMore {
	display:block;
	margin-top:16px;
	background-image:url(images/arrow_more.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
	width:76px;
}

.links .linkMore.dnld {
	position:relative;
	top:-20px;
	left:70px;
	width:78px !important;
}

blockquote {
	margin:0;
	font-style:italic;
	padding-bottom:14px;
	font-size:8pt;
	line-height:13pt;
}

cite {
	display:block;
	font-style:normal;
	font-size:7pt;
	text-align:right;
}

img { border:0; }

.linkMore.dnld {
	background-image:url(/images/arrow_down.gif);
	margin-right:0 !important;
}

/* Footer */
.footer {
	clear:both;
	float:left;
	width:100%;
	position:relative;
	color:gray;
	font-size:7pt;
	padding:5px;
}