#header {
	height: 110px;
}
#header .logo {
	text-indent: -9999px;
}
#header .logo a {
	width: 350px;
	height: 60px;
	display: block;
	position: absolute;
	top: 25px;
	left: 70px;
}
#header .serachForm {
	width: 200px;
	position: absolute;
	top: 41px;
	left: 695px;
}
#header .serachForm form .texInputs {
	width: 140px;
}

#container #header .serachForm form .sendBT {
	width: 40px;
}

/*safari*/

body:first-of-type #header .serachForm form .texInputs {
	width: 120px;
}

body:first-of-type #header .serachForm form .sendBT {
	width: 24px;
}

