html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
}

a {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #2EA1DB;
	text-decoration: underline;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #404040;
	padding-bottom: 10px;
}

h2 {
	display: block;
	height: 40px;
	background: #1A80C9 url(../i/h2_bg.gif) left top no-repeat;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 25px;
}
	h2 span {
		display: block;
		height: 33px;
		padding-top: 7px;
		background: url(../i/h2_bg.gif) right bottom no-repeat;
	}

h3 {
	font-size: 19px;
	color: #2F2F2F;
	padding-bottom: 10px;
}

h4 {
	font-size: 16px;
	color: #414242;
}

h5 {
	font-size: 16px;
	color: #343434;
	padding-bottom: 5px;
}

h6 {
	font-size: 12px;
	padding-bottom: 2px;
}

.normalText,
#wrapper .normalText {
	font-size: 12px;
}

small,
.smallerText {
	font-size: 11px;
}

/**
	temporary
*/
table.smallerText {
	font-size: 12px !important;
}

table.smallerText td.blue {
	text-align:	left;
}

#wrapper {
	width: 956px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#wrapper .vTop {
	vertical-align: top;
}
#wrapper .vMid {
	vertical-align: middle;
}
#wrapper .vBot {
	vertical-align: bottom;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}

.gray {
	color: #727272;
}

#top {
	height: 100px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#top td {
		vertical-align: top;
	}

	#top .logo {
		margin-top: 15px;
	}

#lang{
	height: 21px;
}

	#lang li,
	#lang li a {
		display: block;
		float: left;
		width: 39px;
		text-align: center;
		font-weight: bold;
	}
	#lang li {
		height: 21px;
		padding-right: 5px;
	}

	#lang li a {
		color: #479BD4;
		background: url(../i/lang_bg.gif) left bottom no-repeat;
		height: 20px;
		padding-top: 1px;
	}

	#lang li a:hover,
	#lang li .act {
		color: #FFF;
		background: url(../i/lang_bg.gif) left top no-repeat;
	}

	#lang li .act {
		text-decoration: none;
	}


#icons {
	clear: both;
	padding-top: 45px;
	font-size: 18px;
}
	.icon_phone {
		background: url(../i/icon_phone.gif) left 1px no-repeat;
		padding: 0 20px 0 24px;
	}

	.icon_mobile {
		background: url(../i/icon_mobile.gif) left 1px no-repeat;
		padding-left: 24px;
	}


#top .border_l {
	border-left: 1px solid #CCCCCC;
	padding: 12px 0 0 20px;
}

	#top .border_l p {
		font-size: 14px;
		padding-bottom: 7px;
	}

	#top .border_l .mediumInput {
		margin-bottom: 10px;
	}




#tm {
	height: 40px;
	background: url(../i/tm_bg.gif) left top repeat-x;
	padding-bottom: 15px;
}

	#tm td {
		vertical-align: top;
		font-size: 15px;
		font-weight: bold;
	}

	#tm .left {
		height: 40px;
		background: url(../i/tm_lr.gif) left top no-repeat;
	}

	#tm .right {
		height: 40px;
		background: url(../i/tm_lr.gif) right bottom no-repeat;
	}

	#tm .li {
		background: url(../i/tm_li.gif) left 7px no-repeat;
		padding-top: 8px;
	}

	#tm .li_act {
		background: url(../i/tm_li_act.gif) left 7px no-repeat;
		padding-top: 8px;
	}
		#tm .li_act span {
			margin-left: 32px;
		}
		
		#tm .li_act a {
			color: #404040;
		}

	#tm a {
		color: #006FBB;
		text-decoration: none;
		margin-left: 32px;
	}

	#tm a:hover {
		color: #0D9EFF;
		text-decoration: none;
	}






#content {
	padding-bottom: 50px;
}

	#content p {
		padding-bottom: 15px;
	}

	#content td {
		vertical-align: top;
	}



.box_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFF;
	height: 49px;
}

	.box_t span {
		display: block;
		padding: 8px 0 0 25px;
	}
	
	.box_t span a {
		color:	#FFF;
		text-decoration:	none;
	}

	.box_m {
		padding: 5px 0 0 25px;
		width: 176px;
	}

	#middle .box_m {
		width: 195px;
	}

	.box_b {
		padding: 0 0 14px 25px;
	}

	.box1_t {
		background: url(../i/box1_t.gif) left top no-repeat;
	}
	.box2_t {
		background: url(../i/box2_t.gif) left top no-repeat;
	}
	.box3_t {
		background: url(../i/box3_t.gif) left top no-repeat;
	}
	.box4_t {
		background: url(../i/box4_t.gif) left top no-repeat;
	}

	.box1_r {
		border-right: 1px solid #5DCAF0;
	}
	.box2_r {
		border-right: 1px solid #FFCB07;
	}
	.box3_r {
		border-right: 1px solid #FF5401;
	}
	.box4_r {
		border-right: 1px solid #9AD42C;
	}


	.box1_b {
		background: url(../i/box1_b.gif) left bottom no-repeat;
	}
	.box2_b {
		background: url(../i/box2_b.gif) left bottom no-repeat;
	}
	.box3_b {
		background: url(../i/box3_b.gif) left bottom no-repeat;
	}
	.box4_b {
		background: url(../i/box4_b.gif) left bottom no-repeat;
	}


.arw {
	height: 20px;
	padding: 3px 0 0 28px;
}

	.arw a {
		color: #969696;
	}
	.arw a:hover {
		color: #1A80C9;
	}

	.arw1 {
		background: url(../i/arw1.gif) left top no-repeat;
	}
	.arw2 {
		background: url(../i/arw2.gif) left top no-repeat;
	}
	.arw3 {
		background: url(../i/arw3.gif) left top no-repeat;
	}
	.arw4 {
		background: url(../i/arw4.gif) left top no-repeat;
	}


.img1 { background: url(../i/img1.jpg) right bottom no-repeat; }
.img2 { background: url(../i/img2.jpg) right bottom no-repeat; }
.img3 { background: url(../i/img3.jpg) right bottom no-repeat; }
.img4 { background: url(../i/img4.jpg) right bottom no-repeat; }
.img5 { background: url(../i/img5.jpg) right bottom no-repeat; }
.img6 { background: url(../i/img6.jpg) right bottom no-repeat; }

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.box1_b,
.box2_b,
.box3_b,
.box4_b,
.box5_b,
.box6_b {
	height: 220px;
}



.dots_h {
	background: url(../i/dots_h.gif) left top repeat-x;
	height: 18px;
}


.marg_b {
	margin-bottom: 20px;
}
.marg_t {
	margin-top: 20px;
}



#sideMenu {
	background: url(../i/sm_t_bg.jpg) left top repeat-x;
}
	#sideMenu .r {
		background: url(../i/sm_r.gif) right top repeat-y;
	}

	#sideMenu .rt {
		background: url(../i/sm_rt.gif) right top no-repeat;
	}
	#sideMenu .b {
		background: url(../i/sm_b.gif) left bottom no-repeat;
	}

	#sideMenu ul {
		padding: 15px 0 40px 22px;
		width: 260px;
		font-size: 16px;
	}

		#sideMenu ul li {
			padding: 6px 0 6px 27px;
			width: 233px;
			border-bottom: 1px solid #D3E0F1;
			background: url(../i/li.gif) 5px 13px no-repeat;
		}
			#content #sideMenu ul .last {
				border-bottom: none;
			}

		#sideMenu ul li a {
			color: #0F78BF;
			text-decoration: none;
		}
		
		
		#sideMenu ul li a.act {
			color: #404040;
			text-decoration: none;
		}

		#sideMenu ul li a:hover {
			color: #404040;
			text-decoration: none;
		}


		/* --- Submenu --- */

		#sideMenu ul ul {
			padding: 5px 0 0 0;
			width: 230px;
			font-size: 15px;
		}
			#sideMenu ul ul li {
				padding: 2px 0 6px 18px;
				width: 210px;
				border-bottom: none;
				background: url(../i/li.gif) left 9px no-repeat;
			}




#middle ul li, .box_m ul li  {
	padding: 0 0 5px 11px;
}
	.box1_r ul li {
		background: url(../i/li1.gif) left 7px no-repeat;
	}
	.box2_r ul li {
		background: url(../i/li2.gif) left 7px no-repeat;
	}
	.box3_r ul li {
		background: url(../i/li3.gif) left 7px no-repeat;
	}
	.box4_r ul li {
		background: url(../i/li4.gif) left 7px no-repeat;
	}


#middle ol {
	margin: 0 0 15px 4px;
	padding: 5px 0 0 16px;
}
	#middle ol li {
		list-style-type: decimal;
		padding-bottom: 7px;
	}


.padd {
	padding: 12px 12px 0 25px;
	color: #202020;
}

div.padd #channelSetContainer a {
	display: block;	
}

#footer {
	background: url(../i/footer_bg.gif) left top repeat-x;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #878787;
}

	#footer td {
		vertical-align: top;
	}

	#footer a {
		color: #2EA1DB;
	}
	#footer a:hover {
		color: #404040;
	}

	.footer {
		padding: 20px 0 0 25px;
		height: 80px;
		background: url(../i/footer_l.gif) left top no-repeat;
	}

/* --- Forms --- { --- */

.shortInput,
.normalInput,
.mediumInput,
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ADADAD;
	background-color: #FFF;
	padding: 1px 4px;
}

.form .shortInput,
.form .normalInput,
.form .mediumInput,
.form .longInput {
	margin: 0 0 12px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 210px;
}

.longInput {
	width: 320px;
}



.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: none;
	background-color: #479BD4;
	padding: 1px 4px;
}
.btnBig,
.btnBig span {
	display: block;
	cursor: pointer;
	text-align: center;
}
	.btnBig {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		height: 31px;
		background: url(../i/btn.jpg) left top no-repeat;
		padding-left: 15px;
	}
	
		.grayBox .btnBig {
			background: url(../i/btn.jpg) left -64px no-repeat;
		}
	
		.btnBig span {
			height: 25px;
			background: url(../i/btn.jpg) right top no-repeat;
			padding: 6px 15px 0 0;
		}
		
			.grayBox .btnBig span {
				background: url(../i/btn.jpg) right -64px no-repeat;
			}
	
		.btnBig:hover {
			color: #FFF;
			text-decoration: none;
			background: url(../i/btn.jpg) left bottom no-repeat;
		}
		
		.btnBig:hover span {
			background: url(../i/btn.jpg) right bottom no-repeat;
		}

		.grayBox .btnBig:hover {
			background: url(../i/btn.jpg) left bottom no-repeat;
		}
	
		.btnBig:hover span {
			background: url(../i/btn.jpg) right -32px no-repeat;
		}
			
		.grayBox .btnBig:hover span {
			background: url(../i/btn.jpg) right bottom no-repeat;
		}
		
		.grayBox .btnBig {
			background: url(../i/btn.jpg) left -64px no-repeat;
		}
	
		.grayBox .btnBig span {
			background: url(../i/btn.jpg) right -64px no-repeat;
		}

/* --- } --- Forms --- */

#sideMenu ul.sub {
	padding-top:	0px;
	padding-bottom:	15px;
	width:	200px;
}
#sideMenu ul.sub li {
	width:	200px;
}


/* --- Menu blocks --- { --- */
div.menu_block {
	float:	left;
	margin:	0px;
}


div.menu_block_306 {
	float:	left;
	width:	306px;
	margin-right:	10px;
/* 	height:	306px; */
}


td#middle div.menu_block_306 {
	margin-right:	10px;
}

div.split1 {
	float:	left;
	width:	15px;
}
td.bot {
	height:	40px;
}
/* --- } --- Menu blocks --- */

.faq {
	font-weight: bold;
	color: #525252;
}
	#wrapper .faq li a {
		font-weight: normal;
	}
	.faq li a {
		color: #1A80C9;
	}
	.faq li a:hover {
		color: #525252;
	}




.faq_a {
	color: #525252;
	margin-bottom: 20px;
	clear: both;
}
	.faq_a .icon_q {
		width: 630px;
	}

	.faq_a .icon_q span,
	.faq_a .icon_q b {
		display: block;
		float: left;
	}
	
	.faq_a .icon_q b {
		padding:7px 10px 10px 38px;
		width:540px;
	}
	
	.faq_a .icon_q span {
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: right;
		width: 38px;
		height: 35px;
	}

	.faq_a .icon_q b {
		width: 540px;
		background: url(../i/icon_q.gif) 1px 1px no-repeat;
		padding: 10px 0 0 38px;
	}
	


	.faq_a .padd_l {
		clear:both;
		padding-left:32px;
	}


.box5_lt {
	background: #F2F2F2 url(../i/box5_lt.gif) left top no-repeat;
}
	.box5_rb {
		background: url(../i/box5_rb.gif) right bottom no-repeat;
	}

	.icon_e {
		width: 542px;
		padding: 14px 12px 0 44px;
		background: url(../i/icon_a.gif) 7px 5px no-repeat;
	}

.marg_t {
	margin-top: 15px;
}

.gray_bg {
	background: url(../i/gray_bg.jpg) right top no-repeat;
	padding-left: 30px;
}
.gray_bg2 {
    background: url(../i/gray_bg2.jpg) left top repeat-x;
    height: 320px;
} 

.gray_bg_r {
	background: url(../i/gray_bg_r.jpg) right top no-repeat;
	width:	18px;
}


#tabs {
	height: 45px;
	background: url(../i/tabs_line.gif) left bottom repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
	#tabs ul,
	#tabs ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 45px;
	}

	#tabs ul li,
	#tabs ul li a,
	#tabs ul li a span {
		display: block;
		float: left;
	}

	#tabs ul li a {
		color: #1A80C9;
		height: 45px;
		background: url(../i/tabs.gif) right bottom no-repeat;
		padding-right: 16px;
		text-decoration: none;
	}

		#tabs ul li a span {
			background: url(../i/tabs.gif) left bottom no-repeat;
			padding: 10px 0 0 18px;
			height: 35px;
			cursor: pointer;
		}

	#tabs ul li a:hover,
	#tabs ul li .act {
		color: #5F5F5F;
		background: url(../i/tabs.gif) right top no-repeat;
		text-decoration: none;
	}

		#tabs ul li a:hover span,
		#tabs ul li .act span {
			background: url(../i/tabs.gif) left top no-repeat;
		}


.gray_bg_sm {
	background: url(../i/gray_bg_sm.jpg) left top no-repeat;
}

.blueLink,
.tbl a {
	color: #1A80C9;
}
	.blueLink:hover,
	.tbl a:hover {
		color: #525252;
	}


.tbl_t {
	display: block;
	height: 31px;
	padding: 8px 0 0 25px;
	background: url(../i/tbl_bg_t.png) left top no-repeat;
	text-align:	left;
}

.tbl {
	background: url(../i/tbl_bg_b.gif) left bottom no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 0;
	width: 628px;
}
	.tbl .td1,
	.tbl .td2 {
		color: #747B81;
		padding: 4px 0 5px 12px;
	}

	.tbl .td1 {
		background-color: #CEE9FE;
		border-bottom: 1px solid #ABD4F1;
	}

	.tbl .td2 {
		background-color: #E2F3FF;
		border-bottom: 1px solid #C2DCEF;
	}

	.tbl .td3,
	.tbl .td4 {
		border-bottom: 1px solid #DCDCDC;
		padding: 7px 0 12px 12px;
	}

	.tbl .td3 {
		background-color: #EBF7FF;
	}

	#wrapper tr.last td {
		border: none;
	}

	.tbl .td3 a img {
		position: relative;
		z-index: 1;
		margin-bottom: -2px;
	}

.marg_b2 {
	margin-bottom: 10px;
}

.blue {
	color: #1A80C9;
}

.moreLink {
	height: 40px;
}
	.moreLink a,
	.moreLink a span {
		display: block;
		float: left;
		cursor: pointer;
		text-align: center;
	}

	.moreLink a {
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		height: 20px;
		background: url(../i/btn_more.png) left top no-repeat;
		padding-left: 14px;
	}
		.moreLink a span {
			height: 19px;
			background: url(../i/btn_more.png) right top no-repeat;
			padding: 1px 14px 0 0;
		}

		.moreLink a:hover {
			color: #FFF;
			text-decoration: none;
			background: url(../i/btn_more.png) left bottom no-repeat;
		}
			.moreLink a:hover span {
				background: url(../i/btn_more.png) right bottom no-repeat;
			}

.border_b {
	border-bottom: 2px solid #EAEAEA;
	margin-bottom: 16px;
}


#wrapper #news {
	padding: 0;
	margin: 0;
}

	#wrapper #news li {
		border-top: 2px solid #EAEAEA;
		padding: 12px 0 0 0;
		margin: 0;
		display: block;
		width: 593px;
	}

	#news .date {
		width: 44px;
		height: 65px;
		float: left;
		padding-right: 16px;
		background: url(../i/news_date.gif) left top no-repeat;
		text-align: center;
		font-size: 14px;
		color: #4B4B4B;
	}
		#news .date b {
			display: block;
			font-size: 18px;
			color: #1A80C9;
			padding-top: 4px;
			height: 25px;
		}

	#wrapper #news li p {
		padding-bottom: 12px;
	}

	#news .content {
		width: 530px;
		float: left;
	}

	#news li a {
		color: #1A80C9;
	}
		#news li a:hover {
			color: #333;
		}

	#news .cleaner,
	#news .cleaner img {
		width: 1px;
		height: 1px;
	}


#offersBnr {
	height: 200px;
	background: url(../i/offers_bnr.jpg) left top no-repeat;
	padding: 15px 30px 0 35px;
	margin-top: 12px;
}
	#offersBnr h1 {
		font-size: 37px;
		line-height: 37px;
		color: #FFF;
	}

	#offersBnr h3 {
		font-size: 16px;
		line-height: 20px;
		color: #FFF;
		padding-top: 8px;
	}


#wrapper .offersBg {
	font-size: 12px;
	line-height: 16px;
	color: #404040;
}
	.offersBg {
		background: url(../i/offers_bg.gif) left top no-repeat;
		padding-top: 10px;
	}

	.offersBg .img {
		margin-left: 2px;
	}

	#wrapper .offersBg p {
		padding-bottom: 12px;
	}

	.offersBg .arw5 {
		display: block;
		float: right;
		height: 21px;
		padding: 5px 33px 0 0;
		background: url(../i/arw5.gif) right top no-repeat;
		color: #1A80C9;
	}
		.offersBg .arw5:hover {
			color: #333;
		}

.sepp {
	height: 35px;
}

.grayBox {
	background: url(../i/gray_box_bg.gif) right bottom no-repeat;
	margin-top: 14px;
	padding: 0 10px 18px 0;
}
	.grayBox table {
		background: url(../i/gray_box_lt.gif) left top no-repeat;
	}

	.grayBox .td1 {
		width: 25px;
	}

	.grayBox h4 {
		padding: 15px 0 10px 0;
	}


.border_t {
	border-top: 1px solid #CCC;
	padding: 15px 0 0 25px;
}


div.special_offer {
	width:	310px;
	float:	left;
/* 	border:	1px solid green; */
/* 	padding:	5px; */
 	margin:	0 7px 7px 0;
}
#wrapper .btn_sm {
	background: url(../i/btn_sm.gif) left top no-repeat;
	display: block;
	/**float: left;*/
	height: 19px;
	width: 87px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 1px 0 0 3px;
	margin-top: 8px;
}
	#wrapper .btn_sm:hover {
		background: url(../i/btn_sm.gif) left bottom no-repeat;
		color: #FFF;
		text-decoration: none;
	}

.gray_bg2 {
	background: url(../i/gray_bg2.jpg) left top repeat-x;
	height: 320px;
}

#wrapper .dark {
	color: #404040;
}

#wrapper .tbl {
	background-position: right bottom;
}

#wrapper .tbl tr.noPadd .td2,
#wrapper .tbl tr.noPadd .td4 {
	padding-left: 0;
	padding-right: 0;
}

#wrapper .tbl tr.noPadd .td4 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#wrapper .tbl td.b_r {
	border-right: 1px solid #DCDCDC;
}

#wrapper .btn_sm2 {
	background: url(../i/btn_sm2.gif) left top no-repeat;
	display: block;
	height: 16px;
	width: 68px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 1px 0 0 2px;
	margin: 0 auto;
}

div.padd #channelSetContainer a {
	display: block;	
}

div.channel-category {
	padding-bottom: 20px;
	font-weight: bold;	
}

span.counter {
	padding-right: 7px;	
}