@charset "UTF-8";
/* CSS Document */

html	{
	background: #ffffff;
	background: radial-gradient(#ffffff, #000000)
  no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	repaet: no-repeat;
}

.imgFloat {
	position: relative;
	float: left;
	padding-right: 10px;
}
.imgCentered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	top: 5px;
	overflow: hidden;
	text-align: center;
}
.copyBlock {
	position: relative;
	width: 1080px;
	height: auto;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	top: -160px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	color: #000000;
}
.logo	{
	position: relative;
	width: 1225px;
	height: 124px;
	z-index: 100;
	top: -220px;
	background-color: #000000;
	text-align: centre;
	border: 1px solid #ed1c24;
	margin: 0 auto;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #ffffff;
}
.top {
	position: relative;
	width: 1020px;
	height: 292px;
	z-index: 1;
	text-align: centre;
	background-color: #000000;
	margin: 0 auto;
	top: 0px;
	opacity: .5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.btnBlock	{
	position: relative;
	width: 1020px;
	height: 30px;
	border-radius: 6px;
	background-color: #000000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #ffffff;
	text-align: center;
	border: 2px solid #ed1c24;
	top: -175px;
	margin: 0 auto;
	z-index: 100;
}
.divTable 	{	
	width: 90%;
	padding-top:10px;
	padding-bottom:5px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	color: #000000;
}
.divRow 	{
	width: 1020px;
	display: block;
	padding-bottom: 5px;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left;
}
.divColumn 	{
	float: left;
	width: 30%;
	display: block;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-align: left;
	margin-left: 5px;
	border-radius: 6px;
	background-color: #000000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #ffffff;
	border: 2px solid #ed1c24;
	padding: 4px 4px 4px 4px;
}
.info	{
	width: 98%;
	display: block;
	position: relative;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-align: left;
	margin-left: 5px;
	border-radius: 6px;
	background-color: #000000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #ffffff;
	border: 2px solid #ed1c24;
	top: 0px;
	padding: 3px;
	font-weight: lighter;
	line-height: 14pt;
}
.property	{
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	top: -150px;
}
.content  {
	width: 45%;
	float: left;
	padding: 6px 4px 4px 6px;
	
}