/* CSS Document */

img { 
	display: block;
	border: none;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;	
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
}

.header {
	width: 1000px;
	height: 319px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
}		

.footer {
	width: 1000px;
	height: 221px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
}

.main {
	width: 1000px;
}

.content {
	width: 547px;
	background-image: url("images/footer_right.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	padding: 20px 20px 100px 20px;
}

.left, .footer_left {
	width: 453px;
	background-image: url("images/bg_left_v2.jpg");
	background-repeat: repeat-y;
	overflow: auto;
}
.left_text {
	position: relative;
	padding: 10px 20px 10px 10px;
	/* top: -150px; */
}	
.footer_left {
	height: 99px;
}
.footer_right {
	width: 547px;
	height: 129px;
	background-image: url("images/footer_right.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;	
}	
form {
	margin: 0;
	padding: 0;	
}
input, label, select, .chestionar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
}
font.error {
	color: red;	
}
select, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: solid 1px #BBBBBB;
    background-color: #FFFFFF;
}
.radio {
	background-color: transparent;
	border: none;
}		
a, a:hover {
	font-size: 14px;
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.formular {
	padding: 5px 20px 5px 15px;
}

.menu {
	position: relative;
	left: 400px;
	top: 40px;
}
#restu {
	display: none;
}