/*
CULORI SITE:
rosu 	 - ec2127;
albastru - 2f3690;
*/

/* General declarations */
body {
	/*background-color: #4763B0;*/
	/*background-color: #2f3690;*/
	margin: 0;
	background-color: #dddddd;
}

dt {
	color: #ec2127;
	font-weight: bold;
}

ul {
	margin: 0;
	list-style-type: square;
}

li {
	margin-left: 200px;
}

p.aLittleMoreToTheRight {
	margin-left: 30px;
}

ol.roman {
	list-style-type: upper-roman;
}

ol.roman li {
	margin: 0;
}

ol.roman > li {
	margin-bottom: 15px;
}

table {
	border: 0;
	width: 950px;
}

table tr td {
	padding-left: 10px;
}

/*
table tr td:before {
	content: url(../images/flame.png);
	float: left;
}
*/
table tr:nth-child(odd) td {
	width: 50%;
	font-weight: bold;
	font-size: 19px;
	color: #ec2127;
	border-left: none;
	background-color: #ffffff;
	/*background-image: url(../images/Fire.jpg);
	background-repeat: no-repeat;*/
}

table tr:nth-child(even) td {
	vertical-align: top;
	/*border-left: 3px solid black;*/
	background-color: #dddddd;
	color: #111111;
}

/*
table tr td:first-child:before {
	content: none;
}
*/
table tr td li, table tr td p {
	margin: 0;
}

.inline {
	display: inline;
}

.left {
	float: left;
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}

div.container {
	font-style: tahoma;
	width: 100%;
	min-width: 1086px;
	margin: 0 auto;
	color: #111111;
	background-color: #eeeeee;
}

div.header {
	margin: 0 auto;
	width: 100%;
	height: 148px;
	/*background-color: #9B0000;*/
	background-color: #dddddd;
	padding-left: 0;
	border-bottom: 2px solid #a92629;
}

div.content {
	width: 90%;
	padding: 0;
	margin: 10px auto;
	background-color: inherit;
}

div.leftCol {
	width: 75%;
	float: left;
}

div.rightCol {
	width: 25%;
	float: left;
}

div#onTheScreen {
	
}

div.rightCol img {
	margin-bottom: 10px;
}

div.rightColPlus {
	position: absolute;
	right: 24px;
	bottom: -162px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

div.rightColPlus img.team {
	width: 500px;
	height; 333px;
}

div.clear {
	clear: both;
}

div.footer {
	text-align: center;
	color: #eeeeee;
	background-color: #ec2127;
}

/* Logo */
.logo {
	margin: 10px 0 30px 70px;
	width: 200px;
	height: 80px;
}

.logo img {
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	color: #2f3690;
}

h2 {
	font-size: 18px;
	color: #ec2127;
}

h4 {
	color: #2f3690;
}

/* Menu */

.menu {
	height: 32px;
	/*background-color: #ea2129;*/
	background-color: inherit;
	padding-top: 5px;
}

.menu ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 50px;
}

li.menuItem {
	margin-left: 0;
	color: #111111;
	/*display: inline;*/
	float: left;
	font-weight: 900;
	letter-spacing: 3;
	text-transform: uppercase;
	padding: 0;
	width: 155px;
	height: 28px;
	text-align: center;
	padding-top: 6px;
	background:	url(../images/menu_bg.png) no-repeat;
	/*background-color: #ffffff;*/
	margin-right: 5px;
	vertical-align: bottom;
	/*border-bottom: 1px solid #ec2127;*/
}

li.menuItemSelected {
	border-bottom: 1px solid #eeeeee!important;
	height: 28px!important;
	background: #eeeeee url(../images/menu_bg_active.png) no-repeat!important;
}


li.menuItem:hover {
	border-bottom: 2px solid #ec2127;
	height: 27px;
	background: #dddddd url(../images/menu_bg_hover.png) no-repeat;
}

/*
td.menuItem {
	color: #111111;
	text-transform: uppercase;
	padding: 0;
	background-color: #eeeeee;
	height: 34px;
	margin-right: 5px;
	vertical-align: top;
}
*/

.menu a {
	margin: 0;
	text-decoration: none;
}
/*
li.menuItem:before {
	content: url(../images/menu_bg_left.png);
}
li.menuItem:after {
	content: url(../images/menu_bg_right.png);
}
*/
li.menuItem:hover {
	color: #111111;
	background-color: #ffffff;
}

/*
li.menuItem:hover:before {
	content: url(../images/menu_bg_left_hover.png);
}
li.menuItem:hover:after {
	content: url(../images/menu_bg_right_hover.png);
}
*/
/* Page */

#textTyping {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainImage {
	float: left;
	margin-right: 10px;
}

.indexImage {
	margin-left: 40px!important;
	margin-right: 0px;
}

.mainText {
	text-align: justify;
	margin-right: 10px;
}

.imageCol {
	float: left;
	display: inline;
}