@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(/Core/Images/BackGround.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	color: #242424;
}

a {
	color: #242424;
	text-decoration: underline;
}
p {
	color: #7D9E22;
	font-family: verdana;
	font-size: 12px;
}

div#logo {
	text-align: center;
	padding-top: 20px;
}

div#claim h1 {
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFF;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 20px;
}

div#claim h2 {
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFF;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 10px;
}


div#claim p {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A3B70D;
	width: 800px;
}

div#claim h3 {
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	width: 800px;
	margin-top: 18px;
}



div#imghomespot {
	margin: 0 auto;
	width: 915px;
	height: 390px;
	margin-top: 10px;
}

.NomeCliente {
	position: relative;
	text-align: left;
	width: 250px;
	height: 70px;
	top: 150px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	left: 620px;
}

.black {
	color: #000;
}

.LinkSitoCliente {
	position: relative;
	text-align: left;
	width: 250px;
	height: 40px;
	top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#FFF;
	left: 620px;
}

.LinkSitoCliente a {
	color: #FFF;
}

#TitleForm {
	/*margin: 0 auto;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	/*font-weight: bold;*/
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 35px;
	background-color: #111;
}

#TitleForm p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #111;
	line-height: 140%;
	width: 800px;
	text-align: center;
	color: #A3B70D;
	margin: 0 auto;
}

#SubTitleForm {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#242424;
}

#footer {
	margin: 0 auto;
	/*width: 920px;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #000;
	border-top: #242424 dotted 1px;
}

#footer a {
	color: #7D9E22;
}

.boxgrid{ 
	margin: 0 auto;
	width: 915px; 
	height: 390px; 
	/*margin:10px;*/
	margin-top: 20px;
	/*float:left; */
	/*background: #7D8A27; */
	background: #A3B70D;
	border: solid 1px #242424;
	overflow: hidden; 
	position: relative;
}
.boxgrid a{
	color: #fff;
	text-decoration: none;
}
.boxgrid img{ 
	margin: 0 auto;
	position: absolute;
	top: 0; 
	left: 0; 
	border: 1px; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#000; 
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 500px;
}

.boxgrid h2{ 
	padding: 0 10px; 
	color:#ffffff; 
	font-weight:bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 260;
		left: 0;
	}
	.caption .boxcaption {
		top: 220;
		left: 0;
	}
	
.underlinemenu{
	font-weight: bold;
	margin: 0 auto;
	/*width: 100%;*/
	/*border-top: #242424 dotted 1px;*/
	width: 920px;
	margin-top: 10px;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 2px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: black;
}

dl.margins-removed
{
	margin: 0;
	padding: 0;
	width: 310px;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.margins-removed dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFF;
	color: #A3B70D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}

.margins-removed dd
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	background: url(../Images/bullet-arrow.png) no-repeat 0 .5em;
	margin-top: 0.5;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 130%;
}
