/**
* @author Cristian Ciobanu
*/
table#mainTbl {
width: 867px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #ffffff;
}

td#headerTd {
height: 76px;
background-image: url('../img/header.jpg');
background-position: 0px 0px;
background-repeat: no-repeat;
border-top: 1px solid #c2c2ce;
border-left: 1px solid #c2c2ce;
border-right: 1px solid #c2c2ce;
padding-left: 101px;
}

td#menuTd {
height: 28px;
background-color: #03035a;
}

td.I_left {
width: 431px;
height: 307px;
background-image: url('../img/turbine.jpg');
background-position: 0px 0px;
background-repeat: no-repeat;
border-bottom: 1px solid #c2c2ce;
}

td.I_right {
width: 208px;
height: 307px;
background-color: #03035a;
background-image: url('../img/engine.jpg');
background-position: 0px 0px;
background-repeat: no-repeat;
border-bottom: 1px solid #c2c2ce;
}

td.I_center {
width: 228px;
height: 307px;
background-image: url('../img/shadow.jpg');
background-position: 0px 0px;
background-repeat: no-repeat;
border-bottom: 1px solid #c2c2ce;
}

div.I_news {
width: 180px;
height: 210px;
position: absolute;
left: 27px;
top: 57px;
overflow: hidden;
}

div.I_content {
width: 375px;
height: 190px;
position: absolute;
left: 37px;
top: 82px;
overflow: hidden;
}

td.S_left {
width: 659px;
height: 467px;
background-image: url('../img/cnt_bg.jpg');
background-position: 0px 0px;
background-repeat: no-repeat;
border-bottom: 1px solid #c2c2ce;
}

td.S_right {
width: 208px;
background-color: #03035a;
border-bottom: 1px solid #c2c2ce;
}

td.menuItem {
padding-left: 2px;
height: 26px;
}