@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}

.main {
	width: 982px;
	margin: 0 auto;
}

.header {
	background-image: url(images/nivr_header.jpg);
	background-repeat: no-repeat;
	width: 982px;
	height: 153px;
}

.top_border {
	background-image: url(images/top_border.jpg);
	background-repeat: no-repeat;
	width: 982px;
	height: 142px;
}

.header_text {
	background-image: url(images/products.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 38px;
	margin-top: 275px;
	margin-left: 745px;
}

.content {
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
	width: 982px;
	height: 280px;
	padding-left: 30px;
	font-size: 13px;
}

.label {
	font-size: 12px;
}

.text{
	margin-top: 0px;
}

.bold {
	font-weight: bold;
	font-size: 16px;
}

.form {
	margin-top: -300px;
	padding-left: 750px;
}

.send {
	margin-left: 90px;
}

.bottom_border {
	background-image: url(images/bottom_border.png);
	background-repeat: no-repeat;
	width: 982px;
	height: 49px;
	margin-left: -1px;
}

.feature_content {
	background-image: url(images/feature_box.png);
	background-repeat: no-repeat;
	width: 327px;
	height: 131px;
}

.benefits_content {
	background-image: url(images/benefit_box.png);
	background-repeat: no-repeat;
	width: 325px;
	height: 131px;
	margin-top: -131px;
	margin-left: 327px;
}

.nivr_content {
	background-image: url(images/nivr_box.png);
	background-repeat: no-repeat;
	width: 331px;
	height: 131px;
	margin-top: -131px;
	margin-left: 652px;
}

.read_button {
	background-image: url(images/read.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 40px;
	margin-left: 200px;
	position: relative;
	bottom: -80px;
}

.home_button {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 94px;
	margin-top: -553px;
	margin-left: 28px;
}

.copy {
	font-size: 10px;
	text-align: center;
	margin-top: 140px;
}