/* CSS Document */
html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
	 background-color: #39BBF9;
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #656565;
}
body {
   background-color: #39BBF9;;
}


a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #069DE2;
	text-decoration: none;
}
a:hover {
	color: #61B7CC;
	text-decoration: underline;
}
a:focus { 
outline:none; 
} 

#container {
    text-align: center;
    height: 100%;
}
#wrapper {
    background-color: #fff;
    text-align: left;
    min-height: 100%;
   width: 98.5%;
    margin: auto;
}
*html #wrapper {
    height: 100%;
}
#content {
    border-bottom: solid transparent 150px;
	 position:relative;
}
#footer {
    background-image: url(apps/bg_bottom.jpg);
	 background-repeat: repeat-x;
	 background-position: bottom;
    text-align: center;
    height: 150px;
    overflow: hidden;
    margin-top: -150px;
}
#header{
	height: 145px;
	background-color: White;
	background-image: url(apps/bg_3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#logo{
	height: 89px;
	width: 295px;
	padding-top: 28px;
	margin-left: 45px;
}

#meniu{
	list-style:none; 
	margin:0; 
	padding:0; 
	margin-top:10px;
	float: left;
	margin-left: 0;
	position: relative;
	left: 2px;
	z-index: 100;
}

* html #meniu{left: 5px;} 

.meniu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 181px;
	text-indent: 45px;
	z-index: 3;
}

a.meniu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 181px;
	text-indent: 45px;
}


a.meniu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #268BB9;
	text-decoration: none;
	line-height: 40px;
	background-image: url(apps/menu_bg_down.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 181px;
	text-indent: 45px;
}
a.meniu_apasat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #268BB9;
	text-decoration: none;
	line-height: 40px;
	background-image: url(apps/menu_bg_down.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 181px;
	text-indent: 45px;
	z-index: 3;
}
a.meniu_apasat:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #268BB9;
	text-decoration: none;
}

#main{
	border: 1px solid #ccc;
	background-image: url(apps/bg_6.jpg);
	background-repeat: repeat-y;
	margin-left: 180px;
	margin-right: 10px;
	min-height: 400px;
	z-index: 1;
	padding: 10px;
	
}

* html #main{height: 400px;} 

.wrap{
	background-color: #ffffff;
}
.main{
	border:1px solid #e3e3e3;
	line-height: 16px;
	letter-spacing: 0.2px;
	margin-bottom: 30px;
}

h1{
	font-size: 18px;
	line-height: 18px;
	color: #007599;
	font-family: Arial, Helvetica, sans-serif;
}
.text_jos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#foot_note{
	margin-left: 30px;
	padding-top: 30px;
}
#main p{
	text-align: justify;
}
#main ul li{
	list-style: url(assets/arrow_right.gif);
	height: 20px;
	background-image: url(apps/bg_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 500px;
}
h2{
	font-size: 14px;
	line-height: 14px;
	color: #007599;
	font-family: Arial, Helvetica, sans-serif;
}
#aplica_acum{
	float: right;
	margin: 30px;
}
#screenshots a{
	margin: 10px;
	display: block;
	border: 6px solid #e3e3e3;
	float: left;
}
#screenshots a:hover{
	border: 6px solid #36B2D8;
}
#round_down{
	 background-color:#fff;  
	 width: 98.5%; 
	 margin:auto; 
	 height:38px
}
#foot_note{
	padding:30px; 
	text-align:left
}
#foot_note a{
	color: #fff;
}
#mailuri{
	margin: 20px;
}

.field{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #F4FCFF;
   border-left: 1px solid #C0D3DC;
	border-top: 1px solid #C0D3DC;
	border-right: 1px solid #DBF4FF;
	border-bottom: 1px solid #DBF4FF;
	padding: 2px;
	color: #00466A;
	width: 300px;
	height: 20px;
}
#formular input{
	margin-top: 10px;
}
.but{
	height: 32px;
	background-image: url(apps/left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	border:0;
	padding: 0;
	text-align: center;
	display: block;
	float: left;
	margin: 4px;
}
.but a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #268BB9;
	text-decoration: none;
	background-image: url(apps/b_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
	padding-right: 6px;
	padding-left: 4px;

	margin-left:6px; 
	height: 32px;
	line-height:32px;
	display: block;
	text-align: center;
	cursor: pointer;
	}
	
* html .but a{
	padding-top: 14px;
}
.but a:hover{
	background-image: url(apps/b_right_over.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #268BB9;
	text-decoration: none;
}

/* / butoanele*/

#error{
	color: #C51111;
	font-weight: bold;
	padding-left: 60px;
	background-image: url(assets/stop.gif);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 50px;
}
* html #error{height: 50px;} 

#lgn{
	background-image:url(apps/colt_dr.jpg); 
	background-repeat: no-repeat;
	height:234px; 
	width:374px; 
	position:absolute; 
	right:0px;
}
#lgnbtn{
	width:140px; 
	float:none; 
	margin: 0;
	padding: 0;
	text-align:right; 
	margin-top:84px; 
	background:transparent; 
	border:0; 
	margin-left:156px; 
	cursor:pointer;
	width: 126px;
}
* html #lgnbtn{margin-left:158px; } 
#lgnbtn img{
	margin-right: 5px;
}
#lgnmail{
	background-color: transparent;
	border: 0;
	right: 29px;
	top: 18px;
	height: 20px;
	width: 180px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0;
	color: #00466A;
	z-index: 100;
}
#lgnpass{
	background-color: transparent;
	border: 0;
	right: 29px;
	top: 52px;
	height: 20px;
	width: 180px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding: 2px 0;
	color: #00466A;
	z-index: 100;
}
.error{
	padding: 6px;
	font-weight: bold;
	color: #c00;
	background-color: #FFF4F4;
	border-bottom: 1px solid #FFD4D4;
	border-top: 1px solid #FFD4D4;
	width: 450px;
}
.mesaj{
	padding: 6px;
	font-weight: bold;
	color: #62BF31;
	background-color: #F9FFF4;
	border-bottom: 1px solid #E8FFD2;
	border-top: 1px solid #E8FFD2;
	width: 450px;
}