/* ============ START page ==================== */
body {
    margin:0px;
    padding:0px;
}

a, img {
    outline:none;
}

div.clear {
    clear:both;
}

div#page {
    display:block;
    margin:0px;
    padding:0px;
}
/* ================== END page ======================== */

/* ==================== START menu ==================== */
div#menu_abs {
    display:block;
    height:250px;
    margin:0px;
    padding:0px;
    background:url('default/headerimg_08.jpg') top center scroll no-repeat;
}

div#menu {
    display:block;
    width:980px;
    height:250px;
    margin:0px;
    padding:0px;
}

div#menu_left {
    display:block;
    width:680px;
    margin:0px;
    padding:0px;
    float:left;
    text-align:left;
}

a#menu_item {
    float:left;
    height:30px;
    padding:0px;
    margin:0px 5px 0px 0px;
    display:block;
}

a#menu_item.m_home {
    width: 71px;
    height: 29px;
    background: url('default/menu_home.png') no-repeat top center;
}

a#menu_item.m_home:hover {
    background: url('default/menu_home_over.png') no-repeat top center;
}

a#menu_item.m_info {
    width: 61px;
    height: 29px;
    background: url('default/menu_info.png') no-repeat top center;
}

a#menu_item.m_info:hover {
    background: url('default/menu_info_over.png') no-repeat top center;
}

a#menu_item.m_felicitari {
    width:88px;
    height:29px;
    background: url('default/menu_felicitari.png') no-repeat top center;
}

a#menu_item.m_felicitari:hover {
    background: url('default/menu_felicitari_over.png') no-repeat top center;
}

a#menu_item.m_retete {
    width: 72px;
    height: 29px;
    background: url('default/menu_retete.png') no-repeat top center;
}

a#menu_item.m_retete:hover {
    background: url('default/menu_retete_over.png') no-repeat top center;
}

a#menu_item.m_colinde {
    width: 78px;
    height: 29px;
    background: url('default/menu_colinde.png') no-repeat top center;
}

a#menu_item.m_colinde:hover {
    background: url('default/menu_colinde_over.png') no-repeat top center;
}

a#menu_item.m_cadouri {
    width: 81px;
    height: 29px;
    background: url('default/menu_cadouri.png') no-repeat top center;
}

a#menu_item.m_cadouri:hover {
    background: url('default/menu_cadouri_over.png') no-repeat top center;
}

div#menu_right {
    display:block;
    float:right;
    width:300px;
    height:250px;
    margin:0px;
    padding:0px;
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    background-color:#4c4c4c;
}
/* ======================== END menu ========================== */

/* ======================== START content =================== */
div#content_abs {
    display:block;
    magin:0px;
    padding:0px;
    border-top:1px solid #efefef;
}

div#content {
    display:block;
    width:980px;
    padding:0;
    margin:0px;
    height:auto;
    overflow-y:hidden;
}

div#content_left {
    display:block;
    width:670px;
    float:left;
    margin:10px 10px 10px 0px;
    padding:0px;
    display:inline;
}

div#content_right {
    display:block;
    width:300px;
    overflow:hidden;
    float:left;
    margin:0px;
    
    background-attachment:scroll;
    background-repeat:repeat;
    background-position:0% 0%;
    background-image:none;
    background-color:#F1F1F1;
    margin-bottom:-2000px;
    padding-bottom:2000px;
}

.content {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 13px;
    color: #4C4C4C;
    text-align:left;
}

.down {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 13px;
    color: #4C4C4C;
    text-align:left;

}

/* ======================== END content ===================== */

/* ====================== START general ===================== */
.title {
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    font-weight:300;
    color: #608f00;
}

a.more {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #d60000;
    text-decoration:none;
    margin:5px 0 0 0;
    padding:3px 23px 3px 0;
    display:block;
    background:url('default/arrow.png') right 1px no-repeat;
}

a.more:hover {
    text-decoration:underline;
}
/* ========================= END general ====================== */

/* ======================= START coloana dreapta =============== */
div#box_mesaje {
    display:block;
    width:280px;
    margin:5px 10px;
    padding:0px;
}

div#box_mesaje p.box_title {
    margin:0px;
    padding:0px;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    color: #d60000;
    text-align:left;
    border-bottom:1px dashed #4c4c4c;	
}

p.right {
    margin:0px;
    padding:0px;
    display:block;
    text-align:right;
}
/* =========================== END coloana dreapta =================== */

div#mesaje_item {
    display:block;
    padding:0px;
    margin:0px;
    width:280px;
}

p.mesaje_title {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight:bold;
    margin:5px 0px 0px 0px;
    padding:0px;
    color: #4C4C4C;
    text-align:left;
}

p.mesaje_text {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    margin:0px;
    padding:0px;
    text-align:left;
}

p.title {
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    font-weight:300;
    color: #d60000;
    text-align:left;
    margin:10px 0 5px 0;
    padding:0px;
    border-bottom:1px dashed #4c4c4c;
}

p.info {
    display:block;
    text-align:left;
    font-family:Georgia;
    font-size:16px;
    line-height:20px;
    font-style:italic;
    font-weight:300;
    color: #4c4c4c;
    margin:0 0 10px 0;
    padding:0px;
}

div#list {
    display:block;
    margin:10px 0px 0 0px;
    padding:0px;
    text-align:left;
}

span.title, span.title a {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight:400;
    color: #D60000;
}

span.text {
    display:block;
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 13px;
    color: #4C4C4C;    
    font-style: normal;
    margin:0px;
    padding:0px;
    text-align:left;
}

div#felicitari {
    display:block;
    width:165px;
    float:left;
    padding:0px;
    margin:0px 0px 10px 0px;
    text-align:center;
}

div#felicitari a.img{
    margin:0px;
    padding:0px;
}

div#felicitari a.tlt{
    margin:0px;
    padding:0px;
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #D60000;
    text-decoration:none;
}

div#felicitari a.tlt:hover{
    text-decoration:underline;
}

/* ============= START header ===================== */

div#header {
    display:block;
    margin:0px;
    padding:0px;
}

a#logo {
    display:block;
    width:358px;
    height:157px;
    position:absolute;
    left:0;
}

div#header_abs_top {
    display:block;
    min-height:64px;
    background-color:#7b0100;
    border-bottom:1px solid #eb0001;
}

div#header_top {
    display:block;
    width:980px;
    min-height:57px;
    background-color:#7b0100;
    text-align:right;
    position:relative;
}

a#header_tab {
    display:inline-block;
    margin:8px 0px 8px 5px;
    nim-height:57px;
    padding:0px;
}

a#header_tab.martie {
    width:152px;
    height:41px;
    background:url('default/martie.png') top center no-repeat;
}

a#header_tab.martie:hover {
    background:url('default/martie_over.png') top center no-repeat;
}

a#header_tab.paste {
    width:137px;
    height:41px;
    background:url('default/paste.png') top center no-repeat;
}

a#header_tab.paste:hover {
    background:url('default/paste_over.png') top center no-repeat;
}

a#header_tab.ele {
    width:127px;
    height:41px;
    background:url('default/ele.png') top center no-repeat;
}

a#header_tab.ele:hover {
    background:url('default/ele_over.png') top center no-repeat;
}

div#header_abs_bottom {
    display:block;
    min-height:60px;
    background-color:#b40001;
    border-top:1px solid #a30001;
    border-bottom:1px solid #fefefe;
    margin:0px;
    padding:0px;
}

div#header_bottom {
    display:block;
    width:980px;
    background-color:#b40001;
    margin:0px;
    padding:0px;
}

/* =============== END header ===================== */

/* ============ START footer ====================== */
div#footer {
    display:block;
    border:0px;
    margin:0px;
    padding:0px;
}

div#footer_abs_bar {
    display:block;
    height:30px;
    margin:0px;
    padding:0px;
    background-color:#1c1c1c;
    border-bottom:1px solid #f80001;
}

div#footer_bar {
    display:block;
    width:980px;
    height:30px;
    margin:0px;
    padding:0px;
    background-color:#1c1c1c;
}

div#footer_bar_left {
    display:block;
    width:680px;
    border:0px;
    margin:3px 0 0 0;
    padding:0px;
    text-align:left;
    float:left;
    font-size:14px;
    font-family:Georgia;
    color:#a4a4a4;
    vertical-align:middle;
    height:20px;
}

div#footer_bar_left a {
    margin:0px;
    padding:0px;
    color:#a4a4a4;
    font-size:14px;
    font-family:Georgia;
    text-decoration:none;
    vertical-align:middle;
}

div#footer_bar_left a:hover {
    text-decoration:underline;
}

div#footer_bar_right {
    display:block;
    width:300px;
    border:0px;
    margin:3px 0 0 0;
    padding:0px;
    text-align:center;
    float:right;
    color:#a4a4a4;
    font-size:14px;
    font-family:Georgia;
    vertical-align:middle;
    height:20px;
}

div#footer_abs_links {
    display:block;
    border:0px;
    background-color:#7b0100;
    margin:0px;
    padding:0px;
}

div#footer_links {
    width:980px;
    display:block;
    border:0px;
    background-color:#7b0100;
    margin:0px;
    padding:0px;
}

div#footer_left {
    display:block;
    float:left;
    width:680px;
    margin:0px;
    padding:0px;
    text-align:left;
}

div#footer_right {
    display:block;
    float:right;
    width:300px;
    margin:0px;
    padding:0px;
    text-align:left;
}

p.footer_title {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    color: #ff0200;
    margin:0px;
    padding:0px;
    display:block;
}

div#footer_right a {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    font-style:italic;
    font-weight:300;
    color: #FFFFFF;
    text-decoration:none;
}

div#footer_right a:hover {
    text-decoration:underline;
}

div#footer_grup_links {
    display:block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#footer_grup_links a {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    font-style:italic;
    font-weight:300;
    color: #FFFFFF;
    text-decoration:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}

div#footer_grup_links a:hover {
    text-decoration:underline;
}

div#footer_grup_links p.grup_links{
    display:block;
    margin:0px;
    padding:0px;
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

p.grup_links a {
    font-family: Arial,"Trebuchet MS",sans-serif;
    font-size: 12px;
    font-style:normal !important;
    font-weight:300;
    color: #FFFFFF;
    text-decoration:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

p.grup_links a:hover {
    text-decoration:underline;
}
/* ============ END footer ======================== */