/* 
 *	CSS LAYOUT Styles Definition 
 *
 *							©2009
*/

/* ie6 png transparency fix */
img, .png{
	_position: relative; 
	_behavior: expression(
						  (this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(
						  this.runtimeStyle.backgroundImage = "none", 
						  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
						  this.src = "/static/images/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), 
						  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
						  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
						  ) 
}

/* base styles */
body { 
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #363636; 
	background-color: #FFF; 
	background-image: url(/static/images/ajax/loader.gif); 
	background-repeat: no-repeat; 
	background-position: 50% 50% 
}
body.site { 
	background: transparent 
}
a, a:visited { 
	color: #005DAB; 
}
a:hover, a:active { 
	color: #F89829; 
	text-decoration: none 
}
/*	IE6 hack to get sub links to behave correctly */
li {
	height:	1%
}
hr { 
	margin: 0 !important; 
	height: 1px; 
	border: 0; 
	background: #CCC; 
	!color: #CCC; 
	!display: block; 
	!margin: -7px auto !important 
}
* html input { 
	padding: 2px; 
	background: #e7e7e7; 
	border: 1px solid #CCCCCC; 
	font-size: 11px; 
	color: #333333 
}
input[type="text"], input[type="password"], input[type="file"], select, textarea { 
	padding: 2px; 
	background: #e7e7e7; 
	border: 1px solid #CCCCCC; 
	font-size: 11px; 
	color: #333333 
}
input[type="submit"], input[type="button"] { 
	padding: 1px 10px; 
	font-size: 11px; 
	display: block; 
	font-weight: bold; 
	text-align: center; 
	background: #E6E6E6; 
	color: #333333; 
	border: 2px outset; 
	border-color: #C1C1C1 
}

/* this tells the elements where to go */
.left { float: left }
.right { float: right }

.rounded { 
	border-radius: 5px;	/* CSS3 support */ 
	-webkit-border-radius: 5px;	/* Webkit equivalent */ 
	-moz-border-radius: 5px	/* Mozilla equivalent */ 
}

/*	hide elements from screen but not from source */ 
.hidden { 
	position: absolute !important; 
	top: -999em; 
	left: -999em 
}
/* apply transparency to element */
.transparent {
    filter: alpha(opacity=50);	/* internet explorer */ 
	-khtml-opacity: 0.5; 		/* khtml, version before safari */
    -moz-opacity: 0.5;      	/* firefox, mozilla, netscape */
    opacity: 0.5;           	/* safari, chrome, opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* internet explorer 8 */
}


/* <noscript> & IE6 warnings */
.noscript { display: block; position: absolute; top: 0; left: 0; background-color: #000; color: #FFF; width: 100%; height: 100% }
.noscript h1 { margin: 15px 10px; font-size: 18px }
.noscript p { margin: 5px 10px; font-size: 12px }
.sayno2ie6 { display: none; _display: block; _white-space: nowrap; position: absolute; top: 0; left: 0; background-color: #B8D5F0; border-bottom: 1px solid #86A3C1; width: 100%; color: #005A88 }
.sayno2ie6 p { margin: 5px 10px }
.sayno2ie6 p a { color: #005A88 !important; text-decoration: underline !important }


/* main definitions */
.wrapper { display: none }
.site .wrapper { display: block; position: absolute; left: 0; top: 0; width: 100%; _height: 100%; min-height: 100% }
.site-content { margin: 0 auto; width: 1016px; position: relative; text-align: left }

.header{ height: 70px; margin-bottom: 10px; position: relative }
.header .logo { margin-top: 10px; margin-left: 7px; }
.header form {	position: absolute; right:0; bottom:0 }
.header form label { float: right; margin-right: 5px; line-height: 18px; color: #333; }
.header form .txt { float: right; padding: 2px 5px; margin-right: 3px; border: 0; color: #666 }
.header form .push { float: right; width: 15px; height: 18px; /height: 17px; background: transparent url(/static/images/site/buton_newsletter.jpg) no-repeat 50%; cursor: pointer; border: 0; vertical-align: bottom;	}

.header ul { position: absolute; width: 660px; bottom: -38px; left: 0; padding:0 5px 0 0; background:url(/static/images/site/bg_meniu.jpg) left bottom repeat-x;}
.header ul li { float: left; background: transparent url(/static/images/site/bg_menu_.jpg) no-repeat left top; }
.header ul li a { display: block; text-align: center; line-height: 28px; text-decoration: none; color: #FFFFFF !important; font-weight: bold; background: transparent url(/static/images/site/bg_menu.jpg) no-repeat left top; width: 107px; margin-right: 3px} 
.header ul li a:hover { text-decoration: none; background: transparent; }

.header .meniu { position: absolute; bottom: -38px; left: 0; padding:0 5px 0 6px; background:url(/static/images/site/bg_meniu.jpg) left bottom repeat-x; height:28px; overflow:hidden; font-size:0}
.header .meniu a { margin-right:2px}

.mainbar{ padding-top: 28px; width: 665px }
.mainbar.nosidebar { width: 1006px }
.mainbar .inner { border-right: 1px solid #A4A4A4; padding-right: 15px }
.mainbar .inner h1 { font-size: 18px; font-weight: normal; margin-bottom: 10px; color: #212120 }
.mainbar .inner p { margin-bottom: 10px }
.mainbar .inner ul { margin: 10px; }
.mainbar .inner ul li { padding-left:10px; list-style-type:none; background:url(/static/images/site/bg_li.jpg) left 5px no-repeat}


.services h1 { font-size: 18px; font-weight: normal; margin-bottom: 10px; color: #212120 }
.services p { margin-bottom: 10px }
.services .left { width: 235px; padding-right: 10px; border-right: 1px solid #A4A4A4 }
.services .left h2 { padding: 0 10px; _padding-top: 3px; _padding-bottom: 3px; line-height: 22px; font-size: 12px; color: #fff; text-transform: uppercase; background: #696969 url(/static/images/site/services_title_bkgr.jpg) repeat-x left bottom }
.services .left h2 img { margin-right: 5px; vertical-align: middle }
.services .left ul { background: #F5F5F5; padding-bottom: 5px; margin-bottom: 10px }
.services .left ul, .services .left ul li { list-style-type: none }
.services .left li a { padding: 0 20px; display: block; line-height: 25px; color: #525252; text-decoration: none }
.services .left li a.selected { background: #E0E0E0; text-decoration: underline }
.services .left li a:hover { background: #E0E0E0; text-decoration: underline }

.services.subs .left { border-right: none; padding-right: 0 }
.services.subs .left h3 { padding: 0 10px; font-size: 14px }
.services.subs .left li { padding: 5px !important }
.services.subs .left a { padding-left: 0 !important }
.services.subs .left a:hover { background: none !important }
.services.subs .right { border-left: 1px solid #A4A4A4; padding-left: 10px; }
.services.subs .right blockquote { margin-bottom: 15px; background: #efefef; padding: 10px }
.services.subs .right blockquote a { float: left; margin-right: 20px }
.services.subs .right blockquote h1 { font-weight: bold }
.services.subs .right h2 { padding: 0 10px; _padding-top: 3px; _padding-bottom: 3px; line-height: 22px; font-size: 12px; color: #fff; text-transform: uppercase; background: #696969 url(/static/images/site/services_title_bkgr.jpg) repeat-x left bottom }
.services.subs .right ul { margin: 15px }
.services.subs .right ul li { background: url(/static/images/site/specs_arrow.gif) no-repeat 0 4px; padding-left: 10px; text-transform: lowercase }

.services .right { width: 755px }
.services .right h1 { font-size: 18px; font-weight: normal; margin-bottom: 10px; color: #212120 }
.services .right .details { margin-top: 10px }

.services.links .left { border-right: none; padding-right: 0 }
.services.links .right { border-left: 1px solid #A4A4A4; padding-left: 10px; }
.services.links .right h1 { margin-bottom: 10px }
.services.links .right ul li { float: left }
.services.links .right ul li a { padding: 0 15px; font-family: Tahoma, Geneva, sans-serif; text-decoration: none; font-weight: bold; background-color: #CCC; color: #666666; display: block; line-height: 25px; text-align: center }
.services.links .right ul li a.selected { background-color: #FF9900; color: #FFF } 
.services.links .right ul li a:hover { background-color: #FF9900; color: #FFF }
.services.links .right blockquote { margin-top: 15px; margin-right: 20px; width: 230px; float: left; border-bottom: 1px dashed #666 }
.services.links .right blockquote h2 { font-size: 12px; color: #666  }
.services.links .right blockquote p {  }

/* home news */
.home-news blockquote { margin-bottom: 15px }
.home-news blockquote.left { width: 320px }
.home-news blockquote.right { width: 320px }
.home-news blockquote .pix { border: 3px solid #E0E0E0; }
.home-news blockquote .pix:hover { border: 3px solid #CCC }
.home-news blockquote a.right { margin-left: 10px !important }
.home-news blockquote a.left { margin-right: 10px  !important }
.home-news blockquote h2 { color: #909090; font-size: 17px; margin-bottom: 5px }
.home-news blockquote h2 strong { color: #252525; font-size: 19px; font-weight: normal; margin-right: 5px; text-transform: uppercase }
.home-news blockquote h2 a { color: #909090; text-decoration: none }
.home-news blockquote h2 a:hover { color: #909090; text-decoration: underline }
.home-news blockquote p span { color: #909090; }
.home-news blockquote.first { margin-bottom: 25px }
.home-news blockquote.first .pix { margin-right: 15px; border: 3px solid #FFF; }
.home-news blockquote.first h2 { color: #909090 }
.home-news blockquote.first h2 strong { color: #f9a615; font-weight: bold; }
.home-news blockquote.first p { text-align: right; }

/* news details */
.details { margin-bottom: 25px }
.details h2 { color: #909090; font-size: 17px; margin-bottom: 5px }
.details h3 { color: #252525; font-size: 19px; font-weight: normal; margin-right: 5px; text-transform: uppercase }
.details .picbox { float: left; margin-right: 15px; text-align: center }
.details .picbox a { margin-bottom: 1px }
.details .picbox a img { border: 3px solid #E0E0E0 }
.details .picbox a:hover img { border: 3px solid #CCC }
.details .picbox p { margin-bottom: 0 !important; font-size: 10px; background: #e1e1e1; text-align: center; line-height: 20px; padding: 0 10px }
.details h2 { color: #909090 }
.details h2 strong { color: #f9a615; font-weight: bold }
.details .toolbar { position: relative; margin: 10px 0; background: #E4E4E4; line-height: 30px; padding: 0 10px }
.details .toolbar span { margin-right: 15px }
.details .toolbar span img { margin-right: 5px; margin-top: 1px }
.details .toolbar blockquote { position: absolute; right: 15px; top: 0px }
.details .toolbar blockquote a { margin-left: 10px; text-decoration: none }
.details .toolbar blockquote a img { margin-left: 4px }
.details .toolbar blockquote a img.ym { vertical-align: bottom; margin-bottom: 7px }
.details .toolbar .text-size { display: inline; margin-right: 55px; }
.details .toolbar .text-size a { font-weight: bold; display: inline; margin-left: 2px !important }
.details .toolbar .text-size .active { color: #E6001D }
.details .sml { font-size: 11px !important }
.details .med { font-size: 13px !important }
.details .lrg { font-size: 15px !important }




.listing blockquote { padding: 2px; margin-bottom: 15px }
.listing blockquote.back { background: #F2F2F2 }
.listing blockquote .pix { border: 1px solid #E0E0E0; }
.listing blockquote .pix:hover { border: 1px solid #CCC }
.listing blockquote a.right { margin-left: 10px !important }
.listing blockquote a.left { margin-right: 10px  !important }
.listing blockquote h2 { color: #212120; font-size: 17px; margin-bottom: 5px }
.listing blockquote h2 a { color: #212120; text-decoration: none }
.listing blockquote h2 a:hover { color: #909090; text-decoration: underline }
.listing blockquote p span, .listing blockquote div span { color: #909090; }
.listing blockquote p span.show_me_more { cursor: pointer }
.listing blockquote div.show_me_less { display: none }
.listing blockquote div span.show_me_less { cursor: pointer }

.jobs ul {  }
.jobs ul li { padding: 2px; margin-bottom: 5px; background: none !important; }
.jobs ul li h2 { color: #212120; font-size: 12px; font-weight: normal; background: #E0E0E0; line-height: 30px; cursor: pointer; padding: 0 10px; margin-bottom: 5px }
.jobs ul li h2 span { color: #999; font-weight: bold; margin-right: 5px }
.jobs ul li h2.hover { background: #E0E0E0 url(/static/images/site/jobs_arrow_hover.gif) no-repeat right 8px !important }
.jobs ul li blockquote { display: none; }
.jobs ul li blockquote div.details { margin-bottom: 3px; padding: 10px; background: #F2F2F2 }
.jobs ul li blockquote a.apply { background: #F67C00 url(/static/images/site/jobs_apply_background.jpg) repeat-x left top; display: block; line-height: 26px; color: #FFF; text-decoration: none; text-align: center; }
.jobs ul li blockquote a.apply strong { padding: 5px 0; padding-top: 6px; background: url(/static/images/site/jobs_apply_arrow_background.gif) no-repeat 50% top }

.formcontact form { margin-bottom: 2px; background: #F2F2F2; padding: 10px; padding-left: 25% }
.formcontact a.send { background: #F67C00 url(/static/images/site/jobs_apply_background.jpg) repeat-x left top; display: block; line-height: 26px; color: #FFF; text-decoration: none; text-align: center; }
.formcontact a.loader { background: #F67C00 url(/static/images/site/form_loader.gif) repeat-x left top; cursor: default }
.formcontact a.send strong { padding: 5px 0; padding-top: 6px; background: url(/static/images/site/jobs_apply_arrow_background.gif) no-repeat 50% top }
.formcontact form label:after { content: ':' }
.formcontact form label { display: block; font-weight: bold; margin-bottom: 2px; margin-top: 5px }
.formcontact div { margin-bottom: 2px; text-align: left }
.formcontact div p { margin-bottom: 0 !important}
.formcontact div p span { display: none !important}
.formcontact div .err { background: #FFDFDF; color: #E40032; padding: 10px }
.formcontact div .war { background: #FDF297; color: #B78627; padding: 10px }
.formcontact div .ok { background: #D7FFD7; color: #839D44; padding: 10px }
.formcontact input, .formcontact textarea { width: 300px; background: #FFF; border: none; padding: 5px; font-size: 11px }

.flash { width:665px; height:231px; margin-bottom:15px}
.header-image { margin-bottom:15px}
.content { padding:0 15px 11px; border-right:1px solid #a4a4a4}
.stire_top { margin-bottom:40px }
.st_titlu {border-bottom:1px solid #cccccc; float:right; width:360px; margin:30px 0 15px;}
.stire_top p {text-align:right;}
.stire_top .maimult {color:#f9a615; text-decoration:none; float:right; margin-top:19px}
.stire_top a:hover { color:#909090}
.st_titlu h1 a  { text-decoration:none; font-size:17px; color:#909090; padding-top:4px}
.st_titlu span { color:#f9a615; font-size:21px;margin-right:10px} 

.stire_middle { width:287px; float:left; padding:0 4px}
.stire_middle span { font-size:17px; color:#909090;text-transform:uppercase; margin-right:7px}
.stire_middle h1 { margin-bottom:10px}
.stire_middle h1 a { text-decoration:none; font-size:17px; color:#252525}
.stire_middle p { text-align:right}

.stire { margin-top:25px}
.stire span { font-size:17px; color:#909090;text-transform:uppercase; margin-right:15px}
.stire h1 { font-size:17px; border-bottom:1px solid #cbcbcb; padding:0 0 7px 4px; margin-bottom:15px}
.stire h1 a { color:#252525; text-decoration:none } 
.stire img { float:right; border:3px solid #e0e0e0; margin-left:20px}

/* Sidebar */
.sidebar { float:right;padding-top:30px;width:341px;}
.sidebar div.frame {border:3px solid #E6E6E6; margin-bottom: 10px; background: #ececec url(/static/images/site/bg_right.jpg) repeat-x left top}
.sidebar div.frame img { vertical-align: bottom; }
.sidebar div.frame h3 {color:#696969; font-size:15px; margin: 10px}
.sidebar div.frame center { text-align: center; }
.sidebar div.frame .infotrafic { background: url(/static/images/ajax/loader2.gif) no-repeat center center; min-height: 50px }
.sidebar div.frame .infotrafic a { color: #333 }
.sidebar div.frame .infotrafic a:hover { color: #666 }
.sidebar div.frame .infotrafic span { display: none }
.sidebar div.frame ul { margin: 10px; }
.sidebar div.frame ul li { padding-left:10px; list-style-type:none; background:url(/static/images/site/bg_li.jpg) left 5px no-repeat}

/* Footer */
.footer { position: relative; border-top:5px solid #252525; background: #005DAB; margin-top:15px; _height: 75px; min-height: 75px }
.footer .shadow { position: absolute; left: 25%; top: 0 }
.footer blockquote { margin: 0 auto; width: 1016px; position: relative }
.footer blockquote h3 { margin: 10px 0; margin-bottom: 5px }
.footer blockquote h3 span { color: #FFF; position: absolute; text-indent: -9999px }
.footer blockquote hr { margin: 0 !important; height: 2px; border: 0; background: #08579A; !color: #08579A; border-top: 1px solid #116DB9; !display: block; !margin:-7px auto !important }
.footer blockquote div { margin-top: 10px; margin-bottom: 10px; margin-right: 15px; float: left }
.footer blockquote div h4 { color: #FFF; font-size: 12px; margin-bottom: 5px; font-weight: bold }
.footer blockquote div a { display: block; margin: 2px 0; text-decoration: none; color: #FFF !important; font-size: 10px; font-weight: bold }
.footer blockquote div a:hover { color: #083153 !important }
.footer blockquote div a img { margin-right: 5px }

/*cariere*/
.joburidisp { font-size:17px; margin-bottom:3px}
.job { background:#e0e0e0; width:610px; padding:6px 12px; margin-top:2px; display:block; text-decoration:none; color:#212120}
.job:hover { background:url(/static/images/site/select_job.jpg) #e0e0e0 right top no-repeat}
.select_job { background:#e0e0e0; width:610px; padding:6px 12px; margin-top:2px; display:block; text-decoration:none; color:#212120; background:url(/static/images/site/select_job.jpg) #e0e0e0 right top no-repeat}
.descriere_job {display:none}
.descriere_job blockquote { background:#f2f2f2; margin:1px 0; padding:0 13px 20px; color:#252525;}
.descriere_job blockquote h2 { font-size:11px; text-transform:uppercase; padding:20px 0 10px}
.descriere_job blockquote ul li { list-style-type:none}

/*cariere*/
.descriere_companie { margin-right:13px; text-align:justify}
.descriere_companie p {margin:10px 0}
.descriere_companie ul li { list-style-type:none;} 

/*contact*/
.infocontact table { margin-bottom: 10px }
.infocontact td { padding: 5px 10px; background: #e0e0e0; height:22px;border-bottom:1px solid #ffffff}
.infocontact td strong { color:#464646 }
.infocontact p { line-height: 25px; padding: 0 15px; margin-bottom: 2px !important; background: #E0E0E0 }
.infocontact p span { display: block; width: 70px; float: left; font-weight: bold }

.trimite { background:#f2f2f2; padding:18px 0 30px 177px; margin-bottom:1px}
.trimite input, .trimite textarea { border:none; width:305px; margin:3px 0 7px; font-size:11px; padding:3px 0; border:1px solid #e0e0e0}

/*portofoliu*/
.client { color:#212120; margin-bottom:30px; height:143px;}
.client img { border:1px solid #dddddd; float:left; margin-right:17px }
.client h1 { font-size:18px; font-weight:normal; margin-bottom:6px}
.client h1 a { text-decoration:none; color:#212120}
.client h3 { font-size:11px; margin:10px 0 5px 0 }

/*sevicii*/
.lista_servicii { float:left; width:243px; border-right:1px solid #a4a4a4; padding:0 7px 0 5px }
.lista_servicii blockquote { background:url(/static/images/site/bg_servicii.jpg) left top repeat-x; padding:0 5px; vertical-align:middle; color:#FFFFFF; font-size:12PX; font-weight:bold; height:22px; line-height:20px; margin-bottom:3px }
.lista_servicii a{ display:block; text-decoration:none; color:#525252; padding:4px 16px; margin-bottom:3px }
.lista_servicii a:hover {background:#e0e0e0; }
.servicii_selected {display:block; text-decoration:none; color:#525252; padding:4px 16px;background:#e0e0e0 }

.serviciu { color:#525252; margin:0 14px; float:left; width:732px }
.serviciu h1 { float:left; font-size:30px; padding:0 150px 10px 1px; border-bottom:1px dashed #525252; margin-bottom:17px }
.serviciu blockquote p { margin-bottom:12px }
.serviciu blockquote p span { font-size:13px; font-weight:bold }
.serviciu blockquote h3 { font-size:13px; background:#e0e0e0; padding:3px 5px; margin-bottom:12px }



