/** 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-color: white;
}
body {
    width: 1000px;  /*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: #C10001;
    text-decoration: none;
}
a:hover, a:active {
    color: #666;
    text-decoration: underline;
}
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;
    background-color: white; }

div#content {
    background-color: white;
}

div#contentLeft {
    width: 650px; /* Trebuie data dimensiunea coloanei */
    float: left;
    background-color: white;
	padding: 0 5px;

}
div#contentRight {
    width: 320px; /* Trebuie data dimensiunea coloanei */
    float: right;
    background-color: white;


}
div#contentRighta {
	padding: 0 5px;
}
div#contentRightb {
	padding: 0 5px;
}


/*END LAYOUT*/
/*HEADER*/
div#header {
	width: 1000px;
	background-color: white;
	height: 100px;
}
div#header table td.search input {
	width: 215px;
	height: 23px;
	padding-top: 8px;
	background: transparent url(../images/search1.jpg) top left no-repeat;
	border: none;
	color: white;
	font-size: 13px;
	font-style: italic;
	text-indent: 5px;
}
div#header td.go { padding-top: 4px; }
div#header td.go input {
	width: 34px;
	height: 34px;
	background: transparent url(../images/searchicon.jpg) top left no-repeat;
	border: none;
}
div#header table {
	margin-left: 730px;
	margin-top: 30px;
	background-color:
}

/*END HEADER*/
/*MAIN NAV*/

div#mainNav {
	width: 1000px;
	background-color: white;
}
div#mainNavLeft {
	width: 650px;
	height: 35px;
	background-color: white;
	float: left;
}
div#mainNavLeft ul {
	margin: 0 auto;
}
div#mainNavLeft ul li {
	display: inline;
}
div#mainNavLeft li a {
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
    background-color: white;
	font-size: 15px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	padding: 0 5px;
}
div#mainNavLeft li a:hover {
	color: white;
	background-color: #C10001;
}
div#mainNavLeft li.current a {
	background-color: #C10001;
	color: white;
}
div#mainNavRight {
	width: 330px;
	float: right;
}
div#mainNavRight span.bilingv {
	padding: 7px 15px;
	background-color: #C10001;
	font-size: 30px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: white;
}


div#mainNavRight p {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}



/*END MAIN NAV*/
/*BANNER*/

div#banner {
	width: 1000px;
	background-color: white;
}
div#bannerLeft {
	width: 670px;
	height: 465px;
	background: url(../images/banner.jpg) top left no-repeat;
	margin-top: -1px;
	float: left;
}
div#bannerRight {
	width: 330px;
	float: right;
	background-color: #C10001;
	margin-top: -1px;
}
div#bannerRight ul li {
	display: block;
	margin-left: 30px;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
div#bannerRight ul {
	margin-top: 30px;
}
div#bannerRight ul li.moto {
	color: #D04942;
}
div#bannerRight p.sigla {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 19px;
}
div#bannerRight p.iso {
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 28px;
}
/*END BANNER*/

/*FLASH*/
div#flash {
	width: 1000px;
	background-color: white;
	color: #333;
}
div#flashLeft {
	width: 320px;
	float: left;
	background-color: white;
}
div#flashLeft h1 {
	margin-top: 20px;
}

div#flashRight {
	width: 660px;
	float: right;

}
div#flashRighta {
	width: 320px;
	float: left;
	background-color: white;
}
div#flashRighta h1 {
	margin-top: 20px;
}
div#flashRightb {
	width: 320px;
	float: right;
	background-color: white;
}
div#flashRightb h1 {
	margin-top: 20px;
}


/*END FLASH*/
/*CONTENT*/

div#content {
	width: 1000px;
	color: #333;


}
div#contentLeft {
	width: 320px;
	float: left;
}
div#contentLeftServicii {
	width: 325px;
	float:left;
	background-color: #CCC;
}
div#contentLeftServicii a {
	color: #333;
	font-style: none;
}
div#contentLeftServicii a:hover {
	color: #C10001;
	font-weight: none;
}
div#contentLeftServicii h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 19px;
	font-style: italic;
	text-align: center;

}
div#contentLeftServicii ul li {
    display: block;
	margin-left: 20px;
	font-size: 15px;
	border-bottom: 1px dotted #333;
	margin-right: 20px;
	text-align: left;

}
div.bannernews {
	width: 275px;
	background-color: #A5262D;
	padding: 5px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: white;
}
div.bannernews p.link {
    color: white;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	margin-top: 10px;
}
div.bannernews a {
	color: white!important;
}
div.bannernews a:hover {
	color: #999!important;
}
div#contentLeftServicii span {
    color: #C7898C;
	font-size: 40px;
	margin-left: 10px;
}
div#contentLeftServicii li:hover span {
	color: #C10001;
}

div#contentRightServicii h2 {
	margin-top: 55px;
	margin-bottom: 20px;
	margin-left: 30px;
}
div#contentRightServicii ul {
    margin-left: 40px;
    margin-bottom: 20px;
}


div#contentLeft h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
div#contentLeft p.citeste {
	margin-top: 20px;
}
div#contentRight {
	width: 660px;
	float: right;
}
div#contentRightServicii {
	width: 655px;
	float: right;
}
div#contentRightServicii p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#contentRighta {
	width: 320px;
	float: left;
	background-color: white;
}
div#contentRighta h4 {
	margin-top: 25px;
}
div#contentRighta p.citeste {
	margin-top: 20px;
}
div#contentRightb {
	width: 320px;
	float: right;
	background-color: white;
}
div#contentRightb p.citeste {
	margin-top: 20px;
}
div#contentRighta ul li {
	display: block;
	tex-align: left;
	margin-left: 30px;
}
div#contentRightb h2 {
	margin-top: 20px;
}
div#contentRightb p.stiri {
	text-indent: 10px;
}
div#contentLeftContact {
	width: 330px;
	float: left;
	background-color: white;
}
div#contentLeftContact p.titlu {
    font-size: 18px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 20px;
}
div#contentRightContacta p.titlu {
    font-size: 18px;
	margin-top: 26px;
	margin-left: 40px;
	margin-bottom: 10px;
}
div#contentRightContactb p.titlu {
    font-size: 18px;
	margin-top: 26px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#contentLeftContact p.contact {
	margin-top: 5px;
	margin-left: 30px;
}
div#contentLeftContact a {
	color: #C10001;
	font-weight: bold;
}
div#contentLeftContact a:hover {
	color: #333;
	text-decoration: underline;
}
div#contentRightContacta table {
	margin-left: 30px;

}
div#contentLeftContact table td.formular {
	color: #C10001;
	font-weight: bold;
}
div#contentRightContacta table input {
    border: 1px solid #C10001;
}
div#contentRightContact {
	width: 660px;
	float: right;
	background-color: white;
}
div#contentRightContacta {
    width: 330px;
	float: left;
}
div#contentRightContactb {
	width: 330px;
	float: right;
}

/*END CONTENT*/

/*FOOTER*/
div#footer {
	width: 1000px;
	background: url(../images/footerBkg.jpg) top left no-repeat;
	margin-bottom: 10px;
	border-top: 7px solid #C10001;
	/*height: 100px;*/
	font-size: 11px;
}
div#footer a {
	color: white;
	font-weight: bold;
}
div#footer a:hover {
	color: #C10001;
	text-decoration: underline;
}

/*END FOOTER*/

