/* .................... Common */
span.date {
	color: #959595;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/site_images/icons/icons.gif) no-repeat left -60px;
	display: block;
}

span.ref {
	font-size: 1.1em; /*11px*/
	color: #959595;
}

	span.ref strong {
		font: bold 1.18em "Trebuchet MS", Arial, Helvetica, sans-serif; /*13px*/
		color: #333;
	}

.wrapped {
	width: 98.6em; /*986px*/
	margin: 0px auto;
}

.clear {
	clear: both;
}
/* ........................... */


/* .................. Clearfix */
div#top_line:after,
div.languages ul:after,
div#quick_menu ul:after,
div#main_menu ul:after,
div#navigation div.top:after,
div#header:after,
div.info_boxes:after,
div.client_logos:after,
div.contacts:after,
div#footer div.wrapped:after,
div#footer_menu:after,
div#header div.wrapped:after,
div#sub_menu ul:after,
div.breadcrumbs ul:after,
div.text_size:after,
div.columns:after,
ul.certificates li:after,
ul.partners li:after,
div.news_list ul li:after,
div.paginator:after,
div.news_article div.text:after,
div.service_categories:after,
div.sitemap ul:after,
form#apply_job div.elements:after,
form#apply_job div.checkboxes:after,
form#contact_form div.security:after,
div.jobs_filter ul:after,
div.fixme:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0pt;
}
/* ........................... */


/* ..................... Links */
a {
	text-decoration: none;
	color: #058fcb;
}

	a:hover {
		text-decoration: underline;
	}

a.back {
	float: left;
	padding: 0 0 0 35px;
	height: 28px;
	line-height: 28px;
	font-size: 1.7em;
	color: #058FCB;
	background: url(../images/site_images/bullets/arrow_back.gif) no-repeat left top;
}

a.arrow,
a.read_more {
	background: url(../images/site_images/bullets/arrow_blue.gif) no-repeat left 7px;
	padding-left: 6px;
}

a.print {
	padding-left: 15px;
	background: url(../images/site_images/icons/icons.gif) no-repeat left -80px;
	color: #3a3a3a;
}

	a.print:hover {
		color: #058fcb;
		text-decoration: none;
	}

.pseudo_link {
	cursor: pointer;
	border-bottom: 1px dashed #333;
}

/*.pseudo_link.active {
	cursor: default;
	border-bottom: 0 none;
}*/
/* ........................... */


/* .................. Headings */
h1.title {
	font-size: 2.9em; /*29px*/
	margin-bottom: 20px;
}

h2 {
	font-size: 2.7em; /*27px*/
	text-transform: uppercase;
}

h2.title {
	width: 17.41em; /*470px*/
	margin-bottom: 30px;
}

h2.title_blue {
	color: #058fcb;
}

h2.title_no_margin {
	margin-bottom: 0;
}

h3 {
	text-transform: uppercase;
	font-size: 2.1em; /*21px*/
}

	h3 a {
		color: #058fcb;
	}

		h3 a:hover {
			color: #3fcdfc;
			text-decoration: none;
		}

h3.dark,
	h3.dark a {
		color: #058fcb;
	}

h3.light,
	h3.light a,
	h3.dark a:hover {
		color: #3fcdfc;
	}

h4 {
}

h5 {
}

h6 {
}
/* ........................... */


/* ..................... Forms */
a.btn,
	a.btn span,
		a.btn span strong {
			float: left;
		}

a.btn,
	a.btn span {
		background-image: url(../images/site_images/buttons/btn.gif);
		background-repeat: no-repeat;
	}

a.btn {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	background-position: left top;
	height: 40px;
}

	a.btn:hover {
		background-position: left -80px;
	}

		a.btn:hover span {
			background-position: right -120px;
		}

	a.btn span {
		background-position: right -40px;
		padding: 6px 8px;
		height: 28px;
	}

		a.btn span strong {
			background-image: url(../images/site_images/buttons/btn_arrow.png);
			background-repeat: no-repeat;
		}

		a.btn_right span strong {
			padding: 4px 35px 4px 10px;
			background-position: right top;
		}

		a.btn_left span strong {
			padding: 4px 10px 4px 35px;
			background-position: left bottom;
		}

form label {
	font-size: 1.3em; /*13px*/
}

form span.note {
	font-size: 1.3em; /*13px*/
	color: #959595;
	display: block;
	margin-bottom: 20px;
}

	form span.note span.marked {
		color: #3a3a3a;
	}

	form select,
	form div.textfield input,
	form div.textarea textarea {
		border: 1px solid #8FDDFA;
	}

	form div.textfield input,
	form div.textarea textarea {
		font: normal 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif; /*14px*/
		color: #666;
		background: #fff;
		padding: 3px;
	}

	form select {
		font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; /*14px*/
		color: #666;
		background: #fff;
		padding: 2px;
	}

	form div.send {
		float: left;
		/*width: 96px;*/
		height: 40px;
		background: url(../images/site_images/buttons/btn_send.gif) no-repeat left top;
		margin-top: 20px;
	}

		form div.send input {
			border: 0px;
			background: none;
			/*width: 86px;*/
			/*height: 32px;	/* fixme */
			height: 40px;
			font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif; /*16px*/
			color: #00AFF2;
			text-transform: uppercase;
			text-align: left;
			padding: 8px 40px 8px 0px;
			margin-left: 10px;
			background: url(../images/site_images/buttons/btn_send.gif) no-repeat right top;
		}

		form div.send:hover {
			background-position: left bottom;
		}

			form div.send:hover input {
				background-position: right bottom;
			}
/* ........................... */


/* .................... Tables */

/* ........................... */


/* ................. CMS input */
div.text {
	font-size: 1.4em;/*14px*/
	line-height: 1.43em; /*20px*/
}

div.text.bottom_line {
	border-bottom: 1px solid #8fddfa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

	div.text div.right_stopper { /* goes right below the image */
		float: right;
		width: 400px;
		height: 20px;
	}

	div.text p {
		padding-bottom: 20px;
	}

	div.text img {
		margin-bottom: 20px;
	}

	div.text img.top {
		border-top: 1px solid #8fddfa;
	}

	div.text img.bottom {
		border-bottom: 1px solid #8fddfa;
	}

	div.text ul,
		div.text ul li {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		div.text ul li {
			background: url(../images/site_images/bullets/arrow_list.gif) no-repeat left 8px;
			padding-left: 10px;
			margin-bottom: 5px;
		}

	div.text h3 {
		text-transform: none;
		font-size: 1.64em; /*23px*/
		margin-bottom: 20px;
	}

	div.text h3.links {
		padding-top: 30px;
	}

	div.text a {
		text-decoration: none;
	}

	div.text a:hover {
		text-decoration: underline;
	}

	div.text a.arrow {
		font: bold 1.07em "Trebuchet MS", Arial, Helvetica, sans-serif; /*15px*/
		padding-left: 10px;
		background: url(../images/site_images/bullets/arrow_list.gif) no-repeat left 9px;
	}
/* ........................... */





/* ******************************* LAYOUT */

/* ...................... Body */
body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #3a3a3a;
}
/* ........................... */


/* ................... Wrapper */
div#wrapper {
	width: 98.6em; /*986px*/
	margin: 0px auto;
}
/* ........................... */


/* .................. Top line */
div#top_line {
	margin-bottom: 22px;
	height: 7.8em; /*78px*/
}
/* ........................... */


/* .................... Header */
div#header {
	height: 14.7em; /*147px*/
	margin-bottom: 40px;
	background: #003c72 url(../images/site_images/backgrounds/bgr_header.png) no-repeat center top;
}

div#header.home {
	height: 28.3em; /*283px*/
	background-image: url(../images/site_images/backgrounds/bgr_header_home.png);
}

div.header_error {
	height: 28.3em !important; /*283px*/
	background-image: url(../images/site_images/backgrounds/bgr_header_error.png) !important;
}

	div#header div.wrapped {
		position: relative;
	}
/* ........................... */


/* ...................... Main */
div#main {

}
/* ........................... */


/* ................... Content */
div#content {
	padding: 0px 40px 10px;
	min-height: 20em; /*200px*/
	position: relative;
}
/* ........................... */


/* ................... Sidebar */
div#sidebar {

}
/* ........................... */


/* .................... Footer */
div#footer {
	height: 9.6em;
	background: url(../images/site_images/backgrounds/bgr_footer.png) repeat-x center top;
}

	div#footer div.wrapped {
		padding-top: 25px;
	}
/* ........................... */





/* ********************** LAYOUT ELEMENTS */

/* ...................... Logo */
div#logo {
	width: 28.6em; /*286px*/
	height: 5.3em; /*53px*/
	float: left;
	margin: 18px 80px 0px 40px;
}
/* ........................... */


/* ................ Navigation */
div#navigation {
	float: left;
	width: 56em; /*560px*/
	margin-top: 12px;
}

	div#navigation div.top {
		margin-bottom: 3px;
	}
/* ........................... */


/* ................. Languages */
	div.languages ul {
		float: right;
	}

		div.languages ul li {
			float: left;
			color: #959595;
			cursor: default;
			margin-right: 3px;
			padding-right: 7px;
			background: url(../images/site_images/bullets/breakline_language.gif) no-repeat right 4px;
		}

		div.languages ul li.last {
			margin-right: 0px;
			padding-right: 0px;
			background: none;
		}

			div.languages ul li a {
				color: #3a3a3a;
			}

				div.languages ul li a:hover {
					color: #00aff2;
					text-decoration: none;
				}
/* ........................... */


/* .............. Header links */
div.header_links {
	margin-left: 40px;
	/*padding-top: 25px;*/
	padding-top: 15px;
	float: left;
	position: relative;
	z-index: 20;
}

	div.header_links h4 {
		float: left;
		clear: both;
		height: 42px;
		font: bold 3.75em/40px "Myriad Pro", "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif; /*38px*/
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 1px solid #0588c4;
		margin-bottom: 10px;
	}

	div.header_links img {
		margin-bottom: 8px;
		display: block;
	}

	div.header_links img.underline {
		margin-bottom: 0px;
	}

	div.header_links div.offering {
	}

	.page_application div.header_links div.offering {
		position: absolute;
		top: 152px;
	}

	div.header_links div.links {
		color: #8fddfa;
		clear: both;
	}

		div.header_links div.links a,
		div.header_links div.links span.separator {
			/*display: inline-block;*/
			text-transform: uppercase;
			font-size: 2.7em; /*27px*/
			line-height: 1em;
			color: #8fddfa;
		}

		div.header_links div.links a:hover {
			text-decoration: none;
			color: #FFF;
		}

		div.header_links div.links span.separator {
			padding: 0 10px;
			font-size: 2em;
		}

		div.header_links div.links span.separator.second {
			visibility: hidden;
		}

		div.header_links div.links a.third {
			float: left;
			clear: both;
		}

		/* locale overrides - bg */
		.bg div.header_links div.links span.separator.second {
			visibility: visible;
		}
		.bg div.header_links div.links a.third {
			float: none;
		}

/* .............. Header quote */
div#header div.wrapped a.quote {
	position: absolute;
	z-index: 30;
	display: block;
	background: url(../images/site_images/buttons/circle_btn.png) no-repeat center top;
	/*width: 8.18em; /*90px*/
	width: 4.95em;
	padding-top: 60px;
	font-size: 1.25em;
	line-height: 1.05em;
	text-align: center;
	color: #FFF;
}

	div#header div.wrapped a.quote:hover {
		text-decoration: none;
		background-position: center -246px;
	}

div#header.home div.wrapped a.quote {
	left: 422px;
	top: 166px;
}

	.bg div#header.home div.wrapped a.quote {
		left: 495px;
	}

div#header.inner div.wrapped a.quote {
	left: 422px;
	top: 30px;
}

	.bg div#header.inner div.wrapped a.quote {
		left: 484px;
	}

/* ........................... */


/* .............. Header image */
div#header div.wrapped div.main_image {
	/*width: 53em; /*530px*/
	position: absolute;
	/*left: 46em; /*460px*/
	left: 47.5em;
	top: 0px;
	z-index: 10;
	background: url(../images/site_images/backgrounds/bgr_header_image.png) no-repeat 0px 0px;
}

	div#header div.wrapped div.main_image img {
		display: block;
		width: 419px;
		height: 283px;
		margin-left: 90px;
	}

div#header.home div.wrapped div.main_image {
	height: 28.3em; /*283px*/
}

	div#header.home div.wrapped div.main_image img {

	}

div#header.inner div.wrapped div.main_image {
	height: 14.7em; /*147px*/
}

	div#header.inner div.wrapped div.main_image img {
		position: absolute;
	}
/* ........................... */


/* ................... Toolbar */
div.toolbar {
	width: 47em; /*470px*/
	margin-top: -25px;
}

	div.toolbar div.right {
		margin: 0px 22px 10px 0px;
		position: relative;
	}

		div.toolbar div.right a.print {
			float: left;
			margin: 3px 10px 0px 0px;
		}
/* ........................... */


/* ................. Copyright */
div.copyright {
	font-size: 1.1em; /*11px*/
	color: #999;
	margin-left: 40px;
	float: left;
	clear: both;
}
/* ........................... */


/* .............. Certificates */
div.certificates {
	float: right;
	margin-right: 40px;
	margin-top: -22px;
	padding-bottom: 4px;
}

	div.certificates a {
		float: left;
	}

	div.certificates a.iso {
		margin-top: 15px;
	}

	div.certificates img {
		margin-left: 15px;
		vertical-align: middle;
	}
/* ........................... */


/* ................. Text size */
div.text_size {
	font-size: 1.3em; /*13px*/
}

div.text_size,
	div.text_size a {
	float: left;
}

	div.text_size a {
		color: #3a3a3a;
	}

		div.text_size a:hover {
			color: #058FCB;
			text-decoration: none;
		}

	div.text_size a.icon {
		width: 13px;
		height: 11px;
		text-indent: -9999px;
		background-image: url(../images/site_images/icons/icons.gif);
		background-repeat: no-repeat;
		margin-top: 4px;
	}

	div.text_size a.minus {
		background-position: center -123px;
		margin-right: 3px;
	}

	div.text_size a.plus {
		background-position: center -102px;
		margin-left: 3px;
	}
/* ........................... */


/* ................... Columns */
div.columns {
}

div.columns.bottom_line {
	border-bottom: 1px solid #8fddfa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

	div.columns div.column_left,
	div.columns div.column_right {
		float: left;
	}

	div.columns div.column_left {
		width: 430px;
		padding-right: 20px;
	}

	div.columns div.column_right {
		width: 400px;
		margin-top: 50px;
		padding-left: 50px;
	}

	div.columns.jobs div.column_left,
	div.columns.jobs div.column_right {
		margin-top: 20px;
	}

	div.columns div.border_right {
		border-right: 1px solid #8fddfa;
	}

	div.columns div.border_left {
		margin-left: -1px;
		border-left: 1px solid #8fddfa;
	}
/* ........................... */


/* ........ Prev / Next arrows */
div.prev_next_arrows a,
div.prev_next_arrows span {
	width: 2.8em; /*28px*/
	height: 2.8em; /*28px*/
	background-image: url(../images/site_images/buttons/arrows_scroll_clients.gif);
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
}

div.prev_next_arrows a.prev,
div.prev_next_arrows span.prev {
	background-position: left top;
}

	div.prev_next_arrows a.prev:hover {
		background-position: left bottom;
	}

div.prev_next_arrows a.next,
div.prev_next_arrows span.next {
	background-position: right top;
}

	div.prev_next_arrows a.next:hover {
		background-position: right bottom;
	}
/* ........................... */





/* *************************** NAVIGATION */

/* ................ Quick menu */
div#quick_menu,
	div#quick_menu ul {
		float: left;
	}

		div#quick_menu ul li {
			float: left;
			margin-right: 10px;
		}

		div#quick_menu ul li.last {
			margin-right: 0px;
		}

			div#quick_menu ul li a {
				color: #3a3a3a;
				padding-left: 18px;
				background-image: url(../images/site_images/icons/icons.gif);
				background-repeat: no-repeat;
			}

			div#quick_menu ul li a.home {
				background-position: left 1px;
			}

			div#quick_menu ul li a.statement {
				background-position: left -17px;
			}

			div#quick_menu ul li a.sitemap {
				background-position: left -37px;
			}

				div#quick_menu ul li a:hover {
					color: #00aff2;
					text-decoration: none;
				}
/* ........................... */


/* ................. Main menu */
div#main_menu {
	clear: both;
	margin-top:10px;
}

	div#main_menu ul li {
		font-size: 2.1em; /*21px*/
		float: left;
		text-transform: uppercase;
		/*margin-right: 14px;
		padding-right: 18px;
		background: url(../images/site_images/navigation/main_menu_breakline.gif) no-repeat right 10px;*/
		background: none;
	}

		div#main_menu ul li span.separator {
			font-size: 0.7em;
			color: #058fcb;
			padding: 0 13px;
		}

		div#main_menu ul li.last span.separator {
			display: none;
		}

	/* bulgarian version */
	.bg div#navigation {
		margin-left: -5em;
		width: 61em;
	}

		.bg div#main_menu ul li span.separator {
			padding: 0 10px;
		}

	/* french version */
	.fr div#navigation {
	}

		.fr div#main_menu ul li {
		}

	/* deutch version */
	.de div#navigation {
	}

		.de div#main_menu ul li {
		}

	/* italian version */
	.it div#navigation {
	}

		.it div#main_menu ul li {
		}

	/* spanish version */
	.es div#navigation {
	}

		.es div#main_menu ul li {
		}

	div#main_menu ul li.last {
		margin-right: 0px;
		padding-right: 0px;
		background: none;
	}

		div#main_menu ul li a {
			color: #058FCB;
		}

		div#main_menu ul li span,
		div#main_menu ul li a:hover {
			color: #4d4d4d;
			text-decoration: none;
		}

		div#main_menu ul li span {
			cursor: default;
		}
/* ........................... */



/* .................. Sub menu */
div#sub_menu {

}

div#sub_menu,
	div#sub_menu ul {
		float: left;
	}

	div#sub_menu ul {
		margin-top: 7px;
	}

		div#sub_menu ul li {
			float: left;
			font-size: 1.4em; /*14px*/
			/*margin-right: 7px;
			padding-right: 12px;
			background: url(../images/site_images/navigation/sub_menu_breakline.gif) no-repeat right 6px;*/
		}

		div#sub_menu ul li.last {
			margin-right: 0px;
			padding-right: 0px;
			background: none;
		}

			div#sub_menu ul li span {
				color: #959595;
				cursor: default;
			}

			div#sub_menu ul li a {
				color: #3a3a3a;
			}

			div#sub_menu ul li a:hover {
				color: #058FCB;
				text-decoration: none;
			}

			div#sub_menu ul li span.separator {
				font-size: 0.82em;
				color: #058FCB;
				padding: 0 7px 0 4px;
			}

			div#sub_menu ul li.last span.separator {
				display: none;
			}
/* ........................... */


/* ............... Footer menu */
div#footer_menu {
	margin: 5px 0px 15px 38px;
}

div#footer_menu,
	div#footer_menu ul {
		float: left;
	}

		div#footer_menu ul li {
			float: left;
			margin-right: 10px;
		}

		div#footer_menu ul li.last {
			margin-right: 0px;
		}

			div#footer_menu ul li a {
				color: #3a3a3a;
				padding-left: 18px;
				background-image: url(../images/site_images/icons/icons.gif);
				background-repeat: no-repeat;
			}

			div#footer_menu ul li a.home {
				background-position: left 1px;
			}

			div#footer_menu ul li a.statement {
				background-position: left -17px;
			}

			div#footer_menu ul li a.sitemap {
				background-position: left -37px;
			}

				div#footer_menu ul li a:hover {
					color: #00aff2;
					text-decoration: none;
				}
/* ........................... */





/* ************************ PAGE ELEMENTS */

/* ............... Breadcrumbs */
div.breadcrumbs {
	margin-bottom: 5px;
	clear: both;
}

	div.breadcrumbs ul {

	}

		div.breadcrumbs ul li {
			float: left;
			margin-right: 8px;
			padding-right: 10px;
			background: url(../images/site_images/bullets/breakline_breadcrumbs.gif) no-repeat right 4px;
		}

		div.breadcrumbs ul li.first {

		}

			div.breadcrumbs ul li.first a {
				background: url(../images/site_images/icons/icons.gif) no-repeat left 1px;
				padding-left: 20px;
			}

				div.breadcrumbs ul li a:hover {

				}

		div.breadcrumbs ul li.last {
			margin-right: 0px;
		}

			div.breadcrumbs ul li a {
				color: #3a3a3a;
			}

				div.breadcrumbs ul li a:hover {
					color: #00aff2;
					text-decoration: none;
				}
/* ........................... */


/* ................. Paginator */
div.paginator {
	margin-right: 76px;
}

	div.paginator span.label {
		font-size: 1.3em; /*13px*/
		margin-top: 6px;
	}

	div.paginator span.label,
	div.paginator div.prev_next_arrows,
	div.paginator ul,
		div.paginator ul li {
			float: left;
		}

	div.paginator ul {
		border-left: 1px solid #8fddfa;
		font-size: 1.7em; /*17px*/
		margin: 3px 15px 0px;
	}

		div.paginator ul li {
			border-right: 1px solid #8fddfa;
		}

			div.paginator ul li a,
			div.paginator ul li span {
				padding: 0px 15px;
			}

				div.paginator ul li a:hover {

				}
/* ........................... */


/* .............. Music player */
div.music_player {

}
/* ........................... */


/* .............. Video player */
div.video_player {

}
/* ........................... */


/* ................... Banners */
div.banners {

}
/* ........................... */





/* **************************** HOME PAGE */

/* ................ Info boxes */
div.info_boxes {
	margin-bottom: 40px;
}

	div.info_boxes div.box {
		float: left;
		width: 28em; /*280px*/
		margin-right: 30px;
	}

		div.info_boxes div.box div.content {
			border-right: 1px solid #8fddfa;
			margin-top: 10px;
			padding: 10px 30px 0px 0px;
			height: 11.6em; /*116px*/
		}

			div.info_boxes div.box div.content p {
				font-size: 1.4em; /*14px*/
				line-height: 1.43em; /*20px*/
				margin-bottom: 10px;
			}

			div.info_boxes div.box div.content a {
				font-size: 1.1em; /*11px*/
			}

	div.info_boxes div.case_studies {
		margin-right: 0px;
	}

		div.info_boxes div.case_studies div.content {
			border: 0px;
		}

		div.info_boxes div.testimonials div.content {

		}

			div.info_boxes div.testimonials div.content p {
				font-style: italic;
				font-size: 1.3em; /*13px*/
			}

			div.info_boxes div.testimonials div.content p a {
				font-style: normal;
				font-size: 1.1em; /*11px*/
			}
/* ........................... */


/* .............. Client logos */
div.client_logos {

}

	div.client_logos h3,
	div.client_logos div#carousel,
	div.client_logos div.arrows {
		float: left;
		margin-right: 15px;
	}

	div.client_logos h1 {
		line-height: 1.52em; /*32px*/
	}

	div.client_logos div#carousel {
		position: relative;
		width: 690px;
		height: 30px;
		overflow: hidden;
	}

	/* locale overrides */
	.bg div.client_logos div#carousel {
		width: 630px;
	}

		div.client_logos div#carousel div.mask {
			position: absolute;
			left: 0;
			width: 30px;
			height: 30px;
			background: url(../images/site_images/backgrounds/carousel_glow.png) no-repeat 0 0;
		}

		div.client_logos div#carousel div.mask.right {
			left: auto;
			right: 0;
			background-position: -30px 0;
		}

		div.client_logos div#carousel ul {
			position: absolute;
			left: 0;
			border-right: 1px solid #8fddfa;
			width: 5000px;
		}

			div.client_logos div#carousel ul li {
				border-left: 1px solid #8fddfa;
				height: 30px;
				float: left;
				padding: 0px 12px;
			}

				div.client_logos div#carousel ul li a,
					div.client_logos div#carousel ul li a img {
						float: left;
						height: 30px;
					}
/* ........................... */


/* .................. Contacts */
div.contacts {
	margin: 40px 0 10px;
	width: 100%;
}

	div.contacts h3,
	div.contacts ul {
		float: left;
	}

	div.contacts ul {
		margin-left: 15px;
	}

		div.contacts ul li {
			margin-right: 15px;
			font-size: 10pt;
			/*padding-left: 15px;
			background: url(../images/site_images/bullets/breakline_contacts.gif) no-repeat left center;*/
		}

		div.contacts ul li.address {
			margin-right: 0;
		}

			div.contacts ul li strong,
			div.contacts ul li.address span {
				line-height: 2.5em;
			}

			div.contacts ul li strong {
				/*float: left;*/
				margin-right: 5px;
				font-weight: bold;
			}

		div.contacts ul li.phone,
		div.contacts ul li.fax {
			font-size: 2em; /*20px*/
			color: #9e9e9e;
		}

			div.contacts ul li.phone strong,
			div.contacts ul li.fax strong {
				font-size: 0.6em; /*10px*/
				color: #4c4c4c;
			}

			div.contacts ul li.phone span,
			div.contacts ul li.fax span {
				color: #3fcdfc;
			}

		div.contacts ul li span.separator {
			float: left;
			font-size: 10px;
			line-height: 2.5em;
			padding: 0 12px 0 0;
			color: #058FCB;
		}

	div.contacts_box p strong.deep_blue,
	div.contacts_box p span.deep_blue {
		color: #058FCB;
		font-weight: bold;
	}

			div.contacts table#contact_details tr td h3 {
				color: #058FCB;
				float: none;
				text-transform: none;
				font-size: 1.9em;
			}

				div.contacts table#contact_details tr td ul {
					margin-left: 0px;
				}
					div.contacts table#contact_details tr td ul li strong {
						line-height: 1.5em;
					}
/* ........................... */





/* ************************ COMPANY PAGES */

/* .............. Certificates */
div.text ul.certificates {

}

div.text ul.certificates,
	div.text ul.certificates li {
		background: none;
		margin-left: 0px;
		padding-left: 0px;
	}

	div.text ul.certificates li {
		border-bottom: 1px solid #8fddfa;
		margin-bottom: 10px;
		padding-bottom: 10px;
		list-style-position: outside;
	}

		div.text ul.certificates li img {
			margin-right: 30px;
			padding-bottom: 0px;
			border-top: 0px;
			float: left;
		}

		div.text ul.certificates li p {
			padding-top: 30px;
		}
/* ........................... */


/* .................. Partners */
div.text ul.partners {
	font-size: 1em;
	margin-top: 30px;
}

div.text ul.partners,
	div.text ul.partners li {
		background: none;
		margin-left: 0px;
		padding-left: 0px;
	}

	div.text ul.partners li {
		border-bottom: 1px solid #8fddfa;
		margin-bottom: 0;
		padding-top: 24px;
		padding-bottom: 20px;
		list-style-position: outside;
	}

		div.text ul.partners li img,
		div.text ul.partners li div {
			float: left;
		}

		div.text ul.partners li img {
			margin-right: 30px;
			padding-bottom: 0px;
			border-top: 0px;
		}

		div.text ul.partners li div {
			/*width: 50em; /*700px*/
			width: 700px;
		}

		div.text ul.partners li p {
			padding: 0px 0px 10px;
		}

		div.text ul.partners li a {
			text-decoration: none;
			color: #00aef2;
		}

			div.text ul.partners li a:hover {
				text-decoration: underline;
			}

		div.text ul.partners li h3 {
			/*padding-top: 24px;*/
			margin-bottom: 10px;
		}

		div.text ul.partners li.first h3 {
			padding-top: 0px;
		}
/* ........................... */


/* ................. News list */
div.news_list {
	margin: 40px 0px 20px;
	/*width: 83em; /*830px*/
	width: 830px;
}

	div.news_list ul {

	}

		div.news_list ul li {
			border-bottom: 1px solid #8fddfa;
			padding: 10px 0px;
		}

		div.news_list ul li.first {
			padding-top: 0px;
		}

			div.news_list ul li div.img_holder,
				div.news_list ul li div.img_holder a {
					/*width: 15em; /*150px*/
					/*height: 10em; /*100px*/
					width: 150px;
					height: 100px;
					float: left;
				}

				div.news_list ul li div.img_holder a,
					div.news_list ul li div.img_holder a img {
						display: block;
					}

			div.news_list ul li div.img_holder {
				border: 5px solid #8fddfa;
				margin: 0px 22px 10px 0px;
			}

					div.news_list ul li div.img_holder a img {
						width: 150px;
						height: 100px;
						border: 0px;
					}

			div.news_list ul li div.text {
				/*width: 45.71em; /*640px*/
				/*float: left;*/
			}

				div.news_list ul li div.text span.date {
					font-size: 0.71em; /*10px*/
					line-height: normal;
					display: inline;
				}

				div.news_list ul li div.text h1 {
					font-size: 1.21em; /*17px*/
					margin: 10px 0;
				}

					div.news_list ul li div.text h1 a {
						color: #058FCB;
						text-decoration: none;
					}

						div.news_list ul li div.text h1 a:hover {
							text-decoration: underline;
						}

				div.news_list ul li div.text p {
					padding-bottom: 10px;
				}

				div.news_list ul li div.text a.read_more {
					color: #00AEF2;
					text-decoration: none;
					font-size: 0.86em; /*12px*/
				}

					div.news_list ul li div.text a.read_more:hover {
						text-decoration: underline;
					}
/* ........................... */


/* .............. News article */
div.news_article {
	border-bottom: 1px solid #8fddfa;
	margin-bottom: 20px;
	padding-bottom: 20px;
	/*width: 84em; /*840px*/
	width: 840px;
}

	div.news_article div.text {
	}

		div.news_article div.text img {
			float: left;
			margin: 0px 22px 10px 0px;
		}
/* ........................... */





/* *********************** SERVICES PAGES */

/* ...................... Main */
div.service_categories {
	margin-top: 20px;
}

	div.service_categories div.by {
		float: left;
		/*width: 26em; /*364px*/
		width: 364px;
	}

	div.service_categories div.industry {
		margin-right: 30px;
	}

	div.service_categories div.type {

	}

		div.service_categories div.by ul {

		}

			div.service_categories div.by ul li {

			}

				div.service_categories div.by ul li a {
					color: #00aef2;
					text-decoration: none;
				}

					div.service_categories div.by ul li a:hover {
						text-decoration: underline;
					}
/* ........................... */


/* ............... Call Center */
ul.successful_projects {
	font-size: 1.07em; /*15px*/
}

	ul.successful_projects li {
		margin-bottom: 10px !important;
	}

		ul.successful_projects li a {
			color: #00AFF2;
			text-decoration: none;
			font-weight: bold;
		}

			ul.successful_projects li a:hover {
				text-decoration: underline;
			}
/* ........................... */





/* ************************ CAREERS PAGES */

/* ............. Opportunities */
div.jobs_list {
}

	div.jobs_list ul {
	}

		div.jobs_list ul li {
			margin-bottom: 20px;
		}

		div.jobs_list ul li.last {
			margin-bottom: 0px;
		}

			div.jobs_list ul li span.date {
				margin-bottom: 0px;
			}

			div.jobs_list ul li h1 {
				font-size: 1.7em; /*17px*/
			}

/* ............. Opportunities filter */
div.jobs_filter {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #8fddfa;
}

	div.jobs_filter ul {
		font-size: 1.4em;
		margin-left: 10px;
	}

		div.jobs_filter ul li {
			float: left;
		}

			div.jobs_filter ul li a {
				font-weight: normal;
			}

			div.jobs_filter ul li a,
			div.jobs_filter ul li strong {
				float: left;
				padding: 12px 13px;
			}

			#div.jobs_filter ul li.active a,
			div.jobs_filter ul li.active strong {
				position: relative;
				bottom: -1px;
				padding-top: 11px;
				border: 1px solid #8fddfa;
				border-bottom: 1px solid #ffffff;
			}
/* ........................... */


/* .................. Position */
div.position {
	margin-bottom: 30px;
}

	div.position span.date {
		margin-bottom: 0px;
	}

	div.position h1 {
		font-size: 2.1em; /*21px*/
		margin: 4px 0;
	}
/* ........................... */


/* ............... Application */
form#apply_job {

}

	form#apply_job div.elements {

	}

		form#apply_job div.elements div {
			float: left;
			margin-right: 5px;
		}

			form#apply_job div.elements div label {
				display: block;
			}

			form#apply_job div.elements div.textfield input {
				width: 214px;
			}

			form#apply_job div.elements div.textfield input#ref_no {
				font-weight: bold;
				color: #333;
			}

	form#apply_job div.file {
		margin: 20px 0px;
	}

		/*form#apply_job div.file input {
			background: #FFF;
			border: 1px solid #8FDDFA;
			padding: 4px;
			color: #666;
			width: 340px;
		}*/

		form#apply_job div.file label {
			display: block;
			padding-bottom: 4px;
		}

	form#apply_job div.declaration {
		margin: 0 0 20px 0;
	}

	form#apply_job div.checkboxes {
	}

		form#apply_job div.checkboxes br {
			clear: both;
		}

		form#apply_job div.checkboxes input {
			float: left;
			margin: 3px 5px 8px 0px;
		}

		form#apply_job div.checkboxes label {
			padding-bottom: 8px;
			font-size: 1.4em; /*14px*/
		}

/* general error label color - red */
form#apply_job label.error {
	color: #fd1234;
}
/* ........................... */





/* *************************** REST PAGES */

/* ................... Sitemap */
div.sitemap {
	min-height: 24em; /*240px*/
}

	div.sitemap ul {
		position: relative;
		padding-top: 40px;
	}

		div.sitemap ul li {
			float: left;
			margin-right: 20px;
			padding-right: 15px;
			/*background: url(../images/site_images/navigation/main_menu_breakline.gif) no-repeat right 7px;*/
			position: relative;
			z-index: 100;
			width: 150px;
		}

			div.sitemap ul li h3 {
				line-height: 1em;
			}

		div.sitemap ul li.home {
			position: absolute;
			left: 0px;
			top: 0px;
		}

			div.sitemap ul li.legal {
				top: -1.9em;
				background-position: right 26px;
			}

		div.sitemap ul li.first {
			clear: left;
		}

		div.sitemap ul li.last {
			margin-right: 0px;
			padding-right: 0px;
			background: none;
		}

			div.sitemap ul li ol {
				/*position: absolute;*/
				margin-top: 15px;
				/*width: 12.5em; /*125px*/
				width: 16em;
			}

			.bg div.sitemap ul li.first ol {
				width: 11em;
			}

				div.sitemap ul li ol li {
					float: none;
					font-size: 1.4em; /*14px*/
					margin: 0px 0px 12px 0px;
					padding-right: 0px;
					background: none;
				}

					div.sitemap ul li ol li a {
						color: #00AEF2;
					}
/* ........................... */


/* ................. Error 404 */
div.header_error div.wrapped {
	padding: 0px 60px;
	width: 90.6em; /*906px*/
}

	div.header_error div.wrapped h1 {
		padding: 30px 0px 15px;
	}

	div.header_error div.wrapped h2 {
		color: #FFF;
		text-transform: none;
		font-size: 2.3em; /*23px*/
		width: 25.65em; /*590px*/
	}

	div.header_error div.wrapped ul.choices {
		position: relative;
		z-index: 2;
		font-size: 1.4em; /*14px*/
		color: #FFF;
		margin-top: 15px;
	}

		div.header_error div.wrapped ul.choices li {
			margin-bottom: 8px;
			padding-left: 15px;
			background: url(../images/site_images/bullets/disk.png) no-repeat left 6px;
		}

			div.header_error div.wrapped ul.choices li a {
				color: #3FCDFC;
			}

				div.header_error div.wrapped ul.choices li a:hover {

				}

	div.header_error div.wrapped img.error {
		position: absolute;
		z-index: 1;
		top: -100px;
		right: 55px;
	}

div.content_error {
	min-height: 0px !important;
}
/* ........................... */


/* .................. Contacts */
div.contacts_box {

}

	div.contacts_box p {
		line-height: 1.8em;
	}

		div.contacts_box p span.label {
			font: bold 0.79em "Trebuchet MS", Arial, Helvetica, sans-serif; /*11px*/
		}

		div.contacts_box p strong {
			font: normal 1.29em "Trebuchet MS", Arial, Helvetica, sans-serif; /*11px*/
			color: #3FCDFC;
		}

form#contact_form {
	margin-top: 20px;
}

	form#contact_form p {
		font-size: 1.4em; /*14px*/
		margin-bottom: 15px;
	}

	form#contact_form div {
		margin-top: 10px;
	}

		form#contact_form div label {
			display: block;
			font-size: 1.4em;
		}

		form#contact_form div.textfield input {
			/*width: 20em; /*260px*/
			width: 260px;
		}

		form#contact_form div.textarea textarea {
			/*width: 36em; /* 468px */
			width: 468px;
			height: 10.00em; /*130px*/
		}

		form#contact_form div.select select {
			width: 19.14em; /*268px*/
		}

		form#contact_form div.security input,
		form#contact_form div.security img {
			float: left;
		}

		form#contact_form div.security input {
			margin-right: 8px;
			width: 12.46em; /*162px*/
		}

		form#contact_form div.security img {
			/*width: 6.15em; /*80px*/
			/*height: 1.69em; /*22px*/
			/*either way, images doesnt scale*/
			width: 80px;
			height: 22px;
			border: 1px solid #8fddfa;
			cursor: pointer;

		}

	form#contact_form div.send {
		margin-top: 20px;
	}

/* just another stupid hack */
div.contact_form_container div.column_right {
	clear: right;
}
/* ........................... */


/* ................... Success */
div.success img {
	padding-right: 88px;
}

div.success h3 {
	font-size: 2.07em; /*29px*/
	text-transform: none;
}
/* ........................... */

h3.font {
	font-size: 20px !important;
}

div.header_links div.links a.first {
	float: left;
}

/* recruitment process page */
table.recr {
	margin: 15px 0 30px;
	width: 100%;
	height: 139px;
}

	table.recr td.item {
		width: 119px;
		padding: 0 10px;
		background: url(../images/site_images/bullets/baloon_sprite.png) no-repeat 0px -139px;
		text-align: center;
	}

	table.recr td.active,
	table.recr td.over {
		background-position: 0px 0px;
		cursor: pointer;
	}

	table.recr td.separator {
		background: url(../images/site_images/bullets/baloon_arrow.gif) no-repeat center center;
	}

		table.recr td.item a {
			color: #058fcb;
			font-size: 1.4em;
			font-weight: bold;
		}

		table.recr td.active a,
		table.recr td.over a {
			color: #ffffff;
		}

		table.recr td.item a:hover {
			text-decoration: none;
		}

/* my day at sofica listing page */
.myday {
	border-bottom: 1px solid #8fddfa;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

	.myday ul {
		overflow: hidden;
		margin: 0 0 30px;
	}

		.myday ul li {
			overflow: hidden;
			margin-top: -70px;
			float: none;
			display: block;
			clear: both;
		}

		.myday ul li.first {
			margin-top: 0;
		}

			.myday ul li.left div.img {
				float: left;
				border-right: 1px solid #8fddfa;
			}

			.myday ul li.right div.img {
				float: right;
				border-left: 1px solid #8fddfa;
			}

			.myday ul li.left div.text {
				float: left;
				text-align: left;
				padding-left: 30px;
			}

			.myday ul li.right div.text {
				float: right;
				text-align: right;
				padding-right: 30px;
			}

			.myday ul li div.img {
				padding: 10px 0;
			}

			.myday ul li div.text {
				padding: 80px 0 0;
			}

				.myday ul li div.text h1 {
					font-size: 1.8em;
					text-transform: uppercase;
				}

				.myday ul li div.text p {
					padding: 15px 0;
				}

/* my day at sofica entry */
.myday_entry {
	overflow: hidden;
	border-bottom: 1px solid #8fddfa;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

	.myday_entry p.position {
		font-size: 1.4em;
		padding: 10px 0 20px;
	}

	.myday_entry div.img {
		padding: 10px 0;
	}
	.myday_entry_left div.img {
		float: left;
		border-right: 1px solid #8fddfa;
	}
	.myday_entry_right div.img {
		float: right;
		border-left: 1px solid #8fddfa;
	}

		.myday_entry ul {
			width: 720px;
		}
		.myday_entry_left ul {
			float: left;
			margin-left: -1px;
			border-left: 1px solid #8fddfa;
			text-align: left;
		}
		.myday_entry_right ul {
			float: right;
			margin-right: -1px;
			border-right: 1px solid #8fddfa;
			text-align: left;
		}

			.myday_entry ul li {
				margin-bottom: 0;
				padding-left: 0;
				padding-right: 0;
				background: none;
			}

				.myday_entry ul li p.time {
					padding: 0 0 0 20px;
					background: url(../images/site_images/bullets/bullet_time.gif) no-repeat 0px 4px;
					color: #058fcb;
				}
				.myday_entry_left ul li p.time {
					float: left;
					clear: both;
				}
				.myday_entry_right ul li p.time {
					float: left;
					clear: both;
				}

				.myday_entry_left ul li div.text {
					padding: 10px 0 0 20px;
				}
				.myday_entry_right ul li div.text {
					padding: 10px 20px 0 0;
				}
