html{color:#464646;background:#fff;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{font: 16px/21px 'PT Sans', serif; margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
a{color: #005394;}
a:hover{text-decoration: none;}
strong{font-weight: bold;}
.clear{clear: both;}


body, html {
    height: 100%;
}

.top_crn_wrap, .bot_crn_wrap{
    min-width: 959px;
    height: 266px;
    margin: 0 auto;
    overflow: hidden;
}

.crn_left{
    width: 100%;
    min-width: 1491px;
    float: right;
    height: 266px;
    margin: 0 auto;
    background: url('../img/bg/main_crn_l.png') 0% 0% no-repeat;
    display: none;
}

.bot_crn_wrap{
    margin-top: -266px;
}

.crn_right{
    width: 100%;
    min-width: 1491px;
    height: 266px;
    background: url('../img/bg/main_crn_r.gif') 100% 100% no-repeat;
    display: none;
}

#wrapper {
  width:  959px;
  min-height: 100%;
  margin: -266px auto 0;
}

.header{
		overflow: hidden;
    padding-top: 30px;   
}

.logo {
    float: left;
    padding: 0 0 0 43px;
}

.support_phone {
    float: right;
    width: 280px;
    height: 123px;
    background: url('../img/bg/support_bg.png') 0 0 no-repeat;
    margin: 3px 38px 0 21px;
    color: #fff;
}

  .support_phone p {
    font-size: 18px;
    padding: 13px 0 11px 0;
    text-align: center;
    line-height: 18px;
  }

  .support_phone h4 {
  	position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  
  .support_phone h4 a {
  	color: #fff;
  	text-decoration: none;
  }
  
  .support_phone h4 a:hover {
  	text-decoration: underline;
  }  

.user_panel{
  float: right;
  width: 280px;
}

  .user_panel li{
    height: 58px;
    margin: 3px 0 7px 0;
    background: url('../img/bg/enter_acc_bg.png') 0 0 no-repeat;
  }

  .user_panel li.portal{
    background: url('../img/bg/enter_portal_bg.png') 0 0 no-repeat;
  }

  .user_panel li a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    margin-left: 56px;
  }

.search_wrapper {
		padding: 20px 0 10px;
    clear: both;
    overflow: hidden;
}

  .search_wrapper ul {
  	float: left;
    margin: 0 0 0 43px;
  }

  .search_wrapper ul li {
    float: left;
  }

  .search_wrapper ul li a {
    display: block;
    width: 39px;
    height: 39px;
    margin: 0 3px 0 2px;
  }

  .search_wrapper ul li.soc_blog {background: url('../img/bg/sicial_ico_blog.gif') 0 0 no-repeat;}
  .search_wrapper ul li.soc_help {background: url('../img/bg/sicial_ico_help.gif') 0 0 no-repeat;}
  .search_wrapper ul li.soc_vk {background: url('../img/bg/sicial_ico_vk.gif') 0 0 no-repeat;}
  .search_wrapper ul li.soc_fb {background: url('../img/bg/sicial_ico_fb.gif') 0 0 no-repeat;}
  .search_wrapper ul li.soc_tw {background: url('../img/bg/sicial_ico_t.gif') 0 0 no-repeat;}

  .search {
    float: right;
    margin: -6px 39px 0 0;
    padding-left: 36px;
    background: url('../img/bg/search_lf_bg.gif') 0 0 no-repeat;
  }

  .search form {
    padding-right: 15px;
    background: url('../img/bg/search_rgh_bg.gif') 100% 100% no-repeat;
  }

  .search form div {
    width: 529px;
    background: url('../img/bg/search_cntr_bg.gif') 0 0 repeat-x;
    height: 45px;
  }

  .search form div label {
    float: left;
    margin: 8px 0 0 -28px;
    width: 25px;
    height: 25px;
  }

  .search form div input {
    width: 467px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    font-size: 22px;
    padding-left: 10px;
    color: #005394;
    border: none;
    background: none;
    outline: none;
    vertical-align: top;
  }

   .search form div button {
    vertical-align: top;
    width: 46px;
    height: 43px;
    font-size: 14px;
    color: #d12050;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
  }

	.search form div button:hover {
		text-decoration: none;	
	}


/* memu */

.main_menu {
	position: relative;
	padding-left: 36px;
	z-index: 999999;
}

	.main_menu li {
		position: relative;			
		float: left;
	}

	.main_menu li a {
		display: block;	
		padding: 13px 13px 0;
		font-size: 28px;
		color: #005394;		
		text-decoration: none;
	}

	.main_menu li.cur .l+a, .main_menu li .l+a {
		position: relative;
		margin: 0 3px 0;
		padding-bottom: 16px;
		z-index: 9999;				
	}

	.main_menu li .l+a {
		margin-top: 1px;
	}

	.main_menu li.cur a {
		color: #c91052;
		background: #fff;
	  border-top: 1px solid #dbdbdb;			
	}
	
	.main_menu li .r_star_carusele li .r_star_carusele  {
		width: auto;
	}	

	.main_menu li.cur .c {
		position: relative;
		top: 0px;
		margin: 0 1px;
		height: 2px;
		background: #fff;
		z-index: 200;
		display: none;	
	}	

	.main_menu li.cur .l {  	
		position: absolute;
		left: 0px;
		width: 100%;
		height: 60px;
  	margin-top: 0px;		
		background:url(../img/bg/sub_menu_bg_l.gif) 0 0 no-repeat;
		z-index: 200;	
	}	

	.main_menu li.cur .r {
		position: absolute;
		top: -1px;
		left: -5px;		
		width: 5px;	
  	height: 52px;
  	margin: 0px 0 0 100%;  			
		background:url(../img/bg/sub_menu_bg_r.gif) 100% 100% no-repeat;
		z-index: 99999;		
	}

	.main_menu li.cur ul li {
		float: none;
		padding: 0px;
		margin: 0px;
	}
	
  .main_menu li .r_star_carusele li a {
  	display: block;
  	font-size: 14px;
		color: #005394;
		margin: 5px 0;
		padding: 2px 88px 2px 20px;
		white-space: nowrap;
		background: none;
	  border: none;
  }

	.main_menu em {	
		opacity: 0;
	}

	.main_menu span {
		position: absolute;
		top: 2px;
		left: -10px;
		margin-left: 100%;
	  font-size: 14px;
		color: #005394;
	}	

	.main_menu li .r_star_carusele li:hover > a, .main_menu li .r_star_carusele li:hover > a span {
		background: #d12050;
		color: #fff;	
	}

	.main_menu li.cur ul li div {
		display: none;
	}

	.main_menu li.cur ul li.sub_curr div {
		display: block;
	}
		 
.main_menu .r_star_carusele {
	display: none;
	position: absolute;
	margin-top: 4px;
	width: 120%;
	background: #fff;	
	z-index: 100;
	opacity: 0.95;	
}

.main_menu .num_3 .childs_lvl_2 {
	left: -300px;
	width: 300px !important;
}

.main_menu .num_3 .childs_lvl_2 li a {
	white-space: normal;	
}

.sub_curr .r_star_carusele {
	margin: -45px 0 0 0;
	left: 100%;
}
	
	.r_star_carusele.clear {
		margin: 0px;	
	}
	
	
	.r_star_carusele .content{
		position: relative;
		padding: 10px 0;
		margin: -5px 0;
		border-left: 1px solid #dcdcdb;
		border-right: 1px solid #dcdcdb;	
	}

	.r_star_carusele .cn{
		position:absolute;
		overflow: hidden;
		width: 6px;
		height: 5px;
		left: -6px;
		top: -5px;
		background: url(../img/bg/crn_sub_menu.png);
		z-index: 9999999;
	}
	
	.hidden {
		position: relative;
		top: 5px;
		height: 5px;
		overflow: hidden;
	}
	
	.hidden_top {
		position: relative;
		top: -5px;
		height: 5px;
		overflow: hidden;
	}	
	
	.r_star_carusele .cn.tl {
		display: block;
		top: 0px;
		background-position: 0px -5px;
	}
	
	.sub_curr .r_star_carusele .cn.tl {
		display: block;
		top: 0px;
		background-position: 0px -5px;
	}
	
	
	.r_star_carusele .cn.bl {
		bottom: 0px;	
		background-position: 0px 0;
	}	
	
	.r_star_carusele .cn.tr{
		margin-left:100%;
		top: 0px;
		background-position: 0 5px;
	}
	
	.r_star_carusele .cn.br {
		margin-left: 100%;
		bottom: 0px;		
		background-position: 0px 0px;		
	}
	
	.r_star_carusele .cn.bl, .r_star_carusele .cn.br {
		top:auto;
	}
	
	.r_star_carusele .cn.tl, .r_star_carusele .cn.bl {
		width:100%;
	}	

/*end_memu*/

#content {
	overflow: hidden;
	padding-bottom: 334px;
}

.r-star-shape{
	position:relative;
	overflow:hidden;
  padding: 5px 0;
  z-index: 100;
  zoom:1;
}

	.r-star-shape .content{
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		width: auto;			
	}
	
	.r-star-shape .content{
		padding: 5px 20px;
	}
	
	.r-star-shape .cn{
		position:absolute;
		width: 10px;
		height: 10px;
		left: -5px;
		top: -5px;
		background:url(../img/bg/sub_menu_corner.png);
	}
	
	.r-star-shape .cn.tr, .r-star-shape .cn.br {
		margin-left:100%;
	}
	
	.r-star-shape .cn.bl, .r-star-shape .cn.br {
		top:auto;
	}
	
	.r-star-shape .cn.tl, .r-star-shape .cn.bl {
		width:100%;
	}

.carusele_wrap {
	position: relative;
  height: 366px;
  margin: 60px 40px 20px;
  padding-top: 7px;
  border: 3px solid #15639e;
}

	.carusele_wrap .cn{
		position:absolute;
		width: 14px;
		height: 14px;
		background: url(../img/bg/gallery_corner_bg.png);
	}

	.carusele_wrap .cn.tr, .carusele_wrap .cn.br {
		margin-left: 100%;
		left: -11px;
	}

	.carusele_wrap .content{
		height: 352px;
		padding: 0px;
		margin: 0;
	}
	
	.carusele_wrap .cn.tl {
		background-position: 14px -14px;
		left: -3px;
		top: -3px;
	}

	.carusele_wrap .cn.tr {
		background-position: 0 -14px;
		top: -3px;
	}
	
	.carusele_wrap .cn.bl {
		background-position: 14px 0px;
		left: -3px;
		bottom: -3px;		
	}
	
	.carusele_wrap .cn.br {
		background-position: 0 0;
		bottom: -3px;	
	}		
	
	.carusele_wrap .cn.bl, .r-star-carusele .cn.br{
		top:auto;
	}

.info {
    margin: 28px 0px 0 39px;
    overflow: hidden;    
}

  .info li {
    float: left;
    margin-right: 21px;
  }

  .info li a {
    display: block;
    width: 165px;
    height: 89px;
    padding: 33px 0 0 115px ;
    text-decoration: none;
  }

  .info li a span {
    font-size: 21px;     
    color: #fff;
  }
  
  .info li.loyal a {background: url('../img/bg/info_link_bg_loyal.gif') 0 0 no-repeat;}
  .info li.req a {background: url('../img/bg/info_link_bg_req.gif') 0 0 no-repeat;}
  .info li.pay a {background: url('../img/bg/info_link_bg_pay.gif') 0 0 no-repeat;}
  
.wrap_suport {
	margin-top: 27px;
	overflow: hidden;	
}

	.wrap_suport #fi_sip center{
		text-align: left;
		font-size: 24px;
		margin-top: 15px;
		font-weight: bold;
		color: #005394;
	}
	
	.wrap_suport #fi_sip center b {
		font-weight: bolder;	
	}	
	
	.wrap_suport #fi_sip td {
		width: auto;
	}
	
	.wrap_suport #fi_sip td img {
		display: none;
	}		

	.wrap_suport #fi_sip td.newstext {
		width: 100%;
		font-size: 18px;	
	}

		.wrap_suport #fi_sip td.newstext table img  {
			display: inline;
		}

		.wrap_suport #fi_sip td.newstext br {
			line-height: 12px;
		}

		.wrap_suport #fi_sip td.newstext b {
			color: #D12050;
		}

	.r-star{
		position:relative;
		float: left;
		overflow:hidden;
		padding: 1px 0 12px;		
		background: #d9d9d9;
	}
	
	.r-star.clear {
		margin: 0px;	
	}
	
	.r-star .content{
		padding: 2px 35px 31px 35px;
		margin: 0 0 -11px;
		background: #fff;		
	}

	

	.r-star .cn{
		position:absolute;
		width:24px;
		height:24px;
		left:-12px;
		top:-12px;
		background:url(../img/bg/crn_grey_big.gif);
	}
	
	.r-star .cn.tr, .r-star .cn.br {
		margin-left:100%;
	}
	
	.r-star .cn.bl, .r-star .cn.br {
		top:auto;
	}
	
	.wrap_suport .stat {
		margin: 0 10px 0 39px;
	}

	.wrap_suport .stat .content {
		width: 406px;
		padding: 23px 0 31px 27px;
		margin-left: 1px;
		margin-right: 1px;
	}

	.wrap_suport .graph img {
		display: block;
		padding: 14px 0 15px;
	}

	.wrap_suport .stat .content h2, .wrap_suport .graph .content h2 {
		font-size: 24px;
		font-weight: bold;
		color: #d12050;
		margin: 0;
		padding-bottom: 0px;	
	}
	
	.wrap_suport .stat .content p {
		font-size: 24px;
		margin-top: 15px;
		font-weight: bold;
		color: #005394;	
	}
	
	a.pdf, a.doc {
		display: block;
		padding-left: 40px;
		line-height: 30px;
		height: 30px;
		background: url(/img/pdf_sel.gif) 0 0 no-repeat;
	}
	
	a.doc {
		background: url(/img/doc_sel.gif) 0 0 no-repeat;
	}	
	
	.wrap_suport .stat .content ul li p.note {
		color: #d12050;
	}				

	.wrap_suport .stat .content ul {
		margin-top: 4px;
		overflow: hidden;
	}

	.wrap_suport .stat .content ul li {
		margin-top: 24px;
		overflow: hidden;
	}
	
	.wrap_suport .stat .content ul li div {
		float: left;
		width: 200px;
		font-size: 14px;
		font-family: 'PT Sans Bold', arial, serif;
		color: #464646;			
	}
	
		.wrap_suport .stat .content ul li div a {
			text-decoration: none;
			color: #464646;
		}

		.wrap_suport .stat .content ul li div a:hover {
			text-decoration: underline;
		}
	
	.wrap_suport .stat .content ul li p {
		float: left;
		font-size: 14px;
		font-weight: normal;
		color: #005394;
		margin: 0px;			
	}						
	
	.wrap_suport .r-star.graph .content {
		width: 406px;
		padding: 23px 0 35px 27px;
		margin-left: 1px;
		margin-right: 1px;		
	}

	.wrap_suport .graph .content div {
		margin: 30px 0 0 -27px;
	}

	.wrap_suport .graph .content div img {
		margin-left: 22px; 	
	}

.innner_page_content {
	padding: 12px 50px 0;		
}

.innner_page_content .r-star {
	width: 100%;
	margin: 20px 0px 0;
	padding-left: 1px;
	padding-right: 1px;			
}

.innner_page_content .r-star.fix-margin {
	margin: 20px 0px 20px;
}

.innner_page_content table {
	width: 100%;
	text-align: center;
	margin: 31px 0 0;
	border-collapse: collapse;
}

	.innner_page_content table td, .innner_page_content table th {
		height: 56px;
		font-size: 14px;
		font-weight: bold;
		color: #d12050;
		text-align: center;
		border: 1px solid #d9d9d9;
		padding: 10px 18px;
		line-height: 16px;
	}

	.innner_page_content table th {
		background: #f7f7f7;	
	}

	.innner_page_content table td p, .innner_page_content table th p {
		font-size: 14px;
		font-family: 'PT Sans Bold', arial, serif;
		font-weight: bold;
		color: #d12050;
		margin: 0px;		
	}

	.innner_page_content table td p strong {
		font-size: 14px;
		color: #005394;
		font-family: 'PT Sans Bold', arial, serif;
		font-weight: bold;	
	}

	.innner_page_content table td strong, .innner_page_content table th strong, .innner_page_content table td em, .innner_page_content table th em {
		color: #005394;
	}
	
	.innner_page_content table td em, .innner_page_content table th em {
		font-weight: normal;
	}

	.innner_page_content h1.title, .innner_page_content .results_brief {
		padding: 5px 0 0 2px;	
	}

	.innner_page_content .results_brief {
		padding-top: 20px;
	}

	.innner_page_content h1, .innner_page_content h2 {
		color: #d12050;
		font-size: 28px;
		padding-top: 26px;
	}

	.innner_page_content h2 {
		font-size: 22px;
	}
	
	.innner_page_content h3, .innner_page_content h3 {
		color: #d12050;
		font-size: 16px;
		padding-top: 6px;
	}	

	h4, h5, h6 {
		font-weight: bold;
		font-size: 20px;
		color: #005394;
		padding-top: 6px;
	}
	
	h5 {
		font-size: 18px;
	}	

	h6 {
		font-size: 16px;
	}
	
	.innner_page_content .no_flow h1 {
		color: #d12050;
		font-size: 28px;
		padding-top: 26px;
		font-family: 'PT Sans Bold', arial, serif;
		font-weight: bold;		
	}
	
	.innner_page_content ul, .innner_page_content ol {
		margin: 25px -38px 0 0;
	}
	
		.innner_page_content ul li, .innner_page_content ol li {
			font-size: 18px;
			color: #464646;
			margin: 15px 24px 0;	
		}

		.innner_page_content ul li {
			list-style-type: circle;
		}
		
		.innner_page_content ol li {
			list-style-type: decimal;
		}	
	
	.innner_page_content p {
		color: #464646;
		font-size: 18px;
		margin: 25px 0 0 0;
		padding: 0px;		
	}	

	.innner_page_content img {
		margin: 5px 0 10px 10px;
	}

	.innner_page_content p strong {
		color: #d12050;
	}

	.content.flow {
		padding-left: 0;
	}

	#slider .news {
		overflow: hidden;
		padding: 0 23px 9px 0;
		background: none;
		margin: 0 12px 0 0;
	}

	.r-star .content.news {
		padding-bottom: 19px;
	}

	.news .img_wrap, .flow .img_wrap {
		float: left;
		width: 315px;
		text-align: center;
		padding: 25px 2px 0;
	}
	
	.news .img_wrap {
		margin-left: -38px;
		padding-top: 12px;
	}
	
	#slider .news .img_wrap {
		padding: 13px 2px 0;
		margin-left: 0px;	
	}
	
	.news h2, .news h2 a {
		color: #d12050;
		font-size: 30px;
		font-weight: bold;
		padding-top: 15px;
		line-height: 32px;		
	}
	
	.innner_page_content .no_index_search {
		padding: 20px 0 0 2px;
		margin: 0px;
	}
	
	.context_search .news .no_flow {
		padding: 4px 0 0 0;
	}
	
	.context_search .news h2, .context_search .news h2 a {
		font-weight: bold;
		font-size: 16px;
		color: #005394;
		padding: 0px;
	}
	
	#slider .news .no_flow {
		height: 321px;		
	}
	
	.news .no_flow,  .flow .no_flow{
		overflow: hidden;
		padding: 0 0 0 10px;
	}
	
	.news em {
		display: block;
		color: #005394;
		font-size: 12px;
		font-style: italic;
		margin-bottom: 0px;		
	}
	
	.news h3 {
		color: #005394;
		font-size: 30px;
		line-height: 36px;
		margin-top: 7px;
		font-weight: normal;
	}
	
	.news a {
		font-size: 16px;
	}
	
	.news p {
		margin-top: 22px;
	}
	
	.more_news {
		text-align: center;
		clear: both;
		padding: 9px 0 0;
	}
	
		.more_news a {
			font-size: 18px;
			color: #d12050;
			font-family: 'PT Sans Bold', arial, serif;
			font-weight: bold;
		}


.offerc.r-star .content .content_helper {
	position: relative;
	background:  url('../img/bg/spec_of_bg.png') 100% 100% no-repeat;
	margin: 0 -17px -7px 0;
	z-index: 200;
}

.zend_form {
	clear: both;
	padding: 34px 26px 24px;
	background: #f6f4f4;
}

	.zend_form .errors {
		margin: -15px 0 25px;
	}

	.zend_form .errors li {
		color: #d12050;
		list-style: none;
		font-size: 12px;
		margin: 0 6px 0;
	}

	.zend_form dt {
		float: left;
		width: 184px;
		height: 36px;				
		text-align: right;
	}
	
	#age-label {
		clear: both;
	}

	.zend_form dt label {
		font-size: 18px;
		line-height: 36px;	
		padding: 0 20px 0 0;
		color: #005394;
	}
	
	.innner_page_content .zend_form dd img {
		margin: 0 0 20px 0;	
	}
	
	.zend_form dd	{
		overflow: hidden;
	}
	
	.zend_form dd input {
		position: relative;
		width: 603px;
		height: 34px;		
		margin: 0 0 25px 0;
		padding: 0 5px;
		color: #005394;
		outline: none;
		border: 1px solid #dadada;
	}
	
	.zend_form dd select {
		margin: 6px 0 25px 0;
	}
	
	.zend_form dd input#submit_message {
		float: right;
		width: auto;
		line-height: 36px;		
		margin: -10px 8px 0 0;
		padding: 0px;
		background: none;
		border: none;
		font-size: 18px;
		font-family: 'PT Sans Bold', arial, serif;
		font-weight: bold;
		color: #d12050;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.zend_form dd input#submit_message:hover {
		text-decoration: none;	
	}
	
.r_star_grey{
	clear: both;
	position:relative;
	overflow:hidden;
	margin: 0 -12px;
	padding: 13px 0px;
	background: #f6f4f4;	
}

	.r_star_grey .content{
		padding: 0px;
	}
	
	.r_star_grey .cn{
		position:absolute;
		width: 26px;
		height: 26px;
		left: -13px;
		top: -13px;
		background:url(../img/bg/grey_corn.gif);		
	}
	
	.r_star_grey .cn.tr, .r_star_grey .cn.br {
		margin-left:100%;
	}
	
	.r_star_grey .cn.bl, .r_star_grey .cn.br {
		top:auto;
	}
	
	.r_star_grey_wrap .cn.tl {
		width:100%;
	} 			

.innner_page_content .search_results {
	margin-top: 20px;
}

	.innner_page_content .search_results h2 {
		padding: 0px;
		font-size: 20px;
	}
	
	.innner_page_content .search_results li {
		margin: 0 24px 0;
	}

.breadcrumbs {
	color: #005394;
	font-size: 14px;
	padding: 10px 0 5px 48px;
	clear: both;
}

.breadcrumbs a {
	font-size: inherit;
	padding: 0 5px;
	color: #005394;
	text-decoration: none;
}

.breadcrumbs span {
	padding: 0 5px;
	color: #d12050;
}

.btn {
	text-align: center;	
}

	.btn input {
		text-shadow: 1px 1px 0px #333;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 4px 10px;
		background: #d12050;
		font-size: 14px;
		color: #fff;
		cursor: pointer;
		border: none;
	}
	
	.btn input:hover {
		background: #005394;
	}	

/*----------------pagination--------------------*/

.page_numerator {
	text-align: center;
	font-size: 18px;
	margin: 10px 0 30px 0;
}

.innner_page_content .pagination{
	clear: both;
	padding: 15px 0 21px 0;
}

	.innner_page_content .pagination ul{
		margin: 0px;
	}

	.innner_page_content .pagination li{
		list-style-type: none;
		float: left;
		padding: 0 6px;
		margin: 0px;
	}
	
	.innner_page_content .pagination li.next{
		float: right;		
	}	

	.innner_page_content div.pagination ul li a{
		font-size: 18px;
		color: #D12050;
		font-weight: bold;
		font-family: 'PT Sans Bold', arial, serif;
		margin: 0px;
		padding: 0px;
	}
	
	.innner_page_content div.pagination li.current{
		font: normal 12px 'Trebuchet MS', 'Arial', 'sans-serif';
		color: #384051;
	}
	
	.innner_page_content div.pagination li a:hover{
		text-decoration: underline;
	}


.main_page .footer {
	border: none;
}

.footer_wrap {
	position: relative;
  width:  923px;
  height: 334px;
  margin: -334px auto 0;
  padding-bottom: 22px;
  z-index: 300;
}
		
.footer {
	clear: both;
}

	.footer ul {
		overflow: hidden;
		padding: 32px 0 36px 42px;
	}

	.footer div.inner_menu_wrap {
		width: 25%;
	}

	.footer ul.inner_menu {
		width: 400%;
	}
	
	.footer ul li {
		float: left;
	}
	
	.footer .parent_lvl_0 {
		width: 274px;
	}

	.footer .parent_lvl_1 {
		width: 221px;
	}

	.footer .parent_lvl_2 {
		width: 197px;
	}
	
	.footer ul li.current ul li.current a, .footer ul li.current a {
		color: #d12050;	
	}	
	
	.footer ul li a {
		font-size: 18px;
		font-family: 'PT Sans Bold', arial, serif;
		color: #005394;
		text-decoration: none;
	}
	
	.footer ul li a:hover {
		text-decoration: underline;
	}
	
	.footer ul li ul {
		padding: 9px 0 0 0;
	}
	
	.footer ul li ul li {
		float: none;
		width: auto;
		margin-bottom: 2px;
	}
	
	.footer ul li ul li a, .footer ul li.current  ul li a {
		font-size: 12px;
		color: #464646;	
	}
	
	.footer p {
		padding: 23px 0 0 0;
		margin: 0 21px;
		font-size: 12px;
		color: #005394;
		border-top: 1px solid #d9d9d9;
	}	
	

