/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.8em Arial;
	color:#494949;
	background:#fff url(images/bg.gif) repeat-x top;
}

a {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:bold 1.5em Arial;
	margin-bottom:10px;
}

h2 {
	font:bold 1.3em Arial;
	margin-bottom:10px;
}

/* Structure */

.wrapper {
	width:1000px;
	margin:0 auto;
}

.container {
	width:100%;
	float:left;
	margin-right:-200px;
}

/* Header */

.header {
	position:relative;
	height:215px;
	background:url(images/header.jpg) no-repeat 440px 16px;
}

	.logo {
		left:11px;
		top:133px;
		position:absolute;
	}
	
	.slogan {
		color:#fff;
		text-align:center;
		position:absolute;
		top:30px;
		left:11px;
		font-size:1.3em;
	}
	
	.phone {
		position:absolute;
		top:23px;
		left:822px;
		font:normal 1.8em Arial;
		color:#fff;
	}
	
	.time-table {
		position:absolute;
		top:51px;
		left:822px;
		font:normal 1.5em/1.5em Arial;
		color:#fff;
	}

/* Menu */

.menu {
	padding:10px;
	text-align:center;
}

	.menu li {
		display:inline;
		padding:0 50px;
	}

/* Service */

.service {
	overflow:hidden;
	padding-left:20px;
	margin-bottom:15px;
}

	.service li {
		background:url(images/machine.png) no-repeat left top;
		padding:10px 40px 0 0;
		height:50px;
		line-height:1.5em;
		width:256px;
		float:left;
		margin-right:30px;
	}

/* Content */

.content {
	padding:0 20px 20px;
	line-height:1.5em;
}

	.content p {
		margin-bottom:10px;
	}

/* Footer */

.footer {
	background:url(images/footer.gif) repeat-x top;
	color:#fff;
}

	.footer .ins {
		width:960px;
		padding:12px 20px 0;
		margin:0 auto;
		background:url(images/footer.jpg) no-repeat 628px top;
		height:47px;
		line-height:1.2em;
		position:relative;
	}
	
		.copyright {
			float:right;
		}
		
		.f-name {
			position:absolute;
			top:12px;
			left:400px;
			font-size:1.4em;
			color:#fff;
			text-decoration:none;
		}
