﻿html {
	margin: 0; padding: 0;
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	min-width: 1000px; max-width: 1280px; min-height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
}

#cache {
	position: absolute;
	top: -1000px;
	width: 1px; height: 1px;
	overflow: hidden;
}

.clear {
	clear: both;
	width: 100%; height: 0;
	line-height: 0 !important;
}

li.clear {
	float: none !important;
	margin: 0 !important; padding: 0 !important;
	width: 100% !important; height: 0 !important; line-height: 0;
	background: none;
	clear: both;
}

a {
	color: #09f;
}

a:hover {
	text-decoration: none;
	border-bottom: 0 !important;
}

#seo {
	display: none;
}

.dot {
	display: none;
}

/* Header */

#header {
	min-height: 193px; _height: 193px;
}
	#logo {
		position: absolute;
		left: 3.1%; top: 30px;
		width: 30%; height: 36px;
		overflow: hidden;
		background: url(/images/logo.png) left top no-repeat;
	}
		#logo a {
			display: block;
			padding: 36px 235px 0 0;
			width: 0; height: 0;
			overflow: hidden;
		}
	#logo.index {
		padding: 36px 0 0 0;
		height: 0;
	}
	#slogan {
		position: absolute;
		left: 3.1%; top: 98px;
		margin-left: -4px;
		width: 26.5%; height: 95px;
		background: url(/images/slogan.jpg) left top no-repeat;
	}
		#slogan table {
			margin: 0 0 0 98px;
			font-size: 18px;
		}
			#slogan td {
				height: 95px;
				vertical-align: middle;
			}
	#mainmenu {
		margin: 0 0 0 33.2%;
		padding-top: 49px;
	}
		#mainmenu div {
			float: left;
			width: 33%;
		}
			#mainmenu h3 {
				margin: 0 0 7px 0;
				font-size: 20px;
				font-weight: normal;
				color: #666;
			}
			#mainmenu ul {
				margin: 0; padding: 0;
				list-style-type: none;
				overflow: visible;
			}
				#mainmenu li {
					margin: 0 0 9px 0; padding: 0 0 0 9px; //margin-bottom: 6px;
					font-size: 14px;
				}
				#mainmenu li.cur {
					background: url(/images/mainmenu-cur-start.gif) left top no-repeat;
					//margin-bottom: 0;
					height: 24px;
				}
					#mainmenu li.cur p {
						float: left;
						margin: 0;
						width: 9px; height: 24px;
						background: url(/images/mainmenu-cur-end.gif) right top no-repeat;
					}
					#mainmenu li.cur span {
						display: block;
						float: left;
						padding-top: 2px;
						height: 22px;
						background: url(/images/mainmenu-cur-text.gif) left top repeat-x;
					}
					#mainmenu li a {
						text-decoration: none;
						border-bottom: 1px solid #09f;
					}
					#mainmenu li.cur a {
						color: #fff;
						border-bottom: 1px solid #fff;
					}
					#ie7 #mainmenu li.cur a {
						line-height: 19px;
					}


/* History */

#history {
	height: 110px;
}
#history h2 {
	font-size: 24px;
	font-weight: normal;
}
#history ul {
	margin: 0 0 10px 0; padding: 0;
	font-size: 24px;
	font-weight: normal;
	list-style-type: none;
}
#history li {
	position: relative;
	float: left;
	margin: 0 10px 0 0; padding: 0 10px 0 0;
	height: 38px; line-height: 38px;
	font-size: 14px;
	background: url(/images/types-menu-def.gif) right 50% no-repeat;
}
#history li.cur {
	padding: 0;
	height: 48px;
	font-size: 24px;
	background: url(/images/hrep.gif) left top repeat-x;
	color: #fff;
}
	#history a {
		text-decoration: none;
		color: #019efd;
		border-bottom: 1px solid #019efd;
	}
	#history h2 a {
		text-decoration: none;
		color: #019efd;
		border-bottom: 2px solid #019efd;
	}
	#history li.cur div {
		float: left;
		height: 38px;
		color: #fff;
		background: url(/images/hl.gif) left top no-repeat;
	}
	#history li.cur span {
		display: block;
		float: left;
		padding: 0 10px;
		height: 38px;
		background: url(/images/hr.gif) right top no-repeat;
	}
	#history li.cur p {
		position: absolute;
		left: 20px; top: 37px;
		margin: 0;
		width: 22px; height: 11px;
		background: url(/images/hb.gif) left top no-repeat;
	}
	#history li.last {
		background: none;
	}


/* Content */

#content {
	padding: 37px 0 140px 0; _padding-top: 0;
	border: 1px solid #fff;
}
	#text h1 {
		margin: 0 0 0 0;
		font-size: 24px;
		font-weight: normal;
		color: #069;
	}
	#text h2 {
		margin: 19px 0 0 0;
		font-size: 18px;
		font-weight: normal;
		color: #333;
	}
	#text p {
		margin: 5px 0 0 0;
		line-height: 1.5em;
		font-size: 12px;
		color: #333;
	}
	#text .nb {
		position: relative;
		margin: 25px 13.5% 0 0;
		background: url(/images/nb_start.gif) left top no-repeat;
	}
	#text .nb div {
		position: relative;
		padding: 0 23px 0 23px;
		background: url(/images/nb_end.gif) right bottom no-repeat;
		zoom: 1;
	}
		#text .nb p {
			padding: 3px 2px 5px 2px;
			font-size: 12px;
			font-style: italic;
			color: #000;
			background: #e5e5e5;
		}


/* Footer */

#footer {
	padding: 10px 0 0 0;
	width: 100%; height: 76px;
	border-top: 1px solid #019efd;
}
	#footer p {
		margin: 0 0 10px 12.8%;
		font-size: 12px;
		color: #666;
	}
