 * {
	margin: 0;
	padding: 0;
}

header,nav,section,article,aside,footer {
	display: block;
}

body {
	width: 100%;
	color: #191919;
	font: 12px/18px 'PT Sans', sans-serif;
}

a {
	outline: none;
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
	width: 100%;
}

.wrap {
	margin: 0 auto;
	width: 1024px;
}

.clear {
	display: block;
	clear: both;
}

.button {
	font-family: "PT Sans";
	font-size: 24px;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #53A444;
	width: 200px;
	height: 45px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #53A444;
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 0 3px rgba(255,255,255,.2);
	box-shadow: inset 0 0 3px rgba(255,255,255,.2);
	border: solid 1px #53A444;
	background: -webkit-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 50%, #b9f16f);
	background: -moz-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 50%, #b9f16f);
	background: -o-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 50%, #b9f16f);
	background: -ms-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 50%, #b9f16f);
	background: linear-gradient(to top, #53A444, #81c42c 45%, #9bd352 50%, #b9f16f);
}

.button:hover {
	background: -webkit-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 80%, #b9f16f);
	background: -moz-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 80%, #b9f16f);
	background: -o-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 80%, #b9f16f);
	background: -ms-linear-gradient(bottom, #53A444, #81c42c 45%, #9bd352 80%, #b9f16f);
	background: linear-gradient(to top, #53A444, #81c42c 45%, #9bd352 80%, #b9f16f);
	margin-top: 11px;
	margin-bottom: 9px;
}
/* Header
-----------------------------------------------------------------------------*/

#header {
	border-bottom: 2px solid #f7f8fa;
	height: 85px;
}

#header a:link {
	text-decoration: none;
}

#header .wrap {
	height: 85px;
	background: #fff url(img-nrs/logo.png) 0 5px no-repeat;
}

#header .wrap h1 {
	line-height: 85px;
	margin-left: 200px;
	font-size: 21px;
	color: #d5dde5;
}

/* Middle
-----------------------------------------------------------------------------*/
#solution {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 30px;
	background: #e2e4e3;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

#solution span {
	color: #265b99;
	font-weight: 700;
}

#message {
	display: block;
	padding-top: 10px;
	height: 420px;
	background: url(img-nrs/servers.jpg) 0 130px repeat-x;
}

#message .wrap {
	text-align: right;
}

#message .wrap h2 {
	font-size: 48px;
	line-height: 50px;
}

#message .wrap h2 strong {
	color: #d8222a;
	font-style: italic;
}

#message .wrap p {
	margin-top: 10px;
	color: #9e7a29;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}

#wmn {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 289px;
	height: 385px;
	background: url(img-nrs/wmn.png) 0px 0px no-repeat;
	background-size: 90%;
}

#main {
	margin-top: -10px;
	text-align: center;
}

#main h3 {
	color: #53a444;
	font-size: 48px;
	line-height: 60px;
}

#main h3 strong {
	color: #005b9d;
}

#main p {
	color: #005b9d;
	font-weight: normal;
	font-size: 21px;
	line-height: 30px;
}

#hiw {
	padding-top: 10px;
}

#hiw h4 {
	color: #99bcd8;
	font-weight: normal;
	font-style: italic;
	font-size: 38px;
	line-height: 50px;
}

#hiw h5 {
	font-size: 18px;
	line-height: 40px;
}

#hiw p {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

#hiw .wrap .col1 {
	display: block;
	float: left;
	width: 450px;
}

#hiw .wrap .col2 {
	display: block;
	float: left;
	width: 500px;
	height: 280px;
	background: url(img-nrs/hiw.jpg) 0px 20px no-repeat;
	background-size: 100%;
	margin-left: 50px;
}

#summary {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	background: #e2e4e3;
	color: #265b99;
	font-weight: 400;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
}

#points ul {
	display: block;
	float: left;
	margin: 10px 0 0px 20px;
	margin-right: 30px;
	width: 780px;
	list-style: square;
	font-weight: normal;
	font-size: 14px;
}

#points ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

#panel {
	display: block;
	float: left;
	margin-top: -40px;
	margin-bottom: -50px;
}

#panel h5 {
	display: block;
	padding: 0 15px;
	width: 160px;
	height: 30px;
	background: #53A444;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}

#panel ol {
	margin-left: 10px;
	padding: 10px 15px;
	background: #d4d9c6;
	list-style: none;
}

#panel ol li {
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
}

#panel ol lh {
	margin-left: 25px;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-top: 20px;
	height: 120px;
	background: #f9f7f2;
}

#footer h3 {
	display: block;

	margin-right: 20px;
	width: 250px;
	color: #53A444;
	font-size: 28px;
	line-height: 30px;
}

#footer ul {
	list-style: none;
	display: block;
	float: left;
	margin-left: 150px;
	margin-top: -20px;
}

#footer ul li {
	margin-bottom: 8px;
	color: #D8222A;
	font-size: 16px;
}

#footer ul li span {
	display: block;
	float: left;
	width: 180px;
	color: #a8aaaa;
	font-weight: normal;
}

#footer ul li a {
	color: #D8222A;
	text-decoration: none;
}

#footer .button {
	text-align: center;
	display: block;
	float: left;
}
