/* -------------- global style ---------------------- */
html, body, div, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

h5 {
	font-weight: normal;
	display: inline;
	font-size: inherit;
}

h3 {
	font-weight: normal;
	display: inline;
	
}

body {
	background: #0b0b3c;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #051049;
}

#container {
	position: relative;
	margin: 0px auto; 
	width: 980px; 
	z-index: 3;
	overflow: hidden;
	background: #FFF;
}

#left_bg {
	position: absolute;
	float: left;
	background: #070433;
	width: 50%;
	height: 202px;
	z-index: 2;
	}
	
#right_bg {
	position: absolute;
	float: left;
	background: #051049;
	width: 100%;
	height: 112px;
	z-index: 1;
	}

	
/* -------------- header ---------------------- */
	
#header {
	float: left;
	height: 112px;
	width: 100%;
}

#header .left {
	width: 625px;
	height: 20px;
	background: #070433;
	padding-left: 5px;
}

#header .left a{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin-right: 24px;
	vertical-align: middle;
	text-decoration: none;
}

#header .left a:hover{
	text-decoration: underline;
}

#header .right {
	width: 350px;
	height: 30px;
	background: #051049;
	color: #fff;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
}

#header .right a{
	vertical-align: middle;
	color: #eaeaea;
	margin: 20px;
	font-weight: bold;
	text-decoration: none;
}

#header .right a#header_right_link {
	font-size: 14px;
	margin-right: 2px;
}

/* -------------- menu top ---------------------- */

#header #header_menu{
	width: 100%;
}

#header #header_menu a#logo {
	float: left;
	width: 320px;
	height: 56px;
	background: url(../images_g/logo.png) no-repeat;
	margin: 0px;
}

#header #header_menu #menu_top {
	float: left;
	margin-top: 24px;
	font-weight: bold;
	font-size: 12px;
	height: 32px;
}

#header #header_menu #menu_top a {
	font-size: 12px;
	color: #051049;
	margin: 25px 6px 0px 6px;
	text-transform: uppercase;
	text-decoration: none;
}

#header #header_menu #menu_top a:hover {
	color: #9d0a0e;
	text-decoration: none;
}

#header_bottom {
	float: left;
	background: #f4f4f4;
	margin-left: 20px;
	height: 18px;
	width: 650px;
	}
	
/* -------------- top ---------------------- */

#top {
	float: left;
	width: 100%;
	background: #f4f4f4;
}

/* -------------- top box ---------------------- */

#top_box {
	float: left;
	width: 980px;
	background: url(../images_g/top_box_bg.png) repeat-x #070433;
}

/* -------------- left menu ---------------------- */

#menu_left {
	float: left;
	width: 300px;
	margin-left: 20px;
	background: #f4f4f4;
}

#menu_left ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    border: none;
}

#menu_left li {
	display: block;
	background: url(../images_g/menu_left_bg.png) repeat-x;
	height: 20px;
	padding: 10px 0px 0px 5px;
	margin: 0px 40px 0px 40px;
	font-size: 11px;
}

#menu_left li.menu_left_title {
	font-weight: bold;
	background: #FBF9F9;
}

#menu_left li.menu_left_first{
	background: none;
}

#menu_left li.menu_left_last{
	height: 10px;
}

#menu_left a {
	color: #051049;
	text-decoration: none;
	font-size: 11px;
}

#menu_left img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    border: none;
}


#menu_left a:hover {
	color: #9d0a0e;
}

/* -------------- banner---------------------- */

.title_box {
	background: #eaeaea;
	width: 280px;
	height: 100px;
	float: left;
	color: #051049;

	font-size: 14px;
		padding: 15px 0px 0px 20px;
}

a#baner {
	float: left;
	width: 660px;
	height: 200px;
	background: url(../images_g/baner_atf.png) no-repeat;
}

/* -------------- offixce_box ---------------------- */

#office_box {
	float: left;
	width: 660px;
	padding: 10px;
}

#office_box  a {
	font-weight: bold;
}


/* -------------- pdf ---------------------- */

.pdf {
	background: #FFF;
	float: left;
	width: 260px;
	padding: 20px 0px 5px 40px;
}


.pdf a {
	font-size: 11px;
	color: #354545;
	text-decoration: none;
	background: url(../images_g/pdf.png) no-repeat;
	padding-left: 22px;
	height: 26px;
	display: block;
	
}

.pdf a:hover {
	color: #9d0a0e;
}

.pdf  > span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #01073f;
	margin-bottom: 20px;
}

/* -------------- box_entrance ---------------------- */

#top_box_entrance {
	float: left;
	color: #eaeaea;
	font-size: 13px;
	width: 640px;
	margin: 10px 20px 20px 20px;
}

#right_box_entrance {
	float: left;
	width: 300px;
	background: red;
}

#top_box_entrance_img {
	float: right;
}

#top_box_entrance_img img {
	display: block;
}

#top_box_entrance_list {
	float: left;
	margin: 20px 0px 0px 0px;
}

#top_box_entrance_list  > div {
	float: left;
	width: 200px;
	height: 120px;
	background: url(../images_g/bg1.png);
	margin-right: 13px;
	color: #FFFFFF;
}

#top_box_entrance_list  > div  > strong {
	display: block;
	text-align: center;
	margin-top: 4px;
	font-size: 14px;	
}

#top_box_entrance_list  > div  > p {
	font-size: 11px;
	margin: 10px 10px 6px 10px;
	height: 65px;
	overflow: hidden;
}

#top_box_entrance_list  > div  > a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin: 0px 0px 0px 43px;
}

/* -------------- info ---------------------- */

#info {
	float: left;
	width: 300px;
	background: #f4f4f4;
}

#info > p {
	float: left;
	margin: 25px 0px 10px 10px;
	font-size: 12px;
}

#info_img {
	float: right;
	background: url(../images_g/women.png);
	width: 99px;
	height: 180px;
	margin: 8px 0px 8px 8px;
}

#info a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 15px 0px 15px 0px;
}

#info a:hover {
	text-decoration: underline;
}

/* -------------- services ---------------------- */

.services {
	float: left;
	width: 656px;
	background: #f5f3f1;
	padding: 12px;
	line-height: 18px;
	margin-bottom: 1px;
}


.services2 {
	float: left;
	width: 656px;
	background: #f9f5f2;
	padding: 12px;
	line-height: 18px;
	margin-bottom: 1px;
}


.services img {
	margin: 0px 12px 12px 0px;
	float: left;
}

.services  h2 {
	float: left;
	display: block;
	color: #051049;
	font-size: 12px;
	width: 100%;
	margin-bottom: 12px;
}


.services2  h2 {
	float: left;
	display: block;
	color: #051049;
	font-size: 12px;
	width: 100%;
	margin-bottom: 12px;
}


#top_box_services {
	float: left;
	background: #FFF;
	font-size: 11px;
	line-height: 15px;
}

.top_box_services_blue {
	padding: 10px 20px 10px 20px;
	width: 259px;
}

.top_box_services_blue h4, .top_box_services_red  h4 {
	font-weight: normal;
	font-size: 11px;
}

.top_box_services_blue a {
	display: block;
	color: #051049;
	margin-bottom: 6px;
	text-decoration: none;
} 

.top_box_services_blue a:hover {
	color: #9d0a0e;
	text-decoration: underline;
}

.top_box_services_red {
	padding: 10px 20px 10px 20px;
	width: 259px;
	color: #9d0a0e;
}

.top_box_services_red a {
	display: block;
	color: #9d0a0e;
	margin-bottom: 6px;
	text-decoration: none;
} 

.top_box_services_red strong {
	display: block;
	margin-bottom: 10px;
}

.top_box_services_red a:hover {
	color: #051049;
	text-decoration: underline;
}


.top_box_services_blue2 {
	padding: 5px 10px 10px 5px;
  	color: #051049;
}

.top_box_services_blue2 a {
	display: block;
	color: #051049;
	margin-bottom: 6px;
	text-decoration: none;
} 

.top_box_services_blue2 strong {
	display: block;
	margin-bottom: 10px;
}

.top_box_services_blue2 a:hover {
	color: #9d0a0e;
	text-decoration: underline;
}

.top_box_services_red2 {
	padding: 5px 10px 10px 5px;
	color: #9d0a0e;
}

.top_box_services_red2 a {
	display: block;
	color: #9d0a0e;
	margin-bottom: 6px;
	text-decoration: none;
} 

.top_box_services_red2 strong {
	display: block;
	margin-bottom: 10px;
}

.top_box_services_red2 a:hover {
	color: #051049;
	text-decoration: underline;
}

.top_box_services_red3 {
	padding: 5px 10px 10px 5px;
	color: #4d4d4d;
}

.top_box_services_red3 a {
	display: block;
	color: #9d0a0e;
	margin-bottom: 6px;
	text-decoration: none;
} 

.top_box_services_red3 strong {
	display: block;
	margin-bottom: 10px;
}

.top_box_services_red3 a:hover {
	color: #051049;
	text-decoration: underline;
}

.top_box_services_blue  h1, .top_box_services_red  h1 {
	font-size: 11px;
}

/* ------------------ content -------------------- */

#wrapper {
	float: left;
	margin-top: 30px;
}

#content {
	float: left;
	width: 660px;
	border-left: 1px solid #e3e3e3;
}

#title {
	float: left;
	width: 700px;
	height: 30px;
	background: url(../images_g/title_bg.png) repeat-x #0b2346;
	overflow: hidden;
}



#title h1 {
	font-size: 14px;
	color: #FFF;
	margin: 8px 0px 0px 8px;
}

.content {
	float: left;
	margin: 12px;
		line-height: 17px;
	color: #262626;
	/*min-height: 800px;*/
}

.content div.title, div.content div#bottom div.title {
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 10px 0px;
}

.content div#bottom {
	color: #0a1f40;
	margin-top: 30px;
}

.content div#bottom a {
	font-weight: bold;
}

/* ------------ footer ---------------- */

#footer{
	float: left;
	width: 980px;
    background: #eaeaea;
	margin-top: 20px;
}

#footer_baner {
	float: left;
	width: 680px;
	height: 280px;
	border-top: 2px solid #182c4b;
	border-bottom: 2px solid #182c4b;
	overflow: hidden;
}

#footer_media {
	float: left;
	width: 300px;
	padding-bottom: 30px;
	background: #FFFFFF;
}

#footer_media  .title {
	border-bottom: 1px solid #959595;
	color: #051049;
	font-weight: bold;
	font-size: 13px;
	padding: 7px;
	margin: 0px 10px 10px 10px;
}

#footer_media img {
	margin: 10px 10px 0px 30px;
}


#footer_promo {
	float: left;
	width: 266px;
	background: #eaeaea;
	padding: 17px;
}

#footer_promo  .title {
	color: #051049;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}



#footer_title_box {
	background: #c4c4c4;
	width: 280px;
	height: 35px;
	float: left;
	color: #051049;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0px 0px 20px;
}

#footer_slogan {
	float: left;
	padding: 10px;
	font-weight: bold;
	width: 660px;
	line-height: 15px;
}

#footer_services {
	background: #FFFFFF;
	float: left;
	padding: 5px 0px 10px 0px;
}


#footer_services  .top_box_services_blue {
	padding: 10px 20px 0px 20px;
	width: 259px;
	border-right: none;
}

#footer_services  .top_box_services_blue a {
	display: block;
	color: #464646;
	margin-bottom: 6px;
	text-decoration: none;
} 

#footer_services  .top_box_services_blue a:hover {
	color: #9d0a0e;
	text-decoration: underline;
}

#footer_services  .top_box_services_red {
	padding: 10px 20px 0px 20px;
	width: 259px;
	border-right: none;
	color: #9d0a0e;
}

#footer_services .top_box_services_red a {
	display: block;
	color: #9d0a0e;
	margin-bottom: 6px;
	text-decoration: none;
} 

#footer_services .top_box_services_red strong {
	display: block;
	margin-bottom: 10px;
}

#footer_services .top_box_services_red a:hover {
	color: #464646;
	text-decoration: underline;
}

#footer_tags {
	float: left;
	width: 650px;
	background: #FFFFFF;
	padding: 15px;
	line-height: 16px;
	color: #051049;
}

 #footer_tags  .title {
	color: #051049;
	font-weight: bold;
	font-size: 13px;
	padding: 7px;
	margin: 0px 10px 10px 10px;
}


#footer_atf_links {
	margin: 40px 0px 30px 0px;
	background: #070433;
	float: left;
		padding: 15px;
}

#footer_atf_links a {
	color: #929292;
}

#footer_white {
	background: #FFFFFF;
	float: left;
	color: #626262;

}


#footer_bottom {
	float: left;
	width: 980px;
	height: 40px;
	background: #0B0B3C;
	color: #FFF;
	font-size: 10px;
	text-transform: lowercase;
}

#footer_bottom .left {
	width: 725px;
	height: 40px;
	margin-top: 12px;
}

#footer_bottom .left  a:hover, #footer .right a:hover {
	text-decoration: underline;
}

#footer_bottom .left a{
	color: #FFF;
	margin: 15px;
	text-decoration: none;
}

#footer_bottom .right {
	width: 255px;
	height: 40px;
	background: #051049;
	padding-top: 5px;
}

#footer_bottom .right a{
	color: #FFF;
	font-size: 10px;
	margin: 12px;
	text-decoration: none;
}

/* -------------------------- news --------------------------- */
#news{
	color: #464646;
	width: 280px;
	font-size: 11px;
	margin: 120px 20px 40px 0px;
	float: left;
	}

#news .title {
	float: left;
	background: #efefef;
	padding: 10px 10px 10px 20px;
	width: 260px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#news > p {
	float: left;
	margin: 20px;
}


/* -------------------------- inne --------------------------- */

a {text-decoration: none}
a:hover {text-decoration: underline; }
:link{color:#000060; text-decoration: none; }
:visited{color:#000060; text-decoration: none; }