/* style global (begin) */

body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #000;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Arial, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }

#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: #000; }

a:link, a:visited { color: #238f9f; text-decoration: underline;  }
a:hover, a:active { color: #000; text-decoration: underline; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#wrapper {
		margin: 0 2.5%;
		padding-bottom: 110px;
	}
		#navigation {
			position:relative;
			padding: 1.0em 0;
			background: url(../img/dotted.png) transparent 0 100% repeat-x;
		}
		*html #navigation { 
			zoom: 1;
		}
		#header {
			padding: 1em 0;
			overflow: hidden;
			background: url(../img/dotted.png) transparent 0 100% repeat-x;
		}
		*html #header {
			zoom: 1;
		}
		#conteiner {
			width: 100%;
		}
			#center_panel {
				width: 100%;
				float: left;
				overflow: hidden;
			}
				#content {
					margin: 0 23%;
				}
				*html #content { width: 100%; }

			#left_panel {
				float: left;
				width: 20.5%;
				margin-left: -100%;
				overflow: hidden;
			}
			#right_panel {
				float: left;
				width: 20.5%;
				margin-left: -20.5%;
				overflow: hidden;
			}
		.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 2.5%;
		width: 95%;
		height: 80px;
		background: url(../img/dotted.png) transparent 0 0 repeat-x;
	}

/* style grid (end) */

/* style custom (begin) */

#navigation p {
	margin: 0;
	font: normal 1.2em Georgia, Times New Roman, serif; ;
}
#navigation .nav_ico {
	position: absolute;
	top: 12px; left: 30%;
}
	#navigation .nav_ico a {
		margin: 0 22px 0 0;
		padding: 3px;
	}
#navigation .search {
	position: absolute;
	top: 10px;
	right: 0;
}
#header .logo_box {
	float: left;
}
	#header .logo_box h1 {
		margin: 0;
		color: #333;
		font: normal 2.4em Georgia, Times New Roman, serif;
	}
	#header .logo_box p {
		margin: 0;
		color: #c2c2c2;
	}
#header .enter_box {
	float: right;
	position: relative;
	padding: 15px 18px;
	text-align: center;
	border: 1px solid #bbb;
	background-color: #efefef;
}
	#header .enter_box a {
		display: block;
	}
	#header .enter_box span.key_ico {
		display: block;
		position: absolute;
		top: -13px; left: -13px; z-index: 2;
		width: 26px; height: 26px;
		overflow: hidden;
		background: url(../img/key_ico.png) transparent 0 0 no-repeat;
	}
	#header .enter_box span.corner {
		display: block;
		position: absolute;
		z-index: 1;
		width: 3px; height: 3px;
		overflow: hidden;
		background: url(../img/corner_gr.png) transparent 0 0 no-repeat;
	}
	#header .enter_box span.lt {
		top: -1px; left: -1px;
		background-position: 0 0;
	}
	#header .enter_box span.rt {
		top: -1px; left: -2px;
		margin-left: 100%;
		background-position: -3px 0;
	}
	#header .enter_box span.rb {
		bottom: -1px; left: -2px;
		margin-left: 100%;
		background-position: -3px -3px;
	}
	#header .enter_box span.lb {
		left: -1px; bottom: -1px;
		background-position: 0 -3px;
	}

#main_menu {
	padding: 1em 0 1.5em 0;
}
	#main_menu a {
		margin: 0 1em 0 0;
		color: #000;
		font: normal 1.2em Georgia, Times New Roman, serif;
	}
	#main_menu a:hover, #main_menu a:active, #main_menu a.active {
		color: #238f9f;
	}

#conteiner span.corner {
	display: block;
	position: absolute;
	z-index: 1;
	width: 5px; height: 5px;
	overflow: hidden;
}
	#conteiner span.lt {
		top: 0; left: 0;
		background-position: 0 0;
	}
	#conteiner span.rt {
		top: 0; left: -5px;
		margin-left: 100%;
		background-position: -5px 0;
	}
	#conteiner span.rb {
		bottom: 0; left: -5px;
		margin-left: 100%;
		background-position: -5px -5px;
	}
	#conteiner span.lb {
		left: 0; bottom: 0;
		background-position: 0 -5px;
	}
	#conteiner span.corner i {
		display: block;
		position: absolute;
		width: 10px; height: 10px;
		overflow: hidden;
		background: url(../img/corner_wt.png) transparent 0 0 no-repeat;
	}
	*html #conteiner span.corner i {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/corner_wt.png);
	}
	#conteiner span.lt i { left: 0; top: 0; }
	#conteiner span.rt i { left: -5px; top: 0; }
	#conteiner span.rb i { left: -5px; top: -5px; }
	#conteiner span.lb i { left: 0; top: -5px; }

#conteiner .site_title {
	position: relative;
	background-color: #2cadc0;
}
*html #conteiner .site_title {
	zoom: 1;
}
	#conteiner .site_title h3, #conteiner .site_title h2 {
		margin: 0;
		padding: 1px 17px 2px 17px;
		color: #fff;
		font: normal 1.8em Georgia, Times New Roman, serif;
	}
	#content .site_patch {
		position: relative;
		margin: 0 0 1.5em 0;
		padding: 6px 17px 7px 17px;
		color: #000;
		font: 11px/1.2 Arial, sans-serif;
		background-color: #efefef;
	}
	*html #content .site_patch {
		zoom: 1;
	}
		#content .site_patch a {
			color: #000;
			font: 11px/1.2 Arial, sans-serif;
		}

#left_panel .site_title, #right_panel .site_title {
	margin: 0 0 1.5em 0;
}

#conteiner .menu {
	margin: 1em 0;
	border: 1px solid #bbb;
}
	#conteiner .menu ul {
		margin:	0;
		padding: 0.5em 0;
	}
		#conteiner .menu ul li {
			margin:	0;
		}
			#conteiner .menu ul li a {
				display: block;
				padding: 8px 17px;
				color: #000;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
			*html #conteiner .menu ul li a {
				zoom: 1;
			}
			#conteiner .menu ul li a:hover, #conteiner .menu ul li a.active {
				text-decoration: none;
				color: #238f9f;
				border-color: #bbb;
				background-color: #efefef;
			}

			#conteiner .menu ul li ul.submenu {
				
			}
				#conteiner .menu ul li ul.submenu li {	
					margin: 0 0 3px 30px;
					list-style-type: circle;
				}
				 	#conteiner .menu ul li ul.submenu li a {
						display: block;
						margin: 0;
						padding: 1px;
						color: #000;
						border: none;
					}
					#conteiner .menu ul li ul.submenu li a:hover, #conteiner .menu ul li ul.submenu li a:active, #conteiner .menu ul li ul.submenu li a.active {
						color: #238f9f;
						text-decoration: underline;
						background: none;
					}

	

#loginForm td {
	padding: 0 3px 3px 3px;
}

#footer .copyright {
	float: right;
	width: 20.5%;
	margin: 35px 0 0 0;
}
#footer .powerdby {
	float: left;
	width: 20.5%;
	margin: 30px 0 0 0;
}
#footer .counters {
	margin: 10px 23% 0 23%;
}

/* style custom (end) */

/* style content (begin) */
/* style content (end) */

.ssnn-copyright, .uss-copyright  {display:inline-block; margin-right:20px;}

