/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: #660401;
}

h1 {
    font-size: 19px;
}

/* Clase */
/* Body */
body {
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
} #wrapper {
    margin: 0px auto;
    width: 1000px;
}

/*header*/ #header {
    width: 100%;
} #header center div {
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-position: 49% 100%;
}

/*banner*/
/*content*/ #content {
    color: #0e0202;
    background-image: url('../images/content_bg.png');
    background-repeat: repeat-y;
    background-position: 49% 0;
    padding: 0 192px;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    padding-top:20px;
	padding-bottom: 20px;
	margin-top:-30px;
	
} #content p {
    padding-top: 10px;
} #content img {
    border: 3px solid #fff0ce;
} .quote {
    font-style: italic;
} #descriere {
    width: 400px;
    float: left;
    padding: 0 10px 0 0;
} #clienti {
    width: 200px;
    float: left;
}

/*footer*/
.logo_firma {
    float: right;
    text-align: center;
    padding-top: 10px;
} .referinta {
    padding: 10px 0;
} .referinta div {
    width: 300px;
}

h4 {
    font-style: italic;
}
.referinta h2 {
    text-align: center;
}
#footer {
    width: 100%;
    height: 100px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    background-position: 49% 0%;
    font-size: 11px;
}
#footer span {
    padding-top: 5px;
    border-top: 1px solid #2a0e0e;
}
.meniu {
    width: 185px;
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}
.meniu a.read {
    padding-right: 25px;
}
.meniu a {
    text-decoration: underline;
}
.meniu h2 {
    padding-top: 5px;
    font-size: 15px;
}

/*temp*/ 
.column_client {
    float: left;
    width: 300px;
}
.button {
    position: absolute;
    width: 70px;
    height: 60px;
}
#events {
    top: 15px;
    left: 15px;
} #events2 {
    top: 155px;
    left: 155px;
}
 #flash_box {
    margin-left: -13px;
}
.button a {
    display: block;
    width: 70px;
    height: 60px;
    border: 1px solid red;
}

h2 {
    font-weight: bold;
    font-size: 12px;
} #meniuri_saptamanale a {
    display: block;
    width: 180px;
    font-size: 18px;
    background-color: #fff0ce;
    height: 40px;
    text-align: center;
    border: 1px solid #5a513d;
    float: left;
    margin: 10px;
    padding-top: 20px;
} #meniuri_saptamanale a:hover {
    background-color: #ebddbf;
    color: #9c1915;
}
