/* Reset
---------------------------------------- */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img, a, hr { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
ol, ul { list-style: none; }

table {
border-collapse: separate;
border-spacing: 0; }
	
/* Basic Elements
---------------------------------------- */

body {
background: #fff url(i/bg.png) repeat-x left top; color: #222222;
 text-align: left; font-size: 14px;
	line-height: 22px; }

body, textarea, input, button { font-family: 'Candara', 'Trebuchet MS', 'Helvetica', Arial, Verdana, sans-serif; }
	
a {	text-decoration: none; color: #cc3300; }
a:hover { text-decoration: none; }

h1 { font-size: 32px; font-weight: bold; line-height: 32px; }
h2 { font-size: 24px; font-weight: bold; line-height: 32px; }
h3 { font-size: 16px; font-weight: bold; line-height: 24px; }

strong { font-weight: bold; }
em { font-style: italic; }

/* Generic Classes
---------------------------------------- */

.clear { 
clear: both; }

.wrap { 
/*margin: 0 auto;*/
margin-left:230px;
width: 760px; 
}

.content h1, .content h2, .content p,
.content ul, .content ol, .content hr { 
margin: 0 0 15px 0; }
	
	.content h3, .content h2 { 
	color: #3487D7;
	font-weight: bold; }
	
	.content h4 { 
	color: #ccc;
	text-transform: uppercase; }
	
	.content hr { 
	border-top: 2px solid #eee;
	clear: both; }
	
	.headline { 
	font-size: 14px;
	line-height: 22px; }
	
	.more { 
	background: url(i/ic_more.png) no-repeat left 3px;
	font-weight: bold;
	padding: 0 0 0 30px;
	text-transform: uppercase; }
	
.box { 
background: url(i/bg_box.png) repeat-y center center;
margin: 0 0 30px 0; }

	.box .title {
	background: url(i/bg_box_title.png) no-repeat left top;
	line-height: 50px; }
	
	.box .bottom { 
	background: url(i/bg.png) repeat-x left bottom;
	color: #3186D7;
	text-decoration: underline;
	line-height: 40px; }
	
		
		.box .bottom a { 
		color: #fff;
		font-size: 14px;
		text-transform: uppercase; }
	
	.box .title, .box .content, .box .bottom { padding: 0 20px; }
.icon2 {
			background: url(im/icon.png) no-repeat left bottom;
			width:46px;
			height:61px;
			margin-top:-75px;
			margin-left:210px;
			z-index:100;
		}
.photos li { 
float: left;
margin: 0 20px 20px 0; }
	
.photos li.odd { margin-right: 0; }
	
	.photos li img { 
	float: left; }

.column { 
float: left;
width: 50%; }

/* Header
---------------------------------------- */

#header { 
color: #fff;
height: 156px;
margin: 0 0 40px 0;
position: relative; }

	#header h1 { 
	background: #005CC1;
	float: left;
	height: 194px;
	position: absolute; left: -205px;
	text-align: center;
	width: 175px; }
	
		#header h1 a { 
		background: url(i/fimaro.png) no-repeat center center;
		height: 76px;
		position: absolute; left: 0; bottom: 0;
		text-indent: -9999px;
		width: 175px; }
	
		#header h1 span { 
		display: block;
		font-size: 12px;
		margin: 85px 0 0 0;
		text-transform: uppercase; }
	
	#header .phone { 
	background: url(i/ic_phone.png) no-repeat right bottom;
	float: right;
	margin: 30px 200px 0 0;
	padding: 0 90px 0 0;
	text-align: right; }
		
		#header .phone h2 { font-weight: normal; }
		
	#header #nav { 
	line-height: 48px;
	position: absolute; left: 0; top: 110px;
	width: 100%; }

		#header #nav li.subm { 
		float: left;
		margin: 0 20px 0 0;
		position: relative; }
		

			
			#nav .subm ul.branch { 
				background-color:#005CC1;
				color:#000;
				margin: 0px 0 0px 0;
				padding: 10px;
				width: 120px;
				position: absolute; left:0; top:45px;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-webkit-border-bottom-left-radius:5px;
				-webkit-border-bottom-right-radius:5px;
				box-shadow: 10px 10px 5px #888;
				display: none;
			}
			#nav .subm ul {
				line-height:25px;
			}
			#nav .subm ul.branch a { 
				color:#ffffff;
			}
			#header #nav li.subm a { 
			text-shadow: 2px 2px #005CC1;
			color: #fff;
			display: block;
			font-size: 14px;
			text-transform: uppercase; }
				
				#header #nav li.subm a:hover { 
				color: #C6DBF1;
				text-shadow: none; }
				
			#header #nav li.subm .shadow { 
			background: url(i/bg_nav_shadow.png) no-repeat center center;
			display: none;
			height: 7px;
			position: absolute; left: -125px; top: 45px; z-index: 10;
			width: 290px; }
			
		#header #nav li.subm.icon  { 
		float: right;
		margin: 0 0 0 10px; }
		
		#header #nav li.subm.icon.on { 
		background: url(i/bg_nav_on.png) no-repeat left top; }
			
			#header #nav li.subm.icon.on span { display: block; }
			
			#header #nav li.subm.icon a { 
			background-repeat: no-repeat;
			background-position: center top;
			text-indent: -9999px;
			width: 40px; }
			
			#header #nav li.subm.icon.on a { 
			background-position: center -48px; }
			
			#header #nav li.subm.icon.home a { background-image: url(i/ic_nav_home.png); }
			#header #nav li.subm.icon.contact a { background-image: url(i/ic_nav_contact.png); }
			#header #nav li.subm.icon.ro a { background-image: url(i/ic_nav_ro.png); }
			#header #nav li.subm.icon.en a { background-image: url(i/ic_nav_en.png); }
			
/* Main
---------------------------------------- */

#main { 
float: left;
margin: 0 0 40px 0;
width: 450px; }
#main.capabilities {
		width:760px;
}
/*ul.clienti img {
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
}
*/
ul.clienti li {
	margin-right:12px;
}
ul.clienti h4 {
	font-size:11px;
	line-height:12px;
	color:#8C8C8C;
	padding:0px;
	margin:15px 0px 20px 0px;
	text-align:center;
	width:125px;
}
ul.clienti p {
	margin-bottom:2px;
	padding:-20px;
}
ul.produse li.entry {
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
ul.produse li .descriere {
	font-size:12px;
	line-height:15px;
}
ul.produse li ul li.photo {
	margin-right:25px;
	margin-bottom:10px;
	float:left;
}
ul.produse li ul li.photo img {
	width:80px;
	height:80px;
}
#main h3 {
	line-height:20px;
	margin-top:5px;
	margin-bottom:10px;
	width:350px;
}

#about-careers h4 {
	font-size:14px;
	line-height:18px;
	color:#333;
	padding-top:15px;
}
#about-careers .formular {
	margin:0px;
	padding:0px;
}
#about-careers label {
	display:block;
	margin-top:10px;
	margin-bottom:3px;
	text-transform: uppercase;
	color:#999999;
	font-weight:bold;
}
#about-careers .input {
	text-decoration: none;
	background-image: url(i/input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 232px;
	outline:none;
	border:none;
	padding-right: 5px;
	padding-left: 5px;
}
#about-careers .send {
	text-decoration: none;
	background-image: url(im/send.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 120px;
	outline:none;
	border:none;
	padding-right: 5px;
	padding-left: 5px;
	text-indent:-9999px;
	cursor:pointer;
}
#about-careers .trimite {
	text-decoration: none;
	background-image: url(im/trimite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 120px;
	outline:none;
	border:none;
	padding-right: 5px;
	padding-left: 5px;
	text-indent:-9999px;
	cursor:pointer;
}
#about-careers .formular .submit {
	font-weight:bold;
	background-color:#3186d7;
	color:#fff;
	outline:none;
	border:none;
}
#about-careers .content p {
	margin-bottom:5px;
}
#about-shareholders ul li {
	margin-left:25px;
	list-style-type: disc;
}
#customers .logo {
	width:125px;
	height:93px;
	background-image: url(i/cell.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}
#quote-form .input {
	text-decoration: none;
	background-image: url(i/input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 232px;
	outline:none;
	border:none;
	padding-right: 5px;
	padding-left: 5px;
}
#quote-form textarea {
	text-decoration: none;
	background-image: url(i/textarea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 232px;
	outline:none;
	border:none;
	padding:5px;
}
#quote-form .request {
	text-decoration: none;
	background-image: url(i/request_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 138px;
	outline:none;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	margin-top:15px;
	margin-left:5px;
}
#quote-form .request.ro {
	background-image: url(i/request_quote_ro.gif);
}
#quote-form label {
	display:block;
	margin-top:20px;
	margin-bottom:5px;
	text-transform: uppercase;
	color:#999999;
	font-weight:bold;
}
.ok {
	color:333333;
	font-weight:bold;
	padding-top:10px;
}
.err {
	color:#cc3300;
	padding-top:10px;
}
#error {
	color:#cc3300;
	font-weight:bold;
}
#main.content li.left {
	float:left;
	width:40%;
}
#main.content li.right {
	float:right;
	width:40%;
}
/* Sidebar
---------------------------------------- */

#sidebar { 
float: right;
width: 280px;
margin: 50px 0 40px 30px; }
	
	/* iso */
	
	#sidebar #iso .tuv { 
	background: url(i/ic_tuv.png) no-repeat center center;
	float: right;
	height: 61px;
	margin: 35px 0 0 20px;
	text-indent: -9999px;
	width: 46px; }
	
	/* location */
	
	#sidebar #location { 
	background: url(i/ic_map.png) no-repeat 15px 5px;
	border-bottom: 2px solid #eee;
	color: #666;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 30px 0;
	padding: 0 20px 5px 95px; }
	
	#sidebar #location a {
		color: #666;
		text-decoration:none;
	}
	/* raport */
	
	#sidebar #raport { 
	margin: 0 0 20px 0;
	padding: 0 20px; }
	
		#sidebar #raport .pdf { 
		background: url(i/ic_pdf.png) no-repeat left center;
		line-height: 18px;
		margin: 0 0 15px 0;
		padding: 0 0 0 42px; }

			#sidebar #raport .pdf span { 
			color: #666;
			display: block; }
			
			#sidebar #raport .more { 
			background: url(i/ic_arrow.png) no-repeat 2px center;
			font-weight: bold;
			padding: 0 0 0 42px; }
	
	/* map */
	
	#sidebar #map { 
	background: #f5f5f5;
	padding: 5px; }
		
		#sidebar #map .more {
		background: url(i/ic_arrow.png) no-repeat 2px center;
		margin: 5px 0 0 0; }
		
	/* photos */
	
	#sidebar #photos { 
	margin: 0 0 20px 0; }
		
		#sidebar #photos h3 { 
		color: #666;
		margin: 0 0 15px 0; }
		
		#sidebar #photos li img { 
		width: 80px; }
		
		#sidebar #photos .more { 
		margin: 15px 0 0 0; }
		
/* Footer
---------------------------------------- */

#footer { 
background: url(i/bg_footer.png) repeat-x left top;
clear: both;
color: #666;
font-size: 11px;
line-height: 18px;
height: 100px; }
	
	#footer .wrap { 
	padding: 30px 0; }
	
		#footer .copy { 
		float: left;
		text-transform: uppercase;
		width: 320px; }
			
			#footer .copy strong { 
			display: block; }
