body{
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial,Verdana;
 	color:#000;
 	font-size:75%;
 }
table.line-orange{
	height:30px;
 	margin:0px;
 	padding:0px;
 	font-family:Tahoma,Arial,Verdana;
 	color:#fff;
 	font-size: 75%;
	font-weight:bold;
 
}
img{
	border-width:0px;
	padding:0px;
	margin:0px;
}
img.icon{
	border-width:0px;
	padding:0px;
	margin:7px;
}
td.line-orange-main{
	background-image:url("/images/line-orange-main.jpg");
	height:30px;
	background-repeat: repeat-x;
}
td.line-orange-left{
	background-image:url("/images/line-orange-left.gif");
	height:31px;
	width:17px;
 	background-repeat: no-repeat;
}
td.line-orange-right{
 	background-image:url("/images/line-orange-right.gif");
 	height:31px;
 	width: 38px;
 	background-repeat: no-repeat;
}
td.subline-white-main{
	background-image:url("/images/subline-white-main.gif");
	height:19px;
	
	background-repeat: repeat-x;
}
td.subline-white-left{
	background-image:url("/images/subline-white-left.jpg");
	height:19px;
	width:15px;
 	background-repeat: no-repeat;
}
td.subline-white-right{
 	background-image:url("/images/subline-white-right.jpg");
 	height:19px;
 	width: 155px;
 	background-repeat: no-repeat;
}

td.line-beige-main{
	background-image:url("/images/line-beige-main.jpg");
	height:30px;
	background-repeat: repeat-x;
}
td.line-beige-left{
	background-image:url("/images/line-beige-left.jpg");
	height:31px;
	width:17px;
 	background-repeat: no-repeat;
}
td.line-beige-right{
 	background-image:url("/images/line-beige-right.jpg");
 	height:31px;
 	width: 38px;
 	background-repeat: no-repeat;
}

td.contacts{
	font-family:Tahoma,Arial,Verdana;
 	font-size: 80%;
	font-weight:bold;
	color:#f26522;
	vertical-align:top;
	text-align:center;
}
div.menu{
	font-size:75%;
	padding-left:50px;
}
div.find{
	font-size:75%;
 	padding-left:20px;
}
input, textarea, select{
	border: 1px #ff9315 solid;
	background: white;
	font: 11px Tahoma;
}
input.price{
	width:50px;
}
select.find{
	width:130px;
	border: 1px #ff9315 solid;
	background: white;
	font: 11px Tahoma;

}
a{
	color:#000;
	text-decoration:underline;

}
a:hover{
	color:#ff9315;
	text-decoration:underline;


}
.text{
	font-family:Tahoma,Arial,Verdana;
 	color:#000;
 	font-size:75%;

}


