			/* CSS Document */

/*-------------------------- general classes -------------------------------*/
body { 
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #6a6a6a;
	line-height:1.3em;
	
	/* IE issue */
	background: #EAEAEA url(../img/bg_main.gif) repeat-y center;
	
	SCROLLBAR-FACE-COLOR: #838282;
	SCROLLBAR-HIGHLIGHT-COLOR: #838282;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #838282;
	SCROLLBAR-DARKSHADOW-COLOR: #838282;
	
	/* Actualitatea Original
	SCROLLBAR-FACE-COLOR: #0072C6;SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #ffffff;SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;SCROLLBAR-TRACK-COLOR: #C3DCFF;
	SCROLLBAR-DARKSHADOW-COLOR: #000000
	*/
}
	
td    {
	font-family: Tahoma, Verdana,  Geneva, Helvetica, sans-serif; 
	font-size:11px; 
	color:#676767;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;
}

h6 {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
	font-size:11px; 
	margin-bottom: 2px;
	border-bottom: 1px dotted #646557;
}

h5 {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size:14px; 
	/*color:#0066FF;*/
	color:black;
	font-weight: bold;
}	
	
	/*
	margin-top: 0px;
	margin-bottom: 2px;
	
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding:8px 0 5px 0; 
	padding-left: 10px;
	
	border-bottom: 1px dotted #646557;
	border-bottom: solid 1px #E3E4D9;
	
	background-color: #F5F5F5;
	text-transform:uppercase; 
	border: 0;
	*/
}

html {
	min-height: 100%;
}
	
#container {
	width: 934px;
	/* height: 100%; */
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
	
hr {
	height:1px;
	color:efefef;
}

/*---------------------- header classes ----------------------------------*/

#header_orig {
	width: 100%;
	text-align:left;
	background:url(../img/bg_header_2.gif) no-repeat top center;
	height:150px;/*height:150px;*/
}

#header {
	width: 100%;
	text-align:left;
	height:110px;
	margin-left:15px;
}
	
#language_selector {
	float:right;
	clear:both;
	font-size: 0.85em;
	margin:7px;
}
	
#search {
	display:inline;
	float:left;
	margin-left:150px;
	margin-top:5px;
	font-size: 0.85em;
	/*margin-top:9px;
	margin-right: 10px;
	margin-bottom:15px;*/
}
	
#flash_movie {
	margin:10px
}

#logo {/*useless*/
	position: absolute;
	padding-left: 10px;
	z-index: 5;
} 
	
#menu{
	background-color:#009900 ;
	width:910px;
	height:40px;
	margin:0px 10px 0px 13px;
	clear:both;
	padding:0px;
}

/*------------------------------ content classes ----------------------------------------------*/

#content {
	background: #ccc url(../img/bg_separator.gif);
	/* width:934x;*/
	text-align:left;
	padding:0px;
	margin-top:20px;	
}
	
#content_2 {
	width:934px;
	text-align:left;
	padding:0px;
	margin-top:20px;	
}

#coloana_1 {
	width:180px;
	margin-left:30px;	
	margin-bottom:20px;
	font-size:0.85em;
	float:left;
	display:inline;	
}

#coloana_1_ext {
	width:400px;
	margin-left:30px;	
	margin-bottom:20px;
	font-size:0.85em;
	float:left;
	display:inline;	
}
	
#head_coloana_1 {
	background:#DDFCD8;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:15px;	
	margin-bottom:5px;
	color:black;
	font-size:0.95em;
	font-weight:bold;
}

	
#coloana_2 {
	width:400x;
	margin-left:35px;
	margin-bottom:20px;
	font-size:0.85em;
	float:left;	
}
	
#head_coloana_2 {
	background:#CBEEFD;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:15px;	
	margin-bottom:5px;
	color:black;
	font-size:0.95em;
	font-weight:bold;
}	
	
#coloana_3 {
	width:400px;
	margin-left:60px;
	margin-bottom:20px;
	font-size:0.85em;
	float:left;	
}
	
.head_coloana_3 {
	background:#FFE299;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:15px;	
	margin-bottom:5px;
	color:black;
	font-size:0.95em;
	font-weight:bold;
}
	
#location {
	margin-top:0px;
	margin-left:10px;
	background:url(../img/pic_interior_2.gif) no-repeat center top;
	height:110px;
	color:white;
	font-size:0.85em;
	width:725px;
}
#location a {/*--- for Internal pages ---*/
	color:white;
	text-decoration:none;
}
#location a:hover {/*--- for Internal pages ---*/
	color:white;
	border-bottom:1px dotted white;
	border-top:1px dotted white;
	text-decoration:none;
}

/*--------------------------------- footer classes -------------------------------------------*/
#footer {
	font-size:0.75em;
}

#footer a {
	color:#06A1D9;
	text-decoration:none;
	border-bottom:1px dotted #06A1D9;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	background:#06A1D9	
}


#footer2 {
	background: url(../img/bg_footer.gif) no-repeat center bottom;
	padding:0px;
	padding-bottom: 20px;
	margin:0px;
	width:100%;
	font-size:0.75em;
	height:50px;
	clear: both;
	padding-top: 1px;	
}

#footer2 a {
	color:#FFA200;
	text-decoration:none;
	border-bottom:1px dotted #FFA200;
}

#footer2 a:hover {
	color:#Fff;
	text-decoration:none;
	background:#FFA200;
}


/*------------------------------------ links --------------------------------------------------*/
.link_new_a{
	color: #7FA5A5;
}
.link_new_a:hover{
	color: #7FA5A5;
	text-decoration:none;
}
	
.link_a_1 {
	color:#009900;
	text-decoration:none;
	border-bottom:1px dotted #009900;
}
.link_a_1:hover {
	color:#fff;
	text-decoration:none;
	background:#009900
}

.link_blue {
	color:#06A1D9;
	text-decoration:none;
	border-bottom:1px dotted #06A1D9;	
}
	
.link_blue:hover {
	color:#fff;
	text-decoration:none;
	background:#06A1D9	
}
	
.link_orange {
	color:#FFA200;
	text-decoration:none;
	border-bottom:1px dotted #FFA200;
}
	
.link_orange:hover {
	color:#Fff;
	text-decoration:none;
	background:#FFA200;
}

.link_a_4 {
	color:#009900;
	text-decoration:none;
	border-bottom:1px dotted #009900;
}
	
.link_a_4:hover {
	color:#fff;
	text-decoration:none;
	background:#009900;
	border-bottom: 1px dotted #009900;
}

/*--------------------------------- text classes ----------------------------------------------*/
H1, H2, H3, H4, H5, H6 {
	margin: 0 0 10 0;
	padding: 0;
}

#location H1 { 
	margin-top:1px;
}

H1 {
	FONT-SIZE: 1.6em;
	FONT-WEIGHT:BOLD;
	line-height:1.2em
}
	
H2 {
	FONT-SIZE: 1.4em;
	FONT-WEIGHT:BOLD;
	line-height:1.2em
}
	
H3 {
	FONT-SIZE: 1.2em;
	FONT-WEIGHT:BOLD;
	line-height:1.2em
}

a {
	color:#7FA5A5;
}
a:hover {color:#7FA5A5}

#quote {
	text-align: right;
}



.menu02 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 2em;
	margin-right : 2em;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
	FONT-SIZE: 1.1em;
	
	/*font-size : 11px;*/
	/*margin-left : 10px;*/
	/*margin-right : 10px;*/
}

.menu02 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu02 a:hover {
	color : black;
	/*color : #F2F2F2;*/
	font-size : 11.2px;
	text-decoration: none;
}

.wordsearch	{
	width:170px;
	height:18px;
	color:#094f75;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	text-decoration:none;
	background: url(../img/search_bg.gif) no-repeat;
	/*background: url(../images/bglvsrc.gif) no-repeat;*/
	border: 0px none;
	padding-left:22px;
	padding-top:2px;
}

.wordsearch2 {
	width:170px;
	height:18px;
	color:#094f75;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	text-decoration:none;
	background: url(../img/search_bg.gif) no-repeat;
	/*background: url(../images/bglvsrc.gif) no-repeat;*/
	border: 0px none;
	padding-left:22px;
	padding-top:3px;
}

.wordsearch2_shop {
	BORDER-TOP-WIDTH: 1px;
	PADDING-LEFT: 22px;
	FONT-WEIGHT: bold;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 13px;
	BORDER-LEFT-COLOR: #a39699;
	BACKGROUND-IMAGE: url(/img/search_bg.gif);
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #a39699;
	BORDER-TOP-COLOR: #a39699; 
	BACKGROUND-REPEAT: no-repeat;
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #a39699
}

.newsletter	{
	width:20px;
	height:23px;
	color:#094f75;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	text-decoration:none;
	border: 0px none;
}




/*		OLD SITE		*/
.gross_error {
	color : #B52C2E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}
