/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, textarea, a, img, table, td, tr,  div {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}
html { width:100%; height:100%; }
body { position:relative; width:100%; height:auto !important; height:100%; min-height:100%; background: #000;}

ul, li {
list-style:none;}

#main {
	width:100%; 
	min-width:700px; 
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 700? '700px': 'auto'); 
}
#top {
	background: #570f33;
	height: 472px;
	position:relative;
}
#logo{
    position: absolute; 
	top: 80px; 
	left: 10%;
}
#b_contact{
	position:absolute;
	right: 250px;
	top: 390px;
	height: 26px;
	overflow: hidden;
}
#b_client{
	position:absolute;
	right: 50px;
	top: 390px;
	height: 26px;
	overflow: hidden;
}
#middle {
	height: 200px;
	position: relative;
}
#footer {
	background: #570f33;
	height: 300px;
	width:100%; 
	position: relative;
	padding-top: 40px;
}
#footer .title {
	position:absolute;
	left: 10%;
	top: 35px;
	}
#footer form {margin-left: 20%;}
#footer table td { vertical-align:top;}
#footer form input, #footer form textarea  { border: none; background: #581f3b;  width: 300px; margin-bottom: 10px; color: #fff; font-size: 11px; padding: 2px 5px; }
#footer form textarea { height: 130px; overflow: hidden; }
#footer form input.submit { background: #570f33 url(../i/b_send.png) left top no-repeat; width: 80px;  float: right; cursor: poiner; cursor: hand;}

.clear {
	clear:both;
}
#go { position: absolute; top: -500px; left: -500px; height: 1px; width: 1px; overflow: hidden;}