*{
	font-family: 'Ubuntu';
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 0px #fff;
}

.clear{
	clear:both;
}

body{
	overflow-x:hidden;
}

/*
	USED COLORS
	#3f252c - deep purple
	#482b32 - purple
	#941d25 - deep red
	#b51c2b - red
	#4d387c - bule
	#482861 - deep blue
	#b41b69 - pink
*/

.nrs_container{
	width:100%;
	overflow:hidden;
}.nrs_language{	height:43px;	width:100%;	position:fixed;	z-index:999999999;	background-image:url('../images/nrs_language_bg.png');}.nrs_language_container{	width:980px;	height:52px;	margin: 0 auto;	margin-top:8px;}
.nrs_language_container ul li{	list-style-type:none;	display:inline-block;	height:28px;	width:66px;	line-height:28px;	text-align:center;	text-transform:uppercase;	font-size:13px;	color:#676767;	font-weight:500;	background-image:url('../images/nrs_language_btn_bg.png');	margin-left:-20px;	margin-right:30px;	float:right;	cursor:pointer;}
.nrs_language_container ul li.active{	color:#c2c2c2;}
.nrs_head{
	width:100%;
	height:125px;		top:43px;
	background-image:url('../images/nrs_head_background.png');
	background-repeat:repeat-x;
	position:fixed;
	z-index:99999999;
}

.nrs_head_box{
	width:980px;
	margin: 0 auto;
	position:relative;
	background-color:blue;
}

.nrs_logo{
	width:255px;
	height:125px;
	background-image:url('../images/nrs_logo.png');
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;
}

.nrs_menu{
	position:absolute;
	top:0px;
	right:0px;
	margin-right:-10px;
}

.nrs_menu ul{
}

.nrs_menu ul li{
	list-style-type:none;
	display:inline-block;
	
}

.nrs_menu ul li a{
	font-family:'Open Sans';
	font-size:17px;
	font-weight:bold;
	color:#676767;
	text-decoration:none;
	width:105px;
	margin-right:32px;
	height:130px;
	text-align:center;
	line-height:130px;
	/* margin-left:-100px; */
	display:inline-block;
	outline: none;
}

.nrs_menu ul li.hover span.nrs_menu_txt{
	display:inline-block;
	position:relative;
	top:0px;
}

.nrs_menu ul li.active span.nrs_menu_txt{
	display:inline-block;
	position:relative;
	top:7px;
}


.nrs_menu ul li.hover span.nrs_shd_left{
	background-image:url('../images/nrs_menu_shadow_left.png');
	background-repeat:no-repeat;
	background-position:top right;
	display:inline-block;
	width:17px;
	height:130px;
	float:left;
	margin-left:-17px;
}

.nrs_menu ul li.active span.nrs_shd_left{
	background-image:none;
}

.nrs_menu ul li.hover span.nrs_shd_right{
	background-image:url('../images/nrs_menu_shadow_right.png');
	display:inline-block;
	width:17px;
	height:130px;
	float:right;
	margin-right:-17px;
	background-repeat:no-repeat;
	background-position:top left;
}

.nrs_menu ul li.active span.nrs_shd_right{
	background-image:none;
}

.nrs_menu ul li a.hover{
	background-image:url('../images/nrs_menu_background.png');
	background-repeat:no-repeat;
	color:#4b2a64;
	background-position:top center;
}


.nrs_menu ul li a.active{
	background-image:url('../images/nrs_menu_clicked.png');
	background-repeat:no-repeat;
	background-position:top center;
	color:#4b2a64;
}

.nrs_header{
	width:100%;
	background-image:url('../images/nrs_header_background.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#492a63;
	margin-top:168px;
}

.nrs_header_box{
	width:980px;
	position:relative;
	margin: 0 auto;
	height:595px;
	background-image:url('../images/nrs_amit_background.png');
	background-repeat:no-repeat;
	background-position:left;
}

.nrs_header_box_left{
	width:809px;
	float:left;
	margin-top:50px;
}

.nrs_header_box_right{
	width:161px;
	float:left;
	margin-top:65px;
}

.nrs_header_content{
	position:relative;
	width:745px;
	float:left;
	top:60px;
	margin:0px;
}

.nrs_header_content img{
	float:left;
	margin:5px;
}

h1{
	font-size:19px;
	font-family:'Ubuntu';
	font-weight:500;
	margin-bottom:20px;
}

p{
	font-size:16px;
	font-family:'Ubuntu';
	font-weight:300;
	margin-bottom:20px;
}

.nrs_header_menu_title{
	height:60px;
}

.menu_title{
	font-family:'Open Sans';
	font-size:22px;
	font-weight:bold;
	color:#676767;
	text-align:center;
}

.nrs_header_box_right ul{

}

.nrs_header_box_right ul li{
	list-style-type:none;
	line-height:70px;
	text-align:center;
	width:190px;
	margin-left:-15px;
	cursor:pointer;
	outline: none;
}

.nrs_header_box_right ul li.active{
	background-image:url('../images/nrs_header_menu_active.png');
	background-repeat:no-repeat;
	background-position: -3px;
}

.nrs_header_box_right ul li a{
	font-family:'Ubuntu';
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#373737;
	text-shadow: 0px 1px 0px #fff;
}

.nrs_dropdown{
	
}

.nrs_dropdown_arrow{
	width:53px;
	height:52px;
	background-image:url('../images/nrs_dropdown_arrow.png');
	background-repeat:no-repeat;
	float:left;
}

.nrs_dropdown_arrow:hover{
	background-image:url('../images/nrs_dropdown_arrow_act.png');
	cursor:pointer;
}


.nrs_dropdown_content{
	float:left;
	min-width:280px;
	height:52px;
	background-image:url('../images/nrs_dropdown_bg.png');
	background-repeat:no-repeat;
	/* 
	background-image:url('../images/nrs_dropdown_repeat.png');
	background-repeat:repeat-x;
	background-position:0px 3px;
	*/
	line-height:52px;
	font-family:'Ubuntu';
	font-size:16px;
	font-weight:500;
	color:#424242;
	padding-left:10px;
}

.nrs_dropdown_right{
	float:left;
	width:5px;
	height:52px;
	margin-left:-10px;
	background-image:url('../images/nrs_dropdown_right.png');
	background-repeat:no-repeat;
}


.nrs_purple{
	color:#592d6b;
}

.nrs_footer{
	width:100%;
	height:238px;
	background-image:url('../images/nrs_footer_bg.png');
	background-repeat:repeat-x;
}

.nrs_footer_box{
	width:980px;
	height:238px;
	margin: 0 auto;	
}

.nrs_footer_left{
	width:735px;
	float:left;
}

.nrs_partners{	
	background-image:url('../images/nrs_partners.png');	
	height:87px;	
	width:735px;	
	margin-left:10px;	
	margin-top:10px;
}

.nrs_partners ul{
	position:absolute;
	z-index:111;
}

.nrs_partners ul li {
	list-style-type:none;
	display:inline-block;
}

.nrs_partners ul li a{
	height:87px;
	display:inline-block;
}

.nrs_partners ul li.first a{
	width:200px;
}

.nrs_partners ul li.second a{
	width:120px;
	margin-left:30px;
}

.nrs_partners ul li.third a{
	width:100px;
	margin-left:10px;
}

.nrs_partners ul li.fourth a{
	width:100px;
	margin-left:10px;
}

.nrs_partners ul li.fifth a{
	width:100px;
	margin-left:20px;
}

.nrs_search{
	width:225px;
	height:40px;
	background-image:url('../images/nrs_search.png');
	margin-left:5px;
	margin-top:60px;
}
.nrs_footer_partners{	font-family:'Ubuntu';	font-weight:300;	font-size:14px;	color:#c2bfc5;	margin-left:5px;	margin-top:40px;	text-shadow: none;	}
.nrs_copyright{
	font-family:'Ubuntu';
	font-weight:300;
	font-size:11px;
	color:#c2bfc5;
	margin-left:5px;
	margin-top:10px;
	text-shadow: none;	
}

.nrs_search input{
	line-height:30px;
	height:30px;
	width:180px;
	margin-left:35px;
	margin-top:5px;
	border:none;
	outline: none;
}

.nrs_footer_right{
	position:relative;
	width:200px;
	float:right;
	text-align:center;
	z-index:9999;
}

.nrs_community ul li{
	list-style-type:none;
	display:inline-block;
	width:52px;
	height:40px;
	cursor:pointer;
	
}

.nrs_community{
	margin-top:100px;
}

.nrs_mail{
	background-image:url('../images/nrs_mail.png');
}

.nrs_fb{
	background-image:url('../images/nrs_fb.png');
}

.nrs_footer_glow{
	position:absolute;
	width:958px;
	height:238px;
	background-image:url('../images/nrs_footer_glow.png');
	background-repeat:no-repeat;
	right:-260px;
}

.nrs_onnek{
	width:100%;
	background-image:url('../images/nrs_onnek_repeat.png');
	background-repeat:repeat-x;
	background-position:top;
}

.nrs_onnek_box{
	width:960px;
	margin:0 auto;
	background-image:url('../images/nrs_onnek_bg.png');
	background-repeat:no-repeat;
	background-position:-10px 180px;
}

.nar_onnek_separator{
	width:100%;
	height:16px;
	background-image:url('../images/nrs_onnek_separator.png');
	background-repeat:repeat-x;
	background-position:top;
}

.nrs_onnek_box_left{
	width:385px;
	float:left;
	margin-top:70px;
	margin-bottom:70px;
}

.nrs_onnek_box_left img{
	margin-bottom:30px;
}

.nrs_onnek_box_left h1{
	font-family:'Ubuntu';
	font-size:40px;
	font-weight:normal;
	color:#6b5b79;
	
}

.nrs_itt_box img{
	margin-left:-36px;
}

.nrs_title_bottom{
	width:119px;
	height:5px;
	margin-top:-15px;
	margin-bottom:12px;
}

.nrs_onnek_box_left h2{
	font-family:'Ubuntu';
	font-size:16px;
	font-weight:500;
	color:#000;
	margin-left:50px;
}

.nrs_onnek_box_left p{
	font-family:'Ubuntu';
	font-size:16px;
	font-weight:300;
	color:#000;
	margin-left:50px;
}

.nrs_onnek_box_right{
	width:550px;
	float:right;
	margin-top:70px;
	margin-bottom:70px;
}

.nrs_onnek_box_right input{
	background-image:url('../images/nrs_onnek_input_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	width:470px;
	height:35px;
	line-height:35px;
	border:none;
	margin-bottom:20px;
	margin-left:30px;
	font-family:'Ubuntu';
	font-size:16px;
	font-style:italic;
	color:#5e5e5e;
	padding-left:10px;
	outline: none;
	float:right;
	border-right:2px solid #e9e7e7;
	border-left:2px solid #e9e7e7;
}

.nrs_onnek_box_right textarea{
	background-image:url('../images/nrs_onnek_input_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	width:470px;
	height:210px;
	line-height:35px;
	border:none;
	margin-bottom:20px;
	margin-left:30px;
	background-color:#f7f7f7;
	font-family:'Ubuntu';
	font-size:16px;
	font-style:italic;
	color:#5e5e5e;
	padding-left:10px;
	outline: none;
	float:right;
	border-right:2px solid #e9e7e7;
	border-left:2px solid #e9e7e7;
	overflow:auto;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.nrs_onnek_box_right button.nrs_sbm{
	width:153px;
	height:36px;
	background-color:transparent;
	border:none;
	background-image:url('../images/nrs_onnek_button.png');
	font-family:'Open Sans';
	font-size:15px;
	font-weight:bold;
	color:#9b7dd0;
	float:right;
	outline: none;
}

.nrs_mi{
	width:100%;
	background-image:url('../images/nrs_mi_repeat.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#eeecf3;
}

.nrs_mi_box{
	width:980px;
	margin:0 auto;
	padding-bottom:100px;
	
}

.nrs_mi_title h1{
	font-family:'Ubuntu';
	font-size:40px;
	font-weight:normal;
	color:#6b5b79;
}

.nrs_mi_title{
	text-align:center;
	margin:0 auto;
	padding-top:70px;
	width:200px;
	height:50px;
}

.nrs_mi_left{
	width:430px;
	float:left;
	margin-right:95px;
	margin-left:5px;
	font-family:'Ubuntu';
	font-size:16px;
}

.nrs_mi_right{
	width:430px;
	float:left;

}

.nrs_mi_content{
	width:960px;
	margin:0 auto;
	position:relative;
	font-family:'Ubuntu';
	font-size:16px;
	font-weight:300;
	margin-top:50px;
	background-image:url('../images/nrs_mi_back_repeat.png');
	background-repeat:repeat-y;
	background-position:center top;
}

.nrs_mi_frame{
	width:930px;
	height:380px;
	margin:0 auto;
	margin-top:10px;
	position:relative;
}

.nrs_mi_tree{
	background-image:url('../images/nrs_mi_back.png');
	background-repeat:no-repeat;
	background-position:center top;
	width:930px;
	height:91px;
	margin:0 auto;
	position:relative;
}

.nrs_mi_imgs{
	width:1000px;
	margin-right:-20px;
	margin:0 auto;
}

.nrs_mi_imgs img{
	margin: 0 25px;
	vertical-align:top;
}

.nrs_mi_names{
	width:1000px;
	margin:20px auto;
	margin-right:-20px;
}

.nrs_mi_names ul li{
	list-style-type:none;
	display:inline-block;
	margin:0 25px;
	width:186px;
	text-align:center;
	font-family:'Ubuntu';
	font-size:17px;
	font-weight:300;
}

.nrs_mi_goback{
	width:930px;
	margin:20px auto;
	text-align:center;
	font-family:'Ubuntu';
	font-size:17px;
	color:#767676;
	font-style:italic;
	font-weight:400;
}

.nrs_purple2{
	color:#592d6b;
}

.nrs_itt{
	width:100%;
	background-image:url('../images/nrs_itt_repeat.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e5e1e9;
}

.nrs_itt_box{
	min-height:795px;
	width:980px;
	margin:0 auto;
	background-image:url('../images/nrs_itt_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:70px;
}

.nrs_itt_box h1{
	font-family:'Ubuntu';
	font-size:40px;
	font-weight:normal;
	color:#6b5b79;
	margin-left:25px;
}

.nrs_map_box{
	width:960px;
	height:350px;
	background-color:#fff;
	margin:0 auto;
	border:solid 1px #c4b5e0;	
}

.nrs_map{
	margin:5px;
	float:right;
}

.nrs_map_shadow{
	width:960px;
	height:27px;
	margin:0 auto;
	background-image:url('../images/nrs_map_shadow.png');
	background-repeat:no-repeat;
	background-position:top left;
}

.nrs_company_datas{
	font-family:'Ubuntu';
	font-size:16px;
	width:250px;
	float:left;
	color:#000;
	margin-left:70px;
	margin-top:40px;
	line-height:25px;
}

.nrs_ico_comp{
	width:21px;
	height:19px;
	float:left;
	background-image:url('../images/nrs_ico_comp.png');
	background-repeat:no-repeat;
	margin-left:-40px;
}

.nrs_ico_pers{
	width:21px;
	height:19px;
	float:left;
	background-image:url('../images/nrs_ico_pers.png');
	background-repeat:no-repeat;
	margin-left:-40px;
}

.nrs_ico_tel{
	width:21px;
	height:19px;
	float:left;
	background-image:url('../images/nrs_ico_tel.png');
	background-repeat:no-repeat;
	margin-left:-40px;
}

.nrs_nekik{
	width:100%;
	background-image:url('../images/nrs_nekik_repeat.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#eeecf3;
	position:relative;
}

.nrs_nekik_box{
	min-height:795px;
	width:980px;
	margin:0 auto;
	/*background-image:url('../images/nrs_.png');
	background-repeat:no-repeat;
	background-position:top left;*/
	padding-top:0px;
	padding-bottom:235px;
}


.nrs_nekik_title h1{
	font-family:'Ubuntu';
	font-size:40px;
	font-weight:normal;
	color:#6b5b79;
}

.nrs_nekik_title{
	text-align:center;
	margin:0 auto;
	padding-top:70px;
	width:200px;
	height:60px;
}

.nrs_nekik_text{
	text-align:center;
	font-family:'Ubuntu';
	font-size:16px;
	width:680px;
	margin: 20px auto;
	color:424243;
	line-height:150%;
}

.nrs_nekik_subtext{
	font-size:15px;
	margin-top:30px;
}

.nrs_nekik_bg{
	background-image:url('../images/nrs_nekik_bg.png');
	background-repeat:no-repeat;
	background-position: top left;
	min-height:900px;
	width:1246px;
	margin-left:-130px;
}

.nrs_nekik_top{
	background-image:url('../images/nrs_nekik_top.png');
	background-repeat:no-repeat;
	background-position: top center;
	width:977px;
	height:56px;
	margin-left:130px;
	text-align:center;
	padding-top:15px;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
}

.nrs_nekik_content{
	background-image:url('../images/nrs_nekik_bottom.png');
	background-repeat:no-repeat;
	background-position: bottom center;
	width:977px;
	min-height:635px;
	background-color:#fff;
	margin-left:130px;
	margin-top:-15px;
	padding-bottom:10px;
}

.nrs_nekik_row{
	width:960px;
	margin-left:10px;
}

.nrs_nekik_row_content{
	width:725px;
	padding-left:235px;
}

.nrs_nekik_row_spearator{
	width:960px;
	height:19px;
	position:relative;
	background-image:url('../images/nrs_nekik_row_separator.png');
	background-repeat:no-repeat;
	background-position:center;
}

.nrs_nekik_row_title{
	font-family:'Ubuntu';
	font-size:15px;
	width:205px;
	font-weight:300;
	color:#000;
	text-transform:uppercase;
	line-height:139px;
	margin-left:30px;
	float:left;
}

.nrs_nekik_row ul li{
	list-style-type:none;
	display:inline-block;
	width:130px;
	height:139px;
	margin-top: 4px;
	margin-right:40px;
	background-image:url('../images/nrs_nekik_block.png');
	position:relative;
}

.nrs_nekik_row ul li.last{
	margin-right:0;
}

.nrs_row_comp{
	font-family:'Ubuntu';
	font-size:11px;
	color:#000;
	font-weight:bold;
	position:absolute;
	bottom:13px;
	left:10px;
}

.nrs_row_logo{
	height:100px;
	width:125px;
	position:absolute;
	top:6px;
	left:2px;
	cursor:pointer;
}

.nrs_row_btn{
	position:absolute;
	width:14px;
	height:14px;
	top:12px;
	right:5px;
	cursor:pointer;
	background-image:url('../images/nrs_nekik_btn.png');
}

.nrs_pop_up{
	width:790px;
	height:550px;
	position:absolute;
	left: 50%;
	margin-left:-395px;
	top:50px;
	background-image:url('../images/nrs_pop_up.png');
	z-index:9999;
}

.nrs_pop_up_title{
	position:relative;
	width:740px;
	height:80px;
	top:25px;
	left:80px;
	text-align:left;
	font-family:'Ubuntu';
	font-size:16px;
	line-height:80px;
	color:#4b3f67;
}

.nrs_pop_up_close{
	position:absolute;
	width:50px;
	height:50px;
	top:33px;
	right:30px;
	cursor:pointer;
}

.nrs_pop_up_content{
	position:absolute;
	width:620px;
	height:380px;
	top:125px;
	left:70px;
	font-family:'Ubuntu';
	font-size:14px;
	font-weight:300;
	overflow:hidden;
}

.nrs_pop_up_content .nrs_left{
	position:relative;
	width:300px;
	height:380px;
	float:left;
	padding: 0 10px;
}

.nrs_pop_up_content .nrs_right{
	position:relative;
	width:270px;
	height:380px;
	float:right;
	padding: 0 10px;
}

.nrs_pop_up_fade{
	position:absolute;
	width:705px;
	height:42px;
	top:120px;
	left:0px;
	z-index:99999;
	background-image:url('../images/nrs_fade.png');
	background-repeat:no-repeat;
}

.nrs_pop_up_slider{
	position:absolute;
	width:22px;
	height:56px;
	top:200px;
	right:46px;
	z-index:99999;
	background-image:url('../images/nrs_slider.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
