@charset "utf-8";
/* CSS Document */

.bold{
	font-weight: bold;	
}


strong, b {
	font-weight: bold;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}

#tagline{
	color: #bad2dd;	
}
#telephone{
	color: #0066b3;	
}
#home-services{
	list-style-type: none;
	line-height: 20px;
	text-indent: 20px;
	margin-left: -5px;
}
#home-services li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}

#about-services, #programming, #consultation, #tech-services, #right #security, #right #web {
	list-style-type: none;
	line-height: 20px;
	text-indent: 20px;
	margin-left: -5px;
}
#about-services li, #programming li, #consultation li, #tech-services li, #right #security li, #right #web li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}




#solutions{
	line-height: 30px;
	color: #939798;
	list-style-type: none;
	text-indent: 30px;
	margin-top: 9px;
}

#solutions li{
	background-image: url(../images/solutions-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#solutions li a{
	color: #939798;
}
#solutions li a:hover{
	color: #09F;
}

#home-followup{
	color: #0066b3;	
}


#main #bottom-menu ul{
	list-style-type: none;
	position: absolute;
	left: 214px;
	width: 562px;
}
#head #bottom-menu ul{
	list-style-type: none;
	left: 214px;
	/*width: 562px;*/
	float: left;
	margin-right: 34px;
	margin-left: 34px;
	
}
#bottom-menu ul li{
	float: left;
}
#bottom-menu ul a{
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	line-height: 22px;
	color: #7c5b2b;
	padding-top: 3px;
}
#bottom-menu ul a:hover{
	color: #FFF;	
	background-color: #fdd13a;	
}
#home #bottom-menu .home a, #contact #bottom-menu .contact a, #about #bottom-menu .about a, #software #bottom-menu .software a, #tech-services #bottom-menu .tech-services a, #hardware #bottom-menu .hardware a, #security #bottom-menu .security a, #web-design #bottom-menu .web-design a, #ibm #bottom-menu .ibm-solutions a{
	color: #FFF;
	cursor: default;
	background:none;
}

.email{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
#foot{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
}
