a img {
	border:none;
}

p.center {
	text-align: center;
}

body {
	color: black;
	background: rgb(51,116,200);
	font: .74em Tahoma, Verdana, Arial, sans-serif;
	text-align: center; 
	margin: 0 0 0 0; 
}

#content { 
	background: rgb(237,238,240);
	width: 800px; 
	text-align: left; 
	margin: 0 auto;
}

/* Bara cea mai de sus */
#language {
	height: 1.7em;
	padding: 0.4em 30px;
	text-align: right;
}

#language a {
	text-decoration: none;
	color: #274577;
}

#language a:hover {
	color: red;
}

/* Top menu */
#tmenu {
	height: 100px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}

#tmenu_logo {
	position: absolute;
	bottom: 15px;
	left: 16px;
}

#tmenu_bottom {
	position: absolute;
	height: 9px;
	bottom: 0px;
	background: #3374c8;
	width: 100%;
}

#tmenu_options {
	position: absolute;
	width: 20em;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

#tmenu_options ul {
	margin:0;
	padding:0; 
	list-style:none;
}
#tmenu_options li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	padding:10px 5px 0px 5px;
}

#tmenu_options a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:5px 10px 10px 10px;
	color:#344F60;
	height: 1.3em; 
}

#tmenu_options a:hover {
	color: #ca0053;
	border-bottom: #90546f 9px solid;
}


#tmenu_options .selected {
	color: #90546f;
	border-bottom: #90546f 9px solid;
}

/* Main info */
#main {
	padding: 1em 1em 1em 1em;
	font-size: 1.2em;
	color: #074F65;
}

#main ul {
	list-style-type: square;
	line-height: 2.1em;
	margin: 0;
	padding: 0em 0em 0em 1.3em ;
}

#main h2 {
	margin: 0;
	font-size: 1.5em;
	color: #1789AE;
	padding: 0;
	padding-bottom: 0.5em;
}

#main p {
	line-height: 2em;
}

.img_right {
	float: right;
	clear: right;
	cursor:pointer;
}

.img_left {
	float: left;
	clear: left;
	cursor:pointer;
	padding-right:2em;
}

.feature {
	padding-top: 3em;
	clear:both;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:950px;	
	min-height:340px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('../images/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#thinline {
	height: 3px;
	margin-top: 2em;
	margin-bottom: 3px;
	background: #3374c8; 
	width: 100%;
	clear: both;
}

.clearboth	{
	clear: both;
}
#smalltext {
	clear: left;
	text-align: center;
	font-size: 0.8em;
	height: 40em;
}

/* mailform */
#mailform {
	padding: .7em 1em; 
	width: 30.5em;
	font-size: 1.3em;
	color: #6A7579;
}

textarea, input {
	background: #f4f4f4;
	color: black;
	font-size:  1.3em;
	padding: 2px;
	margin: 1px;
}

p.center {
	text-align: center;
}

input.submitmail {
	padding: 0 30px 0 30px;
	border: 2px outset #d7b9c9;
	font-size: 1.3em;
}

input.norminput, input.mandinput { 
	border: 1px solid #b2b2b2;
}

textarea {
	border: 1px solid #b2b2b2;
	font: 14px Tahoma, Verdana, Arial, sans-serif;
}

.smalllabel {
	font-size: 0.7em;
}

input.send_btn, input.send_btn_hover {
	width: 128px;
	height: 30px;
	outline: none;
	background-repeat: no-repeat;
	background-image: url('/images/submit_ro.gif'); 
}


