/**** CSS RESET ****/ 
/**** CSS RESET ****/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    outline: none;
}

/**** END CSS RESET ****/ 
/**** END CSS RESET ****/


/**** BASICS LAYOUT ****/ 
/**** BASICS LAYOUT ****/

body {
    color: black;
    font-family: arial;
    font-size: 14px;
}

#layoutHeader { 
}
#layoutContent {

}
#layoutFooter {
    
}

.container {
    width: 890px;
    margin-right:auto; margin-left:auto;
}

.clearer {
    clear:both; height:1px;
}

/**** END BASICS ****/ 
/**** END BASICS ****/


/**** HEADER DEFAULT ****/ 
/**** HEADER DEFAULT ****/

#layoutHeader #header {
    background-image: url("../img/header_bg.png");
    background-repeat: repeat-x;
    height: 390px;
    border-top: solid 10px #4d4d4d;
    background-color: #c3c3c3;  
}

#layoutHeader #menu {
    background-image: url('../img/menu_bg.png'); background-color: #7f7f7f;
    border-right: solid 1px #555555; border-left: solid 1px #555555;
    height: 40px;
    padding: 0px 50px 0px 50px;
    margin: 18px 0px 0px 0px;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
    box-shadow: inset 0 0 10px #323131; 
}

#layoutHeader #logo {
    background-image: url("../img/logo.png");
    float:left;
    width: 185px; height: 40px ;
}

#layoutHeader #menu ul {
    float:right;
}
#layoutHeader #menu li {
    display:inline;
}

#layoutHeader #menu ul a {
    line-height: 40px;
    color: #FFF; font-size: 13px; text-shadow: #0e0d0d 1px 1px;
    padding: 5px 26px 5px 26px;    
}

#layoutHeader #menu ul a:hover, #layoutHeader #menu ul a.selected {
    background-color: #555555;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-top: solid 1px #323232; border-bottom: solid 1px #e1e1e1;
    box-shadow: inset 0 0 8px #151515;
}
#layoutHeader #menu ul a:hover {
    background-color: #727171;
}
#layoutHeader #menu ul a.selected:hover {
    background-color: #555555;
}


#layoutHeader #slide_container {
    background-image: url("../img/header_bg2.png");
    background-position: 0px 25px;
    background-repeat: no-repeat;
    height:240px;
}

#layoutHeader #slide {
    padding: 45px 0px 0px 0px;
}

#layoutHeader .steaguri_box {
    float: right;
    margin: 5px 15px;
}
#layoutHeader .steaguri_box #rom {
    background-image: url('../img/icons/flags.png');
    background-repeat: no-repeat;
    height: 12px; width: 18px; float: right;
    margin: 0px 5px; cursor: pointer;
}
#layoutHeader .steaguri_box #sua {
    background-image: url('../img/icons/flags.png');
    background-repeat: no-repeat;
    background-position: 0px -12px;
    height: 12px; width: 18px; float: right;
    margin: 0px 5px; cursor: pointer;
}


/**** END HEADER DEF ****/ 
/**** END HEADER DEF ****/

/**** FOOTER DEFAULT ****/ 
/**** FOOTER DEFAULT ****/

#layoutFooter #footer {
    background-image: url("../img/footer_bg.png");
    background-repeat: repeat-x;  
    background-color: #4d4d4d;
    padding: 0px 0px 5px 0px;
}

#layoutFooter #continut {
    padding-top: 30px;
}

#layoutFooter .navigare {
    float: left;
    width: 160px;
    padding: 0px 20px 0px 0px;
}

#layoutFooter .testimoniale {
    float: left;
    width: 225px;
    padding: 0px 40px 0px 20px;
}

#layoutFooter .testimonial_box {
    margin: 45px 0px 0px 0px;
}
#layoutFooter .facebook_box {
    margin: 15px 0px 0px 0px;
}


#layoutFooter .testimoniale p {
    padding: 0px 0px 15px 0px;
    color: #949494; text-shadow: #151515 1px 1px;
    font-size: 11px; line-height:18px;
}
#layoutFooter .testimoniale span {
    color: #83c6ff; text-decoration: underline;
}

#layoutFooter .contact {
    float: left;
    width: 400px;
    padding: 0px 20px 0px 0px;
}

#layoutFooter h2 {
    color: #FFF;
    font-size: 17px; font-weight: bold;
    letter-spacing: -1px; text-align: center;
    text-shadow: #000000 2px 2px;
    margin-bottom: 13px;
}

#layoutFooter .borderTitle {
    width:125px;
    height:2px;
    margin-left:auto; margin-right:auto;
    background-image: url("../img/meniu_footer_border.png");
}

#layoutFooter #meniu {
    padding-left:50px; margin-top:15px; line-height: 33px;  
}

#layoutFooter #meniu a {
    color: #949494; text-shadow: #151515 1px 1px;
}
#layoutFooter #meniu a:hover {
    color: #FFF;
}

#layoutFooter .contact #form_ft_succes {
    margin-top: 30px; width:180px;
    margin-right: auto; margin-left: auto;
    color: #8e8e8e; font-size: 11px; font-style: italic; text-align: center;
    line-height: 20px;
}

#layoutFooter .contact .input {
    padding-left: 5px; color: #8e8e8e; font-size:11px;
    border-top: solid 1px #262829; border-left: solid 1px #262829;
    border-right: solid 1px #454545; border-bottom: solid 1px #454545;
    margin: 0px 0px 10px 0px;   
    height: 18px; width: 100%;
    background-color: #3b3b3b; background-image: url('../img/icons/bg4.png'); background-repeat: repeat-x;
    box-shadow: 2px 2px 3px #323131;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#layoutFooter .contact .input:focus, #layoutFooter .contact .input:hover {
    border: solid 1px #0f455c;
    background-image: none;
    background-color: #4e4e4e;
}

#layoutFooter .contact textarea {
    padding-left: 5px; color: #8e8e8e; font-size: 11px;
    border-top: solid 1px #262829; border-left: solid 1px #262829;
    border-right: solid 1px #454545; border-bottom: solid 1px #454545;
    margin: 0px 0px 10px 0px;   
    height: 80px; width: 100%;
    background-color: #3b3b3b; background-image: url('../img/icons/bg4.png'); background-repeat: repeat-x;
    box-shadow: 2px 2px 3px #323131;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#layoutFooter .contact textarea:focus, #layoutFooter .contact textarea:hover {
    border: solid 1px #0f455c;
    background-image: none;
    background-color: #4e4e4e;   
}

#layoutFooter .contact #submit {
    float:right;
    width:65px;
    margin-top: 6px;
}
#layoutFooter .contact #submit_input {
    border: solid 1px #095270; 
    background-color: #54b6f9; background-image: url('../img/icons/bg5.png'); background-repeat: repeat-x;
    width:65px; height:20px; 
    color: #FFF; font-size:11px; text-shadow: #4b4a4a 1px 1px;
    cursor: pointer;
    -moz-border-radius: 7px; -webkit-border-radius: 7xp; border-radius: 7px;
    box-shadow: 2px 2px 3px #323131;
}
#layoutFooter .contact #submit_input:hover {
    background-image:none;
    border: solid 1px #10416b;
    background-color: #1b4e7b;
    color: #dfe0e0; text-shadow: none;
}

 #layoutFooter .er_form {
    border: solid 1px #9f3b59 !important;
}

#layoutFooter .contact .blur_cont2 {
    background-color: #4e4e4e ;
    background-image: none;
    border: solid 1px #0f455c;
}

#layoutFooter div.form {
    margin-top:30px;
}

/**** END FOOTER DEFAULT ****/ 
/**** END FOOTER DEFAULT ****/


/**** HOME PAGE ****/ 
/**** HOME PAGE ****/

#home {
    background-image: url('../img/white_shadow.png'); background-repeat: repeat-x; background-position: center bottom;
    background-color: #e8e8e8;
    padding: 35px 0px 45px 0px;
    color: #747474;
}

#home .detailed_big {
    width: 265px;
    float: left;
    padding: 0px 15px 0px 15px;
    color: #6b6a6a; font-weight: bold; text-shadow: #FFF 1px 1px;
    line-height:18px;
}

.detailed_big h2 {
    background-image: url('../img/icons/icons1.png');
    background-repeat: no-repeat;
    padding: 4px 0px 0px 55px;
    height:36px;
}
.detailed_big .subtitlu {
    color: #4d9dbd; text-shadow: #FFF 1px 1px; font-size: 12px;
}
.detailed_big .continut {
    margin: 10px 0px 25px 0px; color: #696868; font-size:10px;
}
.detailed_big .buton {
    padding: 8px 26px 8px 26px;
    height: 30px; width: 105px;
    background-image: url('../img/icons/bg13.png'); background-repeat: repeat-x; background-color: #e1e1e1; 
    border: solid 1px #b2b1b1;
    color: #616060; font-size:10px;
    -moz-border-radius: 10px; webkit-border-radius: 10px; border-radius: 10px;
    box-shadow: 2px 2px 3px #6c6c6c;
}

.detailed_big .buton:hover {
    background-image: url('../img/icons/bg14.png'); background-repeat: repeat-x; background-color: #0f6082;
    border: solid 1px #206582;   
    color: #FFF; text-shadow:none;
}

#home_detail {
    background-image: url("../img/icons/bg3.png");
    background-repeat: repeat-x;
    background-color: #e8e8e8;   
    color: #747474;
}
#home_detail #white_shadow {
    padding: 30px 0px 40px 0px;
    background-image: url('../img/white_shadow.png'); background-repeat: repeat-x; background-position: center bottom;
}

#home_detail .detailed_small {
    width: 405px;
    padding: 0px 0px 0px 20px;
    float: left;
    font-size:11px; color: #858585;text-shadow: #FFF 1px 1px;
    line-height:16px;
}

.detailed_small p {
    background-image: url("../img/icons/icons2.png");
    background-repeat: no-repeat;
    padding: 0px 40px 0px 68px;
    text-align: justify;
}

#partener_logouri {
    margin: 0px 0px 0px 0px;
}
.home_partener_logo {
    opacity:0.2;
    filter:alpha(opacity=20);
    cursor:pointer;
    margin: 0px 6px 0px 6px;
}

/**** END HOME PAGE ****/ 
/**** END HOME PAGE ****/


/**** PORTOFOLIU PAGE ****/ 
/**** PORTOFOLIU PAGE ****/

#portofoliu {
    padding: 7px 0px 15px 0px;
    background-color: #e8e8e8;
}
#portofoliu #categorii {
    text-align: center;
    padding-top: 9px;
    margin: 2px 0px 15px 0px;
}
#portofoliu .portof_categ {
    text-shadow: #FFF 1px 1px;
    display:inline;
    padding: 8px 23px 8px 23px;
    margin: 0px 5px 0px 0px;
    color: #87898b; font-size: 11px; font-weight: bold;
    background-color: #e0e0e0;
    border: solid 1px #FFF;
    background-image: url(../img/icons/bg11.png); background-repeat: repeat-x;
    -moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
    box-shadow: 2px 2px 2px #888888;
}
#portofoliu .portof_categ:hover, #portof_categ_selected {
    background-image: url(../img/icons/icons4.png) !important;
    background-repeat: no-repeat !important;
    background-position: 14px 8px !important;
    background-color: #e9e9e9 !important;
    padding: 8px 13px 8px 33px !important;
    color: #ff5a5a !important;
}

#portofoliu .site {
   margin: 15px 0px 15px 0px;
   width: 295px;
   float: left;
}

#portofoliu .site .site_box {
    width: 230px; padding: 0px 6px 25px 6px; margin-left:auto; margin-right:auto;    
}

#portofoliu .img_box {
    width: 218px; height: 145px;
    background-color: #d9d9d9; background-image: url('../img/icons/bg_img.png'); background-repeat: repeat-x;
    padding: 8px 6px 8px 6px;
    border: solid 1px #b1b1b1;
}

#portofoliu .img_site {
    width: 218px; height: 145px;  
}

#portofoliu .descriere_site {
    padding: 14px 0px 0px 0px; font-size: 12px;
}

#portofoliu .descriere_site .main {
    float:left;
    width:180px;
    line-height: 16px;
}
#portofoliu .descriere_site .vezi_mare {
    width: 50px;
    float:left;
}
#portofoliu .descriere_site .vezi_mare img {
    cursor: pointer;
    float:right;
}

#portofoliu .descriere_site .a_main{
    color: #0085b1; font-weight: bold;
}

#portofoliu .descriere_site h2 {
    color: #aeadad;
}

#portofoliu .descriere_site p {
    margin-top: 10px;
    color: #535353; line-height: 18px; font-style: italic;
    text-align: justify;
}

#portofoliu .delimit {
    clear:both;
    background-image: url('../img/icons/bg6.png');
    background-repeat: repeat-x;
    height:3px;  padding: 0px 6px 0px 6px; margin-left: auto; margin-right: auto;
    margin-bottom: 10px;
}

#portofoliu #paginare {
    padding-bottom: 6px;
    text-align: center;
}

#portofoliu #paginare a {
    color: #FFF; font-size:11px; font-weight:bold;
    border: solid 1px #247996;
    background-color: #3694b4;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 3px 8px;
    -moz-border-radius: 3px; webkit-border-radius: 3px; border-radius: 3px;
    box-shadow: 1px 1px 2px #888888;
}
#portofoliu #paginare a:hover , #portofoliu #paginare a#selected {
    background-color: #a82d30;
    border: solid 1px #8d2023;
}

/**** END PORTOFOLIU PAGE ****/ 
/**** END PORTOFOLIU PAGE ****/



/**** SERVICII PAGE ****/ 
/**** SERVICII PAGE ****/

#servicii {
    background-color: #e8e8e8;
    padding: 20px 0px 40px 0px;
    text-shadow: #FFF 1px 1px;
}

#servicii h1 {
    color: #4da8e6; font-weight: bold; font-size: 15px;
}

#servicii #border {
    background-image: url('../img/icons/bg6.png'); background-repeat: repeat-x;
    height:3px; margin: 15px 0px 15px 0px;
}

#servicii #meniu_servicii {
   text-align: center; 
}

#meniu_servicii h2 {
    color: #757779; font-size: 13px;
    padding: 0px 20px 0px 20px;
    display: inline; cursor: pointer;
    border-right: solid 1px #FFF;
}

.hv_efect_serv {
    background-image: url('../img/icons/icons4.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    color: #ff5a5a !important;
}

#detalii_servicii {
    color: #494949; font-size: 12px; line-height: 20px;
    margin: 15px 0px 0px 0px;
    background-color: #f4f4f4;
    padding: 35px 25px 35px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 12px #c8c7c7;
}

#detalii_servicii .imag {
    width:34%; float:left;
}

#detalii_servicii .imag img {
    box-shadow: 1px 1px 3px #bababa;
}

#detalii_servicii .text {
   width:65%; float:left;
   font-size: 11px; line-height: 17px; text-indent: 10px;
}
#detalii_servicii .text .content {
    padding: 10px 0px 0px 25px;
}

.pacheteTable { 
    width: 100%;
    text-shadow: 1px 1px #fff;
    line-height: 16px;
}

.pacheteTable th {
    background: #e2e7e5;
    background-image: url('../img/bg1.png');
    height: 53px; vertical-align: middle;
    font-weight: bold; font-size: 13px;
}

.pacheteTable td {
    padding: 10px 6px 10px 6px;
}
.pacheteTable td.ok {
    background-image: url('../img/ok.png');
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pacheteTable td.exclamation {
    background-image: url('../img/exclamation.png');
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.pacheteTable tr.brown {
    background: #f5f3e9;
}

.pacheteTable .blue { color: #0d4f7b; }
.pacheteTable .red { color: #8b3422; }
.pacheteTable .green { color: #596405; }
.pacheteTable .green2 { color: #4d4726; }
.pacheteTable .grayDark { color: #4a4a4a; }
.pacheteTable .borderRight { border-right: solid 1px #b7c7c4; }
.pacheteTable .borderLeft { border-left: solid 1px #fff; }

/**** END SERVICII PAGE ****/ 
/**** END SERVICII PAGE ****/

/**** BEGIN DESPRE NOI PAGE ****/ 
/**** BEGIN DESPRE NOI PAGE ****/

#despre {
    background-color: #e8e8e8;
    padding: 20px 0px 40px 0px;
    text-shadow: #FFF 1px 1px;
}

#despre h1 {
    color: #4da8e6; font-weight: bold; font-size: 15px;
}

#despre #border {
    background-image: url('../img/icons/bg6.png'); background-repeat: repeat-x;
    height:3px; margin: 15px 0px 15px 0px;
}


#despre .content {
    color: #494949; font-size: 12px; line-height: 20px;
    margin: 35px 0px 0px 0px;
    background-color: #f4f4f4;
    padding: 35px 55px 35px 55px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 12px #c8c7c7;
}

#despre .content .left{
    float: left;
    width: 40%;
}

#despre .content .right {
    float: left;
    width:59%;
    font-size: 11px; 
    line-height: 17px;
}
#despre .right #text {
    padding: 20px 0px 0px 0px; 
}

#despre .left .aboutimg {
    margin: 75px 0px 0px 0px;
}

/**** END DESORE NOI PAGE ****/ 
/**** END DESPRE NOI PAGE ****/


/**** BEGIN CONTACT PAGE ****/ 
/**** BEGIN CONTACT PAGE ****/

#contact {
    background-image: url('../img/white_shadow.png'); background-repeat: repeat-x; background-position: center bottom;
    background-color: #e8e8e8;
    padding: 20px 0px 40px 0px;
    text-shadow: #FFF 1px 1px;
}

#contact h1 {
    color: #4da8e6; font-weight: bold; font-size: 15px;
}

#contact #border {
    background-image: url('../img/icons/bg6.png'); background-repeat: repeat-x;
    height:3px; margin: 15px 0px 15px 0px;
}

#contact #contact_left {
    float: left;
    width: 480px;
    height:280px;
    border-right: dashed 1px #FFF;
}

#contact #contact_left #erori {
    margin: 0px 110px 0px 37px;
    padding:0px 0px 10px 0px;
    font-size: 11px; line-height:18px; color: #8e3a3a;
   
}

#contact_left #contact_succes {
    margin: 10px 10px 0px 30px;
    padding: 20px 10px 80px 20px;
    line-height: 20px;
}

#contact_left #contact_succes img {
    width: 149px; height: 167px;
    float:left;
}
#contact_left #contact_succes .text {
    height: 167px; width: 250px;
    padding-top:30px;
    float:left;
    color: #419cdb; font-size:12px;
    font-style: italic;
}

#contact #contact_right {
    float: left;
    padding: 0px 0px 0px 50px;
    width: 329px;
    font-size:12px; line-height: 18px;
}

#contact .label_cont {
    float:left;
    width:100px;
    text-align: right;
    margin-bottom: 10px;
    background-image: url('../img/icons/bg7.png'); background-repeat: no-repeat;
    background-position: 25px 5px;
}

#contact .label_cont_eff {
    float:left;
    width:100px;
    text-align: right;
    margin-bottom: 10px;
    background-image: url('../img/icons/bg8.png'); background-repeat: no-repeat;
    background-position: 25px 5px;
}

#contact .input_cont_eff {
    background-color: #f8e5c4;
    border: solid 1px #ecc581;
    background-image: none;
}

#contact .input_cont {
    padding: 0px 0px 0px 10px;
    float:left;
    margin-bottom: 10px;
}

#contact label {
    color: #4da8e6; font-size: 11px; font-weight: bold; line-height: 23px;
}

#contact input {
    width:250px; color: #676767; font-size: 12px; padding-left: 5px; padding-right: 5px;
    height: 21px;
    background-color: #FFF; background-repeat: repeat-x;
    border-top: solid 1px #88c6f1; border-left: solid 1px #88c6f1;   
    border-bottom: solid 1px #d2d0d0; border-right: solid 1px #d2d0d0;
    background-image: url('../img/icons/bg9.png'); background-repeat: repeat-x;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    box-shadow: 2px 2px 3px #9ea5b7;
}
#contact textarea {
    width: 250px; padding:5px 5px 5px 5px;
    height: 80px;
    color: #676767; font-size: 12px;
    background-color: #FFF;
    border-top: solid 1px #88c6f1; border-left: solid 1px #88c6f1;
    border-bottom: solid 1px #d2d0d0; border-right: solid 1px #d2d0d0;
    background-image: url('../img/icons/bg9.png'); background-repeat: repeat-x;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    box-shadow: 2px 2px 3px #9ea5b7;

}

#contact #trimite {
    background-image: url('../img/icons/bg10.png');background-repeat: repeat-x;
    color: #FFF; font-weight: bold; font-family: verdana; font-size: 11px; cursor: pointer;
    width:80px; height:30px;
    border: solid 1px #1c5b88;
}
#contact #trimite:hover {
    background-image: none;
    background-color: #216898; border: solid 1px #175985;
}


#contact_right h2 {
    padding-top: 25px;
    font-weight: bold;
    color: #6b6a6a;
}

#contact_right .info {
    padding: 10px 0px 0px 20px;
}

#contact_right .info .left {
    float: left;
    width: 80px; margin-top:5px;
    color: #6b6a6a;
    font-weight:bold;
}

#contact_right .info .right {
   float: left;
   width: 220px; margin-top:5px;
   text-align: left;
   color: #606060;
   font-size:11px;
}

/**** END CONTACT PAGE ****/ 
/**** END CONTACT PAGE ****/
