/* CSS Document */

body 
{
   background-color: #ffffff;  
   margin: 0px;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #4f768d;
}
h1 {font-size: 18px; margin: 0px; padding: 0px; font-weight:normal; color: #000000;}
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;}

#tt { height: 21px; background-image: url(/images/tt.jpg); text-align: center; padding-top: 10px;}
table.top { background-image: url(/images/top.jpg);}
#phone { background-image: url(/images/phone.jpg); height: 135px;  background-position: center; background-repeat: no-repeat;}
#main { background-image: url(/images/main.jpg); height: 287px; background-position: center;  background-repeat: no-repeat;}

#menu { margin-top: 0px;}
#menu a { font-weight: bold;}
#menu a:hover { background-color: #b70d0d; color: #FFFFFF; font-weight: bold; padding: 0px 0px 2px 0px;}

#menu li { display: inline; }
#menu li img { margin-right: 10px; margin-left: 10px;}

#menu li.select { background-color: #b70d0d; color: #FFFFFF; font-weight: bold; padding: 0px 0px 2px 0px;display: inline; font-size: 11px; }



input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	width: 100px;
	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;
	

}
td.bottom {padding: 15px; color: #909090; font-size: 11px;}
td.bottom a { font-weight: normal; color: #909090;  font-size: 11px;}