/* Global Start */
body
{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6
{
	color:#0067ac;
}
p
{
	font-size:12px;
}
h5
{
	color:#0067ac;
	font-weight:bold;
}
h6.black5
{
	color:#000000;
	font-weight:bold;
	font-size:13px;
	margin:0;
}
img
{
	border:0;
}
a
{
	color:#0067ac;
	text-decoration:none;
	font-size:12px;
}
a:hover
{
	text-decoration:none;
	color:#024673;
}
#blankdiv
{
	width:100%;
	float:left;
	height:15px;
}
#blackline
{
	background:url(../images/black_dot.jpg) repeat-x;
	width:974px;
	height:2px;
	float:left;
}
.inputbox
{
	border:1px solid #CCCCCC;
	font-size:12px;
}	
/* Global End */

/* Begin CSS Drop Down Menu */
.search_bar
{
	width:240px;
	float:right;
	margin: -27px 0 0 0;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.sub_btn
{
	background:#e1f0ff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #aeaeae;
	height:22px;
}
#headernavigation
{
	width:974px;
	float:left;
	height:34px;
}
ul.main-nav
{
	clear: both;
	list-style: none;
	background:url(../images/topnavig_bgblue.jpg) repeat-x;
	height:34px;
	margin:0;
	padding-left:0px;
}
ul.main-nav li
{
	float: left;
	padding: 0;
	display: inline;
	margin: 0 5px 0 0;
}
ul.main-nav li a
{
	display: block;
	height: 34px;
}
li#nav-home, li#nav-home a
{
	width: 70px;
	background: url(../images/home.png) 0 3px no-repeat;
}
li#nav-home a:hover, li#nav-home_active
{
	width: 70px;
	background: url(../images/home_hover.png) 0 3px no-repeat;
}
li#nav-abtus, li#nav-abtus a
{
	width: 85px;
	background: url(../images/aboutus.png) 0 3px no-repeat;
}
li#nav-abtus a:hover, li#nav-abtus_active
{
	width: 85px;
	background: url(../images/aboutus_hover.png) 0 3px no-repeat;
}

li#nav-products, li#nav-products a
{
	width: 86px;
	background: url(../images/products.png) 0 3px no-repeat;
}
li#nav-products a:hover, li#nav-products_active
{
	width: 86px;
	background: url(../images/products_hover.png) 0 3px no-repeat;
}
li#nav-solutions, li#nav-solutions a
{
	width: 84px;
	background: url(../images/solutions.png) 0 3px no-repeat;
}
li#nav-solutions a:hover, li#nav-solutions_active
{
	width: 84px;
	background: url(../images/solutions_hover.png) 0 3px no-repeat;
}
li#nav-services, li#nav-services a
{
	width: 85px;
	background: url(../images/services.png) 0 3px no-repeat;
}
li#nav-services a:hover, li#nav-services_active
{
	width: 85px;
	background: url(../images/services_hover.png) 0 3px no-repeat;
}
li#nav-partners, li#nav-partners a 
{
	width: 87px;
	background: url(../images/partners.png) 0 3px no-repeat;
}
li#nav-partners a:hover, li#nav-partners_active
{
	width: 87px;
	background: url(../images/partners_hover.png) 0 3px no-repeat;
}
li#nav-resources, li#nav-resources a
{
	width: 91px;
	background: url(../images/resources.png) 0 3px no-repeat;
}
li#nav-resources a:hover, li#nav-resources_active
{
	width: 91px;
	background: url(../images/resources_hover.png) 0 3px no-repeat;
}
li#nav-contact, li#nav-contact a
{
	width: 92px;
	background: url(../images/contact.png) 0 3px no-repeat;
}
li#nav-contact a:hover, li#nav-contact_active
{
	width: 92px;
	background: url(../images/contact_hover.png) 0 3px no-repeat;
}

.mattblackmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
.mattblackmenu li
{
	display: inline;
	margin: 0;
}
.mattblackmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
}
.mattblackmenu li a:visited
{
	color: white;
}
.mattblackmenu li a:hover
{
	background: black; /*background of tabs for hover state */
}
.mattblackmenu a.selected
{
	background: black; /*background of tab with "selected" class assigned to its LI */
}
.ddsubmenustyle, .ddsubmenustyle ul
{ /*topmost and sub ULs, respectively*/
	font: normal 12px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	/*border:1px solid #000000;*/
	visibility: hidden;
	z-index: 100;
	text-align:left;
	font-weight:bold;
}
.ddsubmenustyle li a
{
	display: block;
	width: 130px;
	color: #FFFFFF;
	background-color: #0067ac;
	text-decoration: none;
	padding: 4px 5px;
}
* html .ddsubmenustyle li a
{ /*IE6 CSS hack*/
	display:inline-block;
}
.ddsubmenustyle li a:hover
{
	background-color: #FFFFFF;
	color:#000000;
}
.rightarrowpointer
{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	right: 2px;
	border: 0;
}
.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* End CSS Drop Down Menu */

#wrapper
{
	width:974px;
	margin:0px auto;
}
#topbar
{
	width:974px;
	float:left;
}	
#headerlogo
{
	float:left;
	width:auto;
}
#headerslogan
{
	float:right;
	width:auto;
}
#banner
{
	float:left;
	width:974px;
	margin:0px;
}
.banner_right
{
	width:720px;
	float:left;
	text-align:left;
}
#leftbox2
{
	float:left;
	width:235px;
	margin-bottom:10px;
}
#leftbox
{
	float:left;
	width:240px;
}
#insideleft
{
	float:left;
	width:236px;
	height:350px;
	background:url(../images/left_col_shad.png) repeat-x;
}
.supportimg
{
	float:left;
	text-align:left;
	width:100%;
	margin-left:15px;
}
#insideleft h5
{
	float:left;
	margin-top:25px;
	margin-left:15px;
	text-align:left;
	margin-bottom:10px;
}
.rightside
{
	float:left;
	width:254px;
	background:url(../images/left_col_shad.png) repeat-x;
}
#leftside
{
	float:left;
	width:240px;
	background:url(../images/left_col_shad.png) repeat-x;
}
#leftside span
{
	float:left;
	width:auto;
	margin-left:15px;
	margin-top:25px;
}
#leftside h5
{
	float:left;
	margin: 10px 0 10px 10px;
	text-align:left;
	width:100%;
}
#navcontainer
{
	float:left;
	width:200px;
	margin:0px;
	text-align:left;
}
.navlist
{
	list-style: none;
	margin:0px;
}
.navlist li a
{
	background:url(../images/arrow.gif) no-repeat;
	background-position: 0 .5em;
}
.arrowlistmenu
{
	width: 235px; /*width of menu*/
	text-align:left;
	float:left;
	font-size:12px;
}
.arrowlistmenu ul
{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li
{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li
{
	color: #000000;
	background: url(../images/arrow.gif) no-repeat 0px 3px; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	text-decoration: none;
	margin-left:10px;
	padding-bottom:5px;
}
.arrowlistmenu ul li.lastarrow
{
	padding-bottom:0px;
	margin-bottom:0px;
}
.arrowlistmenu ul li a:hover
{
	text-decoration:underline;
}
#leftyellowbox
{
	float:left;
	width:240px;
	padding-bottom:10px;
}
.microsoft_logo
{
	float:left;
	width:200px;
	padding: 20px 0 20px 0;
}
#leftbox1
{
	float:left;
	width:235px;
	margin-bottom:10px;
}
#leftinfotab
{
	width:100%;
	float:left;
	background:url(../images/einfotree_shad.png) repeat-x;
	border:1px solid #cce6f5;
}
.elivetab
{
	width:100%;
	float:left;
	background:url(../images/einfotree_shad.png) repeat-x;
	border:1px solid #cce6f5;
}
.elivetab h3
{
	text-align:center;
	font-size:16px;
	margin: 10px 0 0 10px;
	font-weight:bold;
}
.elivetab ul
{
	margin: 0;
	padding:0 0 5px 0;
	font-size:12px;
	text-align:left;
	list-style:none;
}
.elivetab ul li
{
	margin:2px 0 0 15px;
	padding:0 0 0 15px;
	background:url(../images/bullet_right_arrow.gif) no-repeat  0px 5px;
}
.elivemain
{
	border:1px dashed #ece415;
	float:left;
	width:98%;
	margin:10px;
	background:#FFFFEA;
	padding-bottom:10px;
	text-align:center;
}
#leftinfotab2
{
	width:100%;
	float:left;
	border:1px solid #e4f3fb;
	padding:15px 0 15px 0;
}
#leftinfotabbtm
{
	background:url(../images/tabbtm.png) no-repeat;
	width:248px;
	float:left;
	height:26px;
	font-size:12px;
}
.link
{
	float:left;
	font-size:12px;
	margin-left:55px;
	margin-top:5px;
}
#leftinfotab h5
{
	margin-top:10px;
	text-align:left;
	font-size:12px;
	margin-left:10px;
}
#leftinfotab p
{
	font-size:12px;
	text-align:left;
	margin-top:-15px;
	margin-left:10px;
}
#leftinfotab span a
{
	float:left;
	font-size:11px;
	color:#000000;
	margin:0px;
	margin-left:10px;
	text-decoration:none;
	margin-top:-10px;
	margin-bottom:5px;
}
#leftinfotab span a:hover
{
	color:#0067ac;
}
#middlediv
{
	width:533px;
	float:left;
}
#mainedm
{
	float:left;
	width:240px;
}
#edmdiv1
{
	float:left;
	width:240px;
	background:url(../images/left_col_shad.png) repeat-x;
}
#edmdiv1 h5
{
	text-align:left;
	margin: 15px 0 10px 30px;
}
#edmmenu1
{
	float:left;
	width:auto;
	margin: 10px 0 0 0px;
}
#edmdiv2
{
	float:left;
	width:261px;
	background:url(../images/left_col_shad.png) repeat-x;
}
#edmdiv2 h5
{
	text-align:left;
	margin: 15px 0 10px 30px;
}
#edmmenu2
{
	float:left;
	width:auto;
	margin: 10px 0 0 15px;
}
#csitab
{
	width:100%;
	float:left;
	background:url(../images/csi_shad.png) repeat-x;
}
#csitab h1
{
	margin: 20px 20px 5px 20px;
	font-size:16px;
	text-align:left;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#csitab h2
{
	margin: 20px 20px 0 20px;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
}
#csitab p
{
	font-size:12px;
	text-align:left;
	margin:10px 20px 20px 20px;
	line-height:140%;
}
#repclients
{
	float:left;
	width:200px;
	border-left:1px solid #d0effe;
}
#clientsdiv
{
	float:left;
	width:100%;
	background:url(../images/col_shad.png) repeat-x;
}
#clientsdiv h5
{
	margin-top:20px;
	margin-left:20px;
}
#pressrelease
{
	float:left;
	width:100%;
	background:url(../images/col_shad.png) repeat-x;
}
#pressrelease h5
{
	margin-top:20px;
	text-align:left;
	margin-left:20px;
}
#pressrelease p
{
	text-align:left;
	font-size:12px;
	margin-left:20px;
}
#footer
{
	width:100%;
	height:61px;
	float:left;
	background:url(../images/footer_shad.png) repeat-x;
	text-align:center;
}
.copy
{
	color:#666666;
	font-size:11px;
	margin-top:25px;
	text-align:center;
}
.smap
{
	float:right;
	width:auto;
	margin-right:20px;
	margin-top:-15px;
}
/* For Product Page */
#productdiv
{
	width:718px;
	float:left;
}
#csitab h5
{
	margin-top:20px;
	text-align:left;
	margin-left:20px;
	margin-bottom:10px;
}
#mainproduct
{
	float:left;
	width:235px;
	margin:15px 0px 0px 120px;
}
#mainproduct2
{
	float:left;
	width:235px;
	margin:15px 0px 0px 5px;
}
#productdiv1
{
	width:234px;
	float:left;
	background:url(../images/left_col_shad.png) repeat-x;
}
#productdiv1 p
{
	text-align:left;
	font-size:12px;
	margin: 10px 20px 0px 25px;
	line-height:140%;
}
#productdiv1 h5
{
	text-align:left;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:10px;
}
#productdiv2
{
	width:234px;
	float:left;
	background:url(../images/left_col_shad.png) repeat-x;
}
#productdiv2 h5
{
	text-align:left;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:10px;
}
#productdiv2 p
{
	text-align:left;
	font-size:12px;
	margin: 10px 20px 0px 25px;
	line-height:140%;
}
.arrowlink
{
	float:right;
	width:auto;
	margin-right:20px;
}
/* End Product Page */
/* Einfotree Solution Page */
#csitab2
{
	width:739px;
	float:left;
	background:url(../images/csi_shad.png) repeat-x;
}
#csitab2 h1
{
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin: 30px 0 5px 20px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
}
#csitab2 h4
{
	margin: 25px 0 3px 20px;
	text-align:left;
}
h2.subheading
{
	font-size:13px;
	font-weight:normal;
	text-align:left;
	margin: 10px 15px 0px 20px;
	float:left;
	width:98%;
	color:#009933;
}
#csitab2 .h5
{
	text-align:left;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:10px;
	font-weight:normal;
}
.desctext
{
	text-align:left;
	margin: 10px 15px 5px 20px;
	line-height:140%;
	float:left;
	width:98%;
	font-size:12px;
}
.desctext2
{
	text-align:left;
	margin: 10px 15px 5px 20px;
	line-height:140%;
	float:left;
	width:98%;
	font-size:12px;
}
.desctext2 ul
{
	margin-bottom:0px;
	margin-top:0px;
}
.desctext2 ul li
{
	margin: 15px 0 0px 0;
}
.desctext h3
{
	margin:0;
}
.desctext ul
{
	margin-bottom:0px;
	margin-top:0px;
}
.desctext ul li
{
	margin-top:7px;
}
.desctextinside
{
	float:right;
	width:90%;
	margin: 7px 0 7px 0;
}
.desctextinside ul
{
	margin-bottom:5px;
	margin-top:5px;
}
.icondiv
{
	float:left;
	width:60px;
}

.desctext h5
{
	font-size:14px;
	margin:0px;
}
#maineinfotab
{
	width:625px;
	float:left;
	margin-left:15px;
	margin-top:10px;
}
#einfotab
{
	width:100%;
	float:left;
	background:url(../images/einfotree_shad.png) repeat-x;
	border:1px solid #cce6f5;
}
.blddiv
{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#0067ac;
	margin-top:10px;
	margin-left:10px;
}
#leftsol
{
	width:250px;
	float:left;
	margin: 20px 20px 10px 15px;
	text-align:left;
}
#leftsol span
{
	margin-bottom:10px;
}
.boldtext
{
	font-size:12px;
	font-weight:bold;
	color:#0067ac;
}
.sollinks
{
	float:left;
	margin-top:5px;
	width:100%;
}
/* End Einfotree Solution Page */
/* Inside Left Menu Items */
.insidemenu
{
	width: 100%; /*width of menu*/
	text-align:left;
	float:left;
	font-size:12px;
}
.insidemenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.insidemenu ul li#active
{
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.insidemenu li#active
{
	font-weight:bold;
	background: url(../images/arrow.gif) no-repeat left 3px; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	margin-left:15px;
}
.insidemenu li#sublink a
{
	color: #000000;
	background: url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	text-decoration: none;
	margin-left:30px;
}
.insidemenu li#sublink a:hover
{
	color:#0067ac;
}
.insidemenu li#sublink_active
{
	font-weight:bold;
	background: url(../images/arrow.gif) no-repeat left 3px; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	margin-left:30px;
}
.insidemenu li#sublink2 a
{
	color: #000000;
	background: url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	text-decoration: none;
	margin-left:45px;
}
.insidemenu li#sublink2 a:hover
{
	color:#0067ac;
}
.insidemenu li#sublink2_active
{
	font-weight:bold;
	background: url(../images/arrow.gif) no-repeat left 3px; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	margin-left:45px;
}
.insidemenu ul li
{
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.insidemenu ul li a
{
	color: #000000;
	background: url(../images/arrow.gif) no-repeat left 3px; /*custom bullet list image*/
	padding-left: 15px; /*link text is indented 15px*/
	text-decoration: none;
	margin-left:15px;
}
.insidemenu ul span.space a
{
	margin-left:15px;
	background:none;
	color: #000000;
}
.insidemenu ul li a:hover
{
	color:#0067ac;
}
/* End Here */

/* Clents Page */

#hor-minimalist-a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 20px 20px 0;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-a th
{
	padding: 10px 8px;
}
#hor-minimalist-a td
{
	color:#000000;
	padding: 5px 8px 0px 8px;
	vertical-align:top;
}
#hor-minimalist-a tbody td:hover
{
	color: #0067ac;
}

.buttons
{
	background:#edebed;
	border:1px solid #CCCCCC;
	font-weight:bold;
	height:25px;
}

/* Clients Page End */

/* Bottom Links */
#bottom_nav
{
	width:100%;
	float:left;
	margin: 30px 0 0px 0;
	background:#FFFFFF;
	border-top:1px dotted #c9edfe;
}
ul.bottom_navig
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
ul.bottom_navig li
{
	margin-left: 0;
	margin-bottom: 0;
	display: inline;
}
ul.bottom_navig li a
{
	display: block;
	margin:0 20px 0 30px;
	padding: 10px 0px 10px 0px;
	float:left;
	color:#000000;
}
ul.bottom_navig li a:hover
{
	color:#296198;
}

.rssbox
{
	width:80%;
	float:left;
	border:1px dotted #c9edfe;
	margin-top:10px;
	margin-left:15px;
	padding: 20px 0 20px 20px;
	font-weight:bold;
}
.borderbtm
{
	border-bottom:1px dotted #999999;
}

/* Homepage ImageSlider */
ul#slider {
    width: 734px;
    height: 173px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#slider li {
    float: left;
    position: relative;
    /*display: none;*/
}

ul#slider li div {
    position: absolute;
    left: 0;
    /*display: none;*/
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}
/* End */

.imgbox
{
	margin: 15px 0 0 0;
}