/* generale */
* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial;
}

a {
	color: #7e0e72;
} 

.email {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-decoration: none;
    color: black;
}

ul {
	margin-left: 20px;
}

ul li {
	list-style-image: url( './../img/site/generale/bullet/bullet.jpg' );
	list-style-position: outside;
	list-style-type: disc;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

img {
	border: none;
	display: block;
	margin: 5px 30px 5px 5px;
}

a.left img {
	margin: 5px;
}

h1 {
	color: #7e0e72;
}

h1 span {
	font-size: 14px;
}

h1.cu_bg {
	display: block;
	height: 27px;
	padding-left: 25px;
	padding-top: 10px;
	background: transparent url( './../img/site/generale/bg/bg_h.jpg' ) no-repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#bgcontainer {
	float: left;
	width: 918px;
	padding-left: 53px;
	padding-right: 53px;
	background: transparent url( './../img/site/generale/bg/bg_container.jpg' ) repeat-y;
}

#header {
	float: left;
	width: 1024px;
	height: 196px;
}

#footer {
	float: left;
	width: 1064px;
	height: 67px;
	padding-top: 22px;
	padding-left: 60px;
	background: transparent url( './../img/site/generale/bg/bg_footer.jpg' ) no-repeat;
}

#stanga {
	float: left;
	width: 252px;
}

#stanga a {
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 1px;
}

#meniu {
	float: left;
	width: 252px;
	height: 314px;
	background: transparent url( './../img/site/generale/bg/bg_meniu.jpg' ) no-repeat;
	list-style-type: none;
	margin-left: 1px;
}

#meniu li {
	display: block;
	float: left;
	padding-left: 20px;
	background: transparent url( './../img/site/generale/bullet/meniu.gif' ) no-repeat;
	background-position: 4px 9px;
	width: 180px;
	height: 37px;
}

#meniu li.selectat {
	background: transparent url( './../img/site/generale/bullet/meniu_selectat.gif' ) no-repeat;
	background-position: 4px 9px;
}

#meniu li.selectat a {
	color: #b247b2;
}

#meniu li a {
	display: block;
	float: left;
	margin-top: 7px;
	color: #4b434b;
}

#meniu li a:hover {
	color: #b247b2;
}

#continut {
	float: left;
	min-height: 543px;
	width: 655px;
	color: #373037; 
}

#continut h1 {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}

#wrapper_continut {
	float: left;
	min-height: 282px;
	margin-left: 15px;
	margin-top: 15px;
	width: 640px;
}

/* eof generale */

/* pagina acasa */

.RoAcasa, .EnHome {
	background: transparent url( './../img/site/generale/bg/bg_acasa.jpg' ) no-repeat;
}

/* eof pagina acasa */

/* pagina despre noi */

.RoDespreNoi, .EnAboutUs {
	background: transparent url( './../img/site/generale/bg/bg_despre_noi.jpg' ) no-repeat;
}

/* eof pagina despre noi */

/* pagina servicii */

.RoServiciiTarife, .EnServicesPrices {
	background: transparent url( './../img/site/generale/bg/bg_servicii.jpg' ) no-repeat;
}

/* eof pagina servicii */

/* pagina sfaturi */

.RoSfaturi, .EnAdvices {
	background: transparent url( './../img/site/generale/bg/bg_sfaturi.jpg' ) no-repeat;
}

/* eof pagina sfaturi */

/* pagina poze cabinet */

.RoPozeCabinet, .EnPictures {
	background: transparent url( './../img/site/generale/bg/bg_poze.jpg' ) no-repeat;
}

/* eof pagina poze cabinet */

/* pagina contact */

.RoContact, .EnContact {
	background: transparent url( './../img/site/generale/bg/bg_contact.jpg' ) no-repeat;
}

/* eof pagina contact */

/* formulare */

div.input {
    float: left;
    width: 500px;
    margin-bottom: 5px;
}

div.input label {
    float: left;
    width: 200px;
}

div.input input {
    float: left;
    width: 200px;
}

div.submit {
    float: left;
    width: 500px;
}

div.submit input {
    float: left;
    width: 80px;
    color: plum;
    font-weight: bold;
}

.error-message {
    float: right;
    font-size: 13px;
/*     width: 200px; */
    color: red;
}

/* eof formulare */
