﻿body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	/*background-color: #152c72;*/
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h2 {
	color: #ffffff;
	background-color: #152c72;
	margin-bottom: 5px;
	border-bottom: 1px solid #152c72;
	line-height: 42px;
}

@media screen and (max-width:43.68em) {
h2 {
	font-size: 19px;
}
}
@media screen and (min-width:43.69em) {
h2 {
	font-size: 20px;
}
}

a img { 
	border: none;
}

a:link {
	color:#06F;
	text-decoration: none; 
}
a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 100%;
	max-width: 1100px;
	background-color: #FFF;
	margin: 0 auto;
}

.header {
	background-color: #FFF;
	height: 95px;
}
.logo {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
@media screen and (max-width:33.68em) {
.logo {
	margin: 0px;
}
}
.title {
	font-weight: bold;
	color: #02134b;
	height: 35px;
	padding-top:24px;
	line-height:18px;
}

.subtitle {
	font-size: 17px;
	font-weight: normal;
	color: #02134b;
	height: 22px;
	margin-left: 12px;
}

@media screen and (max-width:33.68em) {
.title {
	font-size: 21px;
	/*width: 400px;*/
}
.subtitle {
	font-size: 17px;
}
}
@media screen and (min-width:33.69em) and (max-width:43.68em) {
.title {
	font-size: 26px;
}
.subtitle {
	font-size: 18px;
}	
	
}
@media screen and (min-width:43.69em) {
.title {
	font-size: 30px;	
}
.subtitle {
	font-size: 19px;
	padding-left:2px;
}
}
.tagline {
	background-color: #152c72;
	margin-left: 0px;
	color: white;
	font-weight: bold;
	/*font-style:italic;*/
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height:42px;
}
.tagline p {
	
}
@media screen and (max-width:43.68em) {
.tagline {
	font-size: 19px;
}
}
@media screen and (min-width:43.69em) {
.tagline {
	font-size: 20px;
}
}
@media screen and (max-width:43.68em) {
.tagline p {
	margin-top: 10px;
}
}
@media screen and (min-width:43.69em) {
.tagline p {
	margin-left: 132px;
}
}
.intro {
	width: 99%;
	margin: 6px 12px;
}

@media screen and (max-width:710px) {
.intro {
	line-height: 18px;
	padding-bottom: 5px;
	width: 96%;
}
}
@media screen and (min-width:711px) {
.intro {
	width: 700px;
}
}
.content {
	padding: 0px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 30px; 
}

.footer {
	padding: 0px 0;
	background-color: #152c72;
}
.footer p {
	color: white;
	font-size:9px;
	margin-top:80px;
	visibility: hidden;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

table {
	margin: 0 auto;
}

td {
	padding: 5px;
}

.allContainer {
	border-top: 1px solid #02143b;
	border-left: 1px solid #02143b;
	border-right: 1px solid #02143b;
}
@media screen and (max-width:43.68em) {
.allContainer, .intro {
	margin: 7px;
}
}
@media screen and (min-width:43.69em) {
.allContainer, .intro {
	width: 700px;
	margin: 7px auto;
}
}

.manualGroup {
	border-bottom: solid 1px #999;
	min-height: 70px;
}
.manualGroup ul {
	list-style-type: disc;
	display: table-cell;
	width:100%;
	
}
.manualGroup li {
	padding-top: 10px;
}

@media screen and (max-width:43.68em) {
.manualGroup {
	margin-top: 7px;
}
}

@media screen and (max-width:43.68em) {
.iconPrimeline {
		background-image:url(images/icon_pledge_small.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 12px 0px 0px 18px;
		width: 219px;
		height: 58px;
}
}
@media screen and (min-width:43.69em) {
.iconPrimeline {
		background-image:url(images/icon_pledge.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconPl {
		background-image:url(images/icon_pl_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 18px;
}
}
@media screen and (min-width:43.69em) {
.iconPl {
		background-image:url(images/icon_pl.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconThinline {
		background-image:url(images/icon_thinline_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconThinline {
		background-image:url(images/icon_thinline.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width: 43.68em) {
.iconXtend {
		background-image:url(images/icon_xtendFresh_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconXtend {
		background-image:url(images/icon_xtendFresh.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 240px;
		height: 85px;
}
}
@media screen and (max-width: 43.68em) {
.iconNatural {
		background-image:url(images/icon_naturaLine_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconNatural {
		background-image:url(images/icon_naturaLine.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}


@media screen and (max-width: 43.68em) {
.iconRG15t4i {
		background-image:url(images/icon_genset_rg15t4i_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconRG15t4i {
		background-image:url(images/icon_genset_rg15t4i.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width: 43.68em) {
.iconUG15t4 {
		background-image:url(images/icon_genset_ug15t4_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconUG15t4 {
		background-image:url(images/icon_genset_ug15t4.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width: 43.68em) {
.iconUG15t4i {
		background-image:url(images/icon_genset_ug15t4i_small.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 12px 0px 0px 12px;
}
}
@media screen and (min-width:43.69em) {
.iconUG15t4i {
		background-image:url(images/icon_genset_ug15t4i.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 380px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconAlarmApp {
		background-image:url(images/icon_tool_alarm_app_small.png);
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		padding: 12px 0px 0px 12px;
		width: 63px;
		height: 52px;
}
}
@media screen and (min-width:43.69em) {
.iconAlarmApp {
		background-image:url(images/icon_tool_alarm_app.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 480px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconTempConversion {
		background-image:url(images/icon_tool_temp_small.png);
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		padding: 12px 0px 0px 12px;
		width: 63px;
		height: 52px;
}
}
@media screen and (min-width:43.69em) {
.iconTempConversion {
		background-image:url(images/icon_tool_temp.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 480px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconTempPressure {
		background-image:url(images/icon_tool_temp_pressure_small.png);
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		padding: 12px 0px 0px 12px;
		width: 64px;
		height: 52px;
}
}
@media screen and (min-width:43.69em) {
.iconTempPressure {
		background-image:url(images/icon_tool_temp_pressure.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 480px;
		height: 85px;
}
}
@media screen and (max-width:43.68em) {
.iconSensor {
		background-image:url(images/icon_tool_sensors_small.png);
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		padding: 12px 0px 0px 12px;
		width: 64px;
		height: 52px;
}
}
@media screen and (min-width:43.69em) {
.iconSensor {
		background-image:url(images/icon_tool_sensors.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 0px 0px 15px;
		width: 480px;
		height: 85px;
}
}
