@charset "utf-8";
/* CSS Document */

img {
	border:0;
}

body {
	margin:0px;
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
}

#container_new {
	margin-left:auto;
	margin-right:auto;
	max-width: 1300px;
	min-width: 980px;
}

* html #container_new {   
    width: 980px; /* in case JS is off, set a fallback width. default is auto */  
    width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 20, 1300), 980)+'px');   
} 
	

#container {
	margin-left:30px;
	margin-right:30px;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

#logo {
	width:21%;
	float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

#menu_main {
	float:right;
	background-color: #FFF;
}

.horizontal_line {
	height:5px;
	background-color:#5a9ee5;
	border-bottom:1px solid #FFF;border-top:1px solid #FFF;
	clear:both;
	overflow:hidden;
}

.horizontal_line_grey {
	height:7px;
	background-color:#3a3a3a;
	clear:both;
	overflow:hidden;
}

#grey_up {
	background-color:#3a3a3a;
	height:35px;
}

#grey_down {
	background-color:#3a3a3a;
	height:35px;
}

#img {
	background-image:url(../images/picture.jpg);
	background-position:center;
	width:100%;
	height:170px;
}

.wrapper {
	width:100%;
	margin-top:20px;
	text-align: left;
}

.wrapper_index {
	width:98%;
	margin-top:20px;
	text-align: left;
	padding-right: 30px;
	;
}

.wrapper_1 {
	width:100%;
	margin-top:12px;
	background-color:#e6e6e6;
	font-size:11px;
	height:40px;
}

p.wrapper_text {
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	line-height:12px;
	font-size:12px;
}
	


#blue {
	float:left;
	background-color:#5a9ee5;
	height:28px;
	text-align:left;
	padding-top:12px;
	color:#FFF;
	font-size:12px;
	margin-right:20px;
	width:50%;
	text-align:left;
	padding-left:20px;
}

#blue.ind {
	width:50%;
	text-align:left;
	padding-left:20px;
}

#grey_right {
	float:right;
	width:58%;
	background-color:#e6e6e6;
	height:38px;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	font-size:11px;
}

.spacer {
	margin-left:30px;
}

#right {
	text-align:left;
	padding:20px;
	padding-top:10px;
	width:540px;
	float:right;
}

#center {
	text-align:left;
	margin:30px;
	margin-top:10px;
	clear:both;
}

#center.team {
	margin-right:0;
	margin-left:0;
}

.space_up {
	margin-top:20px;
}

#left {
	text-align:left;
	padding:20px;
	padding-top:0px;
	width:40%;
	float:left;
	margin-right: 30px;
}
#left1 {
	text-align:left;
	padding:20px;
	padding-top:0px;
	width:45%;
	float:left;
}

#left1.index {
	width:50%;
}
#right1 {
	text-align:left;
	padding:20px;
	padding-top:0px;
	width:45%;
	float:right;
}

#right1.team {
	padding-right:0;
	text-align:left;
}

#right1.index{
	padding-left:0px;
	width:38%;
}


h1 {
	font-size:14px;
	font-weight:bolder;
	color:#296fb0;
	text-transform:uppercase;
	height:10px;
}

h2 {
	font-size:12px;
	color:#666;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	
}

h3 {
	font-size:11px;
	color:#296fb0;
	padding:0px;
	margin:0px;
	margin-top:5px;
}

p {
	font-size:12px;
	color:#333;
	text-align:justify;
	padding:0px;
	margin:0px;
	margin-top:5px;
	
}

.more {
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	text-align:right;
	background-image:url(../images/bullets.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.more_nospace {
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/bullets.gif);
	background-repeat:no-repeat;
	background-position:center;
}


a.main:link{
	font-size:11px;
	color:#296fb0;
	font-weight:bold;
	text-decoration:none;
}

a.main:visited,a.main:active{
	font-size:11px;
	color:#296fb0;
	font-weight:bold;
	text-decoration:none;
}

a.main:hover {
	color:#333;
	text-decoration:underline;
}

.img_border {
	border:2px solid #CCC;
}

#footer {
	color:#333;
	font-size:11px;
	clear:both;
	padding-bottom:10px;
}

#right_up {
	text-align:right;
	padding-right:20px;
	width:320px;
	float:right;
}

#left_up {
	text-align:left;
	padding-left:20px;
	width:310px;
	float:left;
}

.wrapper_up {
	width:100%;
	padding-top:10px;
}

#grey_up a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#grey_up a:hover {
	text-decoration:underline;
}

.spacer_img {
	padding-right:10px;
}

a.en {
    display: block;
    width: 60px;
    height: 15px;
    background: url("../images/rollover_en.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a.en:hover {
    background-position: 0 -15px;
} 

a.ro {
    display: block;
    width: 73px;
    height: 15px;
    background: url("../images/rollover_ro.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a.ro:hover {
    background-position: 0 -15px;
} 

a.bg {
    display: block;
    width: 71px;
    height: 15px;
    background: url("../images/rollover_bg.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a.bg:hover {
    background-position: 0 -15px;
}

.selected_en {
    display: block;
    width: 60px;
    height: 15px;
    background: url("../images/rollover_en.gif") 0 -15px no-repeat;font-size:11px;
	color:#FFF;
	font-weight:bold;
}

.selected_ro {
    display: block;
    width: 73px;
    height: 15px;
    background: url("../images/rollover_ro.gif") 0 -15px no-repeat;font-size:11px;
	color:#FFF;
	font-weight:bold;
}

.selected_bg {
    display: block;
    width: 71px;
    height: 15px;
    background: url("../images/rollover_bg.gif") 0 -15px no-repeat;font-size:11px;
	color:#FFF;
	font-weight:bold;
}

#testimonial {
	width:700px;
	font-size:12px;
	color:#FFF;
}

