
/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	font: bold 22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	padding: 9px 0 0 30px;
	color: #5e5d7f;
	letter-spacing: 2px;
}

h2 {
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 22px 0;
	padding: 9px 0 0 30px;
	color: #5e5d7f;
	letter-spacing: 2px;
}

h3 {	
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 9px 0 0 30px;
	color: #5e5d7f;
	letter-spacing: 1px;
}

#index h3 {
	letter-spacing: 3px;
}

h4 {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #38364e;
	margin: 22px 0 15px 0;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:link {
	color: #FFF;
}

a:visited {
	color: #e2e2e2;
}

a:hover {
	color: #163800;
}



/* Paragraphs */
 
p {
	margin: 0 0 14px 0;
	text-align: justify;
}

/* Lists */

ol {
	margin: 0 0 10px 0;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 0 0 1px 0;
	list-style: decimal;
	list-style-position: inside;
}

ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url('/_bone/li_n.gif') no-repeat 0 4px;
}

#services_box ul li {
	background: url('/_bone/li.gif') no-repeat 0 4px;
	margin: 0 0 6px 0;
	line-height: 1.1em;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #b8d4b5;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

table td {
	border: 1px solid #605e7b;
	border-collapse: collapse;
	padding: 8px 10px;
	background: #c5c9db;
	color: #000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #b9bbd4;
	border: 1px solid #605e7b;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 8px 12px;
	text-align: left;
	border: 0px solid transparent;
	color: #FFF;
	background: #605e7b;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

.hr hr {
	display: none;
}

.hr {
	height: 2px;
	line-height: 2px;
	font-size: 1px;
	background: #525169;
	width: 100%;
	margin: 25px 0 30px 0;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.all {
	background: url('/_bone/all_bg.gif') repeat-y center top;
}

.frame {
	width: 1000px;
	margin: 0 auto;
}

.header {
	background: url('/_bone/header.jpg') no-repeat;
	height: 428px;
	position: relative;
}

.lang {
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	top: 17px;
	right:  16px;
}

.lang li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 0 0 7px;
	margin: 0 6px 0 0;
	background: url('/_bone/lang_sep.gif') no-repeat 0 2px;
}

.lang li:hover {
	background: url('/_bone/lang_sep.gif') no-repeat 0 2px !important;
}

.lang li.first:hover {
	background: transparent !important;
}

.lang li.first {
	background: transparent;
}

.lang li a:link, .lang li a:visited {
	color: #5a5a5a;
	text-decoration: none;
}

.lang li.current a:link, .lang li.current a:visited, .lang li a:hover {
	color: #FFF;
}

.menu {
	margin: 0;
	position: absolute;
	top: 388px;
	left: 130px;
}

.menu li {
	margin: 0 18px 0 0;
	float: left;
	display: inline;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 1px;
	background: transparent;
	padding: 0;
}

.menu li a:link, .menu li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 6px 0 8px;
	display: block;
	float: left;
	height: 30px;
}

.menu li.current a:link, .menu li.current a:visited, .menu li a:hover {
	background: url('/_bone/menu_current.gif') repeat-x;
	color: #d7d7e6;
}

.content {
	margin: 22px 26px 0 28px;
}

.col_1 {
	float: left;
	width: 630px;
	display: inline;
}

.col_2 {
	float: left;
	display: inline;
	width: 286px;
	margin: 0 0 0 22px;
}

.box_1 {
	background: #a6a9b9 url('/_bone/box_1_mid.gif') repeat-y 0 0;
}

.box_1 .inner_1 {
	background: url('/_bone/box_1_top.gif') no-repeat 0 0;
}

.box_1 .inner_2 {
	background: url('/_bone/box_1_bottom.gif') no-repeat 0 100%;
	padding-bottom:10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img.fright, .pic {
	display: inline;
	float: right;
	margin: 0 10px 0 20px;
	position: relative;
}

.pic {
	padding: 8px;
}

.pic span {
	background: url('/_bone/overlay.png') no-repeat;
	display: block;
	width: 146px;
	height: 193px;
	position: absolute;
	top: 0;
	left: 0;
}

.box_1 .inner_3 {
	margin: 0 0 0 30px;
}

.text {
	margin: 13px 0 0 0;
}

.inner_3{
padding-right:25px;
}
#inside .text {
	margin: 13px 25px 0 0;
}

#inside img.fright {
	margin: 0 10px 0 20px;
}

.box_2 {
	background: #a6a9b9 url('/_bone/box_2_mid.gif') repeat-y 0 0;
}

.box_2 .inner_1 {
	background: url('/_bone/box_2_top.gif') no-repeat 0 0;
}

.box_2 .inner_2 {
	background: url('/_bone/box_2_bottom.gif') no-repeat 0 100%;
}

.box_2 .inner_3 {
	margin: 30px 5px 0 35px;
}

#services_box .inner_2 {
	height: 252px;
}

.box_3 {
	background: #a6a9b9 url('/_bone/box_3_mid.gif') repeat-y 0 0;
	margin: 5px 0 0 0;
}

.box_3 .inner_1 {
	background: url('/_bone/box_3_top.gif') no-repeat 0 0;
}

.box_3 .inner_2 {
	background: url('/_bone/box_3_bottom.gif') no-repeat 0 100%;
	padding: 0 0 30px 0;
}

.services {
	margin: 20px 0 0 3px;
}

.services a {
	float: left;
	display: block;
	display: inline;
	margin: 0 0 10px 12px;
}

.footer {
	text-align: center;
	background: url('/_bone/footer.gif') no-repeat 0 0;
	height: 55px;
	color: #f6f6f5;
	margin: 7px 0 0 0;
	overflow: hidden;
}

.footer a:link, .footer a:visited {
	color: #f6f6f5;
	text-decoration: none;
}

.copyright {
	margin: 20px 0 0 53px;
}

.footer a:hover {
	color: #bfc1d6;
}

ul li:hover, ul li.active {
	background: url('/_bone/li_dark_n.gif') no-repeat 0 4px;
	color: #000;
}

ol li:hover, ol li.active {
	color: #000;
}

ul li:hover a:link, ul li:hover a:visited, ul li:hover a:hover, ul li.active a:link, ul li.active a:visited, ul li.active a:hover {
	color: #000;
}

ol li:hover a:link, ol li:hover a:visited, ol li:hover a:hover, ol li.active a:link, ol li.active a:visited, ol li.active a:hover {
	color: #000;
}

#inside .box_1 .inner_2 {
	padding: 0 0 15px 0;
}

.right_pic {
	margin: 5px 0 0 5px;
}

#inside .content {
	padding: 0 0 15px 0;
}

.logo {
	display: block;
	position: absolute;
	top: 60px;
	left: 65px;
	width: 185px;
	height: 145px;
}

.email_link {
	display: block;
	position: absolute;
	top: 238px;
	left: 230px;
	width: 197px;
	height: 18px;
}

.euro_logo
{
	display:block;
	position:absolute;
	width:340px;
	height:40px;
	right:0px;
	top:350px;
}

#index #services h3 {
	text-align: center;
	letter-spacing: 2px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#services_box a:link, #services_box a:visited {
	text-decoration: none;
}

#services_box ul li:hover, #services_box ul li.current {
	background: url('/_bone/li_dark.gif') no-repeat 0 4px;
}

#services_box ul li:hover a {
	color: #000 !important;
}

.minicols {
	width: 382px;
	color: #FFF;
}

.col_left {
	float: left;
	width: 218px;
	display: inline;
	margin: 10px 0 0 15px;
}

.col_right {
	float: left;
	width: 128px;
	display: inline;
	margin: 10px 0 0 0;
}

.path a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.path a:visited {
	color: #ced2dc;
	font-weight: bold;
	text-decoration: none;
}

.path a:hover {
	color: #2d2b3e;
	font-weight: bold;
	text-decoration: none;
}

.path span {
	margin: 0 7px;
}

.path {
	color: #FFF;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hidden {
	display: none;
}

.page_bar, .page_bar td
{
	background-color:transparent;
	border:none;
	font-size:11px;
	padding:2px;
}
