
/* CSS Document */

/* Author: Silviu Cozma
e-mail: silviucozma@businessline.ro*/


body {	margin:0 ;
		padding:0 ;
		background:url(../images/bg_general.jpg);
		color:#5c3405;
		}

h1 { color:#5c3405;}



#header_bg { background:url(../images/bg_header.jpg) repeat-x left top;
height:466px;
text-align:center;
margin:0 ;}


#header {background:url(../images/header_karvil.jpg) no-repeat center top;
height:466px;}





#menu {
	width: 870px;
	height: 50px;
	padding-top:250px;
	margin: 0 auto;


}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li {
	float: left;
	height: 50px;

}

#menu a {
	display: block;
	padding: 12px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #4f350f;
}

#menu a:hover {
	color: #4f350f;
	text-decoration:underline;
}

#menu .tree_selected a {
	color: #4f350f;
	text-decoration:underline;}


#submenu {
	width: 870px;
	height: 50px;
	padding-top:30px;
	margin: 0 auto;


}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#submenu li {
	float: left;
	height: 50px;

}

#submenu a {
	display: block;
	padding: 12px 20px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #4f350f;
}

#submenu a:hover {
	color: #4f350f;
	text-decoration:underline;
}

#submenu .tree_selected a {
	color: #4f350f;
	text-decoration:underline;}



#content {
	background:url(../images/bg_textarea.jpg) repeat-y top center;
	margin:0 ;
	padding:0;
	color:#5c3405;
}

#continut{
	width: 870px;
	margin: 10px auto;
	color:#5c3405;
}


#footer {
	background:url(../images/bg_footer.jpg) no-repeat bottom center;
	height: 173px;
	color:#5c3405;
	}

/*////////////   START EDIT BY THUNDER        ///////// */

a
{
	color: #634A2C;
}

img{
	border: none;
}

input{
	border: 1px solid #634A2C;
	margin: 1px;
}

textarea{
	border: 1px solid #634A2C;
	margin: 1px;
}

#div_contact_form
{

}

.error{
	color: #990000;
}

.clearFloat
{
	clear: both;
}

.gal_{
	float: left;
	width: 150px;
	height: 150px;
	line-height: 140px;
	text-align: center;
	padding: 5px;
	margin: 5px;
}
.gal_ img
{
	vertical-align:middle;
	line-height: 140px;
	margin: auto;
	border: 1px solid #FBDEBC;
}

.bg
{
	width: auto;
	position:absolute;
	border: 10px solid #634A2C;
}


.gal{
	float: left;
	width: 150px;
	height: 160px;
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.bg img
{
	border: 1px solid #FBDEBC;
}

.gal_titlu
{
	height: 30px;

}

.gal_img{
	height: 130px;
	line-height: 120px;
	border: none;
}
.gal_img img
{
	vertical-align: middle;
}

#menu{
	position: relative;
}


#langs{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	color: #FBDEBC;
	text-align: right
}

/*////////////   END  EDIT BY THUNDER        ///////// */