@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #0da1df;
}
a:visited {
	text-decoration: none;
	color: #0da1df;
}
a:hover {
	text-decoration: none;
	color: #0da1df;
}
a:active {
	text-decoration: none;
	color: #0da1df;
}

/* alternative Link colors */

a.other:link { 
color: #006600; 
text-decoration: none; 
font-size: 13pt;
}

a.other:visited { 
color: #006600;  
text-decoration: none; 
font-size: 13pt; 
}

a.other:hover { 
color: #006600;  
text-decoration: none;
font-size: 13pt;  
}

a.other:active { 
color: #006600; 
text-decoration: none;
font-size: 13pt;  
}

/* png fix */

img, div, a, input { behavior: url(iepngfix.htc) }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#flex_box {
	margin:0 auto;
	width:895px;
	background-position: center top;
}

#flex_box p {
	margin:0;
	padding:0;
}

#flex_box #top_bar_plain {
	line-height:18px;
	background-image: url(/images/top_bar_plain.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#flex_box #top_bar_consulting {
	line-height:46px;
	background-image: url(/images/top_bar_consulting.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flex_box #top_bar_hardware {
	line-height:46px;
	background-image: url(/images/top_bar_hardware.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flex_box #top_bar_support {
	line-height:46px;
	background-image: url(/images/top_bar_support.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flex_box #top_bar_web {
	line-height:46px;
	background-image: url(/images/top_bar_web.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flex_box #mid_content {
	margin:0;
	background-image: url(/images/mid_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#flex_box #mid_content p {
	padding:6px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

#flex_box #bottom_bar {
	line-height:25px;
	background-image: url(/images/bottom_bar.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav_menu {
	font-family:Arial, Helvetica, sans-serif;
	width:1000px;
	line-height:31px;
	font-weight: normal;
	font-size: 16px;
}

#nav_menu ul { 
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	background:url(/images/nav_bg.jpg) repeat-x top;
	border-bottom:#0DA1DF solid 2px;
}

#nav_menu ul li {
	display:inline;
}

#nav_menu ul li a {
	text-decoration:none;
	padding:6px 43px 6px;
	color:#FFF;
	font-weight:normal;
	font-size: 16px;
}

#nav_menu ul li a:hover {
	text-decoration:none;
	background:url(/images/tab.jpg) top center;
	color:#0DA1DF;
}

#nav_menu #active {
	text-decoration:none;
	background:url(/images/tab.jpg) top center;
	color:#0DA1DF;
}
/* backgrounds */

#page_background {
margin:0;
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat;
	background-position: top;

}

/*.main_table_background {
margin:0;
	background-image: url(/images/body_grad2.gif);
	background-repeat: repeat;
	background-position: top;
}
*/
/* text formatting */

.larger_text {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.footer_text {color:#0da1df;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
left:auto;
font-size:15px;
font-style:normal;
color: #062854;
}

h2 {
padding:6px 16px;
font-weight: normal;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
font-style:normal;
color: #000000;
}

.home_page_banner_text {
font-family:Arial, Helvetica, sans-serif;
left:auto;
font-size:16px;
font-style:normal;
color: #FFFFFF;
}

/* home page services */

TD.consulting {
background-image: url(/images/consulting_box.jpg);
background-repeat: no-repeat;
background-position: top center;
}

TD.hardware {
background-image: url(/images/hardware_box.jpg);
background-repeat: no-repeat;
background-position: top center;
}

TD.support {
background-image: url(/images/support_box.jpg);
background-repeat: no-repeat;
background-position: top center;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


TD.web {
background-image: url(/images/web_box.jpg);
background-repeat: no-repeat;
background-position: top center;
}

/* home page banner */

TH.banner_home {
background-image: url(/images/banner_home.jpg);
background-repeat: no-repeat;
background-position: top center;
}
