*		{ margin:0; padding:0; border:0; }

ul		{ list-style:none; }
a		{ color:#000; text-decoration:underline; }
a:hover		{ text-decoration:none; }

h1		{ color:#000; font:normal 24px/28px Tahoma, Verdana, Arial; }
h2		{ color:#000; font:normal 20px/24px Tahoma, Verdana, Arial; }
h3		{ color:#000; font:normal 18px/22px Tahoma, Verdana, Arial; }
h4		{ color:#000; font:bold 16px/20px Tahoma, Verdana, Arial; }
h5		{ color:#000; font:bold 14px/18px Tahoma, Verdana, Arial; }
h6		{ color:#000; font:bold 12px/16px Tahoma, Verdana, Arial; }

body {
	color:#000;
	text-align:left;
	font:normal 12px/15px Tahoma, Verdana, Arial;
	background:#d3d3d3 url(../images/h-r.jpg) no-repeat top right;
}


html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.main {
	min-height:100%;
	position:relative;
	background:url(../images/footer.jpg) no-repeat bottom right;
}

* html .main {
	height:100%;
}

.header {
	height:635px;
	position:relative;
	padding:0 0 0 105px;
	background:url(../images/h-l.jpg) no-repeat top left;
}

.logo {
	position:absolute;
	left:280px; top:40px;
	width:225px;
}


.logo a {
	color:#231f20;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:225px;
	line-height:26px;
}
.logo a:hover {
	color:red;
}

.nav {
	position:absolute;
	left:280px; top:145px;
	width:159px;
}
.nav li {
	float:left;
	width:159px;
}

.nav a {
	float:left;
	text-decoration:underline;
	color:#000;
	font-size:11px;
	display:block;
	width:159px;
	padding:4px;
	
}

.nav a:hover {
	text-decoration:underline; 
	color:#fff;
	background:#8f8688;
}

.phone {
	position:absolute;
	left:89px; top:425px;
	width:180px;
	color:#010000;
	font-size:12px;
}

.phone .tel {
	float:left;
	width:69px;
}

.phone .redtel {
	float:right;
	width:109px;
}

.link {
	position:absolute;
	top:0; left:78px;
}

.link a {
	color:#000;
	display:block;
	padding:390px 0 0 97px;
	font-size:14px;
	text-decoration:none;
}

.slogan {
	position:absolute;
	top:567px; right:435px;
	text-align:right;
	color:#231f20;
	font-size:18px;
	width:310px;
	font-weight:normal;
	margin-bottom:30px;
	line-height:22px;
}

.content {
	padding:0 60px 135px 60px;
}
.content img {
	border:1px solid #fff;
}
.content h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}
.content h2 {
	color:red;
	text-align:center;
}
.content p {
	padding:8px 0 0 0;
}

.footer {
	padding:20px 190px;
	margin:-90px 0 0 0;
	position:relative;
}
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer p {
	margin:35px 0 0 0;
}


.clear {
	clear:both; overflow:hidden _zoom:1;
	height:0; line-height:0; font-size:0;
}
.over {
	overflow:hidden _zoom:1;
}

