/** Structura **/

/*<body>
    <div id="wrapper">
        <div id="header">
            header aici
        </div>
        <div id="mainNav">
            mainnav aici
        </div>
        <div id="content">
            <div id="contentLeft">
                contentLeft aici
            </div>
            <div id="contentRight">
                contentRight aici
            </div>
        </div>
        <div id="footer">
            footer aici
        </div>
    </div>
</body>*/

/** End Strucura **/

/*Generale*/

* {
    margin: 0;
    padding: 0;
}
html {
    background: #b8b8b8 url(../images/html1.jpg) top center no-repeat;
}
body {
    width: 906px;  /*Trebuie data dimensiunea totala a site-ului aici */
    margin: 0 auto;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;

}
a:link, a:visited {
    color: #277CBB;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
}
a img { border: none; }

img.imgLeft {
    float: left;
    margin: 5px 5px 5px 0;
}
img.imgRight {
    float: right;
    margin: 5px 0 5px 5px; /*T R B L*/
}
img.bordered {
    background-color: white;
    border: 1px solid black;
}

/*End generale*/

/*LAYOUT*/
div#wrapper {
    text-align: left;}

div#content {
    width: 906px;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;

}

div#contentLeft {
    width: 605px; /* Trebuie data dimensiunea coloanei */
    float: right;
    background-color:#F3F3F3;
    padding: 10px;
    /*border-left: 1px solid #333;*/
    border-left: 1px solid #AAA;
}
div#contentRight {
    width: 259px; /* Trebuie data dimensiunea coloanei */
    float: left;
    background-color: #F3F3F3;
    padding: 10px;
}
div#headerLeft { padding-left: 15px; padding-top: 5px; margin-bottom: -10px;}

/*END LAYOUT*/
/*FORMS*/
.txtBox {
	background: url(../images/form.jpg) top left no-repeat;
	font-size: 13px;
	padding-top: 4px;
	text-indent: 10px;
	width: 192px;
	height: 31px;
	line-height: 14px;
	border: none;
	color: #ccc;
}
.formBtn {
	background: url(../images/searchDreapta.png) top left no-repeat;
	width: 55px;
	height: 36px;
	line-height: 36px;
	border: none;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

/*END FORMS*/


/*HEADER*/
div#header {
	width: 906px;
	background-color: transparent;
	padding-top: 20px;
}
div#headerLeft a img {margin-bottom: -15px;}

td.searchLeft {
	width: 70px;
	height: 36px;
	line-height: 36px;
	background: transparent url(../images/searchStanga.png) top left no-repeat;
	text-indent: 2px;
	padding-top: 5px;
}
td.searchRight {
	width: 55px;
	height: 36px;
	line-height: 36px;
}

div#newsletter {
    float: right;
    padding-right: 65px;
}

p.abonare {
    font-weight: normal;
    font-size: 15px;
    text-indent: 10px;
}
/*END HEADER*/
/*MAIN NAV*/
div#mainNav {
	width: 100%;
	padding-top: 2px;
}
div#mainNav ul {
	width: 886px;
	height: 48px;
	padding-left: 60px;
	background: url(../images/meniuBkg.png) top left no-repeat;
}
div#mainNav ul li {
	display: inline;
}
div#mainNav ul li a {
	color: black;
	font-size: 17px;
	background: url(../images/metal.png) center left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
    margin-right: 60px;
	height: 48px;
	display: block;
	line-height: 48px;
	padding: 3 5px;
	float: left;
	text-align: left;
	text-indent: 25px;
}
div#mainNav ul li a:hover {
	color: #277CBB;
	background: url(../images/metalhover.png) center left no-repeat;
}
div#mainNav li a.current {
	color: #277CBB;
}
/*END MAIN NAV*/
/*FLASH*/
div#flash {
	width: 906px;
	height: 250px;
	background: #CCC url(../images/bannerFlash.jpg) top left no-repeat;
	border-bottom: 2px solid black;
}

/*END FLASH*/
/*BANNERS*/
div#banners {
	width: 906px;
	background-color: #F3F3F3;
	border-top: 1px solid white;
	padding-top: 1px;
}

hr {
	 color: black;
	 width: 906px;
}
table hr {
    color: red;
    width: 580px !important;
}

td.servicii {
	width: 290px;
	height: 268px;
	background: url(../images/bannerMic.png) top left no-repeat;
}

td.servicii p.pozainfo {
	text-align: left;
	margin-left: 21px;

}
td.servicii h2 {
	text-align: left;
	margin-left: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}
td.servicii p.short {
	text-align: justify;
	font-size: 11px;
	margin: 5px 20px;
}

td.servicii p.link a {
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-left: 190px;
	width: 60px;
	height: 23px;
	line-height: 23px;
	background: url(../images/linkArrow.png) top left no-repeat;
}
td.servicii p.link a:hover { background: url(../images/linkArrowHover.png) top left no-repeat; }

/*END BANNERS*/

/*CONTENT*/

div#infos {
    height: 60px;
    color: white;
    font-size: 11px;
    padding: 5px;
    background-color: black;
    margin-top: -73px;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
    opacity:.70;
}
div.bannerInfo {

}

div#contentLeft h1 {
	color: #277CBB;
	/*font-style: italic;*/
	margin-left: 25px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}
div#contentLeft h1 a { color: #000; }
div#contentLeft h2 {
    color: #277CBB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
div#contentLeft p { color: black; margin-bottom: 7px; }
div#contentLeft ul {
    color: #333;
    margin-left: 50px;
}
div#contentLeft p.despre {
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}
div#contentLeft span {
	color: black;
	font-size: 13px;
}

p.link { text-align: right; }
p.link a {font-weight: bold;}

div#contentRight p, div#contentLeft p {
    line-height: 1.5em;
}

div#contentRight h2 {
	color: #277CBB;
	margin-left: 25px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D2789 !important;
}
div#contentRight p {
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
  	font-family: Tahoma, Arial, sans-serif;
  	font-size: 11px;
	color: black;
}
div#contentRight span {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

div#contentRight  p.linknews a {
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-left: 230px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: url(../images/bula.png) top left no-repeat;
}
div#contentRight  p.linknews a:hover {
	background: url(../images/bulahover.png) top left no-repeat;
}
div.produse {
	width: 100%;
	margin-top: 50px;
	padding-top: 4px;

}
div.produse p  {
	margin-left: 30px;

}
div.produse a {
	display: block;
	width: 207px;
	height: 106px;
	background: url(../images/calculproduse.png) top left no-repeat;
}
div.produse a:hover {
	background: url(../images/calculprodusehover.png) top left no-repeat;
}

div.info, div.info p {
    font-size: 12px;
    text-align: justify;
    font-weight: normal !important;
}

div#contactLeft {
    width: 280px;
    float: left;
}
div#contactLeft h3 {
    color: #0D2789;
    border-bottom: 1px solid #333;
}
div#contactRight {
    width: 300px;
    float: right;
}
/* SIDE NAV */

div#sideMenu {
    width: 257px;
    padding: 5px;
    margin: 0 auto;
    margin-left: -8px;
}
div#sideTop {
    height: 15px;
    background: url(../images/meniuleftTop.png) top left no-repeat;
}
div#sideBot {
    height: 22px;
    background: url(../images/meniuleftBottom.png) top left no-repeat;
}
div#sideMid {
    background: url(../images/meniuleftMiddle.png) top left repeat-y;
    padding-left: 20px;
    padding-bottom: 12px;
}

div#sideMid ul {
    width: 210px;
    list-style: none; }
div#sideMid ul ul {
    width: 204px;
    /*background-color: white;
    border-left: 2px solid #0D2789;
    border-right: 2px solid #0D2789;*/
}
div#sideMid ul li {
    border-bottom: 1px dotted #0D2789;
    padding: 3px;
}
div#sideMid ul ul li { border-bottom: none; }
div#sideMid a {
    font-size: 16px;
    font-weight: normal;
    color: white;
    font-family: Arial, Tahoma, sans-serif;
    display: block;
}
div#sideMid a:hover, div#sideMid a.current { color: white; text-decoration: underline; }
div#sideMid ul ul li a {
    font-size: 11px;
    font-weight: bold;
    color: #B1CFEB;
    font-family: Arial, Tahoma, sans-serif;
    display: block;
    padding: 3px;
}
div#sideMid ul ul li a:hover { text-decoration: underline; }

/* END SIDE NAV */

/*END CONTENT*/

/*FOOTER*/

div#footer {
	width: 906px;
	height: 85px;
	background: url(../images/footerBkg.png) top left no-repeat;
	margin-top: 3px;
}
div#footer a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
div#footer a:hover {
	color: #69AEEF;
	text-decoration: underline;
}
div#footer td.copyright  {
	padding-left: 85px;
	padding-top: 13px;
	font-weight: bold;
}
div#footer td.solutie  {
	padding-top: 10px;
	padding-left: 95px;
	font-weight: bold;
}

/*END FOOTER*/

#horizontal_carousel {
  float: left;
  width: 906px;
  height: 90px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 906px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}

#horizontal_carousel ul li {
  width: 906px;
  height: 90px;
  text-align: left;
  list-style:none;
  float:left;
}

