html {
	height: 100%;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
}
body{
	background-color: #f2f2f2;
	font-family: Arial,verdana,tahoma;
	font-size: 12px;
	color: #010101;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");

}
div,td,font{
	font-size: 100%;
}
A:link,A:visited {
	color: #2960a5;
	TEXT-DECORATION: underline;
}
A:hover {
	color: #173650;	
	TEXT-DECORATION: none;
}
table,img{
	border: 0px;
}
h1, h2, h3, h4 {
	color: #f69920;
	font-style: italic;
}
h1 {
	font-size: 17pt;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14pt;
	clear: both;
	padding-top: 10px;
	margin-top: 0px;
}
.head{
	height: 156px;
}
.logo{
	padding: 12px 0px 0px 96px;
	float: left;
}
.menu{
	padding: 35px 20px 0px 0px;
	float: right;
}
.menu table td{
	width: 170px;
	height: 35px;
	padding: 10px 15px 10px 15px;
	text-transform: lowercase;
}
.menu table td.act{
	background: transparent url(img/menu-act.gif) no-repeat top left;
}
.menu table td.briefcase{
	background: transparent url(img/briefcase.jpg) no-repeat top left;
	padding-left:97px;
}
.menu table td.briefcase p{
	background: transparent url(img/marker.gif) no-repeat 0px 7px;
	padding-left:12px;
}
.iconmenu{
	margin: -5px 5px -5px 0px;
}
table.content{
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
.center-left{
	padding: 30px 30px 0px 35px;
	text-align: center;
	width: 360px;
}
.body{
	padding-right: 36px;
	text-align: left;
}
.contacts{
	width: 260px;
	padding-left: 15px;
}
.bottom{
	background: #f6ae21 url(img/bottom-left.jpg) no-repeat top left;
	height: 89px;	
}
.bottom table{
	width: 100%;
	background: transparent url(img/bottom-right.jpg) no-repeat top right;
	height: 89px;
	color:#ffffff;
}
.bottom table td{
	text-align: left;
}
.bottom-search{
	padding: 0px 90px 0px 35px;
	text-align: center;
	width: 300px;	
}
.search{
	background: transparent url(img/search-input.gif) no-repeat top left;
	width: 179px;
	height: 25px;
	padding: 4px 10px 0px 10px;
}
.search .input-search{
	background: transparent;
	border: 0px;
	width: 145px;
}
.search .submit-search{
	background: transparent;
	border: 0px;
	width: 15px;
	margin-left: 3px;
}
.diafan{
	width: 220px;
	padding-right: 95px;
}
.bottom-shade{
	background: transparent url(img/bottom-left-shade.jpg) no-repeat top left;
}
.bottom-shade div{
	background: transparent url(img/bottom-right-shade.jpg) no-repeat top right;
	height: 25px;
}
