* { margin:0; padding:0; }
body {
	background:#511307 url(../images/bg.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fcfdde;
}

a{color:#f6e186; text-decoration:underline; }
a:hover{color:#fff;}
p { line-height:25px;}



#wrapper {width:960px; margin:0 auto; }

#head {background: url(../images/slogan.png) no-repeat;}
#headEN {background: url(../images/sloganen.png) no-repeat;}

	#sigla {text-align:center;}
	#limba {text-align:right; padding-top:10px;}


/* NAV */
#nav {
	height:30px;
	margin-left:40px;
	margin-top:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f6e186;
	text-transform:uppercase;
}

#nav ul {
	float:left;
	list-style-type: none;
	text-align: left;
}

#nav ul li {
	float:left;
	margin:0px 15px;
}
#nav ul li:first-child { margin-left:20px;}


#nav ul li a {
	text-decoration: none;
	color: #f6e186;
}

#nav ul li a:hover {
	color:#fff;
	border-bottom:1px #fff solid;
}



/* navBannerFade */
#navBannerFade { width:100%; text-align:right; padding-top:3px; font-size:8px; font-weight:bold; }
#navBannerFade a { border: 1px solid #f6e186; background: #fff; color: #333; text-decoration: none; margin-left:5px; padding: 3px 5px;  }
#navBannerFade a.activeSlide { background: #f6e186; color:#000; }
#navBannerFade a:hover { background:#f6e186; color:#000; border: 1px solid #e8d8bc;}


/* continut */
#content { margin:0px;}

.welcome { float:left; width:400px; padding:10px;}
.welcome p {margin-left:20px; text-align:justify;}

.homeBox { float:left; width:224px; height:500px; background:#260101; border:1px solid #f6e186; margin:100px 0px 0px 40px;}
.homeBox h3{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; background:#f6e186; padding:5px; color:#260101;}
.homeBox ul{ margin:30px;}
.homeBox li{ padding:5px;}


.box { float:left; width:280px; margin-left:60px;text-align:justify;}
.box:first-child {margin-left:0px;}
.box h2{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#260101; border-bottom:1px solid #260101; margin:50px 0px 10px 0px;}
.box ul{ margin-left:50px;}
.box li{ padding:5px;}
.box .fotoReduce {width:278px; height:100px; overflow:hidden; margin-bottom:10px; border:1px solid;}
.box .fotoReduce img {border:1px solid;}

.box label { float:left; width:280px; margin-top:15px; margin-bottom:2px;}
.box label:first-child { margin-top:0px;}
.box input { float:left; width:274px; padding:3px; background:#260101; border:1px solid #530808; color:#f6e186;}
.box select { float:left; width:280px; padding:3px; background:#260101; border:1px solid #530808; color:#f6e186;}
.box textarea { float:left; width:274px; padding:3px; background:#260101; border:1px solid #530808; color:#f6e186;}

.box .butonSend {
	width:280px; 
	background:#f6e186; 
	border:1px solid #260101; 
	color:#260101; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
}



.detalii {text-align:right; font-size:10px; font-weight:bold; margin-right:10px; }

/* footer */
#footer {background: url(../images/icon-break.png) no-repeat; height:80px; width:960; margin:100px 0px 10px 0px; padding-top:60px;}
#footer .copyright { text-align:center; padding-top:20px; padding-bottom:10px; color:#937241; font-size:10px;}
#footer .copyright a { color:#937241; text-decoration: underline;}



div.message {
	padding: 10px 10px 10px 34px;
	margin-top:5px;
    margin-bottom:10px;
    color: #000000;
	line-height: 18px;

	border: 1px solid #AEC5E3;
}

div.message.error {
    background:#FFE3E3 url(../images/negative.png) no-repeat 10px 10px;
    border-color: #E38282;
}

div.message.positive {
    background:#D8F8CB url(../images/positive.png) no-repeat 10px 10px;
    border-color: #B8DFA8;
}



.smallTXT {font-size:10px;}
.clear {clear:both;	margin:0; padding:0; visibility:hidden;}

