body{margin:0;padding:0}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}
#wrapper { 
 margin: 0;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 background: #eee;
 margin: 0px 0px 10px 0px;
 padding: 22px;
 width: 200px;
 float: left;
 min-height:600px;
 background: url("img/left_bg.jpg") repeat-x;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 0px;
 width: 678px;
 display: inline;
 position: relative;
}

#rightcolumn ul, .active
{
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: none;
	width:140px;
}

#rightcolumn li
{
	border-bottom: 5px solid #fff;
		
}

ul {
	padding-left:50px;
}
#rightcolumn ul a , .active
{
	display: block;
	padding: 4px 10px 4px 12px;
	width: 70px;
	height:14px;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
	color: #666;
	background-color:#eee;
/*	background: url(img/menu_bg.jpg) repeat-y; */

}


#rightcolumn ul a:hover, .active
{
	color: #fff;
	background-color: #cc0000;
	margin-left:-13px;
	padding-left:25px;
}	
#logo {
	padding-left:2px;
	padding-top:30px;
}
#logo h1{margin:0;padding:0;height:36px;width:198px;overflow:hidden;position:relative;font-size:8px;}
#logo h1 img{position:absolute;top:0;left:0;}
#title {
	font-size: 19px;
	font-family:arial;

	color:#cc0000;
	width:405px;
	height:25px;
	margin-left:18px;
	padding-top:15px;
	border-bottom:1px dotted #aaa;	
}
#footer {
	font-size: 11px;
	color:#999;
	width:405px;
	margin-left:18px;
	margin-top:20px;
	padding-top:3px;
	border-top:1px dotted #aaa;	
	padding-bottom:15px;
}
#content {
	padding-top:15px;
	margin-left:20px;

	width:405px;
	font-size:11px;
	line-height: 19px;
	color:#444;
}
.contact {
	text-align:right; 
	padding-left:105px;
	color:#777;
	vertical-align:top
}

.negru {
	color:#aaa;
}
img.float_left { 
    float: left; 
    margin-right: 10px;  

}
img.float_right { 
    float: right; 
	padding-left:10px; 	
}
img.float_right_echipa { 
    float: right; 
	padding-left:0px; 	
}
input, textarea {
	background-color:#fff;
	border:1px solid #ccc;	
	font-size:10px;
	padding:3px;
	width:160px;
}
textarea {
	width:400px;
	height:200px;
	font-size:12px;	
}
.button {
	width:70px;
	background-color:#eee;
	color:#777;
	border:1px solid #bbb;
}
.err {
	color:#cc0000;
}
a{ 
	text-decoration:none;
	color:#777;
}
a:hover {
	color:#cc0000;
	text-decoration:underline;

}
#services_title {
	padding-left:4px;
	margin-top:63px;
}
#services {
	padding-left:27px;
	color:#cc0000;
	padding-top:3px;
	line-height:22px;
}
#galerie img{
    float:left;
    display:inline;
    margin:7px 7px 0 0;
    padding:3px;
    width:122px;
    border:1px solid #ddd;
}
#galerie img:hover{
    border-color:#cc0000;    
}
#galerie img.last{
    margin-right:0;
}

#galerie img.large{
    float:none;
    margin:0 0 10px 0;    
    padding:0;
    border:none;
    width:auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*\*/* html .clearfix {height: 1%;}/**/
*:first-child + html .clearfix {height: 1%;}








/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height:31px;
	width: 100%;
	padding: 0 10px 0;
	position:relative;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	position:absolute;
	right:10px;
	bottom:10px;
}