@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053469;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #053469;
}
a:hover {
	text-decoration: underline;
	color: #696969;
}
a:active {
	text-decoration: none;
	color: #053469;
}
.bg-header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
.bg-footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DA6506;
}
.bg-centru {
	background-image: url(images/bg-centru.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bg-jos.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	word-spacing: 10px;
	height: 111px;
	padding-top: 40px;
}
.footer a:link, .footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	word-spacing: 0px;
}
.titlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 18px;
	font-weight: normal;
	color: #053469;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094378;
	height: 30px;
}
.hr {
	height:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #094378;
}
.plan-alb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: -0.05em;
}

.plan-galben{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 24px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	letter-spacing: -0.05em;
}
.plan-galben2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	letter-spacing: -0.05em;
}
.plan {
	background-image:url(images/bg-plan.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 269px;
	width: 220px;
}
.bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #9bcbea;
	text-decoration: none;
}
.alb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;

}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 100px;
	background-position: center center;
	text-align: center;
	vertical-align: bottom;
	padding-top: 7px;
}
.more a:link, .more a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 691px; /*Width of Carousel Viewer itself*/
	height: 269px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 691px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.img {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CDCACA;
}
.form {
	padding: 5px;
	border: 1px solid #CDCACA;
}
.form:hover {
	border: 1px solid #258fcd;
}
.form:focus {
	border: 1px solid #258fcd;
}
.btn {
	color: #FFF;
	background-color: #15619B;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.btn:hover {
	background-color: #548429;
}

