/* CSS Document */

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

.menu {
	background: #d6d288;
	text-align:center;
}

a.menu {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#808284;
	text-decoration:none;
}

a.menu:hover {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#dc75ae;
	text-decoration:none;
}

.sep {
	background: #ffffff url('images/menu_separator.gif') top left no-repeat;
}

.top {
	background: #ffffff url('images/layout_top.gif') top left no-repeat;
}

.right {
	background: #ffffff url('images/layout_right.gif') top right no-repeat;
}

.bottom {
	background: #ffffff url('images/layout_bottom.gif') top left no-repeat;
}

.despre {
	background: #ffffff url('images/bg_despre.jpg') top left no-repeat;
}

.echipa {
	background: #ffffff url('images/bg_echipa.jpg') top left no-repeat;
}

.proceduri {
	background: #ffffff url('images/bg_proceduri.jpg') top left no-repeat;
}

.dotari {
	background: #ffffff url('images/bg_dotari.jpg') top left no-repeat;
}

.colaboratori {
	background: #ffffff url('images/bg_colaboratori.jpg') top left no-repeat;
}

.impresii {
	background: #ffffff url('images/bg_impresii.jpg') top left no-repeat;
}

.contact {
	background: #ffffff url('images/bg_despre.jpg') top left no-repeat;
}

.header {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#808284;
}

.heading {
	color:#dc75ae;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#6d6f71;
}

.texts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6d6f71;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#dc75ae;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#dc75ae;
	text-decoration:underline;
}

.footer {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#808284;
}

a.footer {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#808284;
	text-decoration:none;
}

a.footer:hover {
	font-family:Geneva, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#dc75ae;
	text-decoration:none;
}

.phone {
	font-size:15px;
}

/*scroll*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: #E7E7E8;
cursor: pointer;
}
.vscrollerbar {
width: 7px;
left: 2px;
background-color: #dc75ae;
cursor: pointer;
}
.hscrollerbase {
height: 8px;
background-color: #dc75ae;
}
.hscrollerbar {
height: 8px;
background-color: #dc75ae;
}

.scrollerjogbox {
width: 7px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #dc75ae;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 98%;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em 0.3em 0.3em 0px;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px;
padding-right:10px;
}

.percentagewrap {
	width: 97%;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
}
