﻿body {
	padding: 0px;
	margin: 0px;
	font: 14px/21px Verdana, sans-serif;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.banner {
	text-align: center;
}

.navigation {
	text-align: center;
	width: 290px;
	height: 360px;
	padding-right: 20px;
	float: left;
}

.homeButton {
	width: 280px;
	height: 68px;
	display: inline-block;
	background: #ffffff url('acasa.gif');
	background-position: center bottom;
	text-indent: -9999px;
}

.homeButton:hover {
	background-position: center top;
}

.serviciiButton {
	width: 280px;
	height: 68px;
	display: inline-block;
	background: #ffffff url('servicii.gif');
	background-position: center bottom;	
	text-indent: -9999px;
}

.serviciiButton:hover {
	background-position: center top;
}

.infoButton {
	width: 280px;
	height: 68px;
	display: inline-block;
	background: #ffffff url('informatii.gif');
	background-position: center bottom;
	text-indent: -9999px;
}

.infoButton:hover {
	background-position: center top;
}

.contactButton {
	width: 280px;
	height: 68px;
	display: inline-block;
	background: #ffffff url('contact.gif');
	background-position: center bottom;
	text-indent: -9999px;
}

.contactButton:hover {
	background-position: center top;
}

.text {
	padding: 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;
}

.contact {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.contact a {
	color: #000000;
}

.clear {
	clear: both;
}

.verticalAlign {
	vertical-align: middle;
}

a:focus {
	outline: none;
}
