/* GENERAL //////////////////////////////////////////////////////*/

html {
	margin: 0; padding: 0;
	height: 100%; /* it is important for footer bottom fixed */
}

body {
	position: relative;
	margin: 0 auto; padding: 0;
	width: 1000px; min-height:100%; _height: 100%; /* it is important for footer bottom fixed */
	font-family: Arial;
	font-size: 1em;
	color: #333;
}

#site {
	position: relative;
	padding-bottom: 75px;
}

#cache, #seo {
	position: absolute;
	top: -1000px;
	width: 1px; height: 1px;
	overflow: hidden;
}

.clear {
	clear: both;
	width: 100%; height: 0;
	line-height: 0;
}

li.clear {
	float: none !important;
	margin: 0 !important; padding: 0 !important;
	width: 100% !important; height: 0 !important; line-height: 0;
	background: none;
	clear: both;
	border: 0 !important;
}

a {color: #666;}
a:hover {color: #000;}


/* HEADER ///////////////////////////////////////////////////////*/

#header {
	position: relative;
	height: 401px;
	overflow: hidden;
}
	#logo {
		position: absolute;
		left: 54px; top: 49px;
		width: 125px; height: 63px;
		overflow: hidden;
	}
		#logo img {
			border: 0;
		}
	#phone {
		position: absolute;
		left: 42px; top: 119px;
		width: 200px; height: 45px;
		font-size: 18px;
		color: #666;
	}
	#header ul {
		position: absolute;
		left: 50px; top: 183px;
		margin: 0; padding: 0;
		list-style-type: none;
		width: 201px; height: 217px;
		overflow: hidden;
	}
		#header li {
			margin: 0 0 25px 0; padding: 0;
			width: 201px; height: 56px;
			
		}
			#header li p {
				display: block;
				margin: 0; padding-left: 10px;
				height: 56px; line-height: 48px;
				text-decoration: none;
				font-size: 30px;
				color:#fff;
			
		}
		#header .li_1 {
			background: #000 url(../img/menu/1.jpg) left top no-repeat;
		}
		#header .li_2 {
			background: #000 url(../img/menu/2.jpg) left top no-repeat;
		}
		#header .li_3 {
			background: #000 url(../img/menu/3.jpg) left top no-repeat;
		}
			#header li a {
				display: block;
				margin: 0; padding-left: 10px;
				height: 56px; line-height: 48px;
				text-decoration: none;
				font-size: 30px;
				background: url(../img/menu/plash.png) 0px 0px no-repeat;
			}
				#header li a span {
					color: #fff;
					border-bottom: 2px solid #fff;
				}
				#header li a:hover span {
					color: #fff;
					border-bottom: 0;
				}
	#illustration {
		position: absolute;
		left: 299px; top: 49px;
		width: 652px; height: 352px;
	}
	#description {
		position: absolute;
		left: 499px; top: 268px;
		padding: 11px 10px 0 19px;
		width: 423px; height: 92px;
		overflow: hidden;
		font-size: 14px;
		color: #fff;
		background: #000 url(../img/desc.gif) left top repeat-x;
	}
		#description strong {
			display: block;
			margin-bottom: 2px;
			text-transform: uppercase;
			font-size: 30px;
			font-weight: normal;
		}


/* CONTENT //////////////////////////////////////////////////////*/

#content {
	margin: 30px 50px 0 50px; padding-bottom: 50px;
	background: #f6f6f6;
}
	#text {
		padding: 11px 0 0 0;
	}
		#text h1 {
			margin: 0 0 10px 0;
			line-height: 34px;
			font-size: 18px;
			font-weight: normal;
			background: #e3e3e3;
		}
			#text h1 span {
				padding: 7px 33px 6px 15px;
				background: #c9c9c9;
			}
		#text p {
			margin: 0 5px 10px 14px;
			line-height: 1.4em;
			font-size: 14px;
		}
	#examples {
		padding: 15px 0 0 0;
	}
		#examples h2 {
			margin: 0 0 8px 12px;
			font-size: 18px;
			font-weight: normal;
		}
		#examples ul {
			margin: 0; padding: 8px 0 0 0;
			list-style-type: none;
			background: #1c1c1c;
			zoom: 1;
		}
			#examples li {
				position: relative;
				float: left;
				margin: 0 4px 8px 4px; padding: 9px;
				width: 121px; height: 121px;
				overflow: hidden;
				border: 1px solid #c9c9c9;
				background: #1c1c1c;
			}
			#examples li a {
				display: block;
				width: 121px; height: 121px;
				overflow: hidden;
				text-align: center;
				text-decoration: none;
			}
			#examples li a:hover {
				color: #fff;
			}
				#examples li a img {
					display: block;
					margin-bottom: 50px;
					border: 0;
				}
		


/* FOOTER ///////////////////////////////////////////////////////*/

#footer {
	position: absolute;
	left: 0; bottom: 0;
	width: 1000px; height: 75px;
}
	#footer p {
		margin: 13px 0 0 61px;
		width: 888px; height: 40px; line-height: 1.4em;
		overflow: hidden;
		font-size: 14px;
		color: #666;
	}
		#footer p a {
			text-decoration: none;
			border-bottom: 1px solid #666;
		}
		#footer p a:hover {
			border-bottom: 1px solid #000;
		}