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

body {
	background-color: #ed1c24;
	font-size: 95%;
}

h1, h2, h3, p {
  font-family: ff-meta-serif-web-pro, serif;
}

h1 {
  	font-size: 110%;
	font-style: normal;
	font-weight: 200;
  	color: #262262;
	line-height: 120%;
}

h3 {
	color: #FFF;
}

p {
	line-height: 110%;
	margin-top: 5px;
	color: #000;
}

.header {
	height: 140px;
	border-bottom: 10px solid #FFF;
	-webkit-box-shadow: 0px 2px 5px #CCC;
	box-shadow: 0px 2px 5px #CCC;
	z-index: 99;
	position: relative;
}

.headercontent, .footercontent {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}

.headercontent h2 {
	color: none;
	text-height: -100000px;
	font-size: 0;
	text-indent: -10000000000px;
}

.logo {
	width: 351px;
	height: 70px;
	float: right;
	clear: both;
	margin-right: 30px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

.main {
	height: 400px;
	border-bottom: 10px solid #FFF;
	background-color: #F1F2F2;
	z-index: 99;
}

.maincontent {
	width: 960px;
	margin: 0 auto;
}

.leftcol {
	float: left;
	width: 490px;
	padding: 30px 0 0 30px;
}

.leftcol img {
	margin-bottom: 10px;
}

.leftcol p {
	line-height: 140%;
	margin-top: 10px;
	text-align:justify;
}

.leftcol ul li {
	margin-top: 10px;
	padding-left: 23px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
}

.ul1 {
	float: left;
}

.ul2 {
	float: left;
	clear: right;
	margin-left: 30px;
}

.rightcol {
	float: right;
	padding-right: 30px;
}

.rightcol img {
	border-left: 1px solid #009;
	border-right: 1px solid #009;
}

.footercontent p, .footercontent ul {
	font-size: 90%;
}

.footercontent {
	padding-left: 30px;
}

.footercontent p {
	color: #FFF;
	clear: both;
}

.footercontent ul {
	color: #FFF;
}

.footercontent ul li{
	margin-top: 11px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.mystar {
	color: #d51e23;
	font-size: 70%;
	text-decoration: none;
	font-family: ff-meta-serif-web-pro, serif;
	padding: 30px 0;
	float: left;
	clear: both;
}