/* 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;
}
.clear {
	clear: both;
	height: 1px;
	font-size: .1em;
}
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: 75%;
	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: 91%;
	margin: 0 auto;
	padding: 20px 10px;
	overflow: hidden;
}
.header {
	background: #AB0000;
	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: 68%;
	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 #AC0000;
	border-left: 1px solid #AC0000;
}
.sideblock ul {
	border-right: 1px solid #AC0000;
	border-left: 1px solid #AC0000;
	background: #fff;
	overflow: hidden;
}
.sideblock ul li {
	text-align: center;
	height: 50px;
	border-bottom: 1px solid #AC0000;
	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: #666;
	text-align: center;
}
.search p {
	font-size: 1.3em;
	margin: 3px 0;
	color: #fff;
	font-weight: bold;
}	
.search span {
	color: #ccc;
}
.search table {
	margin: 0 auto 4px auto;
}
.search table td {
	vertical-align: middle;
	padding: 2px;
}
.search input.text {
	color: #4E5864;
	padding: 1px;
	border: 1px solid #666;
	padding: 3px;
	font-size: 16px;
	width: 260px;
}
.search input.submit {
	color: #333;
	cursor: pointer;
	padding: 1px 5px 1px 20px;
	font-size: 16px;
	background: #ccc url('../images/find.gif') 5px 4px no-repeat;
}
.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%;
	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: red;
	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 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: 50%;
	margin: auto;
	font-size: 1.5em;
	color: #F9C299;
}
ul.result {
	margin-left: 24px;
	color: #333;
}
ul.result li {
	width: 24%;
	float: left;
	padding: 4px 0 4px 20px;
	background: #fff url('../images/tag_red.gif') no-repeat;
}
ul.result li a {
	font-size: 1.4em;
	color: #333;
	text-decoration: none;
}