@charset "utf-8";
/* CSS Document */

@import url(menu_left.css);

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(images/backgr_content.gif);
	background-repeat:repeat-x;
	color:#000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
}

html {
     overflow: -moz-scrollbars-vertical;
}
* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration:none;
	color:#009BD9;	
}

a:hover {
	text-decoration:underline;
}

#mainContainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

#mainContent {
	width:980px;
	margin:0 auto;
}

#leftContent {
	float:left;
	width:242px;
}
#rightContent {
	float:left;
	width:738px;
}
.slogan {
	padding-left:10px;
	padding-top:20px;
	padding-bottom:22px;
}
.leftColumn {
	float:left;
	width:533px;
}
.content {
	padding:15px 26px;
}
.content H1{
	color:#009BD9;	
}

.rightText H1{
	color:#000000;	
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:20px;
}
.rightText ul{
}
.rightText li{
	padding-bottom:20px;
	margin-left:15px;
	list-style:disc;
}


.content p{
	padding-bottom:10px;
}

.rightColumn {
	float:left;
	width:205px;
	background-attachment: scroll;
	background-image: url(images/dreapta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightText {
	margin-top:154px;
}


#mainFooter {
	position:absolute;
	bottom:0; /* stick to bottom */
	height:78px;
	width:100%;
	background-attachment: scroll;
	background-image: url(images/backgr_footer.jpg);
	background-repeat: repeat-x;
}
.footerText {
	width:90%;
	margin:0 auto;
	padding-top:10px;
	
}
.footerText a {
	color:#000000;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}


/* RTE */
.TiltuAlbastru {
	font-size:12px;
	color:#009CD9;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-top:20px;
	font-weight:bold;
}
