@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F4F4F4;
}

/* CSS Document */

a {
	text-decoration:none;
	color: #06C;
}
.wraper_intro {
	margin: 0px;
}
.top_intro {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 85px;
}
.bkmenu_intro {
	background-color: #DEDEDE;
	height: 150px;
	background-image: url(../images/bkmenu.png);
	background-repeat: repeat-x;
	background-position: left 0px;
}
.content_intro {
	background-color: #F7F7F7;
	height: 350px;
}
.footer_intro {
	background-color: #F4F4F4;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	font-size: 12px;
}
#bottom-nav {
	line-height: 14px;
	padding: 15px 0 0 7px;
	margin-top: 5px;
}
#bottom-nav a {
	color: #06C;
	padding-right: 20px;
}

.menujos  {
    color: #0066CC;
    text-align: center;
    width: 950px;
}
.autor  {
    color: #0066CC;
    line-height: 14px;
    padding: 0 0 0 7px;
    text-align: center;
    width: 950px;
}

.shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
	border-radius: 5px;
}


#logo {
	padding: 15px 0 0 0px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}

#logo .slogan {
	font-size: 10px;
	line-height: 12px;
	color: #5f1408;
	text-transform: uppercase;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 191px;
	height: 60px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navigation {
	display: inline;
	float: left;
	padding-right: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}
#navigation ul li {
	display: inline;
	float: left;
	line-height: 33px;
}
#navigation ul li a {
	color: #0B7CFF;
	float: left;
	padding-left: 20px;
	height: 33px;
}
#navigation ul li a span {
	float: left;
	text-decoration: none;
}
#navigation ul li a span:hover {
	float: left;
	text-decoration: none;
	text-shadow: 0px 0px 2px #000000;
	color: #036;
}
#navigation ul li a:hover { text-decoration: none; background-position: left 0; }
#navigation ul li a:hover span { background-position: right 0; }
.top-30 {
	top: -30px;
}

.categorie {
	height: 370px;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	text-decoration: none;
}
.titlu {
	font-family: verdana;
	font-size: 20px;
	position: relative;
	text-align: center;
	top: -150px;
	transition: all 0.3s ease-out 0s;
	width: 182px;
	height:50px;
	padding:10px 0;
	color: #36F;
	background-image: url(../images/transp-light.png);
}
.categorie:hover .titlu {
	top: 0px;
	text-decoration: none;
}
.descriere {
	font-family: verdana;
	font-size: 12px;
	position: relative;
	text-align: center;
	bottom: -350px;
	transition: all 0.3s ease-out 0s;
	width: 172px;
	height: 145px;
	color: #036;
	padding:5px;
	background-image: url(../images/transp-light.png);
}
.categorie:hover .descriere {
	bottom:-160px;
	text-decoration: none;
}
a.categorie {
	text-decoration: none;
}
a.categorie:hover .descriere{
	text-decoration: none;
}

.bk1 {
	background-image: url(../images/service.jpg);
	background-repeat: no-repeat;
}
.bk2 {
	background-image: url(../images/serviceauto.jpg);
	background-repeat: no-repeat;
}
.bk3 {
	background-image: url(../images/automatizari.jpg);
	background-repeat: no-repeat;
}
.bk4 {
	background-image: url(../images/metrologie.jpg);
	background-repeat: no-repeat;
}
.bk5 {
	background-image: url(../images/conta.jpg);
	background-repeat: no-repeat;
}
