html, body {
	margin: 0;
	padding: 0;
	height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(/assets/css/styleimages/bgbody.jpg);
	background-repeat: repeat-x; }

a:link {
	text-decoration: none;
	color: #336633; }
	
a:visited {
	text-decoration: none;
	color: #336633; }
	
a:hover {
	text-decoration: none;
	color: #CC6600; }

h1 {
	margin: 0;
	padding: 0px 5px 0px 10px;
	font-size: 18px;
	color: #336633;
	font-weight: bold;
	line-height: 30px; }

#container-page {
	margin: 0px auto;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #339999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #339999;
	border-left-style: solid;
	border-left-width: 1px;
	width:702px;
	display:table;
	box-sizing:      border-box;
	background-image: url(styleimages/page_bg_ie7.gif);
	background-repeat: no-repeat;
    -moz-box-sizing: border-box; }

#container-head {
	background-image: url(styleimages/bg-head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 140px;
	width: 700px; }

#head {
	padding: 1px 0px;
	width: 700px;
	margin-bottom: 87px;
	font-size: 10px;
	color: #FFFFFF; }
	
#head ul{
	padding:0px;
	margin:90px 0px 0px;
	list-style-type: none; }
	
#head ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px; }
	
#head a:link {
	text-decoration: none;
	color: #FFFFFF; }
	
#head a:visited {
	text-decoration: none;
	color: #FFFFFF; }
	
#head a:hover {
	color: #CC6600; }

#container-content {
	margin-top: 0px; }

#container-foot {
	margin: 0px auto;
	text-align: left;
	position: static;
	width: 702px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	background-color: #FFFFFF;
	border-top-color: #339999;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: #339999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #339999;
	border-right-style: solid;
	border-right-width: 1px;
	box-sizing:      border-box;
	bottom: 0px;
    -moz-box-sizing: border-box; }

#foot {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;	
	padding-bottom:5px; }

.content {
	width: 550px;
	padding-bottom: 5px;
	display: block;
	float: right;
	background-color: #FFFFFF; }

.home {
	color: #FFFFFF!important;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #339999;
	letter-spacing: 1px; }
	
.home a:link {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px; }
	
.home a:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px; }
	
.home a:hover {
	color: #FFFFFF;
	text-decoration: none; }

.subnav {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	border-left-color: #999900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999900;
	background-color: #FFFFFF;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900; }
	
.subnav ul{
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px; }
	
.subnav li{
	padding: 0px 0px 1px;
	margin: 0px;
	line-height: 20px;
	border: 0px none; }
	
.activeNav {
	display: block;
	background-color: #CCCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999900;
	border-right-color: #999900;
/* Dev Site	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900; */ }

.subcontent {
	float: right;
	width: 150px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #F5F5E5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px; }

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	height: 1px;
	clear: right; }
	
h2 {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 10px; }

.panel h2 {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
	line-height: 10px;
	padding-right: 5px;
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 7px; }
	
.righthalf {
	float: right;
	width: 40%;
	position: static;
	right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px; }
	
.thickborder {
	margin: 0px 0px 10px;
	padding: 0px; }
	
.rborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99; }
	
.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCC99; }
	
.panel {
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	background-color: #F5F5E5;
	border-bottom-color: #339999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-right: 3px; }
	
.panel ul{
	padding:0px;
	margin:0px; }
	
.panel ul li{
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	display: block; }
	
.leftfloat {
	float: left;
	padding-right: 10px; }
	
.lefthalf {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px; }
	
.caption {
	font-size: 10px;
	color: #666666;
	margin: 8px; }
	
.rightfloat {
	float: right;
	margin-right: 5px; }
	
.rightimage {
	margin: 8px 5px 8px 8px;
	padding: 0px; }
	
.leftimage {
	margin: 8px 8px 8px 10px;
	padding: 0px; }
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	padding-right: 5px;
	padding-left: 10px; }
	
h3black {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 10px; }
	
ul {
	list-style-image: url(styleimages/bullet.gif); }
	
ol {
	list-style-type: decimal; }
	
ol ol{
	list-style-type: lower-alpha; }
	
.clear {
	clear: both; }
	
.red {
	color: #CC3300;
	font-weight: bold; }
	
.price {
	font-weight: bold; }
	
th {
	font-size: 12px;
	color: #999999;
	text-align: center; }
	
.margin {
	margin: 2px; }
	
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px; }
	
.error {
	font-weight: bold;
	color: #FF0000; }

p {
	padding-left: 10px;
	padding-right: 5px; }
	
.righthalflogo {
	float: right;
	width: 70%;
	margin: 0px 0px 0px 0px;
	height: 10px; }
	
.righthandheld {
	float: right;
	margin-right: 15px; }
	
.demo-request-form {
	width: 500px;
	position: relative;
	padding-bottom: 5px;
	display: block;
	margin-left: 25px; }
	
.panel-search {
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	background-color: #F5F5E5;
	border-bottom-color: #339999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	width: 180px;
	right: 500px;
	padding-right: 5px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #339999; }
	
.righthalf-search {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	font-size: 12px; }
	
.search-results {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	height: 100%; }
	
.Description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto; }
	
.ErrorCodes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; }
	
.techsolution {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #339999;
	padding-left: 10px; }
	
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000; }
	
.MenuHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold; }
	
.solution {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto; }
	
.viewtitle {
	margin: 0;
	padding: 0px 5px 0px 0px;
	font-size: 18px;
	color: #336633;
	font-weight: bold;
	line-height: 30px; }
	
.historyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339999;
	padding-top: 10px;
	margin-top: 0px; }
	
.historylist {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 339933;
	margin-top: 10px;
	padding-left: 5px; }
	
.hissubnav {
	background-color: #F5F5E5;
	font-weight: normal;
	border-top-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
	border-right-color: #999900; }
	
.hissubnav ul {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-left: 10px; }
	
.hissubnav li {
	padding: 0px 0px 1px;
	margin: 0px;
	line-height: 20px;
	border: 0px none; }
	
.additem {
	width: 530px;
	margin-left: 20px; }
	
.itemfield {
	background-color: #F5F5E5; }
	
.formbutton {
	background-color: #F5F5E5;
	border: 1px solid #339999;
	font-size: 14px;
	color: #336633; }
	
.product {
	float: right;
	width: 50%;
	position: static;
	right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px; }
	
.newproduct {
	float: right;
	position: static;
	right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px; }
	
#adholder {
	position: absolute;
	width: 150px;
	height: 80px;
	cursor: hand;
	margin-top: 5px;
	margin-left: 1px;
/* Dev = 418 .. Live = 400 */	
	top: 375px; }
	
.rightfloatflash {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px; }
	
.frontpagetext {
	line-height: 23px; }
	
.intermap {
	border: 2px dashed #339999;
	padding: 5px;
	margin: 5px;
	width: 500px; }
	
.infocursor {
	cursor: help; }
	
.catalogue {
	color: #FFFFFF!important;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 3px;
	background-color: #339999;
/* New Dev Version
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900; */ }
	
.catalogue a:link {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px; }
	
.catalogue a:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px; }
	
.catalogue a:hover {
	color: #FFFFFF;
	text-decoration: none; }
	
.activeNavcat {
	display: block;
	background-color: #CCCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999900;
	border-right-color: #999900;
	letter-spacing: 1px;
	margin-top: 2px;
	color: #FFFFFF;
	text-decoration: underline; }

#breadcrumbs {
/* Old Live Version */
	height: 30px;
	background-image: url(styleimages/bg-breadcrumbs.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 535px;
	
/* Dev New Version
	height: 20px;
	background-color: #F5F5E5;
	line-height: 20px;
	width: 540px;
	font-size: 12px;
	padding-left: 10px; */	}
	
#breadcrumbs a:link {
/* Old Live Version */
	text-decoration: none;
	color: #996600;
	font-weight: bold;

/* Dev New Version 
	text-decoration: underline;
  	color: #336633; */ }
  	
#breadcrumbs a:visited {
/* Old Live Version */
	text-decoration: none;
	color: #996600;
	font-weight: bold;

/* Dev New Version	
	text-decoration: underline;
  	color: #336633; */ }
  	
#breadcrumbs a:hover {
/* Old Live Version */
	text-decoration: underline;
	color: #996600;
	
/* Dev New Version	
	text-decoration: underline;
	color: #CC6600; */ }

#nav {
	width: 150px;
	border-bottom-color: #339999;
	color: #FF9900;
	font-weight: bold;
	margin: 0px;
	line-height: 25px;

/* Old Live Version */	
	background-color: #F5F5E5;
	float: left;
	background-image: url(styleimages/nav_backgrounds.jpg);
	border-right-color: #339999; }
	
#nav a:link {
	text-decoration: none;
	color: #336633;
	padding-left: 5px;
	display: block; }
	
#nav a:visited {
	text-decoration: none;
	color: #336633;
	display: block;
	padding-left: 5px; }
	
#nav a:hover {
	color: #FFFFFF;
	background-color: #CC6600;
	display: block;
	padding-left: 5px; }

table {
	font-size: 12px; }
