@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 62.5%/1.5 "trebuchet ms", helvetica, sans-serif;
}

a {
	color:#060;
}
a:hover {
	color:#036;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}
img {
	border: 0px;
}
#wrap {
	margin: 30px 40px;
	width: 900px;
}
#header {
	height: 70px;
	position: relative;
	padding: 0px 10px 0px 4px;
}
#language {
	float: right;
	font-size: 1.2em;
	margin-top: 31px;
}
/* TOP MENU */
.amp {
	font-family: Arial, Helvetica, sans-serif;
}
.main_menu {
	position: relative;
	background: #060; /*old value = 363*/
	height: 27px;
	margin-bottom: 1px;
}
.main_menu ul {
	margin: 0px;
	padding: 0px;
}
.main_menu ul li {
	display: inline;
	margin: 0px -3px 0px 0px;
	padding: 0px;
}
.main_menu ul li a {
	font-family: "trebuchet ms", "MS Sans Serif", sans-serif;
	padding: 2px 10px;
	font-size: 1.7em;
	line-height: 27px;
	text-decoration:none;
	color: #fff;
}
.main_menu ul li a:hover {
	color: #000;
	background-color: #cc0;
	border: 0px;
}
.selectedMenuItem {
	background-color: #036;
	/*background-color: #cc0;*/
}


/* TOP MENU DESCRIPTION */
.section_header {
	position: relative;
	background: #000;
	height: 120px;
	color: #ccc;
	margin-bottom: 1px;
}
.section_header_content {
	position: absolute;
	height: 120px;
	width: 900px;
}
.section_header_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 25px;
	padding: 20px 300px 20px 20px;
	margin: 0px;
}
#sh_home, #sh_about, #sh_services, #sh_contact, #sh_news, #sh_knowledgecenter, #sh_networks, #sh_pressrelease{
	visibility: hidden;
}
#sh_home 			{ background: url(../img/header-home.jpg) right no-repeat; }
#sh_about 			{ background: url(../img/header-about-us.jpg) right no-repeat; }
#sh_services 		{ background: url(../img/header-services.jpg) right no-repeat; }
#sh_contact 		{ background: url(../img/header-contact.jpg) right no-repeat; }
#sh_news 			{ background: url(../img/header-news.jpg) right no-repeat; }
#sh_knowledgecenter { background: url(../img/header-knowledge.jpg) right no-repeat; }
#sh_networks 		{ background: url(../img/header-networks.jpg) right no-repeat; }
#sh_pressrelease 	{ background: url(../img/header-press.jpg) right no-repeat; }

.sub_menus {
	position: relative;
	height:27px;
	margin-bottom:15px;
	/*background: #036;*/
	background: #060; /*old value = 363*/
	
	padding:0px 10px;
	line-height: 27px;
	color: #fff;
	font-size: 1.2em;
}
.sub_menus a {
	color: #fff;
}

.sub_menus_real {
	position: relative;
	margin-bottom:5px;
	font-size: 1.2em;
}

/* COLOUMNS */
.coloumn {
	float: left;
	padding: 10px;
	border: dotted 1px #ccc;
	margin-bottom: 15px;
}
.cLeft, .cCenter, .cRight {
	width: 268px;
	height: 400px;
}
.cLeft2, .cCenter2, .cRight2 {
	width: 268px;
	height: 150px;
}

.cSmallBox
{
	height: 150px;
}

.cMediumBox
{
	height: 228px;
}

.c1Col
{
	width: 268px;
}

.cLeftWrapper
{
	width: 595px;	
}

.cDoubleBox
{
	width: 573px;	
	height:228px;
}

.cBigBoxAlter
{
	height:340px;
}

.cLeftWrapper, .cRightWrapper
{
	float: left;
}

.cLeftWrapper
{
	margin-right:15px;
	float: left;
	margin-bottom: 15px;
}

.cRightWrapper
{
	width: 290px;
}

.coloumn ul {
	list-style: square;
	margin: 0px 0px 0px 10px;
}
.coloumn ul li {
	margin: 5px 0px 5px 10px;
	font-size: 1.4em;
}

.p_list
{
	margin: 5px 0px 5px 10px;
	font-size: 1.4em;
}

.cCenter2 {
	background: url(../img/quote.gif) 10px 50px no-repeat;
}
.quote {
	padding-left: 55px;
	font-size: 1.3em;
}
.cLeft, .cCenter, .cLeftDouble, .cLeft2, .cCenter2 {
	margin-right: 15px;
}
.cLeftDouble {
	width: 573px;
	/*height: 524px;*/
}
.coloumn h1 {
	font-size: 2em;
	margin: 0px 0px 15px 0px;
}
.cLeft h1, .cCenter h1, .cRight h1 {
	height: 50px;
}
.cSmallBox h1, .cLeft2 h1, .cCenter2 h1, .cRight2 h1 {
	margin-bottom: 5px;
}
.coloumn h2 {
	font-size: 1.6em;
	margin: 0px 0px 15px 0px;
}
.coloumn p {
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}

.queryForm
{
	font-size: 1.4em;
	width:100%;
	display:block;
	float:left;
}

.queryForm span
{
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}

.queryForm div
{
	display:inline;
	float:left;
}

.more {
	font-size: 1.4em;
	font-weight: bold;
	padding: 2px 0px 3px 30px;
	background-image: url(../img/icon-read-more.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
	float: left;
}

/* FOOTER */
#footer {
	position: relative;
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 1.1em;
	color: #333;
}
#footer .menus {
	float: right;
}
#footer .label {
	margin-top: 5px;
	color: #000;
	float: left;
	text-align: right;
	width: 43px;
}
#footer .value {
	margin: 5px 12px 0px 0px;
	padding-left: 4px;
	float: left;
}

.slide_menu {
	position: relative;
	/*background: #060; /*old value = 363*/
	border-top: dotted 1px Blue;
	border-bottom: dotted 1px Blue;
	/*height: 22px;*/
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom: 10px;
}
.slide_menu ul {
	margin: 0px;
	padding: 0px;
}
.slide_menu ul li {
	display: inline;
	margin: 0px -3px 0px 0px;
	padding: 0px;
}
.slide_menu ul li a {
	font-family: "trebuchet ms", "MS Sans Serif", sans-serif;
	padding: 2px 10px;
	font-size: 1.0em;
	line-height: 22px;
	text-decoration:none;
	color: #000;
}
.slide_menu ul li a:hover {
	color: #000;
	background-color: #cc0;
	border: 0px;
}
.selectedSlideMenuItem {
	background-color: #fff;
	font-weight:bold;
}

.slide_menuBig {
	position: relative;
	background: #036; /*old value = 363*/
	border-top: solid 2px #fff;
	border-bottom: 0px;
	/*height: 22px;*/
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.slide_menuBig ul {
	margin: 0px;
	padding: 0px;
}
.slide_menuBig ul li {
	display: inline;
	margin: 0px -3px 0px 0px;
	padding: 0px;
}
.slide_menuBig ul li a {
	font-family: "trebuchet ms", "MS Sans Serif", sans-serif;
	padding: 2px 10px;
	font-size: 1.4em;
	line-height: 30px;
	text-decoration:none;
	color: #fff;
}
.slide_menuBig ul li a:hover {
	color: #000;
	background-color: #cc0;
	border: 0px;
}
.selectedSlideMenuItemBig {
	background-color: #060;
	font-weight:bold;
	border-top: solid 2px #060;
}









