body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	text-align: center;
	background-color: #06133a;
}
a {
	color: #024882;
}
a:hover {
	color: #5a9618;
}
form {
	margin: 0px;
}
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
input {
	
}
textarea {
	overflow: auto;
	border: 1px solid #ccc;
}
td, th {
	vertical-align: top;
}

img, object {
	border: none;
}

kbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clearfix {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- layout -------- */

.body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg_body.png) top left repeat-x #f0f1f2;
}
.container {
	width: 904px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.header {
	height: 137px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bg_header.png) bottom left repeat-x;
}
.header-content {
	height: 100px;
	padding: 0px;
	overflow: hidden;
}
a.site-logo {
	float: left;
	display: block;
	width: 260px;
	height: 100px;
	padding: 0px;
	overflow: hidden;
}
.header-tab {
	float: right;
	width: 400px;
	height: 62px;
	margin-top: 15px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bg_headertab.png) top left no-repeat;
}
.header-tab ul {
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.header-tab ul li {
	float: left;
	height: 64px;
	padding: 0px;
	overflow: hidden;
}
.header-tab ul li.tab-call {
	width: 96px;
}
.header-tab ul li.tab-chat {
	width: 107px;
}
.header-tab ul li.tab-mail {
	width: 97px;
}
.header-tab ul li.tab-lang {
	width: 100px;
}
.header-tab ul li a.tab-caption {
	float: left;
	height: 32px;
	padding: 0px;
	overflow: hidden;
	display: block;
	background: url(../images/tabs_header.png) no-repeat;
}
.header-tab ul li a.tab-caption:hover {
	cursor: default;
}
.header-tab ul li.tab-call a.tab-caption {
	width: 96px;
	background-position: 0px -32px;
}
.header-tab ul li.tab-chat a.tab-caption {
	width: 107px;
	background-position: -96px -32px;
}
.header-tab ul li.tab-mail a.tab-caption {
	width: 97px;
	background-position: -203px -32px;
}
.header-tab ul li.tab-lang a.tab-caption {
	width: 100px;
	background-position: -300px -32px;
}
.header-tab ul li.tab-call a.tab-caption.onselect {
	background-position: 0px 0px;
}
.header-tab ul li.tab-chat a.tab-caption.onselect {
	background-position: -96px 0px;
}
.header-tab ul li.tab-mail a.tab-caption.onselect {
	background-position: -203px 0px;
}
.header-tab ul li.tab-lang a.tab-caption.onselect {
	background-position: -300px 0px;
}
.header-tab ul li .tab-content {
	position: absolute;
	width: 380px;
	height: 16px;
	margin-top: 32px;
	padding: 7px 0px 7px 20px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #024882;
}
*html .header-tab ul li .tab-content {
	position: relative;
	margin-top: 0px;
}
*:first-child+html .header-tab ul li .tab-content {
	position: relative;
	margin-top: 0px;
}
.header-tab ul li.tab-call .tab-content {
	margin-left: 0px;
}
.header-tab ul li.tab-chat .tab-content {
	margin-left: -96px;
}
.header-tab ul li.tab-mail .tab-content {
	margin-left: -203px;
}
.header-tab ul li.tab-lang .tab-content {
	margin-left: -300px;
}
.header-tab ul li .tab-content p {
	display: inline;
	margin: 0px !important;
	padding: 0px 20px 0px 0px !important;
}
.header-tab ul li .tab-content a {
	color: #024882;
	text-decoration: none;
}
.header-tab ul li .tab-content a:hover {
	color: #5a9618;
	text-decoration: none;
}
.header-tab ul li .tab-content ul {
	float: none;
	display: inline;
	margin: 0px !important;
	margin-left: -10px !important;
	padding: 0px 10px 0px 0px !important;
	list-style: none;
}
.header-tab ul li .tab-content ul.lang {
	margin: 0px !important;
}
.header-tab ul li .tab-content ul li {
	float: none;
	display: inline;
	padding-right: 6px;
	color: #555;
	font-weight: normal;
}
.header-tab ul li .tab-content ul.lang li {
	padding-right: 20px;
}
.header-tab ul li .tab-content ul li img {
	margin-right: 2px;
	margin-bottom: -4px;
}

.header-menu {
	height: 37px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	background: url(../images/bg_hmenu_r.png) top right no-repeat;
}
.header-menu ul {
	height: 17px;
	margin: 0px !important;
	padding: 10px !important;
	list-style: none;
	background: url(../images/bg_hmenu_l.png) top left no-repeat;
}
.header-menu ul li {
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	border-left: 1px solid #ccc;
}
.header-menu ul li.first {
	border: none;
}
.header-menu ul li a {
	color: #555;
	text-decoration: none;
}
.header-menu ul li a:hover, .header-menu ul li.over a {
	color: #888;
	text-decoration: none;
}

.header-menu ul li ul {
	position: absolute;
	width: 160px;
	height: auto;
	margin-top: 9px !important;
	margin-left: -18px !important;
	padding: 0px !important;
	list-style: none;
	background: none;
	background-color: #dbdbdb;
	border: 1px solid #afb0b1;
	border-top: none;
	visibility: hidden;
}
*html .header-menu ul li ul {
	margin-top: 24px !important;
}
*:first-child+html .header-menu ul li ul {
	margin-top: 24px !important;
}
.header-menu ul li ul li {
	float: none;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}
.header-menu ul li ul li a {
	display: block;
	padding: 6px 10px 6px 21px;
	color: #888;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 10px 10px;
	border-top: 1px solid #e7e7e7;
}
*html .header-menu ul li ul li a {
	height: 12px;
}
.header-menu ul li ul li a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.wrapper {
	padding: 15px 0px;
}

.domsearch {
	margin-bottom: 12px;
	padding: 0px;
	background: url(../images/bg_page.gif) top left repeat-y #fff;
}
.domsearch-header {
	height: 40px;
	padding: 31px 30px 32px 30px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bg_domsearch_header.png) top left no-repeat;
}
.domsearch-header h1 {
	margin: 0px !important;
	padding: 7px 0px !important;
	font-size: 24px;
	color: #333;
	line-height: 110%;
}
.domsearch-header h1 strong {
	color: #024882;
}
.domsearch-header h1 b {
	color: #68c00b;
}
.domsearch-form {
	height: 30px;
	padding: 50px 0px 56px 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bg_galaxy.jpg) top left no-repeat;
}
.domsearch-form-content {
	width: 540px;
	height: 27px;
	margin: 0px auto;
	padding: 0px 0px 3px 17px;
	overflow: hidden;
	text-align: left;
	background: url(../images/input_domsearch.gif) no-repeat;
	background-position: 15px 0px;
}
input.domsearch-text {
	float: left;
	width: 300px;
	height: 18px;
	margin-top: 3px;
	padding: 3px 0px 3px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border: none;
}
input.domsearch-select {
	float: left;
	width: 77px;
	height: 19px;
	margin-top: 3px;
	padding: 3px 0px 3px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	border: none;
}
input.domsearch-select.onFocus {
	color: #888 !important;
}
input.domsearch-button {
	float: left;
	margin-right: 6px;
	margin-left: 5px;
	border: none;
}
a.domsearch-tips {
	float: left;
	margin-top: 8px;
	font-size: 11px;
	color: #024882;
	text-decoration: none;
	white-space: nowrap;
}
a.domsearch-tips:hover {
	color: #86d81f;
	text-decoration: none;
}
.extlist {
	position: absolute;
	height: auto;
	margin-top: 30px;
	margin-left: 308px;
	padding: 0px;
	z-index: 999;
	visibility: hidden;
}
*html .extlist {
	margin-left: -223px;
}
*:first-child+html .extlist {
	margin-left: -223px;
}
.extlist-content {
	padding: 0px;
}
.extlist-content ul {
	float: left;
	width: 85px;
	margin: 0px !important;
	padding: 5px 0px 5px 5px !important;
	list-style: none;
	background-color: #dcdcdc;
	border: 1px solid #aaaaaa;
}
.extlist-content ul li {
	float: left;
	width: 80px;
	margin-right: 5px;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.extlist-content ul li a {
	float: left;
	width: 54px;
	height: 16px;
	padding: 3px 10px 4px 10px;
	color: #666;
	text-decoration: none;
}
.extlist-content ul li a:hover {
	color: #555;
	text-decoration: none;
	background-color: #eee;
}

.domsearch-result {
display:none;
	min-height: 160px;
	padding: 5px 0px 10px 0px;
	background: url(../images/bg_domresult.png) bottom left no-repeat #f0f1f2;
}
*html .domsearch-result {
	height: 160px;
	overflow: visible;
}

.wrap-page {
	margin-bottom: 12px;
	padding: 0px;
}
.wrap-main {
	float: left;
	width: 674px;
	padding: 0px;
	overflow: hidden;
}
.wrap-side {
	float: right;
	width: 216px;
	padding: 0px;
	overflow: hidden;
}

.page-container {
	min-height: 155px;
	margin-bottom: 12px;
	padding: 0px;
	background: url(../images/bg_page.gif) top left repeat-y #fff;
}
*html .page-container {
	height: 155px;
	overflow: visible;
}
.page {
	padding: 0px 0px 5px 0px;
	background: url(../images/bg_pagebot.png) bottom left no-repeat;
}
.page-title {
	height: 40px;
	padding: 21px 10px 22px 30px;
	overflow: hidden;
	background: url(../images/bg_pagetitle.png) top left no-repeat;
}
.page-title h1 {
	margin: 0px !important;
	padding: 7px 0px !important;
	font-size: 24px;
	color: #333;
	line-height: 110%;
}
.page-title h1 strong {
	color: #024882;
}
.page-title h1 b {
	color: #68c00b;
}
.page-title ul {
	float: right;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.page-title ul li {
	float: left;
	padding: 13px 18px 15px 20px;
	font-size: 13px;
	background: url(../images/line_pagelink.png) top left no-repeat;
}
.page-title ul li a {
	color: #888;
	text-decoration: none;
}
.page-title ul li a:hover {
	color: #024882;
	text-decoration: none;
}

h3.subtitle {
	margin: 0px !important;
	padding: 8px 0px !important;
	font-size: 12px;
	color: #024882;
	line-height: 110%;
}
.page-content.full h3.subtitle {
	padding: 45px 0px 55px 0px !important;
	font-size: 24px;
	font-weight: normal;
	color: #01345e;
	text-align: center;
	background: url(../images/bg_full_top.png) top left no-repeat;
}
.page-content.full h3.subtitle span {
	color: #90c30f;
}

.page-content {
	padding: 0px 11px 10px 21px;
	min-height: 155px;
	background: url(../images/line_side.gif) no-repeat;
	background-position: 681px 100%;
}
*html .page-content {
	height: 155px;
	overflow: visible;
}
.page-content.full {
	background: none;
	padding: 0px 21px 10px 21px;
}
.page-content-main {
	float: left;
	width: 640px;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.page-content.full .page-content-main {
	float: none;
	width: auto;
}
.page-content-side {
	float: right;
	width: 200px;
	min-height: 47px;
	padding: 20px 0px 10px 12px;
	background: url(../images/line_sidetop.gif) top left no-repeat;
}
*html .page-content-side {
	height: 47px;
	overflow: visible;
}
.page-content.full .page-content-side {
	display: none;
	padding: 0px 0px 60px 0px;
	background: url(../images/bg_full_bot.png) bottom left no-repeat;
}

.page-content.full .content-column {
	padding: 10px 20px 80px 15px;
	background: url(../images/bg_full_bot.png) bottom left no-repeat;
}
.page-content.full .content-column ul.content-column-list {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.page-content.full .content-column ul.content-column-list li.content-column-item {
	
}
.page-content.full .content-column ul.content-column-list li.content-column-item.inleft, 
.page-content.full .content-column ul.content-column-list li.content-column-item.inright {
	width: 400px;
	margin-bottom: 30px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
.page-content.full .content-column ul.content-column-list li.content-column-item.inleft {
	clear: both;
	float: left;
}
.page-content.full .content-column ul.content-column-list li.content-column-item.inright {
	clear: right;
	float: right;
}
.page-content.full .content-column ul.content-column-list li.content-column-item .thumb {
	float: left;
	width: 70px;
	margin-right: 10px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.page-content.full .content-column ul.content-column-list li.content-column-item .brief {
	float: right;
	width: 315px;
	padding: 0px;
	overflow: hidden;
}
.page-content.full .content-column ul.content-column-list li.content-column-item .brief h1 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #333;
}
.page-content.full .content-column ul.content-column-list li.content-column-item .brief p {
	margin: 8px 0px !important;
	line-height: 130%;
}

.content-desc {
	line-height: 130%;
}

.packet {
	width: 687px;
	margin-right: -13px;
}
.packet-item {
	float: left;
	width: 176px;
	height: 264px;
	margin-right: 13px;
	padding: 10px 20px;
	overflow: hidden;
	background: url(../images/block_packet.png) top left no-repeat #eeeff0;
}
.packet h2.title {
	margin: 0px !important;
	padding: 4px 0px 8px 0px !important;
	font-size: 13px;
	text-transform: uppercase;
	color: #024882;
}
.packet h2.title span {
	color: #333;
}
.packet .brief {
	height: 120px;
	padding: 10px 0px;
}
.packet h5 {
	margin: 0px !important;
	padding: 9px 10px 9px 0px !important;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	color: #024882;
}
.packet h5 span {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	vertical-align: super;
}
.packet-btn {
	padding: 10px 0px;
	text-align: center;
}

.wrap-side .banner {
	height: 284px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/block_banner.png) top left no-repeat #fff;
}
.wrap-side .banner ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.wrap-side .banner ul.badge {
	padding: 10px 8px !important;
}
.wrap-side .banner ul.bank {
	padding: 8px !important;
	border-top: 1px solid #f8f8f8;
}

.promo-slide {
	height: 192px;
	background: url(../images/bg_promoslide.gif) top left no-repeat;
}
.promo-slide h2.title {
	margin: 0px !important;
	padding: 13px 5px 8px 5px !important;
	font-size: 12px;
	color: #024882;
}
.promo-slide-content {
	width: 180px;
	height: 120px;
	padding: 16px 18px;
	overflow: hidden;
}
.slidenav {
	position: absolute;
	width: 172px;
	height: 13px;
	padding: 5px 4px;
	overflow: hidden;
	z-index: 333;
}
#slidenav {
	float: right;
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
}
#slidenav a {
	float: left;
	padding: 1px 4px;
	margin-right: 1px;
	color: #ccc;
	text-decoration: none;
	background-color: #024882;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
	opacity: .60;
}
#slidenav a.activeSlide {
	color: #fff;
	background-color: #8de41e;
	-moz-opacity: .99;
	filter: alpha(opacity=99);
	opacity: .99;
}
#slidenav a:hover {
	color: #fff;
	text-decoration: none;
	-moz-opacity: .99;
	filter: alpha(opacity=99);
	opacity: .99;
}

.wrap-full {
	margin-bottom: 12px;
	padding: 0px;
	background: url(../images/bg_wrapfull.gif) top left repeat-y #fefefe;
}
.wrapfull-wrap {
	padding: 0px;
	background: url(../images/bg_wrapfull_bot.png) bottom left no-repeat;
}
.wrapfull-content {
	min-height: 60px;
	padding: 10px 22px;
	background: url(../images/bg_wrapfull_top.png) top left no-repeat;
}
*html .wrapfull-content {
	height: 60px;
	overflow: visible;
}
.wrap-column {
	min-height: 155px;
	background: url(../images/line_column_bot.gif) no-repeat;
	background-position: 429px 100%;
}
*html .wrap-column {
	height: 155px;
	overflow: visible;
}
.wrap-column-left {
	float: left;
	width: 410px;
	min-height: 67px;
	padding: 0px 20px 10px 0px;
	background: url(../images/line_column_top.gif) top right no-repeat;
}
*html .wrap-column-left {
	height: 67px;
	overflow: visible;
}
.wrap-column-right {
	float: right;
	width: 410px;
	padding: 0px 0px 10px 20px;
}

.wrap-column h2.title {
	margin: 0px !important;
	padding: 5px 0px 10px 0px !important;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

.news {
	
}
.news-item {
	padding: 3px 0px 4px 15px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 7px;
}
.news span.date {
	color: #999;
}
.news-item h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.news-item h3 a {
	color: #024882;
	text-decoration: none;
}
.news-item h3 a:hover {
	color: #024882;
	text-decoration: underline;
}
.news-item p{
	margin: 0px !important;
	padding: 0px !important;
}

.page-content-main .news {
	
}
.page-content-main .news-content {
	padding: 5px 0px;
}
.page-content-main .news h2.title {
	margin: 15px 0px 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.page-content-main .news-item {
	padding: 3px 0px 4px 15px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 7px;
}
.page-content-main span.date {
	font-size: 11px;
	color: #999;
}
.page-content-main .news-content h3 {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #555;
}
.page-content-main .news-content .news-item h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.page-content-main .news-item h3 a {
	color: #024882;
	text-decoration: none;
}
.page-content-main .news-item h3 a:hover {
	color: #5a9618;
	text-decoration: underline;
}
.page-content-main .news-item p{
	margin: 0px !important;
	padding: 0px !important;
}
.page-content-main .news .link-more {
	padding: 10px 0px;
}
.page-content-main .news .link-more a {
	padding: 0px 15px;
	color: #024882;
	text-decoration: none;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 4px;
}
.page-content-main .news .link-more a:hover {
	color: #5a9618;
	text-decoration: none;
}

.testimoni {
	
}
.testimoni-item {
	padding: 3px 0px 5px 15px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 7px;
}
.testimoni-item p{
	margin: 0px 0px 3px 0px !important;
	padding: 0px !important;
}
.testimoni-item h3 {
	margin: 0px !important;
	padding: 3px 0px 0px 0px !important;
	font-size: 12px;
	color: #333;
}
.testimoni-item h3 span {
	font-weight: normal;
	color: #555555;
}

.wrap-column .link-more {
	padding: 5px 0px;
}
.wrap-column .link-more a {
	padding: 0px 15px;
	color: #024882;
	text-decoration: none;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 4px;
}
.wrap-column .link-more a:hover {
	color: #5a9618;
	text-decoration: none;
}

.wrap-side .payment {
	
}
.wrap-side .payment h2 {
	margin: 0px !important;
	padding: 9px 5px 7px 5px !important;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
.page-content-side .payment {
	width: 200px;
	height: 80px;
	margin-bottom: 15px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bg_payment.png) top left no-repeat;
}
.page-content-side .payment h2 {
	margin: 0px !important;
	padding: 9px 5px 7px 5px !important;
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}
.page-content-side .payment ul {
	margin: 0px !important;
	padding: 5px 0px !important;
	list-style: none;
}

.grid-table {
	width: 640px;
	margin: 20px 0px;
	padding: 10px 0px;
	overflow: hidden;
	background-color: #f8f8f8;
}
.grid-table table {
	width: 640px;
	margin: 5px 0px 10px 0px;
	border: none;
}
.grid-table table tr {
	
}
.grid-table table tr td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: tahoma;
	font-size: 11px;
	color: #484848;
	background: url(../images/bg_tables.png) no-repeat;
	border-left: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.grid-table table tr td.grid-empty  {
	background: none;
}
.grid-table table tr td.head-0, .grid-table table tr td.head-full, .grid-table table tr td.grid-0, .grid-table table tr td.grid-empty  {
	border-left: none;
}
.grid-table table tr td.head-0, .grid-table table tr td.head-full, .grid-table table tr td.grid-0  {
	text-align: left;
	font-weight: bold;
}
.grid-table table tr td.grid-1, .grid-table table tr td.grid-2, .grid-table table tr td.grid-3, .grid-table table tr td.grid-4, .grid-table table tr td.grid-5, .grid-table table tr td.grid-6 {
	width: 80px;
}
.grid-table table tr td.head-full  {
	padding-left: 30px;
	color: #fff;
	background-position: 0px 0px;
}
.grid-table table tr td.head-0  {
	padding-left: 30px;
	width: 124px;
	color: #fff;
	background-position: 0px -62px;
}
.grid-table table tr td.grid-0  {
	padding-left: 10px;
	width: 144px;
	color: #666;
	background-position: 0px -31px;
}
.grid-table table tr td.head-1, .grid-table table tr td.head-2, .grid-table table tr td.head-3, .grid-table table tr td.head-4, .grid-table table tr td.head-5, .grid-table table tr td.head-6 {
	color: #fff;
	font-weight: bold;
}
.grid-table table tr td.head-1, .grid-table table tr td.grid-link-1  {
	background-position: -155px -62px;
}
.grid-table table tr td.head-2, .grid-table table tr td.grid-link-2  {
	background-position: -236px -62px;
}
.grid-table table tr td.head-3, .grid-table table tr td.grid-link-3  {
	background-position: -317px -62px;
}
.grid-table table tr td.head-4, .grid-table table tr td.grid-link-4 {
	background-position: -398px -62px;
}
.grid-table table tr td.head-5, .grid-table table tr td.grid-link-5  {
	background-position: -479px -62px;
}
.grid-table table tr td.head-6, .grid-table table tr td.grid-link-6  {
	background-position: -560px -62px;
}
.grid-table table tr td.grid-1  {
	background-position: -155px -31px;
}
.grid-table table tr td.grid-2  {
	background-position: -236px -31px;
}
.grid-table table tr td.grid-3  {
	background-position: -317px -31px;
}
.grid-table table tr td.grid-4 {
	background-position: -398px -31px;
}
.grid-table table tr td.grid-5  {
	background-position: -479px -31px;
}
.grid-table table tr td.grid-6  {
	background-position: -560px -31px;
}
.grid-table table tr td a  {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.grid-table table tr td a:hover  {
	color: #fff;
	text-decoration: underline;
}
.grid-content {
	margin: 10px 20px;
	padding: 10px 0px;
	border-top: 1px solid #eee;
}
.grid-content ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.grid-content ul li {
	padding: 3px 0px 3px 15px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 7px;
}

.dom-table {
	width: 640px;
	margin: 20px 0px;
	padding: 10px 0px;
	overflow: hidden;
	background-color: #f8f8f8;
}
.dom-table table {
	width: 640px;
	margin: 5px 0px 10px 0px;
	border: none;
}
.dom-table table tr {
	
}
.dom-table table tr td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: tahoma;
	font-size: 11px;
	color: #484848;
	background: url(../images/bg_domtbl.png) no-repeat;
	border-left: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.dom-table table tr td.grid-empty  {
	background: none;
}
.grid-table table tr td.head-0, .grid-table table tr td.head-full, .grid-table table tr td.grid-0, .grid-table table tr td.grid-empty  {
	border-left: none;
}
.dom-table table tr td.head-0, .dom-table table tr td.head-full, .dom-table table tr td.grid-0  {
	text-align: left;
	font-weight: bold;
}
.dom-table table tr td.grid-1, .dom-table table tr td.grid-2, .dom-table table tr td.grid-3, .dom-table table tr td.grid-4, .dom-table table tr td.grid-5 {
	height: 60px
}
.dom-table table tr td.head-full  {
	padding-left: 30px;
	color: #fff;
	background-position: 0px 0px;
}
.dom-table table tr td.head-0  {
	padding-left: 30px;
	width: 124px;
	color: #fff;
	background-position: 0px -92px;
}
.dom-table table tr td.grid-0  {
	color: #666;
	text-align: center;
	background-position: 0px -31px;
}
.dom-table table tr td.head-1, .dom-table table tr td.head-2, .dom-table table tr td.head-3, .dom-table table tr td.head-4, .dom-table table tr td.head-5 {
	color: #fff;
	font-weight: bold;
}
.dom-table table tr td.head-1, .dom-table table tr td.grid-link-1  {
	width: 80px;
	background-position: -155px -92px;
}
.dom-table table tr td.head-2, .dom-table table tr td.grid-link-2  {
	width: 80px;
	background-position: -236px -92px;
}
.dom-table table tr td.head-3, .dom-table table tr td.grid-link-3  {
	width: 160px;
	background-position: -317px -92px;
}
.dom-table table tr td.head-4, .dom-table table tr td.grid-link-4 {
	width: 80px;
	background-position: -479px -92px;
}
.dom-table table tr td.head-5, .dom-table table tr td.grid-link-5  {
	width: 80px;
	background-position: -560px -92px;
}
.dom-table table tr td.grid-1  {
	background-position: -155px -31px;
}
.dom-table table tr td.grid-2  {
	background-position: -236px -31px;
}
.dom-table table tr td.grid-3  {
	background-position: -317px -31px;
	font-weight: bold;
	color: #024882;
}
.dom-table table tr td.grid-4 {
	background-position: -479px -31px;
}
.dom-table table tr td.grid-5  {
	background-position: -560px -31px;
}
.dom-table table tr td a:hover {
	color: #fff;
}
.dom-table table tr td.grid-2  a {
	color: #90adc8;
}
.dom-table table tr td.grid-2  a:hover {
	color: #024882;
}
.dom-table table tr td.grid-5  a {
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;
}
.dom-table table tr td.grid-5  a:hover {
	color: #fff;
	text-decoration: none;
}
.dom-info {
	text-align: left;
}

.block-side {
	margin-bottom: 15px;
	padding: 0px;
	background: url(../images/bg_sideblock_top.png) top left no-repeat;
}
.block-side h2 {
	margin: 0px !important;
	padding: 8px 10px 6px 10px !important;
	font-size: 13px;
	color: #024882;
}
.block-side h2 span {
	color: #5a9618;
}
.block-side-content {
	min-height: 85px;
	padding: 15px 10px 20px 10px;
	background: url(../images/bg_sideblock_bot.png) bottom left no-repeat;
}
*html .block-side-content {
	min-height: 85px;
	overflow: visible;
}
.block-side-content ul {
	margin: 0px !important;
	padding: 5px 0px !important;
	list-style: none;
}
.block-side-content ul li {
	padding: 1px 0px 1px 15px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 5px;
}

.block-side-content ul.category {
	margin: 0px !important;
	padding: 5px 0px !important;
	list-style: none;
}
.block-side-content ul.category li {
	padding: 5px 0px 5px 18px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 5px 10px;
}
.block-side-content ul.category li a {
	color: #888;
	text-decoration: none;
}
.block-side-content ul.category li a:hover {
	color: #666;
	text-decoration: underline;
}

.block-side-content .link-more {
	margin-top: 5px;
	padding: 3px 0px;
	text-align: right;
}
.block-side-content .link-more a, .block-side-content .link-more a:hover {
	padding-left: 12px;
	text-decoration: none;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 0px 4px;
}

.page-contact {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 12px;
}
.page-contact h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #024882;
}
.page-contact h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px;
	font-weight: normal;
}
.page-contact ul {
	margin: 0px !important;
	padding: 15px 20px 20px 20px !important;
	list-style: none;
	border-bottom: 1px solid #f2f2f2;
}
.page-contact ul li {
	padding: 3px 0px 4px 35px;
}
.page-contact ul li.address {
	background: url(../images/icon/home.gif) no-repeat;
	background-position: 5px 2px;
}
.page-contact ul li.email {
	background: url(../images/icon/email.gif) no-repeat;
	background-position: 5px 2px;
}
.page-contact ul li.phone {
	background: url(../images/icon/phone.gif) no-repeat;
	background-position: 5px 2px;
}
.page-contact ul li.mobile {
	background: url(../images/icon/mobile.gif) no-repeat;
	background-position: 5px 2px;
}
.page-contact ul li.site {
	background: url(../images/icon/globe.gif) no-repeat;
	background-position: 5px 3px;
}
.page-contact ul li.user {
	background: url(../images/icon/user.gif) no-repeat;
	background-position: 5px 2px;
}

.page-form {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #fff;
	background-color: #f8f8f8;
}
.page-form h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #666;
}
.page-form p {
	margin: 10px 0px !important;
}
.page-form table {
	width: 100%;
	border: 0px;
}
.page-form table th {
	text-align: left;
	font-size: 12px;
	color: #a32c0e;
	padding: 6px 10px 8px 2px;
	border-bottom: 2px solid #fff;
}
.page-form table td {
	padding: 6px 10px 3px 10px;
}
.page-form table td a {
	color: #666;
	text-decoration: none;
}
.page-form table td a:hover {
	color: #333;
	text-decoration: none;
}
.page-form table td input, select {
	font-size: 11px;
	color: #333;
	padding: 3px 2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.page-form table td input.button {
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #024882;
	border: 1px solid #003d6f;
	cursor: pointer;
}
.page-form table td input.button:hover {
	background-color: #6ec314;
	border: 1px solid #5ba112;
	cursor: pointer;
}
.page-form table td textarea {
	border-top: 1px solid #c6c9d5;
	border-left: 1px solid #c6c9d5;
	border-bottom: 1px solid #dde0eb;
	border-right: 1px solid #dde0eb;
	overflow: auto;
}
.page-form table td textarea {
	width: 300px;
}

ul.testimoni {
	margin: 5px 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.testimoni li {
	padding: 10px 15px 10px 80px;
	background: url(../images/bgQuote.gif) no-repeat;
	background-position: 20px 12px;
	border-bottom: 1px solid #f0f0f0;
}
ul.testimoni li.rowBg {
	background: url(../images/bgQuote-2.gif) no-repeat #f8f8f8;
	background-position: 20px 12px; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f0f0f0;
}
ul.testimoni li h3 {
	margin: 0px !important;
	padding: 0px 0px 3px 0px !important;
	font-size: 12px;
	color: #024882;
}
ul.testimoni li span {
	font-size: 12px;
	color: #999;
}
ul.testimoni li p {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 130%;
}

.testimoni-form {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #fff;
	background-color: #f8f8f8;
}
.testimoni-form h2 {
	margin: 0px 0px 12px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #024882;
}
.testimoni-form p {
	margin: 10px 0px !important;
}
.testimoni-form table {
	width: 100%;
	border: 0px;
}
.testimoni-form table th {
	text-align: left;
	font-size: 12px;
	color: #a32c0e;
	padding: 6px 10px 8px 2px;
	border-bottom: 2px solid #fff;
}
.testimoni-form table td {
	padding: 4px 10px 2px 10px !important;
	text-align: left;
}
.testimoni-form table td.label {
	text-align: right;
	padding-top: 5px !important;
	padding-right: 10px !important;
	line-height: 110%;
	color: #888;
}
.testimoni-form table td a {
	color: #666;
	text-decoration: none;
}
.testimoni-form table td a:hover {
	color: #333;
	text-decoration: none;
}
.testimoni-form table td input, select {
	font-size: 11px;
	color: #333;
	padding: 3px 2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.testimoni-form table td input.button {
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #024882;
	border: 1px solid #003d6f;
	cursor: pointer;
}
.testimoni-form table td input.button:hover {
	background-color: #6ec314;
	border: 1px solid #5ba112;
	cursor: pointer;
}
.testimoni-form table td textarea {
	border-top: 1px solid #c6c9d5;
	border-left: 1px solid #c6c9d5;
	border-bottom: 1px solid #dde0eb;
	border-right: 1px solid #dde0eb;
	overflow: auto;
}
.testimoni-form table td textarea {
	width: 300px;
}

.pagination {
	margin: 5px 0px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #ccc;
}
*html .pagination {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.pagination a {
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination span.back {
	padding-left: 13px;
	padding-right: 5px;
	font-weight: lighter;
	background-position: 0px 2px;
}
.pagination span.next {
	padding-right: 13px;
	padding-left: 0px;
	font-weight: lighter;
	background-position: 100% 2px;
}
.pagination span.back a {
	margin-left: -13px;
	padding-left: 13px;
	text-decoration: none;
	background-position: 0px 2px;
}
.pagination span.next a {
	margin-right: -13px;
	padding-right: 13px;
	text-decoration: none;
	background-position: 100% 2px;
}
*html .pagination span.back a {
	background: none;
}
*html .pagination span.next a {
	background: none;
}
*:first-child+html .pagination span.back a {
	background: none;
}
*:first-child+html .pagination span.next a {
	background: none;
}

.footer {
	min-height: 195px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #5273c6;
	background: url(../images/bg_footer.png) top left repeat-x #06133a;
}
*html .footer {
	height: 195px;
	overflow: visible;
}
.footer-nav {
	padding: 0px 0px 1px 0px;
	background: url(../images/bg_footerline.png) bottom center no-repeat;
}
.footer-nav ul {
	margin: 0px !important;
	padding: 10px !important;
	list-style: none;
	background: url(../images/bg_footernav.png) top center repeat-y #1e286c;
}
.footer-nav ul li {
	display: inline;
	padding-right: 14px;
	padding-left: 16px;
	border-left: 1px solid #273389;
}
.footer-nav ul li.first {
	border: none;
}
.footer-nav ul li a {
	color: #5273c6;
	text-decoration: none;
}
.footer-nav ul li a:hover {
	color: #8baaf7;
	text-decoration: none;
}
.footer-content {
	padding: 15px 10px 20px 10px;
	line-height: 130%;
}
.footer-content a {
	color: #8baaf7;
	text-decoration: none;
}
.footer-content a:hover {
	color: #8baaf7;
	text-decoration: underline;
}
.footer-content img {
	margin: 13px auto;
}


/* update 02 Nov 09 */
ul.list {
	margin: 10px !important;
	padding: 0px !important;
	list-style: none;
}
ul.list li {
	padding-left: 25px;
	margin-bottom: 5px;
	background: url(../images/arrow_dot.gif) no-repeat;
	background-position: 10px 5px;
}
.block-page {
	margin-bottom: 15px;
	padding: 0px;
	background: url(../images/bg_pageblock_top.png) top left no-repeat;
}
.block-page h2 {
	margin: 0px !important;
	padding: 8px 10px 6px 10px !important;
	font-size: 13px;
	color: #024882;
	text-align: center;
}
.block-page h2 span {
	color: #5a9618;
}
.block-page-content {
	min-height: 85px;
	padding: 15px 10px 20px 10px;
	background: url(../images/bg_pageblock_bot.png) bottom left no-repeat;
}
*html .block-page-content {
	min-height: 85px;
	overflow: visible;
}
.block-page-content table {
	width: 100%;
}
.block-page-content table td {
	padding: 6px 10px;
}
.block-page-content table tr.row td {
	background-color: #f5f5f5;
}
.block-page-content table td.thumb {
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
.block-page-content table tr.row td.thumb {
	background-color: transparent;
}
