@charset "utf-8";
/* CSS Document */

body {
margin:0px;
background-color:#8e0b00;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

.td_logo {
background-image:url(images/header_bg.jpg);
background-position:center;
height:375px;
}

a.smen {
font-family:Arial;
font-size:15px;
color:#f5f5f5;
font-weight:bold;
text-decoration:underline;
}

a.smen:hover {
font-family:Arial;
font-size:15px;
color:#f5f5f5;
font-weight:bold;
text-decoration:underline;
}

div.meniu {
width:196px;
border:2px solid #717171;
}

div.meniu_l {
width:160px;
background-image:url(images/men_bg.jpg);
height:27px;
padding-top:17px;
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
padding-left:36px;
}

a.meniu_link {
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

a.meniu_link:hover {
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}

.tbl_centr {
background-color:#b20e00;
background-image:url(images/centru_bg.jpg);
background-repeat:repeat-x;
padding-top:20px;
padding-left:50px;
padding-right:50px;
padding-bottom:10px;
}

h1.ttl {
font-family:Arial;
font-size:25px;
font-weight:normal;
color:#FFFFFF;
margin-bottom: 0px;
}

.text {
font-family:Arial;
font-size:13px;
color:#FFFFFF;
font-weight:normal;
}

.img {
margin:5px;
border:4px solid #cccccc;
}

.footer_text {
font-family:Arial;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
margin-left:10px;
}

.footer_text_r {
font-family:Arial;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
margin-right:10px;
}

.footer_l {
font-family:Arial;
font-size:12px;
color:#ff1a00;
font-weight:normal;
margin-left:10px;
}

a.footer_link {
font-family:Arial;
font-size:12px;
color:#ff1a00;
font-weight:normal;
text-decoration:none;
}

a.footer_link:hover {
font-family:Arial;
font-size:12px;
color:#ff1a00;
font-weight:normal;
text-decoration:underline;
}

a.footer_link_b {
font-family:Arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.footer_link_b:hover {
font-family:Arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}

.inpt_contact {
font-family:Arial;
font-size:14px;
color:#000000;
width:200px;
border-right:1px solid #A50F00;
border-bottom:1px solid #A50F00;
border-top:1px solid #5B0601;
border-left:1px solid #5B0601;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
padding-right:5px;
}

.subm_contact {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding:5px;
border:1px solid #5B0601;
background-color:#9B0D01;
}

p.locatii {
font-family:Arial;
font-size:14px;
color:#FFFFFF;
font-weight:normal;
margin:5px 0px 5px 0px;
}

#facebox {

		/* overlay is hidden before loading */
		display:none;

		/* standard decorations */
		width:350px;
		border:10px solid #fff;

		/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(255, 255, 255, 0.698);

		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}

	#facebox div {
		padding:7px;
		background-color:#5b0601;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	}

	#facebox h2 {
		margin:-11px;
		margin-bottom:0px;
		color:#000;
		padding:5px 10px;
		font-size:18px;
        font-family: Geogia;
        color:#fff;
	}
    
    #facebox .close {
		margin-bottom:0px;
		color:#fff;
		padding:0px;
		border:0px;
		font-size:20px;
        font-weight: bolder;
        margin:0px;
        background-color: #5b0601;
    }
    
    #facebox p.small {
        font-family: Arial;
        font-size:10px;
        font-weight: normal;
        color: #cccccc;
        margin: 7px 0px 2px 0px;
    }

