/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333333;
}

div {	
	-moz-box-sizing: border-box;
}

form {
	margin: 0px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #f26522;
}

a:hover {
    text-decoration: underline;
    color: #d54f10;
}


#main_box {
	position: relative;
	height: 452px;
	background: url(../title/bg1.gif) repeat-x;
}


#lang_box {
	position: absolute;
	left: 850px;
	top: 40px;
	height: 100px;
	background: #FFF;
	border: 2px solid #FFFFFF;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#lang_box{
		top: 37px;
	}
}

#google_translate_element {
	position: absolute;
	bottom: 5px;
	left: 15px;
	height: 27px;
	width: 140px;
	overflow: hidden;
}


#logos_box div {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

.cat_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	text-decoration: none;
    color: #227c95;
	margin-bottom: 25px;
}

.cat_title:hover {
    color: #FFFFFF;
	text-decoration: none;
}



.page_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding-left: 20px;
    color:#000000;
}


#footer {
	margin-left: 25px;
}

#footer td {
    font-size: 11px;
}

#footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#flags_box {
    position: absolute;
    left: 850px;
    top: 85px;
    width: 153px;
    text-align: center;
    }

#flags_box  span {
	float: left;
    margin-left: 3px;
}

#iemarquee {
	padding: 0;
	margin: 0;
}

#iemarquee p {
	padding: 0;
	margin: 0;
}


#search_box {
	position: absolute;
	left: 852px;
	top: 11px;
	width: 145px;
}


a#logo {
	position: absolute;
	left: 35px;
	top: 10px;
	width: 215px;
	height: 120px;
	z-index: 50;
	background: url(../images/sep.gif) repeat;
}

#lang_all {
	width: 98px;
	height: 15px;
	position: absolute;
	right: 3;
	background: url(../images/all_lang.gif) no-repeat;
}

div.bottom_contact {
	position: absolute;
	top: -20px;
	right: -80px;
}

div.bottom_contact p {
	padding: 0;
	margin: 0;
}

#footer .bottom_contact p.con_link {
	margin-bottom: 25px;
}

#footer .bottom_contact p.con_link a {
	font-weight: bold !important;
	color: #000;
	font-size: 12px;
}