@charset "utf-8";
/* CSS Document */

.site {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #052A61;
}
.footer {
	height: 34px;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.caseta {
	height: 351px;
	color: #FFF;
	padding: 10px;
}
.titlu_caseta_left {
	font-size: 28px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #6CF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #FFF;
}
.caseta_promotionale {
	background-image: url(images/caseta_portocalie.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 201px;
	padding: 10px;
	margin: 10px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.contact_form {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	margin-top: 30px;
	padding: 30px;
}
.spacer {
	height: 20px;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 20px;
}
.spot {
	width: 800px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}
.spot p {
	font-weight: bold;
}
