.logo, h1 {display: none;}
#site-navigation,
#top-navigation,
#navigation,
#search,
#block-left,
#flash {display: none;}

#back-top,
#bottom-navigation {display: none;}


body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Tahoma, Helvetica, sans-serif;
}
#wrapper {position: relative; width: 100%;}
#holder {
	padding-top: 0;
	width: 100%;
	position: relative;
}

#logo-print {position: absolute; top: 0; right: 0;}

a.company-logo img {border: 0;}
.solution {display: none;}

/* Text */
#text {
	padding: 10px 0;
	text-align: justify;
	line-height: 18px;
	color: #333;
	position: relative;
}
#text h4 {
	font-size: 1.1em;
	color: #2C77B1;
	padding: 6px 10px 6px 28px;
	background: #E6F0F9 url('../images/bg-h3.gif') no-repeat 12px 50%;
	margin-bottom: 10px;
}
#text h3 {
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	padding-bottom: 15px;
}
#text p {margin: 0 0 1.5em 0;}
#text a {color: #2C77B1; text-decoration: none;}
#text a:hover {text-decoration: underline;}
#text img {border: 1px solid #A6CCEB;}


#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
#text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 13px 7px;
}
* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {margin: 0;}
#text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}
#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

#text ol {
	padding: 0 0 0 40px;
}
* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: lower-alpha;}
#text ol li {padding: 0}

#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #80B6E2;
	width: 100%;
	margin-bottom: 1em;
}
* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #E6F0F9;
	vertical-align: top;
}
#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #E6F0F9;
	background: #E6F0F9;
}
#text td p, #text th p {margin: 0;}
/* Text */
