/* ===================================================== */
/* ================ STYLE ELEMENTS ===================== */
/* ===================================================== */


/* ===================================================== */
/* =============== GENERIC ELEMENTS ==================== */

h1 { }
h2 { color: #ab2e29; font-size: 180%;  border-bottom: 1px solid #ccc; }
h3 { }
h4 { }
h5 { }
h6 { }
a { color: #ab2e29; border-bottom: 1px dotted #ccc; text-decoration: none; }
a:hover { border-bottom: 1px solid #ab2e29; }
/* add all the others */

/* ===================================================== */
/* ==================== MAIN =========================== */

body {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	color: #333;
	background-color: #f6f6f6;
}

/* ===================================================== */
/* ================== NAVIGATION ======================= */

#navigation a {
	float: left;
	color: #fff;
	border-bottom: none;
	width: 112px;
	height: 40px;
	background: #ab2e29 url('Assets/btn.gif') no-repeat center center;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation a:hover {
	background: url('Assets/btnOver.gif') no-repeat top center;
}
#navigation a.selected {
	background: url('Assets/btnOver.gif') no-repeat top center;
}

/* ===================================================== */
/* ================== LANGUAGE ========================= */

#language ul {
	padding: 0;
	margin-left: 0;
}
#language ul li {
	text-transform: uppercase;
	list-style-type: none;
	position: relative;
	top: 65px;
	left: 15px;
	line-height: 135%;
}
#language a {
	border-bottom: none;
	color: #555;
	font-size: .8em;
	font-weight: bold;
}
#language a:hover {
	text-decoration: underline;
	color: #ab2e29;
}
#language a.selected {
	text-decoration: underline;
	color: #ab2e29;
}

#right_mc p {
	margin-left: 20px;
}

/* ===================================================== */
/* ================== LEFT SIDE ======================== */

#left_side ul {
	padding: 0;
	margin-left: 0;
	list-style-type: none;
	font-size: 88%;
}
	.ls_title {
		font-weight: bold;
		text-align: center;
	}
#left_side ul li {
	margin-left: 5px;
	margin-bottom: 10px;
}
#left_side a {
	border-bottom: none;
	color: #555;
}
#left_side a:hover {
	text-decoration: underline;
}

/* ===================================================== */
/* =================== FOOTER ========================== */

#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li:after {
	content: ' - ';
}
#footer ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#footer a {
	color: #fff;
}

/* ===================================================== */
/* =================== DOMENII ========================= */

.continut_domenii {
	margin: 10px;
}
#lista_domenii h4 {
	cursor: pointer;
}
#lista_domenii h4:hover {
	text-decoration: underline;
}
.el_domeniu {
	padding: 10px;
	border: 1px solid #ccc;
	width: 70%;
	background-color: #fff;
}

.lista_referinte_aleatorii {
	margin-left: 3%;
}
.lista_referinte_aleatorii h4 {
	cursor: pointer;
}
.lista_referinte_aleatorii h4:hover {
	text-decoration: underline;
}
.lista_referinte_aleatorii p {
	color: #555;
}
.margin10 {
	margin: 10px;
}

/* ===================================================== */
/* ==================== CONTACT ======================== */

.contact_table {
	font-size: .9em;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

.c_titlu {
	font-size: 130%;
	font-weight: bold;
}
.contact_detaliu {
	margin: 10px;
}
.contact_titlu {
	font-size: 110%;
	font-weight: bold;
}
.contact_info {
	display: inline;
}