/*------FONTFACE PART-------*/

@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'archivo_narrowregular';
    src: url('../fonts/archivonarrow-regular-webfont.eot');
    src: url('../fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-regular-webfont.woff') format('woff'),
         url('../fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
         url('../fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edelsansregular';
    src: url('../fonts/edelsans_regular-webfont.eot');
    src: url('../fonts/edelsans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edelsans_regular-webfont.woff') format('woff'),
         url('../fonts/edelsans_regular-webfont.ttf') format('truetype'),
         url('../fonts/edelsans_regular-webfont.svg#edelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------*/

body{
	margin:0px;
    color: #666666;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#545454;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
h1{
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#545454;
	text-transform:uppercase;
	text-shadow:#C9C9C9 1px 1px 1px;
}
.topmenubg{
	text-align:center;
	height:85px;
	background-image:url(../mainimages/vertical.png);
	background-repeat:repeat-x;
	background-position:0px 17px;
}
.topmenucontent{
	display:inline-block;
	width:910px;
	height:85px;
}
.toplogo{
	width:170px;
	height:85px;
	background-image:url(../mainimages/facturi_logo.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
	padding:0px 0px 0px 4px;
}

.topmenus{
	display:inline-block;
	height:85px;
	float:left;
	text-transform:uppercase;
}
.menubutton{
	display:inline-block;
	float:left;
	height:85px;
	margin:0px 1px 0px 1px;
}
.menubutton a{
	display:inline-block;
	text-decoration:none;
	border-bottom:#DDD 5px solid;
	color:#545454;
}
.menubutton a:hover, .mactive a{
	border-bottom:#5285C6 6px solid;
}
.menubutton a:hover{
	color:#000 !important;
}
.menubutton h5{
	margin:0px;
	padding:15px 4px 0px 5px;
	font-family:'edelsansregular',Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:64px;
}
.bannerbg{
	height:279px;
	background-image:url(../mainimages/bannerbg1.png);
	background-repeat:repeat-x;	
	background-position:center top;
	background-color:#477EC3;
	text-align:center;
}
.banner{
	display:inline-block;
	height:270px;
	width:1000px;
}
.bannerbox{
	background-image:url(../mainimages/banner.png);
	background-repeat:no-repeat;	
	background-position:center top;
	text-align:right;
}
/* ===========================================  LOGIN */
#login_part{
	float:right;
    text-align: left;
	padding-top:3px;
}
.login_box_{
	float:right;
    text-align: left;
	padding-top:3px;
}
.login_user_box
{
	float:left;
}
.login_pass_box
{
	float:right;
}
.login_box h2{
	margin:0px 0px 5px 0px;
}
.login_box input[type=email], .login_box input[type=text], .login_box input[type=password]{
	font-family:'edelsansregular';
	width:130px;
	margin:0px 0px 0px 3px;
	background-color:#FFFFFF;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow:0px 2px 8px rgba(0,0,0,0.17) inset;
	color:#003B5F;
}
.login_box form{
	margin:0px;
	display:block;
}
.login_box .login_button input{
	width:228px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
.login_box .login_button{
	margin:0px 0px 0px 0px;
	display:inline-block;
	
}
#login_error{
    background-color: #FF6600;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    padding: 8px;
    z-index: 999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	position:absolute;
	margin-top:6px;
	width:314px;
}
#login_error .close{
    background-color: #FF7E29;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    height: 19px;
    line-height: 15px;
    margin-top: -16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    width: 19px;
}
#login_error .close:hover {
	font-weight:bold;
	text-shadow:none; 
	
}
/* button */
.but_normal
{
    background-color: #E7F1FF;
    border: 1px solid #BEBEBE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 3px #BEBEBE;
    color: #003B5F;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: inherit;
	/*font-family: "antonioregular";*/
    height: 28px;
    margin: 0px;
    min-width: 120px;
    padding: 0px 0px 0px 0px;
}
.but_normal:hover, .but_normal:focus
{
    background-color: #5285C6;
    border: 1px solid #528700;
    box-shadow: 0px 0px 4px #BEBEBE;
    color: #FFFFFF;
}

input[type="text"],input[type="email"], input[type="password"], select{
	padding:3px;
	font-size:14px;
	/*font-family: "archivo_narrowregular";*/
	color:#002E8B;
	border:#CCC 1px solid;
	border-left:#666 1px solid;
	border-top:#666 1px solid;
	background-color:#fcfce6;
	display:inline-block;
}

/* ===========================================  LOGIN END */

/* ===========================================  SLOGEN */
.slogen
{
	color:#FFF;
	text-align:justify;
	width:570px;
	display:inline-block;
	font-size:16px;
	padding:5px 0px 0px 0px;
	text-shadow: 0 1px 3px #33547C;
}
/* ------------------------------------------------------------------------------ small link ---------------------- */
.smalllink{
	color:#187EAD;
	padding:3px 5px 0px 0px;
	cursor:pointer;
}
.smalllink:hover{
	color:#990000;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------ small link ---------------------- */
/* ===========================================  BANNER PLACE */
.bannplace
{
	border:0px;
	border-spacing:0px;
	width:870px;
	height:279px;
	table-layout:fixed;
	display:inline-table;
}
/* ===========================================  BANNER PLACE */
/*==================================kozepso lap*/
.center_page{
	width:1000px !important;
	text-align:left;
	margin:auto;
}
.shadowpanel{
	table-layout:fixed;
	border:none;
	border-spacing:0px;
	padding:0px;
}
.shadowpanel td{
	border:0px;
	padding:0px;
}
.cptl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.cptc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -393px;
	background-repeat:repeat-x;
}
.cptr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-20px 0px;
	background-repeat:no-repeat;
}
.cpcl{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-80px 0px;
	background-repeat:repeat-y;
}
.cpcc{
	background-color:#FFF;
}
.cpcr{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-100px 0px;
	background-repeat:repeat-y;
}
.cpbl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-40px 0px;
	background-repeat:no-repeat;
}
.cpbc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -373px;
	background-repeat:repeat-x;
}
.cpbr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-60px 0px;
	background-repeat:no-repeat;
}
/*==================================kozepso lap*/
.footerbg{
	height:230px;
	text-align:center;
	background: rgba(58, 57, 57, 0.79);
}
.footerdiv{
	display:inline-block;
	width:1000px;
	text-align:left;
	padding:0 10px 10px 10px;
	height:230px;
	color:#C9C9C9;
}
/*=====================================================maincontent*/
.mc h1 a{
	color:#545454;
	text-decoration:none;
	cursor:pointer;
}
.mc h1 a:hover{
	color:#000000;
}

/*======================================================innertable*/
.innertable{
	width:100%;	
}
.innertable > div{
/*	background-color:#F1F1F1; */
/*	border:#E3E3E3 1px solid; */
	padding:5px 10px 5px 10px;
}
/*=============================================breadcrumb*/
.breadcrumb{
	border-bottom:1px solid #D1D1D1;
}
.breadcrumb a{
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #C9C9C9;
	color:#000;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
/*================================================footer*/
.footertable{
	width:100%;
	display:inline-table;	
}
.footertable>tbody>tr>td{
	padding-left:10px;
}
.footertable>tbody>tr>td:nth-child(1){
	width:32%;
}
.footertable>tbody>tr>td:nth-child(2){
	width:36%;
}
.footertable>tbody>tr>td:nth-child(3){
	width:32%;
}
.footertable h1{
	color:#999;	
	font-size:20px;
	padding:10px 20px 5px 5px;
	text-shadow: 1px 1px 1px #292929;
}
.footertable .borderbox{
	border-right:#999 1px solid;
	min-height:150px;
}
.footertable .noborderbox{
	min-height:150px;
	margin-right:30px;
}
.footertable b{
	color:#FFF;
	font-weight:normal;
}
.footertable p{
	color:#999;
	font-size:14px;
	text-indent:30px;
}
.footer_logo{
	width:100%;
	height:45px;
	background-image:url(../mainimages/gsystem_footer_logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	margin:10px 10px 0 0;
}
/* ================================ slideshow gallery */
#bannslide{
	margin:0px 0px 3px 5px;
	
	overflow:hidden;
	
}
.slideshowlite {
	position: relative;
	overflow: hidden;
}

.slideshowlite a
{
	position: absolute;
	left:0px;
	z-index: 1;
	height: 100%;
	text-align: center;
	margin:20px 5px 5px 10px;
}

.slideshowlite>div  {
	position: absolute;
	z-index: 1;
	border: none;
	display:none;
}
.bnojs{
	display:none;
}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 45px;
	z-index: 3;
}

.slideshowlite ul li,
.slideshowlite ol li {
	float: left;
	margin: 0 3px;
	width: 16px;
}

.slideshowlite ul li a {
	position: relative;
	display: block;
	width: 8px;
	height: 6px;
	padding-top: 2px;
	text-decoration: none;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-radius:9px;
	box-shadow:0px 0px 3px #000000;
}

.slideshowlite ul li a.current {
	border: 3px solid #FFFFFF;
	box-shadow:0px 0px 5px #000000;
	background: #333333;
}

.slideshowlite ul li a:hover {
	box-shadow:0px 0px 5px #000000;
	background: #467700;
}
	
/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

	.slideshowlite ol li {
		width: 100%;
	}
/* ================================ slideshow gallery */	
/* ===================================================== WBOX (whitebox) ===== */
.wbox
{
	background-image:url(../mainimages/w_adbox_bg.png);
	background-position: 0 -58px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 7px #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    width: 480px;
	height:100px;
}
/* ===================================================== WBOX (whitebox) ===== */
/* ============================================================================== ad box styles */
/* add box 1 */
.adbox1{
	table-layout:fixed;
	border:0px;
	border-spacing:0px;
	padding:0px;
	text-align:left;
	height:100px;
	width:480px;
}
.adbox1>tbody>tr>td:nth-child(1)
{
	width:110px;
	padding:0px;
}
.adbox1>tbody>tr>td:nth-child(1)>div
{
	width:125px;
	height:135px;
	position:absolute;
	background-image:url(../mainimages/ads_bg.png);
	background-repeat:no-repeat;

	background-position:-160px -13px;
	top:-12px;
	left:-17px;
	
	cursor:pointer;
}
.adbox1>tbody>tr>td:nth-child(2)
{
	width:205px;
	padding:0px 5px 0px 0px;
	font-family: Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height:20px;
	cursor:pointer;
}
.adbox1>tbody>tr>td:nth-child(3)
{
	width:160px;
	padding:0px;
}
/* get started button */
.getstarted_button{
	width:160px;
	height:70px;
	background-image:url(../mainimages/ads_bg.png);
	background-repeat:no-repeat;
	background-position:-2px -5px;
}
.getstarted_button:hover{
	background-position:-2px -85px;	
	cursor:pointer;
}
.getstarted_button>b{
	display:block;
	width:115px;
	margin:0px 45px 0px 0px;
	padding:6px 0px 0px 0px;
	color:#FFF;
	text-shadow:1px 1px 2px #333333;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.getstarted_button>small{
	display:block;
	width:115px;
	margin:0px 45px 0px 0px;
	padding:0px;
	color:#FFF;
	text-shadow:1px 1px 2px #333333;
	text-align:center;
	font-size:12px;
	line-height:12px;
}
/* ================================ slideshow gallery */
#bannslide{
	margin:0px 0px 3px 5px;
	
	overflow:hidden;
	
}
.slideshowlite {
	position: relative;
	overflow: hidden;
}

	.slideshowlite a
	{
		position: absolute;
		left:0px;
		z-index: 1;
		height: 100%;
		text-align: center;
		margin:20px 5px 5px 10px;
	}

	.slideshowlite>div  {
		position: absolute;
		z-index: 1;
		border: none;
		display:none;
	}
	.bnojs{
		display:none;
	}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 45px;
	z-index: 3;
}

	.slideshowlite ul li,
	.slideshowlite ol li {
		float: left;
		margin: 0 3px;
		width: 16px;
	}
	
	.slideshowlite ul li a {
		position: relative;
		display: block;
		width: 8px;
		height: 6px;
		padding-top: 2px;
		text-decoration: none;
		background: #FFFFFF;
		border: 3px solid #FFFFFF;
		text-align: center;
		font-size: 11px;
		border-radius:9px;
		box-shadow:0px 0px 3px #000000;
	}
	
	.slideshowlite ul li a.current {
		border: 3px solid #FFFFFF;
		box-shadow:0px 0px 5px #000000;
		background: #333333;
	}
	
	.slideshowlite ul li a:hover {
		box-shadow:0px 0px 5px #000000;
		background: #467700;
	}
	
/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

.slideshowlite ol li {
	width: 100%;
}

/* ================================ slideshow gallery */	
/* ------------ banbox ------------*/
.slidebox{
	border:0px;
	border-spacing:0px;
	text-align:left;
}
.slidebox p{
	font-size:15px;
}
.slidebox h2{
	margin-top:0px;
}
.slidebox td
{
	padding:10px;
}
/* ------------ banbox ------------*/
/* --------------------------------------------------- main page text part -------------- */
.text1{
	text-align:justify;
	text-indent:20px;
}
.text1 strong{
	color:#000000;
}
/* --------------------------------- section_type -------------------------------------- */
.section_type0, section_type1
{
	border:0px;
	border-spacing:0px;
	margin:0px;
	text-align:left;
}
.section_type0>tbody>tr>th,
.section_type1>tbody>tr>th
{
	padding:0px 5px 0px 5px;
	text-align:left;
}
.section_type0>tbody>tr>td:nth-child(1){
	padding:0px 20px 0px 5px;
}
.section_type1>tbody>tr>td:nth-child(2){
	padding:0px 5px 0px 20px;
}

.show_img_a
{
	text-decoration:none;
	border:0px;
}
.show_img
{
	border:4px solid #FFFFFF;
	border-radius:4px;
	box-shadow:0px 2px 8px #B0B0B0;
}
.show_img_a>.show_img:hover
{
	box-shadow:0px 2px 8px #487FC3;
}
.contacttable,
.contacttable table
{
	border:0px;
}
.contacttable td
{
}
.contacttable h3
{
	margin:8px 0px 2px 0px;
}
.contacttable p
{
	font-size:15px;
}
.contacttable p a
{
	color:#333333;
}
.contacttable p a:hover
{
	color:#000000;
}
.contacttable textarea
{
	width:98%; 
	height:50px; 
	background-color: #FCFCE6; 
	border-color:#666666 #CCCCCC #CCCCCC #666666; 
	border-style:solid; 
	border-width:1px; 
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #002E8B;
	padding: 3px;
}
.whybuy
{
 	background-image: url("../mainimages/why.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 498px;
    margin-left: -82px;
    margin-top: -472px;
    position: absolute;
    width: 333px;
}
.readmore
{
	text-align:right;
}
.readmore>a
{
	color:#034E84;
	font-weight:bold;
}
.h4nr
{
	margin:0px 10px 5px 0px;
	float:left;
	width:30px;
	height:40px;
	font-size:35px;
	font-weight:bold;
	display:inline;
	text-shadow: 1px 1px 3px #8F8F8F;
}
.firefox_icon
{
	width:60px;
	height:60px;
	background-image:url("../mainimages/firefox_icon_s.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.inbrowser
{
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
	cursor:pointer;
}
.footclist h4
{
	margin:7px 0px 2px 0px;	
}
.footclist b a
{
	color:#FFFFFF;
	text-decoration:none;
}
.footclist b
{
	font-size:16px;
	font-weight:bold;
}
