@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0 0 15px 0;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#FFF;
	background: url(../images/bg.gif) center top no-repeat #009AC7;
}
body.home{
	background: url(../images/bg-home.gif) center top no-repeat #009AC7;
}
.Wrapper{
	width:955px;
	margin:0 auto;
	background:#FFF;
}
.tracking{
	position:absolute;
}

/* HEADER */

.Header{
	width:955px;
}
img.TopLine{
	clear:both;
}
#Menu{
	position:relative;
	z-index:2;
}
#Menu img{
	float:left;
	border:0;
	position:relative;
	z-index:2;	
}

.HeaderTop{
	padding-bottom:18px;
	background:url(../images/header-top.gif) left bottom no-repeat;
}
.HeaderInt{
	background:url(../images/header-int.gif) left top no-repeat;
	height:92px;
}
.Breadcrumbs{
	font-size:11px;
	padding:10px 30px 5px 38px;
}
.Breadcrumbs a{
	color:#FFF;
	text-decoration:none;
}
.Breadcrumbs a:hover{
	color:#FFF;
	text-decoration:underline;
}
.PageTitle{
	font-size:30px;
	padding:25px 0 15px 0;
	font-weight:bold;
	color:#009AC7;
	line-height:normal;
}

/* HEADER END */

/* CONTENT */

.HomeBg{
	background:url(../images/home-linie.gif) left top repeat-y;
}
.HomeMid{
	padding:30px 0 0 0;
}
.HomeBottom{
	padding-top:3px;
	padding-left:39px;
	background:url(../images/home-bottom.gif) left top no-repeat;
}

.Content{
	width:584px;
	float:left;
	color:#333;
	line-height:16px;
	padding:0 25px 20px 25px;
}

h1{
	font-size:16px;
	margin:0;
	font-weight:bold;
	line-height:22px;
	padding-bottom:3px;
}
h1.blue{
	color:#009AC7;
}

h1.subtitle{
	padding-top:10px;
	color:#009AC7;
}
h2{
	font-size:14px;
	margin:0;
	font-weight:bold;
	line-height:16px;
	padding-bottom:3px;
}
.FumatulBox{
	margin-top:30px;
	float:left;
	background:url(../images/fumatul-box.gif) left top no-repeat;
	width:254px;
	padding: 25px 0 0 28px;
	cursor:pointer;
	height:107px;
}

/* CONTENT END */

/* LEADINGS HOME */

.LeadHome1{
	width:385px;
	background:url(../images/home-lead1-cont.gif) left top repeat-y;
	float:left;
}
.LeadHome1Top{
	background:url(../images/home-lead1-top.gif) left top no-repeat;
	padding:55px 28px 10px 25px; 
}
.LeadHome2{
	width:385px;
	background:url(../images/home-lead2-cont.gif) left top repeat-y;
	float:left;
	margin-left:25px;	
}
.LeadHome2Top{
	background:url(../images/home-lead2-top.gif) left top no-repeat;
	padding:55px 28px 10px 25px; 
}

.Leadings{
	width:297px;
	float:left;
	padding-top:20px;
}
.Submenu{
	background:url(../images/rightmenu.gif) left top no-repeat;
	float:right;
	width:296px;
	height:245px;
	margin-top:-12px;
	margin-right:-60px;
	margin-left:10px;
	position:relative;
	z-index:1;
}
* html .Submenu {
	margin-right:-36px;
}
.Submenu ul{
	margin:30px 0 0 40px;
	padding:0;
	list-style-type:none;
}
.Submenu ul li {	
	padding-left:20px;
	color:#FFF;
	padding-bottom:15px;
}
.Submenu ul li.Active{
	font-weight:bold;
	background:url(../images/rightmenu-activ.gif) left top no-repeat;
	padding: 0 0 15px 20px;
}
.Submenu a{
	color:#FFF;
	text-decoration:none;
}
.Submenu a:hover{
	color:#FFF;
	text-decoration:underline;
}
.Lead1{
	background:url(../images/lead1-line.gif) left top no-repeat;
	position:relative;
	z-index:5;
	margin-bottom:5px;
	cursor:pointer;
}
.Lead1 .LeadTop{
	background:url(../images/lead1-top.gif) left top no-repeat;
	padding: 40px 60px 0px 40px;
	position:relative;
	z-index:10;
	color:#000;
}
.Lead1 .Detalii, .Lead2 .Detalii {
	margin-top:-20px;
}
.Lead2{
	background:url(../images/lead2-line.gif) left top no-repeat;
	position:relative;
	z-index:5;
	cursor:pointer;
}
.Lead2 .LeadTop{
	background:url(../images/lead2-top.gif) left top no-repeat;
	padding: 40px 60px 0px 40px;
	position:relative;
	z-index:10;	
}

/* LEADINGS HOME END */

.Left{
	float:left;
}
.clearer{
	font-size:0px;
	clear:both;
}
#Footer{
	font-size:10px;
	color:#FFF;
	width:905px;
	padding:10px 25px 10px 25px;
	background: #009AC7;
}
#Footer a{
	color:#FFF;
}
#Footer a:hover{
	color:#FFF;
	text-decoration:none;
}
.footerCode{
	margin-top:3px; font-size:9px;
}
br{
	font-size:10px;
	line-height:10px;
	height:10px;
}
a{
	color:#009AC7;
}
a:hover{
	color:#333;
}
