 /* DIVURI */

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

* { 
 	margin: 0;
	padding: 0;
} 

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

a:link, a:visited { 
 	color: #d73c1e;
	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;
	font-size: 11px;
	font-family: Arial;
	color: #353535;
	background: #eeeeee;
	padding-top: 14px;
} 


.templateprint {
	background: #ffffff;
	color: #000000;
	text-align: left;
	padding: 10px;
}


img { 
 	border: none;
}

table td {
	vertical-align: top;
}

#header {
	position: relative;
	height: 190px;
	clear: both;
	border-top: solid 1px #ff8f25;
	border-left: solid 1px #ff8f25;
}

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

#colSideL {
	width: 256px;
	float: left;
}

#content {
	width: 590px;
	float: right;
	position: relative;
}

#footer {
	background: #e8e6e3;
	padding: 5px 30px;
	height: 50px;
	overflow: hidden;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 256px;
	height: 156px;
} 

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

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

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




.logoBot { 
 	overflow: hidden;
	width: 179px;
	height: 50px;
	float: right;
} 

.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, .textHome h3{
	color: #000000;
	font-size: 200%;
	margin-bottom: 15px;
	font-weight: normal;
	border-bottom: solid 1px #d7d6d3;
	width: 390px;
}

h2 {
	font-size: 150%;
}




#but3 {
 	width: 86px;
}

#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 -36px;
} 

#but4 {
 	width: 92px;
} 

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

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

#but5 {
 	width: 96px;
}

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

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

#but2 {
 	width: 77px;
} 

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

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

.meniuTop { 
 	width: 351px;
	height: 36x;
	float: right;
} 

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

.meniuTop ul li {
 	float: left;
	height: 36px;
	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 {
}

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

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



.copyright {
	padding-top: 5px;
}

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



.articol {
	margin-bottom: 20px;
}

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

.articol p, .contact 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 {
	background: #eeeeee;
}

.formularStandard .even {
	background: #f7f6f6;
}

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



.meniuLeft {
	font-size: 110%;
	background: #e8e8e8;
	padding-top: 5px;
	border-bottom: solid 1px #dbdbdb;
}

.meniuLeft li {
	list-style: none;
}

.meniuLeft a {
	display: block;
	padding: 7px 0;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #eeeeee;
	padding-left: 40px;
	font-weight: bold;
	background: url(img/bullet1.jpg) no-repeat 20px 10px;
}

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

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





.navInside li {
	list-style: none;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.navInside .img1 {
	height: 85px;
}

.navInside .nume {
	padding-top: 5px;
}





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






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





.galerie li {
	list-style: none;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	text-align: center;
}

.galerie li img {
	margin: 5px auto;
}





.flash {
	position: absolute;
	right: 0px;
	bottom: 0px;
}




.news h3 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom: solid 1px #dbdbdb;
	margin-top: 5px;
}


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

.news .data {
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 5px;
	background: url(img/calendar.jpg) no-repeat 0 0;
	padding-left: 20px;
}

.news .pag1 {
	padding-bottom: 5px;
}

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

.news .more {
	background: url(img/bullet3.jpg) no-repeat 0 5px;
	padding-left: 10px;
}

.news .more:link, .news .more:visited {
}

.news .nume {
	padding-bottom: 5px;
}





.links {
	position: absolute;
	right: 0px;
	top: 32px;
	font-weight: bold;
}

.links a:link, .links a:visited {
	text-decoration: none;
	color: #353535;
}




.contactHome {
	float: right;
	width: 40%;
	margin-right: 40px;
}




.serviciiHome {
	float: left;
	width: 40%;
	margin-left: 40px;
}

.serviciiHome li {
	list-style: none;
	padding: 3px 0;
	padding-left: 15px;
	background: url(img/bullet2.jpg) no-repeat 0 8px;
}

.serviciiHome li a:link, .serviciiHome li a:visited {
	color: #353535;
}




.cerere {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}