@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	font-weight:300;
	height:100%;
}
a{
	color:#016a91;
}
/*HEADER*/
#header-menu{
	padding-top:70px;
	position:relative;
	z-index: 50;	
}
#header-menu a{
	text-decoration:none;
}
#header-menu img{
	position:absolute;
	top:left;
    margin-top:-64px;
}
#header-menu li{
	list-style:none;
	height:10px;
}
.header-banner{ /*MUST FIX THE z BANNER*/
	position:relative;
	width:1024px;
	margin:0 auto;
	padding:0 auto;
    z-index:-1;
	zoom: 1;
}
/*CONTENT*/
#content-box{
	margin-top:10px;
	
}
#content-box li{
	padding-bottom:5px;
	padding-left:5px;
	list-style-position:inside;
}
#content-box ul{
	padding:5px;
}
#content-box p{
	padding:5px 5px 5px 0;
	font-weight:300;
	text-transform:none;
}
.box{
	padding:5px;
	border:thin solid #000;
}
.box img{
	padding:5px 5px 10px 5px;
}
/*Light Green*/
.light-green-in{
	
	
}
.light-green h2{
	background:#afe141;
	margin-bottom:10px;
}
.light-green-in,.light-green-inc ul{
	list-style:inside square;
}
/*Yellow*/
.yellow{
}
.yellow h2{
	background:#ffd600;
	color:#fff;
}
.yellow ul{
	list-style-position:inside;
	list-style-image: url("../images/arrow-yellow.gif");
	list-style-type:square;
}
/*Light-Blue*/
.blue{
	
}
.blue h2{
	background:#1ac0e3;
	color:#FFF;
}
.blue ul{
	list-style-position:inside;
	list-style-image: url("../images/arrow-solutions.gif");
	list-style-type:square;
}
/*ACUMATICA*/
.acumatica{
	
}
.acumatica h2{
	background:#006a92;
	color:#FFF;
}
.acumatica ul{
	list-style-position:inside;
	list-style-image: url("../images/arrow-syspro.gif");
	list-style-type:square;
}
/*Solutions*/
.solutions-box{
	background: #e2e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e0e0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e0e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e0e0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e0e0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #e2e0e0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:	80px;
	padding:10px 0 10px 0;
}
.solutions h2{
	background:#1ac0e3;
	color:#FFF;
}
.solutions-box ul{
	margin-left:90px;
	list-style-position:inside;
	list-style-image: url("../images/arrow-solutions.gif");
	list-style-type:square;
}
.solutions-box img{
	padding:5px;
	float:left;
	position:absolute;
}
/*Green*/
.green{
	
}
.green h2{
	background:#3eac72;
	color:#FFF;
}
.green ul{
	list-style-position:inside;
	list-style-image: url("../images/arrow-yellow.gif");
	list-style-type:square;
}
/*Orange*/
.orange h1{
	font-size:15px;
	color:#e97537;
}
.orange h2{
	background:#e97537;
	color:#FFF;
}
.orange ul{
	list-style-position:inside;
	list-style-image: url("../images/arrow-orange.gif");
	list-style-type:square;
}
/*H TAGS*/
h2{
	font-weight:700;
	font-size:15px;
	color:#000;
	padding:5px;
	text-transform:none;
}
h3{
	font-weight:700;
	color:#61a2bb;
}
h4{
	color:#666666;
	font-weight:700;
	font-size:80%;
}
h5{
	font-weight:700;
}
h6{
	font-weight:700;
	color:#666666;
}
/*TOOLS*/
.line{
	height:1px;
}

/*FORM*/
