body{
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: #000168;
	background-image: url(../img/top.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#main{
	background-image: url(../img/bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 2px solid #E8E8E8;
	border-right: 2px solid #E8E8E8;
}

table {
border: 0;
}

img {
border: 0;
}

body, tr,td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FORM {
   MARGIN: 0px;
	font-size: smaller;
}

A {
	COLOR: #334771;
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline
}

hr{ height: 1px; border: solid #e6ece9 0px; border-top-width: 1px;}

h1{
	font-size: 160%;
	color: #bc0707;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2{
	font-size: 140%;
	text-decoration: underline;
	color: #bc0707;
	font-family: Arial, Helvetica, sans-serif;
}

.data{
	color: Silver;
}
.error{
	color: Red;
}
#menublock{
	width: 150px;
	float: left;
	height: 100%;
	padding-top: 65px;
	padding-left: 10px;
}
#menublock a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 130%;
	font-weight: bold;
}

#menublock a:hover {
	text-decoration: none;
}

#production{
}

#production a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 130%;
   font-weight: bold;
   text-decoration: underline;
}

#production a:hover {
	text-decoration: none;
}

#content
{
	float: left;
	width: 620px;
	height: 100%;
	padding-left: 50px;
	padding-top:40px;
	text-align: justify;
	line-height: 17px;
	background-image: url(../img/cl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#content A {
	COLOR: #334771;
	text-decoration: underline;
}
#content A:hover {
	text-decoration: none;

}
.white{
	color: white;
}
#footer{
	background: #4db848;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 10px;
	height: 100%;
}
#copy{
	float: left;
	width: 20%;
	color: White;
	height: 100%;
}
#copy A {
	TEXT-DECORATION: none;
	color: #fff;
}
#copy A:hover {
	TEXT-DECORATION: underline;
}
#adress{
	float: left;
	width: 60%;
	color: White;
	font-size: 90%;
	height: 100%;
}
#counter{
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}
#logo{
	color: White;		
}
#header{
	left: 20px;
	top: 40px;
	position: relative;
}
.br{
   text-align: right;
	font-size: 90%;
	font-weight: bold; 
}
.box{
	border: solid 1px #f2f2f2;
	padding: 10px;
	color: Gray;
}
#ico{
width: 120px;
height: 100%;
padding-top: 75px;
padding-left: 20px;
}
input,textarea,select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	border-color : Silver;
}

.button {
	color : #FFFFFF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	background-color: #DC143C;
	padding: 2px;
}
.error_message{
	color: red;
}
.blockcontent{
     margin-left: 10px;
}