@charset "utf-8";
/* CSS Document */

#header {
	height: 75px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 900px;
	height: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo {
	float: left;
	height: 75px;
	width: 600px;
	background-image: url(img/logo.jpg);
	background-repeat: repeat;
}

#header #logo h1 {
	font-size: 9px;
	text-decoration: none;
	visibility: hidden;
	line-height: normal;
	height: 2px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header #logo a {
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	overflow: hidden;
	display: block;
	margin-left: 7px;
	height: 30px;
	padding-top: 28px;
}
#header #logo em {
	visibility: hidden;
}


#header #call {
	float: right;
	height: 75px;
	width: 300px;
	background-image: url(img/call.jpg);
	background-repeat: no-repeat;
}
#navi {
	height: 50px;
	width: 900px;
	background-image: url(img/navi.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 900px;
}

#navi em {
	visibility: hidden;
}
#navi a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin: auto;
	width: 180px;
}
#navi a:visited {
	text-decoration: none;
}
#navi a:link {
	text-decoration: none;
}
#navi a:hover {
	text-decoration: none;
}
#navi a:active {
	text-decoration: none;
}
#navi li {
	text-decoration: none;
	width: 180px;
	padding: 0px;
	float: left;
	height: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}


#footer {
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9bcc4;
	float: left;
	padding-top: 5px;
}
#footer a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
