﻿body {
	padding: 0px;
	margin: 0px;
	font: 14px/21px Verdana, sans-serif;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

hr {
	color: #0067DA;
	background-color: #0067DA;
	height: 2px;
	border: 0px;
}

.banner {
	text-align: center;
}

.navigation {
	text-align: center;
	width: 980px;
	height: 70px;
	padding: 0px;
	margin: 10px auto;
}

.homeButton {
	width: 240px;
	height: 70px;
	display: inline-block;
	background: #ffffff url('acasa.gif');
	text-indent: -9999px;
}

.homeButton:hover {
	background: #ffffff url('acasa_over.gif');
}

.serviciiButton {
	width: 240px;
	height: 70px;
	display: inline-block;
	background: #ffffff url('servicii.gif');
	text-indent: -9999px;
}

.serviciiButton:hover {
	background: #ffffff url('servicii_over.gif');
}

.infoButton {
	width: 240px;
	height: 70px;
	display: inline-block;
	background: #ffffff url('informatii.gif');
	text-indent: -9999px;
}

.infoButton:hover {
	background: #ffffff url('informatii_over.gif');
}

.contactButton {
	width: 240px;
	height: 70px;
	display: inline-block;
	background: #ffffff url('contact.gif');
	text-indent: -9999px;
}

.contactButton:hover {
	background: #ffffff url('contact_over.gif');
}

.text {
	margin: 10px;
	text-align: justify;
}

.text h1 {
	font-size: 20px;
}

.text .bold {
	font-weight: bold;
}

.text .italic {
	font-style: italic;
}

.text ul {
	list-style: disc;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.images {
	margin-left: 20px;
	width: 350px;
	float: right;
}

.left{
	float: left;
}

.right{
	float: right;
}

.contact {
	margin: 0px 10px 0px 10px;
	color: #0067DA;
	font-weight: bold;
	text-decoration: none;
}

.contact a {
	color: #0067DA;
}

.clear {
	clear: both;
}

.verticalAlign {
	vertical-align: middle;
}

.hidden {
	display: none;
}

a:active, a:focus {
	outline:none;
} 
