html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0px; padding: 0px}

table {border-collapse:collapse; border-spacing:0}

fieldset,img {border:0}

ol,ul {list-style:none} 

a{outline: none}



html{background:#fff url(../images/bgSite.jpg) repeat-x center top;font: 62.5%/18px Calibri, Arial, Helvetica, sans-serif;color:#436900}

body{padding:45px; background: url(images/bgBody.jpg) no-repeat center top;padding-top:230px; font-size:1.4em}

a{color:#96be2c; text-decoration:none}

a:hover{color:#adc621; text-decoration:underline}

h1, h2, h3, h4, h5, h6{margin:10px 0 20px; font-weight:normal}

p{margin:10px 0}

.mainWrapper h1, .mainWrapper h2{background:url(../images/ornamentTitle.gif) no-repeat right 23px; font-size:4em; line-height:20px}



.logo{width:246px; height:70px; position:absolute; top: 37px; left:50%; margin-left:-480px}

.mainWrapper{width:585px; margin:0 auto; padding-left:375px; overflow:auto; position:relative}

.mainMenu{ position:absolute; top:145px; left:50%; margin-left:-125px}

.mainMenu a, .listingServicii a{color:#498200;}

.mainMenu a:hover, .listingServicii a:hover{color:#adc621;}

.mainMenu li{float:left; display:inline; margin-left:10px; text-transform:uppercase; font-weight:bold; height:25px; line-height:25px; padding:0 10px;}

li.selected{background-color:#c4de33}

li.selected a{color:#498200; text-decoration:none;}

.leftCol{width:330px; float:left; margin-bottom:50px}

.rightCol{width:220px; float:right; padding-left:35px}

.rightCol h2{width:220px;overflow: hidden}

.galerieFotoHome{overflow:auto; display:block; padding:10px 0}

.galerieFotoHome li{float:left; margin:0 2px 2px 0; height:77px}

.listingServicii{overflow:auto; padding-bottom:20px}

.listingServicii li{background:url(../images/bullet.gif) no-repeat left 4px; float:left; width:90px; padding-left:15px; margin-bottom:3px; height:20px; overflow:hidden}

.footer{clear:both; margin-top:30px; border-top:3px solid #c4de33; color:#96be2c; padding-top:10px; background:url(../images/bullet.gif) no-repeat 135px 13px; overflow:auto}

.footer a{padding:0 5px}

.footer span{padding-right:25px; color:#436900}

.programari{position:absolute; left:0px; top:310px}
#homeDescription{display:none}

h3{font-size:1.2em; color:#7bb106; margin-bottom:20px;}
form div{width: 500px; overflow:auto; line-height:30px;}
.smallBox{float:left; width:250px;}
.smallBox input{width:240px; background-color:#e1ee99; border:none; height:30px}
.largeBox{ clear:both; width:250px;}
.largeBox input{width:490px; background-color:#e1ee99; border:none; height:30px}
.largeBox textarea{width:490px;background-color:#e1ee99; border:none; height:90px; line-height:30px}
.contactSubmit{background-color: #c4de33; padding:5px 30px; border:none;}
.harta{float:right; margin-right:60px}
.listaServicii{overflow:auto}
.listaServicii li{display:inline; float:left; width:150px; padding-right:45px; overflow:auto; height:150px; position:relative; background:url(../images/bgServicii.gif) no-repeat left top}
.listaServicii li.right{ background:url(../images/bgServiciiRight.gif) no-repeat left top}
h3 a{display:block; background:url(../images/bullet.png) no-repeat right 7px; text-decoration:none;}
h3 a:hover{color:#436900; text-decoration:none;}
a.linkMore{padding:5px 0; display:block; background:url(../images/bullet.png) no-repeat right 7px; position:absolute; bottom:10px; width:150px}
a.linkMore:hover{color:#436900; text-decoration:none;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






