 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 921px;
} 

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: hand;
	cursor/**/: /**/pointer;
} 

a:link, a:visited { 
	color: #25465c;
	text-decoration: underline;
} 

a:link:hover, a:visited:hover { 
 	text-decoration: none;
}

a.self {
 	cursor: text;
}

a.self:link, a.self:visited, a.self:link:hover, a.self:visited:hover {
	text-decoration: none;
}

body { 
	text-align: center;
	background: #edeff1 url(img/back.jpg) repeat-x 0 0;
	font-size: 11px;
	font-family: Arial;
	color: #25465c;
} 

img { 
 	border: none;
} 

#header {
	position: relative;
	height: 207px;
}

#colWrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#colSideL {
	width: 176px;
	float: left;
	background: url(img/colSideL.jpg) no-repeat 100% 0;
}

#content {
	width: 714px;
	float: right;
}

#footer {
	height: 57px;
	background: url(img/footer.jpg) repeat-x 0 0;
	padding-left: 10px;
	color: #ffffff;
	font-size: 90%;
}

#footer .in {
	width: 921px;
	margin: 0 auto;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 175px;
	height: 172px;
	float: left;
} 

.logoTop a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoTop span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-top.jpg) no-repeat 0 0;	
} 

.logoTop a:link, .logoTop a:visited { 
 	text-decoration: none;
}



.logoBot { 
 	overflow: hidden;
	width: 92px;
	height: 38px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
} 

.logoBot a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoBot span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-bot.jpg) no-repeat 0 0;	
} 

.logoBot a:link, .logoBot a:visited { 
 	text-decoration: none;
}




.title {
	color: #25465c;
	font-size: 200%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: solid 1px #a7c2cf;
	padding-top: 10px;
}

#but3 {
 	width: 119px;
}

#but3 a:link span, #but3 a:visited span {
 	background-position: 0px 0;
}

#but3 a:link:hover span, #but3 a:visited:hover span, #but3 a.self:link span, #but3 a.self:visited span {
 	background-position: 0px -56px;
} 

#but4 {
 	width: 145px;
} 

#but4 a:link span, #but4 a:visited span {
 	background-position: -119px 0;
} 

#but4 a:link:hover span, #but4 a:visited:hover span, #but4 a.self:link span, #but4 a.self:visited span {
 	background-position: -119px -56px;
}

#but5 {
 	width: 97px;
}

#but5 a:link span, #but5 a:visited span {
 	background-position: -264px 0;
}

#but5 a:link:hover span, #but5 a:visited:hover span, #but5 a.self:link span, #but5 a.self:visited span {
 	background-position: -264px -56px;
}

#but6 {
 	width: 86px;
} 

#but6 a:link span, #but6 a:visited span {
 	background-position: -361px 0;
} 

#but6 a:link:hover span, #but6 a:visited:hover span, #but6 a.self:link span, #but6 a.self:visited span {
 	background-position: -361px -56px;
}

#but2 {
 	width: 86px;
} 

#but2 a:link span, #but2 a:visited span {
 	background-position: -447px 0;
} 

#but2 a:link:hover span, #but2 a:visited:hover span, #but2 a.self:link span, #but2 a.self:visited span {
 	background-position: -447px -56px;
}

.meniuTop { 
 	width: 533px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 188px;
} 

.meniuTop ul {
 	list-style: none;
	list-style-image: none;
} 

.meniuTop ul li {
 	float: left;
	height: 56px;
	overflow: hidden;
} 

.meniuTop ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuTop ul li span {
 	display: block;
	background: url(img/menu.jpg);
	width: 100%;
	height: 100%;
}



.meniuFooter {
	padding-top: 10px;
}

.meniuFooter a {
	padding-right: 10px;
}

.meniuFooter a:link, .meniuFooter a:visited {
	color: #ffffff;
}



.copyright {
	padding-top: 5px;
}

.copyright a:link, .copyright a:visited {
	color: #ffffff;
}



.articol {
	margin-bottom: 20px;
}

.articol li {
	margin-left: 20px;
}

.articol p {
	padding-bottom: 10px;
}



.path {
	font-size: 110%;
	padding-top: 6px;
	padding-bottom: 6px;
}



.formularStandard {
	clear: both;
	padding-top: 10px;
}

.formularStandard .Text input, .formularStandard .Password input {
	border: solid 1px #a5acb2;
	height: 18px;
}

.formularStandard .err label {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

.formularStandard .Textarea textarea {
	border: solid 1px #a5acb2;
	width: 250px;
	height: 100px;
}

.formularStandard .Submit input {
	background: #ff9c00;
	padding: 2px 5px;
	color: #FFFFFF;
}

.formularStandard label {
	display: block;
	float: left;
	width: 100px;
	line-height: 20px;
	padding-left: 5px;
}

.formularStandard .odd, .formularStandard .even {
	padding: 2px 0;
}

.formularStandard .odd {
}

.formularStandard .even {
}

.formularStandard .erori {
	padding: 10px 0;
	color: red;
	font-size: 120%;
}



.meniuLeft {
	font-size: 110%;
	background: url(img/meniu.jpg) no-repeat 0 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.meniuLeft li {
	list-style: none;
	background: url(img/bullet.jpg) no-repeat 0 8px;
	padding: 3px 0;
	padding-left: 10px;
	margin-left: 15px;
	border-top: solid 1px #c6dde8;
	border-bottom: solid 1px #e6f1f6;
}

.meniuLeft li.last {
	border-bottom: none;
}

.meniuLeft li.first {
	border-top: none;
}

.meniuLeft a.self {
	font-weight: bold;
}

.meniuLeft a:link, .meniuLeft a:visited {
	text-decoration: none;
}

.meniuLeft a:link:hover, .meniuLeft a:visited:hover, .meniuLeft a.self:link, .meniuLeft a.self:visited {
}





.navInside li {
	font-size: 110%;
	margin-left: 20px;
}



.news {
	margin-top: 10px;
}

.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/punct.png) repeat-x 0 100%;
}

.news li.last {
	background: #FFFFFF;
}

.news .data {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	color: #FF0000;
}

.news .pag1 a:link, .pag1 a:visited {
	text-decoration: none;
}



.sitemap li {
	margin-left: 20px;
}




.franciza {
	margin-top: 10px;
}

.franciza h3 {
	padding: 5px 0;
	font-size: 160%;
	font-weight: normal;
	border-bottom: solid 1px #b9c9d2;
	margin-bottom: 5px;
}

.franciza a:link, .franciza a:visited {
	text-decoration: none;
}




.textHome {
	padding-bottom: 10px;
}

.textHome h3 {
	color: #25465c;
	font-size: 200%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: solid 1px #a7c2cf;
}





.produse ul {
	clear: both;
}

.produse p {
	padding-bottom: 10px;
	clear: both;
}

.produse li {
	list-style: none;
	float: left;
	width: 211px;
	height: 84px;
	background: url(img/credit.gif) no-repeat 0 0;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.produse .desc {
	font-size: 120%;
	padding: 10px 4px;
	font-weight: bold;
}

.produse .desc a:link, .produse .desc a:visited {
	text-decoration: none;	
	color: #5b9900;
}

.produse .link {
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: 1px;
	right: 0px;
}

.produse .link a {
	display: block;
	height: 100%;
	width: 100%;
}





.telefoane {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 15px;
	font-weight: bold;
	color: #ffffff;
	border-left: solid 1px #ffffff;
	padding-left: 5px;
}

.telefoane a:link, .telefoane a:visited {
	color: #ffffff;
	text-decoration: none;
}



.aplicati {
	position: absolute;
	top: 63px;
	right: 0px;
	width: 150px;
}

.aplicati .mes {
	background: url(img/mes.jpg) no-repeat 0 0;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 2px;
	margin-left: 6px;
	height: 35px;
	padding-left: 8px;
	overflow: hidden;
}

.aplicati .mes a {
	padding: 0 10px;
	font-weight: bold;
	display: block;
	padding-top: 18px;
	float: left;
}


.aplicati a.buton {
	display: block;
	width: 152px;
	height: 62px;
	background: url(img/aplicati.gif) no-repeat 0 0;
}

.aplicati a:link, .aplicati a:visited {
	text-decoration: none;
}


.aplicati2 a {
	display: block;
	height: 46px;
	margin-top: 10px;
	background: url(img/aplicati2.gif) no-repeat 50% 0;
}

.aplicati2 a:link, .aplicati2 a:visited {
	text-decoration: none;
}





.slogan {
	position: absolute;
	width: 393px;
	height: 135px;
	top: 75px;
	left: 210px;
}