/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: 1.0
author: The Red Point
website: http://www.trp.ro
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–– RESET STYLE >>> ––*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*–– GENERAL >>> ––*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #262626 url('../images/new_interface/bkg.jpg') repeat top left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-align: left;
}

/*–– Links >>> ––*/

a:link {
    color: #ff0000;
	text-decoration: none;
}
a:visited {
    color: #ff0000;
	text-decoration: none;
}
a:hover {
    color: #ff0000;
	text-decoration: underline;
}
a:active {
    color: #ff0000;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 10px 0;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

p {
	margin: 0 0 10px 0;
	clear: both;
}

/* Clearfix >>> */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { 
	height: 1%;
}

/*–– SITE >>> ––*/

.container {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	float: left;
	clear: both;
}

.contact {
}

.contact td{
	margin-top: 10px;
}
.contact input, textarea, select {
	width: 260px;
}

.file {
	background-color: #ffffff;
	height: 20px;
	width: 200px;
	margin: 0px;
	border: 0px solid #000000;
}

/*–– LEFT CONTENT >>> ––*/

#left_content {
	width: 180px;
	text-align: right;
	padding: 2px 10px 10px 10px;
	float: left;
}

.search_form input {
	width: 127px;
	height: 16px;
	background: url('/images/new_interface/search-box.gif') repeat-x;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	padding: 0px 4px 0 4px;
	
}

/* Left-menu >>> */

.left-menu {
	width: 180px;
	margin: 0 0 0 0;
}
.left-menu a {
	width: 175px;
	background: url('../images/new_interface/white_dot.jpg') no-repeat center right;
	padding: 0 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.left-menu a:hover {
	text-decoration: none;
}
	
.subnav {
	margin-top: 5px;
	margin-bottom: 5px;
}

.subnav a{
	color: #ff0000;
	font-size: 10px;
	background: url('../images/new_interface/white_dot.jpg') no-repeat center right;
	margin-left: -10px;
	text-transform: uppercase;
}

.subnav a:hover {
	background-color: #323232;
}


/*–– RIGHT CONTENT >>> ––*/

.right_content1 {
	width: 717px;
	background: #323232 url('../images/new_interface/bkg_header1.jpg') no-repeat top left;
	text-align: left;
	float: left;
	border-right: 10px solid #363636;
	border-left: 10px solid #363636;
	display: inline;
	margin-bottom: 10px;
}
.right_content2 {
	width: 717px;
	background: #323232 url('../images/new_interface/bkg_header2.jpg') no-repeat top left;
	text-align: left;
	float: left;
	border-right: 10px solid #363636;
	border-left: 10px solid #363636;
	display: inline;
	margin-bottom: 10px;
}
.right_content3 {
	width: 717px;
	background: #323232 url('../images/new_interface/bkg_header3.jpg') no-repeat top left;
	text-align: left;
	float: left;
	border-right: 10px solid #363636;
	border-left: 10px solid #363636;
	display: inline;
	margin-bottom: 10px;
}
.right_content4 {
	width: 717px;
	background: #323232 url('../images/new_interface/bkg_header4.jpg') no-repeat top left;
	text-align: left;
	float: left;
	border-right: 10px solid #363636;
	border-left: 10px solid #363636;
	display: inline;
	margin-bottom: 10px;
}

/* Header > */

#header {
	width: 717px;
	background: #323232 url('../images/new_interface/bkg_header1.jpg') no-repeat top left;
	text-align: left;
	margin: 0 0 15px 0;
	float: left;
	display: inline;
	}
	#header .coming_soon_container {
		position: relative;
		}
		#header .coming_soon_container .coming_soon {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 119px;
			height: 118px;
			display: block;
			background: transparent url("../images/new_interface/coming_soon2.png") no-repeat left top;
			}

/* Navigation > */

#nav {
	height: 31px;
	float: left;
	list-style: none;
	margin: 242px 0 0 12px;
	clear: both;
	overflow: hidden;
	display: inline;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
}
#nav li {
	text-align: center;
	float: left;
}

#nav li a {
	list-style: none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
}
#nav li a:hover {
	color: #000000;
	text-decoration: none;
	margin-top: -62px;
	float: left;
	display: block;
}

.nav-activ {
	color: #000000;
	text-decoration: none;
	margin-top: -62px;
	float: left;
	display: block;
}
.center_nav {
	margin: 0 0 0 0;
}

/* Subheader > */

#subheader {
	width: 610px;
	background-position: 56px 16px;
	text-align: left;
	padding: 0 50px;
	float: left;
}
#subheader_withnews {
	width: 610px;
	height: 172px;
	background: url('../images/new_interface/bkg_stiri_box.gif') no-repeat top left;
	background-position: 56px 16px;
	text-align: left;
	padding: 0 50px;
	float: left;
}
#subheader_withnews_en {
	width: 610px;
	height: 172px;
	background: url('../images/new_interface/bkg_news_box.gif') no-repeat top left;
	background-position: 56px 16px;
	text-align: left;
	padding: 0 50px;
	float: left;
}
#ro_en {
	width: 615px;
    color: #919191;
	text-align: center;
	margin: 18px 0 0 0;
	float: left;
	clear: both;
}
#ro_en a:link, 
#ro_en a:visited {
    color: #ffffff;
	text-decoration: none;
}
#ro_en a:hover, 
#ro_en a:active {
    color: #919191;
	text-decoration: none;
}

.newsbox {
	width: 260px;
	color: #cccccc;
	float: left;
	margin: 10px 10px 0 30px;
	display: inline;
}
.newsbox .date {
	color: #ff0000;
	font-size: 10px;
}
.newsbox p {
	line-height: 12px;
}

/* Content > */

#content {
	width: 597px;
	padding: 0 60px;
	background: url('/images/new_interface/content-bkg.jpg') no-repeat;
	background-position: 60px  5px;
	float: left;
	display: inline;
	clear: both;
	overflow: hidden;
}
#content_container {
	width: 558px;
	padding-left: 20px;
	padding-bottom: 40px;
	float: left;
	display: inline;
	clear: both;
}
.main_ttl {
	margin: 0 0 10px 0;
}
.logos {
	float: left;
	clear: both;
	margin: 10px 0;
}

#content ul {
	width: 95%;
	margin: 0px 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	display: inline;
	overflow: visible;
}
#content li {
	width: 100%;
	background: url('../images/new_interface/dot.jpg') no-repeat top left;
	padding: 0 0 0 20px;
	float: left;
	display: block;
	clear: both;
}
.subtitle {
	color: #ff0000;
	font-weight: bold;
}

/* Solutii > */

.sol_box {
	width: 568px;
	margin: 10px 0;
	float: left;
	clear: both;
	display: inline;
}
.sol_box_left {
	width: 240px;
	float: left;
	display: inline;
}
.sol_box_right {
	width: 320px;
	float: right;
	display: inline;
	overflow: hidden;
}
.sol_img (
	float: left;
)
.sol_btn {
	float: right;
}

/* Footer > */

#footer {
	width: 717px;
	background-color: #363636;
	text-align: center;
	padding: 5px 0;
	float: left;
	display: inline;
	clear: both;
}

.highlight
{
	background-color: gray;
}

.submenu {
	background: transparent;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 10000000;
}

.submenu a {
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 4px;
}
.submenu a:link {
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}
.submenu a:visited {
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}
.submenu a:active {
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}
.submenu a:hover {
	display: block;
	color: #ff0000;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
}

.child_ {
	display: none;
	margin-left: -18px;
}

.submenu_bg {
	background-color: #666666;
	opacity:0.8;
	filter:alpha(opacity=80);
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.child_bg {
	background-color: #ffffff;
	opacity:0.2;
	filter:alpha(opacity=20);
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.child_bg_pad {
	background-color: #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.child_bg_sep {
	background-color: #ff0000;
	opacity:1;
	filter:alpha(opacity=100);
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#certificari {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 10000;
}

.footer_nav  {
	clear: both;
	width: 100%;
	text-align: center;
	margin-left: 89px;
}

.footer_nav a {
	text-transform: uppercase;
}
.footer_nav a:link {
	text-transform: uppercase;
}
.footer_nav a:visited {
	text-transform: uppercase;
}
.footer_nav a:hover {
	text-transform: uppercase;
}
.footer_nav a:active {
	text-transform: uppercase;
}

.download_bullet {
	display: block; 
	float: left; 
	margin-left: 60px;
}

#no_hover {
}

#no_hover a:hover {
	text-decoration: none;
	color: #cccccc;
}

.no_hover {
}

.no_hover a:hover {
	text-decoration: none;
	color: #cccccc;
}

/*headlines */

	#headlines{
		width: 182px;
		font-family: Verdana;
		font-size: 11px;
		text-align: left;
		color:#CCCCCC;
	}
	
	#headlines h3{
		padding-left: 20px;
		font-family: Verdana;
		font-size: 11px;
		background: url(../images/headlines/clock_headlines.jpg) top left no-repeat;
		color: #c3c3c3;
		margin:0;
		height:20px;
		text-align:right;
		color:#CCCCCC;
	}
	
	#headlines p{
		margin: 0;
	}
	
	.intro_headline{
		color: #ff0000;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
	}
	
	
	.content_headline{
		color:#CCCCCC;
		font-family: Verdana;
		font-size: 11px;
		
	}
	
	.read_more a{
		margin-top: 10px;
		padding-bottom: 20px;
		display: block;
		width: 126px;
		height: 8px;
	}
	
	 .ro  a{
background: url(../images/headlines/citeste_mai_mult_button_ro.jpg) top left no-repeat;
	}
	
	 .en  a{
		background: url(../images/headlines/citeste_mai_mult_button_en.jpg) top left no-repeat;
	}
	
	#top_headlines{
		background: url(../images/headlines/top_headlines.jpg) top left no-repeat;
		height: 9px;
		color: #c3c3c3;
		line-height: 1px;
		font-size: 0;
	}
	
	#content_headlines{
		background: url(../images/headlines/back_headlines.jpg) top left repeat-y;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#bottom_headlines{
		background: url(../images/headlines/bottom_headlines.jpg) bottom left no-repeat;
		height: 9px;
		line-height: 1px;
		font-size: 0;
	}
#social{
		margin-top: 10px;
	}
	
	 #content_social{
		list-style: none;
	 }
	
	#content_social li{
		text-align: left;
	}
	
	#content_social .flikr{background: url(../images/social.png) top left no-repeat;}
	#content_social .twitter{background: url(../images/social.png) 0 -20px no-repeat;}
	#content_social .blog{background: url(../images/social.png) 0 -40px no-repeat;}
	#content_social .rss{background: url(../images/social.png) 0 -60px no-repeat;}
	
	
	#content_social a{
		display: block;
		width: 160px;
		height: 20px;
		text-indent: -900px;
	}
	
	#top_headlines, #top_social{
		background: url(../images/headlines/top_headlines.jpg) top left no-repeat;
		height: 9px;
		color: #c3c3c3;
		line-height: 1px;
		font-size: 0;
	}
	
	#content_headlines, #content_social{
		background: url(../images/headlines/back_headlines.jpg) top left repeat-y;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#bottom_headlines, #bottom_social{
		background: url(../images/headlines/bottom_headlines.jpg) 0 -1px no-repeat;
		height: 9px;
		line-height: 1px;
		font-size: 0;
	}


/*headlines */

