/* CSS Document */

body 
{
   background-color: #ffffff;  
   margin: 0px;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #000000;
}
h1 {font-size: 18px; margin: 0px; padding: 0px; font-weight:normal;}
h2 {font-size: 22px; font-weight:normal;}
a, a:visited{font-weight:bold;
font-size: 12px;
color: #000000; text-decoration: underline;}
a:hover{color: #cccccc; text-decoration: underline;}

hr {height: 1px; color: #a07346;}


#logo { background-image: url(images/logo.jpg); width: 123px; height: 126px;  }
#phone { background-image: url(images/phone.jpg); width: 160px; height: 58px;
margin-top: 30px; }
#door { margin-top: 20px; width: 144px;}
#top_bottom { background-image: url(images/top_bottom.jpg); height: 59px; width: 100%;}

td.menu { background-image: url(images/menu_bg.jpg); 
background-position: bottom; 
border-bottom: 1px solid #898989; background-repeat: repeat-x; padding-left: 15px;}

td.menu_news { background-image: url(images/menu_bg.jpg); 
background-position: bottom; 
border-bottom: 1px solid #898989; background-repeat: repeat-x; padding: 20px 0 20px 15px;}

td.menu_r { 
background-image: url(images/menu_bg.jpg); 
background-position: bottom; background-repeat: repeat-x;
border-right: 4px solid #c1c1c1; 
border-bottom: 1px solid #898989;}
#bottom1  { background-color: #000000; height: 10px; width: 100%; margin-top: 20px;}
#bottom2  { background-image: url(images/menu_tr.jpg); height: 19px; width: 100%;}


td.menutr_r { background-image: url(images/menu_tr.jpg); background-repeat: repeat-x;  border: 0;
border-right: 4px solid #c1c1c1;}
td.menutr { background-image: url(images/menu_tr.jpg);  background-repeat: repeat-x; border: 0; }

td.top_right { background-image: url(images/right.jpg); background-position: right; background-repeat: no-repeat;}

.data { color: #b6161c; font-weight: bold;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	width: 250px;
	border: #c6c6c6 1px solid;

}
input.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	width: 100px;
	border: #000000 1px solid;
	cursor: hand;

}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	width: 450px;
	height: 300px;
	border: #c6c6c6 1px solid;
	

}