/* Begin CSS Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
/* End CSS Reset*/

body {
  font-size: 65%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrapper {
	margin: 0;
	padding: 0;
	background: #fefefe url("../images/header_bg.gif") top repeat-x;
	overflow: hidden;
}
.outer {
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px;
	overflow: hidden;
}
.header {
	background: #02158B url("../images/h5bg.gif") top repeat-x;
	height: 130px;
	border-bottom: 5px solid #999;
	position: relative;
}
.header div {
	text-align:center;
}
.header .kontak {
	padding-top: 15px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.3em;
	position: absolute;
	left: 0;
}
.header .logo {
	padding-top: 10px;
	text-align:center;
}
.header .sim {
	top: 5px;
	right: 0px;
	position: absolute;
}
.header h1, .header h3, .header p {
	padding: 3px 0;
}
.header h1 {
	font-size: 3em;
	font-weight: bold;
}
.header h3 {
	font: bold 1.3em Arial;
	color: #333;
	letter-spacing: 2px;
}
.header p {
	width: 70%;
}
.header h3 span {
	color: #f33;
}
.sideblock {
	width: 14%;
}
.midblock {
	width: 60%;
	margin: 0 2%;
	overflow: hidden;
}
.sideblock h3 {
	text-align:center;
	font-size: 1.6em;
	font-weight: bold;
	padding:7px 0;
	color: #FFF8E3;
	background: #600 url("../images/h3bg.gif") top repeat-x;
	height: 21px;
	border-right: 1px solid #02158B;
	border-left: 1px solid #02158B;
}
.sideblock ul {
	border-right: 1px solid #02158B;
	border-left: 1px solid #02158B;
	background: #fff;
	overflow: hidden;
}
.sideblock ul li {
	text-align: center;
	height: 50px;
	border-bottom: 1px solid #02158B;
	background: #fff url("../images/li_bg.gif") top repeat-x;
}
.sideblock ul li a {
	padding: 2px;
	display: block;
}
.sideblock ul li a:hover {

}
.sideblock ul.lain li a {
	padding-top: 15px;
	font: bold 1.3em Tahoma;
	text-decoration: none;
	color: #222;
}
.search {
	padding: 7px;
	border: 1px dashed #ccc;
	background: #FFF2E3;
	text-align:center;
}
.search input {
	font-size: 1.5em;
	color: #4E5864;
	letter-spacing: 1px;
	padding: 2px;
}
.search input.submit {
	color: #666;
	cursor: pointer;
	height: 30px;
	letter-spacing: 0;
}
.footer {
 	margin-top: 10px;
 	padding: 10px;
	clear: both;
	border-top: 3px solid #999;
	font-size: 1.2em;
	background: transparent url("../images/li_bg.gif") top repeat-x;
	line-height: 19px;
}
.footer div {
	width: 25%;
	color: #02159D;
	float: left;
}
.footer h4 {
	font-size: 1.1em;
	color: #02159D;
	font-weight: bold;
}
.operator {
	background: transparent url("../images/li_bg.gif") top repeat-x;
	margin-bottom: 10px;
}
.operator img {
	float: right;
	margin-right: 10px;
}
.operator h3 {
	font-size: 2.2em;
	padding: 10px 5px;
	height: 30px;
}
.operator h5 {
	font-size: 1.5em;
	color:#000099;
	padding: 10px 5px;
	height: 30px;	

}
.operator h6 {
	font-size: 1.5em;
	padding: 10px 5px;
	height: 30px;		
}
.operator h7 {
font-size: 1.2em;
	padding: 10px 5px;
	height: 30px;		

}

.operator a {
	font-size: 1.3em;
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
	text-align: center;
	border: 2px solid #999;
	padding: 5px;
	margin: 3px 5px;
	color: blue;
	text-decoration: none;
	line-height: 20px;
	overflow: hidden;
}
.operator a.pasangan {
	text-align: right;
}
.operator a span.black {
	color: black;
}
.operator a:hover {
	background: #0043CF url("../images/highlight.gif") repeat-x;
	color: #fff;
}
.operator a:hover span.black {
  color: #fff;
}
.operator h4 {
	font-size: 1.7em;
	clear: both;
	background: #ddd;
	color: #222;
	padding: 4px 6px;
	text-align: right;
}
.operator div {
	clear: both;
	margin: 3px 0 7px 0;
	overflow:  hidden;
}
.breadcrumb {
	margin-top: 5px;
	font-size: 1.5em;
	padding: 5px;
	width: 65%;
	float: left;
	clear: both;
}
.breadcrumb a {
	font-size: 1em;
	color: #000;
	display: inline;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
.marquee {
	width: 60%;
	margin: auto;
	font-size: 2em; 
	color: #FDD503;
}ht:1px solid#02158B;border-left:1px solid#02158B;background:#fff;overflow:hidden;}.sideblock ul li{text-align:center;height:50px;border-bottom:1px solid#02158B;background:#fff url("../images/li_bg.gif"/*tpa=http://www.internomor.com/images/li_bg.gif*/)top repeat-x;}.sideblock ul li a{padding:2px;display:block;}.sideblock ul li a:hover{}.sideblock ul.lain li a{padding-top:15px;font:bold 1.3em Tahoma;text-decoration:none;color:#222;}.search{padding:7px;border:1px dashed#ccc;background:#FFF2E3;text-align:center;}.search input{font-size:1.5em;color:#4E5864;letter-spacing:1px;padding:2px;}.search input.submit{color:#666;cursor:pointer;height:30px;letter-spacing:0;}.footer{margin-top:10px;padding:10px;clear:both;border-top:3px solid#999;font-size:1.2em;background:transparent url("../images/li_bg.gif"/*tpa=http://www.internomor.com/images/li_bg.gif*/)top repeat-x;line-height:19px;}.footer div{width:25%;float:left;}.footer h4{font-size:1.1em;color:#645E4E;font-weight:bold;}.operator{background:transparent url("../images/li_bg.gif")top repeat-x;margin-bottom:10px;}.operator img{float:right;margin-right:10px;}.operator h3{font-size:2.2em;padding:10px 5px;height:30px;}.operator a{font-size:1.3em;font-weight:bold;width:130px;display:block;float:left;text-align:center;border:2px solid#999;padding:5px;margin:3px 5px;color:blue;text-decoration:none;line-height:20px;}.operator a.pasangan{text-align:right;}.operator a span.black{color:black;}.operator a:hover{background:#0043CF url("../images/highlight.gif"/*tpa=http://www.internomor.com/images/highlight.gif*/)repeat-x;color:#fff;}.operator a:hover span.black{color:#fff;}.operator h4{font-size:1.7em;clear:both;background:#ddd;color:#222;padding:4px 7px;text-align:right;}.operator div{clear:both;margin:3px 0 7px 0;overflow:hidden;}.breadcrumb{margin-top:5px;font-size:1.5em;padding:5px;width:75%;float:left;clear:both;}.breadcrumb a{font-size:1em;color:#000;display:inline;border:0;margin:0;padding:0;width:auto;}.marquee{width:60%;margin:auto;font-size:2.em;color:#FDD503;}