body {
	background: url(/images/count.png) center 70px;
	margin: 0;
	padding: 0;
}
#layer2 {
	background: url(images/header-bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-family: "DejaVu Sans Condensed", arial, sans-serif;
}
img#logo {
	position:relative;
	float:left;
	border:none;
	z-index:254;
	width:120px;
	height:120px;
	padding: 0;
	margin:-10px 0 0;
}
img#name {
	position:relative;
	border:none;
	width:300px;
	height:36px;
	padding:0;
	margin:30px 0 0 30px;
}
div.clear {
	clear:both;
}
.illustration {
	border:none;
	width:300px;
	margin:0;
	padding:0;
}
div.illustration {
	height:300px;
	float:left;
	overflow:hidden;
	text-align:center;
	border:solid thin #334422;
	margin:3px;
}
img.illustration {
	height:240px;
}
.menu {
	margin:0 0 0 20px;	
	font-size:16px;
	font-family: "DejaVu Sans Condensed", arial, sans-serif;
	border:none;
}
div.menu ul{
	margin-top:0;
	margin-bottom:0;
	list-style-type:none;
	background:#334422;
}
div.menu li{
	display:inline;
	list-style-type:none;
	padding:0 6px;
	background:#334422;
}	
div.menu li a{
	text-decoration:none;
	color:white;
}
div.menu li.currentmenu a{
	text-decoration:underline;
	color:#F7B500;
}
div.menu li a:hover{
	color:#0000ff;
	text-decoration:underline;
}
.content {
	background:#ffffff;
}
.products {
	text-align: center;
}
.products a {
	color:#0000C0;
	text-decoration:none;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #C00000;
	text-align: center;
	padding:0;
	margin:0;
}
td p {
	margin-top: 0;
	}
#disaster {
	text-decoration:underline;
}
#whome {
	text-decoration:underline;
}
div.feature {
	float:left;
	border:none;
	width:300px;
	min-height:46px;
	margin:0;
	padding:0 0 8px 0;
}
div.feature img {
	float:left;
	border:none;
	width:57px;
	height:57px;
	padding:0;
	margin:0;
}
div.feature div {
	float:left;
	width:213px;
	padding:0 20px 0 10px;
	font-size: 14px;
	font-family: arial, sans-serif;
}
div.feature strong {
	font-weight:bold;
}
p.feature {
	background: url(images/check.png) no-repeat left top;
	padding-left:30px;
	min-height:22px;
}
ul.feature {
	width:600px;
	margin:10px auto;
	color:#334422;
}
ul.feature li {
}
ul.cost {
	font-size:16px;
	color:#000000;
	padding:0;
}
ul.cost li{
	margin-left:2em;
}
div.teaser {
	float:left;
	border:none;
	width:200px;
	min-height:46px;
	margin:0;
	padding:0 0 8px 0;
}
div.teaser img {
	float:left;
	border:none;
	width:38px;
	height:38px;
	padding:0;
	margin:0;
}
div.teaser div {
	float:left;
	width:113px;
	padding:5px 10px 0 5px;
	font-size: 14px;
	font-family: arial, sans-serif;
}
table.consumables{
	background:#000066;
	margin:10px auto;
}
table.consumables th{
	background:#ffffff;
	padding:2px;
	margin:2px;
	text-align:center;
}
table.consumables td{
	background:#ffffff;
	padding:2px;
	margin:2px;
	text-align:right;
}
.twocol-left {
	width:600px;
}
div#demoframe {
	position:relative;
	background:#ffffff url(/images/device.png) no-repeat;
	width:340px;
	height:545px;
	margin:3px auto 10px auto;
	float:left;
	padding:0;
}
div.tellmore {
	border:solid medium #334422;
	background:#c6e4f9;
	width:280px;
	margin:0;
	padding:10px;
	-webkit-border-radius:20px;
	border-radius:20px;
	float:right;
	overflow:hidden;
	text-align:center;
}
img#demotop {
	position:absolute;
	top:43px;
	left:21px;
	width:280px;
	height:130px;
	margin:0;
	padding:0;
}
div#demobottom {
	position:absolute;
	top:173px;
	left:21px;
	width:280px;
	height:290px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0;
	padding:0;
}
.knowError {
	color: #FF0000;
}
quote {
	display:block;
	color:#0000c0;
	padding:0 40px;
}
.input_text {
	width:200px;
	margin:5px 0;
}
.input_submit {
	margin:5px 0;
	padding:5px 15px;
	background-color:#FA6900;
}
.input_submit:hover {
	background-color:#FAA900;
}
.contact {
	border:none;
	background:#cfffff;
	width:240px;
	margin:0;
	padding:10px;
	-webkit-border-radius:20px;
	border-radius:20px;
	float:right;
	overflow:hidden;
	text-align:center;
}
.retext{
	border:none;
	width:600px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	text-align:left;
}
.bigtext{
	border:none;
	width:600px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	text-align:left;
}
div.bigtext p {
	margin:1ex;
}
p.red {
	color:#c00000;
}
div.bigtext ul {
	margin:0;
}
@media screen and (min-width: 641px) {
	#layer2 {
		min-width:970px;
	}
	div#container {
		position: relative;
		width: 970px;
		margin: 0 auto;
		padding: 0;
		border: none;
	}
	div#header{
		position:relative;
		min-height:70px;
		color: #ffffff;
		text-align: left;
		margin: 2px 0 0 0;
		padding: 0;
		font-size:24pt;
		font-family: "DejaVu Serif Condensed", serif;
		border:none;
	}
	div#thispage{
		margin:0 20px;
		clear:both;
		font-size:16px;
	}
	tr.question {
		font-size:20px;
		color:#000000;
		padding: 0 2em;
		vertical-align:top;
	}
	tr.answer {
		font-size:16px;
		color:#0000c0;
		padding:0 2em;
		vertical-align:top;
	}
	tr.question th {
		font-size:150%;
	}
	tr.answer th {
		font-size:150%;
	}
	tr.question td {
		padding-top:10px;
	}
	tr.answer td {
		padding-top:8px;
	}
}
@media screen and (max-width: 640px) {
	body {
		background: #ffffff;
	}
	#layer2 {
		background: #ffffff;
	}
	div#container {
		position: relative;
		width: 310px;
		margin: 0 auto;
		padding: 0;
		border: none;
	}
	div#header {
		background: #334422 url(images/header-bg.png) repeat-x left top;
		position:relative;
		min-height:70px;
		color: #ffffff;
		margin: 2px 0 0 0;
		padding: 0;
		font-size:14pt;
		font-family: "DejaVu Serif Condensed", serif;
		border:none;
	}
	img#logo {
		position:relative;
		float:left;
		border:none;
		z-index:254;
		width:80px;
		height:80px;
		padding: 0;
		margin:-10px 0 0;
	}
	img#name {
		position:relative;
		border:none;
		width:200px;
		height:24px;
		padding:0;
		margin:36px 0 0 10px;
	}
	div#thispage {
		margin:0;
		clear:both;
	}
	.menu {
		margin:0;
		font-size:16px;
		font-family: "DejaVu Sans Condensed", arial, sans-serif;
		border:none;
		clear:both;
	}
	div.menu li{
		display:block;
		list-style-type:none;
		margin:0;
		padding:0 6px 15px;
		border:none;
	}	
	div.menu li a{
		text-decoration:underline;
		color:white;
	}
	tr.question{
		font-size:14px;
		color:#000000;
		padding: 0 2em;
		vertical-align:top;
	}
	tr.answer {
		font-size:12px;
		color:#0000c0;
		padding:0 2em;
		vertical-align:top;
	}
	tr.question th {
		font-size:125%;
	}
	tr.answer th {
		font-size:125%;
	}
	tr.question td {
		padding-top:6px;
	}
	tr.answer td {
		padding-top:6px;
	}
	div#demoframe {
	position:relative;
	width:280px;
	height:420px;
	margin:3px auto;
	float;center;
	padding:0;
	background:#000000;
	}
	img#demotop {
		position:absolute;
		top:0;
		left:0;
		width:280px;
		height:130px;
		margin:0;
		padding:0;
	}
	div#demobottom {
		position:absolute;
		top:130px;
		left:0;
		width:280px;
		height:290px;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	.retext {
		width:300px;
	}
	.bigtext {
		width:300px;
	}
}
