html { 

	height: 100%; 
	font-family:Arial, Helvetica, sans-serif;
}
body{
background:#CCCCCC;
}

#container{

	MARGIN: 0px auto; 
	
	WIDTH: 999px;
	
	TEXT-ALIGN: left;
	background:#FFFFFF;

}
.scroller{
height:470px;
overflow: auto;

scrollbar-3dlight-color:#cccccc; 

scrollbar-arrow-color:#ffffff; 

scrollbar-base-color:#333333; 

scrollbar-darkshadow-color:#000000; 

scrollbar-face-color:#333333; 

scrollbar-highlight-color:#000000; 

scrollbar-shadow-color:#000000;

}
#main {
	
	padding-left:1px;
	
	padding-right:1px;
	background:#FFFFFF;
	
}

h1 a {
text-decoration:none;
}
a {
	color:#000000;
	text-decoration:underline;
}



a:hover {
	color:#000000;
	text-decoration:none;
}

.headline{
	
	padding:3px;
	
	border-bottom:#2e2e2e 2px solid;
	
}

.headline h1{
	
	font-weight:bold;
	
	margin:0 0 0 0px;
	
	padding:0 0 0 0px;
	
	font-size:24px;
	
	font-family:Arial, Helvetica, sans-serif;
	
}
.copy{
padding:6px;
}
.cleardiv{
padding:10px;
}
.coloanastanga{
float:left;
width:700px;
padding:0px;
}
.coloanadreapta{
float:left;
width:250px;
padding:5px;
}

.imageBorder{
border:0px;
}

.logodreapta{
padding-top:5px;
padding-bottom:25px;
}
.coloanadreaptacontent{

padding-left:25px;
}
#frmdreapta{
width:250px;
}
.txtdreapta{
width:220px;
background-color:#C4C4C4;
color:#FF831D;
}

#frmserv{
width:550px;
}
.txtserv{
width:320px;
background-color:#C4C4C4;
color:#FF831D;
}
.txtaserv{
width:520px;
background-color:#C4C4C4;
color:#FF831D;
}
#meniu a{
padding-right:5px;
}
/* meniu */

.meniutabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.meniutabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.meniutabs li{
display: inline;
margin: 0;
}

.meniutabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.meniutabs li a:visited{
color: white;
}

.meniutabs li a:hover, .meniutabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* meniu end */

.titluri{
float: left;
display: block;
width:220px;
text-decoration: none;
margin: 0;
padding: 3px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
font-weight:bold;
background: #414141; /*background of tabs (default state)*/
}

.footermenu{
	MARGIN: 0px auto; 
	
	WIDTH: 999px;
	
	TEXT-ALIGN: left;
border-top: 1px solid #414141; 
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
.footermenu a{

}

.footermenu a:hover{

}




