/* 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.85em Arial;
	color:#494949;
	background:#D2D2D2;
}

a {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:normal 1.5em Arial;
	margin-bottom:15px;
}

h2 {
	font:normal 1.4em Arial;
	margin-bottom:5px;
}

/* Structure */

.wrapper {
	width:980px;
	margin:0 auto;
	padding:0 10px 0;
}

.container {
	width:100%;
	float:left;
	margin-right:-200px;
}

/* Header */

.header {
	position:relative;
	height:281px;
	background:url("images/header.jpg") no-repeat 10px 97px;
	margin:0 -10px;
}

	.logo {
		top:20px;
		left:50px;
		position:absolute;
	}
	
	.slogan {
		position:absolute;
		top:20px;
		left:300px;
		font:normal 1.4em Arial;
		text-indent:-80px;
		padding-left:50px;
	}
	
	.number {
		position:absolute;
		top:20px;
		left:830px;
		font:normal 1.4em Arial;
	}
	
	.master, .guarantee, .phone {
		position:absolute;
		top:74px;
		border:5px solid #494949;
		width:171px;
		height:151px;
		padding:15px 5px 0 10px;
	}
	
	.master {
		left:290px;
		background:url("images/master.jpg") no-repeat left top;
	}
	
	.guarantee {
		left:520px;
		background:url("images/guarantee.jpg") no-repeat left top;
	}
	
	.phone {
		left:750px;
		background:url("images/phone.jpg") no-repeat left top;
	}
	
		.master p, .guarantee p, .phone p {
			font-size:0.95em;
			text-indent:30px;
			line-height:1.5em;
		}

/* Model table */

.model-table {
	margin:0 0 20px;
	background:#494949;
	text-align:center;
	width:100%;
	border-top:10px solid #494949;
	border-bottom:10px solid #494949;
	font-size:0.95em;
}

	.model-table td {
		vertical-align:top;
		padding:2px 10px;
	}
	
		.model-table a {
			color:#fff;
			text-decoration:none;
		}
		
		.model-table a:hover {text-decoration:underline;}

/* Content */

.content {
	padding:0 15px 20px;
}

	.content p {
		margin-bottom:15px;
	}
	
	.content ul {
		margin:0 0 15px 20px;
		list-style:disc;
	}
	
	.content ol {
		margin:0 0 15px 30px;
		list-style:decimal;
	}

/* Footer */

.footer {
	background:url("images/footer.jpg") no-repeat center 8px;
	margin:0 0 20px;
}

	.footer ul {
		overflow:hidden;
		padding-left:20px;
	}
	
		.footer li {
			float:left;
			border:3px solid #494949;
			background:#fff;
			padding:3px 12px 1px;
			line-height:1.4em;
			margin-right:15px;
		}
	
	.center {
		text-align:center;
	}