/* ============ 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_16.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;
    margin:0px 5px 0px 0px;
    display:block;
}

.menu_button{
    background-color:#8ED400;
    line-height:29px;
    text-decoration:none;
    color:#263900;
    font-style:italic;
    padding:0px 10px; 
    font-size:15px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    -khtml-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
    border-bottom:1px solid #66790c;
    border-left:1px solid #66790c;   
    border-right:1px solid #66790c;
}

.menu_button:hover{
    background-color:#c8ea00; 
    color:#a51103;
}

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 formular ========================*/
.text{
    font-family: Helvetica;
    font-size: 13px;
    color: #4c4c4c;
}

#textarea{
    border: thin solid #fff;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 4px #4c4c4c;
    background: #eaeaea;
    padding: 5px 7px;
    width: 300px;
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 14px;
}
#textarea:focus {
    -moz-box-shadow: 0 0 4px #8ed600;
    color: #609000;
}

.buton{
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.32, rgb(96,144,0)),
        color-stop(0.66, rgb(142,212,2)));
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(96,144,0) 0%,
        rgb(142,212,2) 70%);
    border: thin solid #fff;
    width:150px;
    height: 30px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 3px #8ed600;
    font-family: Helvetica;
    font-size: 15px;
    color: #fff;
}
.buton:hover{
    -moz-box-shadow: 0 0 7px #8ed600;
    border: thin solid #fff;
}

.input{
    border: thin solid #fff;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 4px #4c4c4c;
    background: #eaeaea;
    padding: 5px 7px;
    width: 300px;
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 13px;
}
.input:focus {
    -moz-box-shadow: 0 0 4px #8ed600;
    color: #609000;
}

/* ====================== END formular ===========================*/


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

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: Georgia;
    font-style:italic;
    font-size: 16px;
    color: #4C4C4C;
    text-align:left;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 10px;
    padding:0;
}

/* ======================== 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: #608f00;
    text-decoration:none;
    margin:5px 0 0 0;
    padding:3px 23px 3px 0;
    display:block;

    background:url('default/arrow_24.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: #608f00;
    text-align:left;
    border-bottom:1px dashed #4c4c4c;	
}

p.right {
    margin:0px;
    padding:0px;
    display:block;
    text-align:right;
}

/* =========================== END coloana dreapta =================== */

/* =========================== Start diverse =================== */

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: #608f00;
    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: #608f00;
}

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: #608f00;
    text-decoration:none;
}

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

/* =========================== End diverse =================== */



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

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

a#logo {
    display:block;
    width:269px;
    height:125px;
    position:absolute;
    left:0;
    overflow:hidden;
}

div#header_abs_top {
    display:block;
    min-height:57px;
    background-color:#609000;
    border-bottom:1px solid #b0fb1a;
}

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

a#header_tab {
    display:inline-block;
    margin:8px 0px 12px 5px;
    padding:0px 10px;
    color:#ffffff;
}

.top_button{  
    height: 39px;  
    border:1px solid #8ed400;  

    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    
    text-decoration:none;
    line-height:40px;
    font-family:Arial;
    font-size:16px;
    text-align:center;
    font-weight:bolder;
}

.top_button span.top_button_url {
    display:block;
    font-style:normal;   
    width:20px;
    height:20px;
    float:right;
    padding:0;
    text-align:center;
    text-valign:absmiddle;
    font-family:Arial,"Trebuchet MS",sans-serif;    
    background-color:#c10000;
	
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;

    font-size:27px;
    margin:8px 0 0 -20px;
    line-height:16px;
    color:#e79b9b;
    font-weight:bold;
}

a#header_tab.martie {
     width:128px;
     background: url("/css/default/others_over_10.png") 3px center  no-repeat,
		 url("/css/default/sageata_13.png") 122px center no-repeat;
     background-color:#263a00;    
}

a#header_tab.martie:hover {
    background: url("/css/default/others_10.png") 3px center no-repeat,
		url("/css/default/sageata_over_13.png") 122px center no-repeat;
    background-color:#263a00;
}

a#header_tab.craciun {
    width:165px;
    background: url("/css/default/over_18.png") 5px center no-repeat,
		url("/css/default/sageata_13.png") 160px center no-repeat;
    background-color:#263a00;    
}

a#header_tab.craciun:hover {
    background: url("/css/default/cado_15.png") 5px center no-repeat,
		url("/css/default/sageata_over_13.png") 160px center no-repeat;
    background-color:#263a00;
}


a#header_tab.ele {
    width:105px;
    background: url("/css/default/over_15.png") left center  no-repeat,
		url("/css/default/sageata_13.png") 100px center no-repeat;
    background-color:#263a00;    
}

a#header_tab.ele:hover {
    background: url("/css/default/future_15.png") left center no-repeat,
		url("/css/default/sageata_over_13.png") 100px center no-repeat;
    background-color:#263a00;
}

div#header_abs_bottom {
    display:block;
    min-height:60px;
    background-color:#8ed400;
    border-top:1px solid #80bf00;
    border-bottom:1px solid #e6e6e6;
    margin:0px;
    padding:0px;
}

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

div#header_bottom p {
    text-align:right;
    font-family:Georgia;
    font-size:16px;
    line-height:24px;
    font-style:italic;
    font-weight:300;
    color: #263900;
    width:610px;
    margin:auto 0px;
    padding:5px 0px;
    float:right;
}

/* =============== 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 #92d702;
    line-height:23px;
}

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:#609000;
    margin:0px;
    padding:0px;
}

div#footer_links {
    width:980px;
    display:block;
    border:0px;
    background-color:#609000;
    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;
}

div#footer_right div#left {
    float: left;
    width: 150px;
}

div#footer_right div#right {
    float: right;
    width: 150px;
}

p.footer_title {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    color: #b3ff18;
    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 ======================== */

