html {
	margin:0px; padding:0px;
	background: transparent url(/images/topgrad.png) repeat-x 0% 0%;
	width: 100%;
	height: 100%;
	overflow-y: scroll; overflow-x: hidden;
}

body {
	margin: 0px; padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}

.nowrap {
	white-space: nowrap;
}

div, td, th, p, h1, h2, h3, h4, li, input {
	font-family: Verdana;
	color: #000000;
}

a {
	outline: none;
	font-size: 10px;
	color: #7a7a7a;
}

h1 {
	text-align: left;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	height: 60px;
	vertical-align: middle;
	padding-top: 20px;
}

#container {
	width: 100%;
	height: 100%;
	padding: 0; margin: 0;
	background: transparent url(/images/botgrad.jpg) repeat-x 0% 100%;
}

	#container td {
		vertical-align: top;
	}



	#leftarea {
		width: 35%;
		text-align: right;
		height: 100%;
		background: transparent url(/images/hidra.jpg) no-repeat 0% 100%;
		padding: 0px;
	}

	#leftarea table {
		width: 100%;
		height: 100%;
	}

	#leftarea #logo {
		display: block;
		border-style: none;

		background: url(/images/logo.png) no-repeat 100% 0%;

		width: 330px; height: 110px;
		margin: auto; margin-right: 0px; margin-bottom: 10px;
	}

	#mainmenu {
		list-style-type: none;
		list-style-image: none;
	}

	#mainmenu li {
		padding: 0px; margin: 0px;
		height: 36px;
		padding-top: 4px;
		text-align: left;
		white-space: nowrap;

		background:  no-repeat 0% 50%;

		margin-bottom: 10px;
	}

	#mainmenu a {
		display: block;
		text-transform: lowercase;
		font-size: 17px;
		color: #242628;
		text-decoration: none;
		margin-left: 58px;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		padding-bottom: 6px;
	}

	#divmenu {
		list-style-type: none;
		list-style-image: none;
	}
	#divmenu li {
		text-align: left;
		white-space: nowrap;
		font-size: 10px;
		color: #7a7a7a;
		margin-bottom: 6px;
	}
	#divmenu a {
		font-size: 10px;
		color: #7a7a7a;
		margin-left: 6px;
	}


	.leftblocks {
		width: 240px;
		margin: auto;
		margin-right: 30px;
	}

	#pageh1 {
		height: 65px;
		padding-top: 25px;
		margin-top: 310px; margin-bottom: 0px; margin-left: 14px;

		background: transparent no-repeat 0% 100%;
	}
	#divh1 {
		margin-top: 10px; margin-bottom: 0px;
	}


/* main area */

#mainarea {
	width: 65%;
	background: url(/images/net.jpg) no-repeat 0% 0%;
}

	#mainarea .content {
		width: 615px;
		margin-left: 14px;
		margin-right: 20px;
		margin-bottom: 20px;
		font-size: 11px;
		color: #000000;
	}



#top-icons {
	position: absolute;
	left: 0px;
	top:12px;
	width: 100%;
	height:11px;
	margin:0px;
	padding:0px;
	z-index:100;
}

#copyright {
	vertical-align: middle !important;
	text-align: right;
	font-size:10px;
	color:#7a7a7a;
	font-family:Verdana;
	height: 30px;
}

#bottom-menu {
	height: 80px;
	vertical-align: bottom !important;
}

	#bottom-menu a {
		display: block;
		float: left;
		width: 33%;
		height: 80px;
	}
	#bottom-menu a span {
		display: block;
		margin-top: 25px;
		margin-left: 105px;
	}

	#bottom-menu #cp {
		position:relative;
		font-size:10px;
		color:#7a7a7a;
		font-family:Verdana;
		float: right;
		margin-top: -15px;
		margin-bottom: 10px;
		margin-right:17px;
	}



table.lanix {

	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;

	background: #D0D0D0;

	color: #333333;
	width: 100%;
}
	table.lanix th {
		background: #ECECEC;

		padding: 4px;
	}
	table.lanix td {
		background: #FFFFFF;

		padding: 4px;
		vertical-align: top;
	}




	#banners {
		margin-bottom: 25px;
		margin-right: 30px;
		text-align: right;
	}



/* services menu */
.service {
	margin-top: 30px;
	width: 33%;
	float: left;
	text-align: left;
}
	.service .imglink {
		display: block;
		height: 110px;

		background: no-repeat 0% 0%;
	}
		.imglink span {
			display: none;
		}
	.service .srvtitle {
		font-weight: bold;
		font-size: 10px;
		margin-bottom: 6px;
	}
	.service .strlink {
		font-weight: normal;
		font-size: 10px;
		color: #7a7a7a;
	}
	.service .announce {
		font-weight: normal;
		font-size: 10px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

/* latest news for main page */
#newsmenu {
	list-style-type: none;
	list-style-image: none;
}
#newsmenu li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #D5EAF5;
}
#newsmenu .ndate {
	display: block;
	width: 64px;
	font-size: 10px;
	color: #0E88BD;

	background: #ECECEC;

	margin-bottom: 12px;

	padding: 3px 12px;

	white-space: nowrap;
	text-decoration: none;
}

#newsmenu a, #allnewsmenu a {
	margin-left: 5px;
}

/* latest news for news arch page */
#allnewsmenu {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#allnewsmenu li {
	text-align: left;
	font-size: 11px;
	padding: 0px; margin: 0px;
	margin-bottom: 18px;
	padding-bottom: 12px;
}

#allnewsmenu a.date {
	display: block;
	width: 100px;
	font-size: 10px;
	color: #0E88BD;

	background: #ECECEC;

	margin-bottom: 12px;

	padding: 3px 12px;

	white-space: nowrap;
	text-decoration: none;
}


/* docs */
#docs {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#docs li {
	text-align: left;
	font-size: 11px;
	padding: 0px; margin: 0px;
	margin-bottom: 18px;
	padding-bottom: 12px;
}
#docs a {
	display: block;
	font-size: 10px;
	color: #0E88BD;

	background: #ECECEC;

	margin-bottom: 12px;

	padding: 3px 12px;
	text-decoration: none;
}

a.pict {
	display: block;
	float: right;
	margin-right: 17px;
	width: 11px;
	height: 11px;

	background: no-repeat 0% 0%;
}
	a.pict span {
		display: none;
	}

/* detectip */
.detectip {
	border: 1px solid #D0D0D0;
	padding: 12px;
	margin-bottom: 12px;
}
	.detectip table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 12px;
		empty-cells: show;
	}
	.detectip .lbl {
		text-align: right;
	}
	.detectip .txtinput {
		border: 1px solid #D0D0D0;
		padding: 2px 4px;
		width: 380px;
	}
	.detectip .bttinput {
		border: 1px solid #D0D0D0;
	}


.sitemap-group ul {
	padding-left: 0px;
	margin-left: 16px;
}
