@charset "iso-8859-1";
/* CSS Document */

html {
	background-color:#e7e7e7; 
	font-family:Tahoma;
	font-size:10pt;
	color:#333333;
}

* html body {
  height:100%;
}

img {border:0;}

body {
	padding:0;
	margin:0 auto;
	width:100%;
	min-height:100%;
	position:relative;
}

.clearing {
	clear:both;
	height:10px;
}

a:link, a:visited {
	color:#0099FF;
	text-decoration:underline;
}

a:hover {
	color:#0099FF;
	text-decoration:non;
}

/* CONTEINER */

#conteiner {
	padding:0;
	width:975px; margin:0px auto;
	position:relative;
}

.eror_txt {
	width:100%;
	background:url(../images/logo404.jpg) top right no-repeat;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	height:75px;
	}

/* FOOTER */

#footer {
	position:relative;
	margin:10px 0 20px 0;
	padding:0;
	font-size:14px;
	color:#999999;
}

#footer a {
	padding:0 20px 0 20px;
}

#footer a:link, a:visited {
	color:#0099ff;
	text-decoration:underline;
}
#footer a:hover {
	color:#0099ff;
	text-decoration:none;
}

/* COPYRIGHT */

#copyright {
	position:relative;
	width:100%;
	font-size:14px;
	color:#999999;
	}
	
div.tel_mail {
	float:left;
	width:33%;
	}
	
div.tel_mail span{
	font-size:18px;
	font-weight:bold;
	}
	
div.tel_mail p{
	padding:3px 0 0 0;
	margin:0;
	}
	
div.tel_mail a:link {
	color:#0099FF;
	font-size:16px;
	text-decoration:underline;
}
div.tel_mail a:hover {
	color:#0099FF;
	font-size:16px;
	text-decoration:none;
}
div.tel_mail a:visited {
	color:#0099FF;
	font-size:16px;
	text-decoration:underline;
}

div.copy {
	float:left;
	width:33%;
	}

div.home {
	float:left;
	width:33%;
	}
	
div.home img{
	padding:0 10px 0 10px;
	margin:0;
	}
