html, body {
	margin: 0px;
	padding: 0px;
	background-color: #34587b;
	/*height: 100%;*/
}

body {
	background: url('../res/bg.png') repeat-x top left;
	
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cMainMainBody {
	/*background: url('../res/bg-top.png') repeat-x top left;*/
	overflow: auto;
	width: 100%;
	padding-top: 20px;
}


.cMainBody {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}

.cHeader {
	height: 230px;
	padding: 10px;
	background: url('../res/bg-header.png') no-repeat top left;
	position: relative;
}

.cWTF {
	height: 33px;
	background: url('../res/bg-wtf.gif') no-repeat top left;
	line-height: 30px;
	padding: 0px 20px;
}

.cFooter {
	background: url('../res/bg-footer.png') no-repeat top left;
	height: 60px;
	color: white;
	text-align: right;
	padding: 70px 20px 0px 0px;
}

.cMain {
	background: url('../res/bg-main.png') repeat-y top left;
}

.cMainInner {
	min-height: 500px;
	background: url('../res/bg-main-bot.jpg') no-repeat bottom left;
}

.cMenu {
	width: 180px;
	padding: 15px 0px 0px 20px;
	vertical-align: top;
	background: url('../res/bg-menu-sep.png') no-repeat bottom right;
}

.cMainContent {
	padding: 15px;
	vertical-align: top;
} 

.cMainContainer {
	height: 270px;
	padding-top: 10px;
}

.cMenu A {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 0px 30px;
	
	text-decoration: none;
	color: black;
	background: url('../res/menu-sep.png') no-repeat bottom right;
}

.cMenu A:hover{
	color: #666;
}

.menu-sep-top {
	height: 1px;
	background: url('../res/menu-sep.png') no-repeat bottom right;
}

H1 {
	font-size: 22px;
	color: #434344;
}

.cLangSel {
	width: 100px;
	height: 20px;
	top: 5px;
	right: 10px;
	line-height: 20px;
	text-align: right;
	position: absolute;
}

.underc {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
	margin-top: 50px; 
	margin-bottom: 50px;
	background-color: #ddd;
	text-align:center;
}

ul.big-items {
	font-size: 150%;
	line-height: 150%;
}

table.aplicatii_table {
	width: 100%;
}

table.aplicatii_table td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
}

table.aplicatii_table td img.aplicatii_icon {
	width: 180px;
	height: 135px;
	border: 0px;
}

table.aplicatii_table a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 180px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}