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

body, html{
	margin:0;
	padding:0;
	background-color:#719bab;
	background-image:url('images/BG.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	font:12px Arial, Helvetica, sans-serif;
	color:#3f3f3f;
}
h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#1a5c75;
	font-size:22px;
	padding:0px;
	margin:0;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:100px;
}
#mainnav{
	height:60px;
	position:absolute;
	/*top:143px;*/
	z-index:101;
}
#mainnav ul{
	margin:0;
	padding:0;
}
#mainnav ul li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#mainnav a:hover{
	background-position:0 -56px;	
}
.btnhome a{
	display:block;
	background-image:url('images/nav_home.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:82px;
	height:56px;
}
.btncrm a{
	display:block;
	background-image:url('images/nav_CRM.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:103px;
	height:56px;
}
.btnservices a{
	display:block;
	background-image:url('images/nav_services.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:102px;
	height:56px;
}
.btnbusiness a{
	display:block;
	background-image:url('images/nav_business.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:179px;
	height:56px;
}
.btnblog a{
	display:block;
	background-image:url('images/nav_blog.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:71px;
	height:56px;
}
.btnabout a{
	display:block;
	background-image:url('images/nav_about.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:102px;
	height:56px;
}
.btncontact a{
	display:block;
	background-image:url('images/nav_contact.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:120px;
	height:56px;
}
.sel a{
	background-position:0 -56px;	
}

/* -==| SUB NAV |==- */

#subnav{
	width:185px;
	position:absolute;
	top:50px;
	left:20px;
}
#subnav a:hover{
	background-position:0 -33px;
}
#subnav ul{
	margin:0px;
	padding:0px;
}
#subnav li{
	list-style:none;
	margin:0px;
	padding:1px;
}

.subconsulting a{
	display:block;
	background-image:url('images/subnav_consulting.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subinstallation a{
	display:block;
	background-image:url('images/subnav_insallation.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subcustomization a{
	display:block;
	background-image:url('images/subnav_customization.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subintegration a{
	display:block;
	background-image:url('images/subnav_integration.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subtraining a{
	display:block;
	background-image:url('images/subnav_training.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subnetdocs a{
	display:block;
	background-image:url('images/subnav_netdocs.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subxlr8 a{
	display:block;
	background-image:url('images/subnav_xlr8.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subxlr8uk a{
	display:block;
	background-image:url('images/subnav_xlr8uk.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subxlr8au a{
	display:block;
	background-image:url('images/subnav_xlr8au.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
.subcrmnews a{
	display:block;
	background-image:url('images/subnav_crmnews.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	height:33px;
	width:185px;
}
#mainimage{
	position:relative;
	top:39px;
}
#mainimage_flash{
	position:relative;
	top:39px;
	bottom:-1px;
}
#mainbody{
	background-image:url('images/mainBG_blank.png');
	background-repeat:repeat-y;
	position:relative;
	top:38px;
}
#subpage{
	background-image:url('images/mainBG.png');
	background-repeat:repeat-y;
	background-position:0 0;
	position:relative;
	top:38px;
}
#content{
	width:980px; /* Sizing for body Content increase/decrease to change margin */
	text-align:justify;
	line-height:1.5em;
	font-size:11px;
}
.linestyleTop{
	border-collapse:collapse;
	border-bottom:2px dotted;
	color:#a6a8a9;
}
#footer{
	position:relative;
	top:30px;
	text-align:center;
	color:#3e6a7a;
	font-size:9px;
	line-height:1.75em;
	clear:both;
}
#footer a{
	text-decoration:none;
	color:#3e6a7a;
}
#footer a:hover{
	text-decoration:underline;
	color:#0FF;
}
.leftColList{
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}