@charset "utf-8";
/* CSS Document */

/* MAIN -------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border:none;
}
p {
	
}
a, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;	
}
label {
	margin: 0px;
	padding: 0px;	
}
text {
	margin: 0px;
	padding: 0px;	
}
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	padding: 0px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 700px;
}
#top {
	height: 160px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#terravia_logo {
	position: relative;
	height: 109px;
	width: 262px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#lang_menu {
	width: 142px;
	height: 40px;
	position: absolute;
	top: 16px;
	right: 30px;
	text-align: right;
}
#lang_menu a, #lang_menu a:visited {
	text-decoration: none;
}
#lang_menu a:hover {
	color: #0B9444;
}
#lang_menu img {
	border: 2px solid #b3b3b3;
	margin-left: 5px;
}

#main_menu {
	height: 43px;
	width: 559px;
	position: absolute;
	left: 360px;
	top: 48px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#main_menu ul {
	list-style: none;
	position: relative;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_menu ul li {
	float: left;
	margin-right: 20px;
	margin-left: 21px;
}
#main_menu ul li a, #main_menu ul li a:visited {
	text-decoration: none;
}
#main_menu ul li a:hover {
	color: #0B9444;
}
#main_menu ul li.over a, #main_menu ul li.selected a:visited {
	color: #0B9444;
}
#main_menu_html {
	
}
#main_menu_flash {
	margin-top:0px;
	display: none;	
	padding-top: 0px;
	padding-bottom: 0px;
}

#content {
	padding: 0px;
	margin-top: 390px;
	position:relative;
	min-height: 200px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.content_body {
	min-height:300px;
}
.content_body p{
	text-align: justify;	
}
.content_body h2{
	text-align: justify;
	font-weight: normal;
	color: #0b9444;
	font-size: 16px;
}
.content_body ul {
	width: 490px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content_body ul li {
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	padding-bottom: 10px;
}
.anterfile {
	width: 302px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 18px;
	margin-top: 20px;
	background-image: url(../images/anterfile-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 288px;
}
.anterfile p {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.anterfile_uslugi {
	width: 456px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 18px;
	margin-top: 20px;
	background-image: url(../images/anterfile-uslugi-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 288px;
}

.anterfile_uslugi p {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#bottom {
	width: 100%;
	height: 20px;
	position: relative;
}
#copyright {
	float: right;
	width: 45%;
	text-align: right;
}
#developed {
	float: left;
	width: 45%;	
}
#developed a, #developed a:visited {
	text-decoration: none;
}
#developed a:hover {
	text-decoration: underline;
}

.form_line {
	width: 100%;
	clear: both;
}
.form_label {
	float: left;
	width: 74px;
	height: 26px;
}
.form_box {
	float: left;
	width: 200px;
	background-color: #000;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #04662d;
	
}
.form_button {
	float: left;
	background-color: #000;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	height: 26px;
	border: 1px solid #04662d;
}
.content_form_no_data {
	border: 1px dashed #FFFF00;	
}

/* MISC -------------------------------------------------------------*/
.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
/* stops annoying focus-selection boxes in FF3 */
*:active, object:focus, embed:focus
{
outline: none;
}