body{
	margin:0;
	padding:0;
	background:#fbfbfb url(../images/bg.jpg) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
}
h1, h2, h3, h4, h5, h6, p, img, ul, form, input{
	margin:0;
	padding:0;
}
a{
	color:#2494ed;
	text-decoration:none;
}
a:hover{
	color:#444444;
	text-decoration:none;
}
a:focus, div:focus, li:focus{
	outline:none;
}
img{
	border:0;
}
.clear{
	clear:both;
}
#logo{
	position:absolute;
	z-index:1;
	margin:15px 0 0 20px;
}
#hometabbg{
	background:url(../images/hometabsbg.gif) repeat-x left top;
}

#homenews{
	width:180px;
	padding:0 11px 10px 16px;
}
#homenews h2{
	background:url(../images/blue_bar.gif) no-repeat left top;
	width:223px;
	height:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:24px;
	text-indent:11px;
	font-size:11px;
	margin-bottom:8px;
}
#homenews p{
	width:180px;
	margin:0 0 5px 0;
}
#homenews p.newsdate a{
	color:#0087c7;
}
#homenews a.news{
	color:#757575;
	font-size:11px;
	line-height:15px;	
}
#homenews a.news:hover{
	color:#444444;
	text-decoration:none;
	font-size:11px;
	line-height:15px;	
}

#footer{
	background:#f2f2f2;
	line-height:26px;
}
#footer a{
	font-size:10px;
	color:#818181;
	margin:0px 15px;
}
#copyright{
	line-height:40px;
	padding:0 0 0 15px;
	color:#ababab;
	font-size:11px;
	float:left;
	display:block;
}
#smo {
	margin-top:12px;
	padding:0 0 0 30px;
	color:#ababab;
	font-size:11px;
	float:left;
	display:block;
}
#integral{
	line-height:40px;
	padding:0 0 0 15px;
	color:#ababab;
	font-size:11px;
	float:right;
	display:block;
}



/* homepage tabs */
#solutiont{
	position:absolute;
	z-index:100;
	background:url(../images/solutions_tab_over.jpg) no-repeat left top;
	width:219px;
	height:129px;
	margin:1px 0 0 0;
	}
#servicest{
	position:absolute;
	z-index:100;
	background:url(../images/services_tab_over.jpg) no-repeat left top;
	width:219px;
	height:129px;
	}
#productst{
	position:absolute;
	z-index:100;
	background:url(../images/product_tab_over.jpg) no-repeat left top;
	width:219px;
	height:129px;
	}

.tabslinks ul{
	list-style:none;
	margin:45px 0 0 21px;
}
.tabslinks ul li{
	line-height:18px;
}
.tabslinks ul li a{
	color:#008cc9;
	font-size:11px;
	line-height:18px;
}


/*Example CSS for the two news scrollers*/

#pscroller1{
width: 190px;
height: 150px;
border: 0;
padding: 5px;
background-color: #ffffff;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


#ticker { width:198px; height:60px; border:0px solid #aaaaaa; overflow:auto; }
#ticker dt { font:normal 11px Arial, Helvetica, sans-serif; font-weight:bold; padding:0 10px 5px 10px; background-color:ffffff; padding-top:10px; border:1px solid #ffffff; border-bottom:none; border-right:none; position:relative; }
#ticker dd { margin-left:0; font:normal 11px Arial, Helvetica, sans-serif; padding:0 10px 10px 10px; border-bottom:1px solid #aaaaaa; background-color:ffffff; border-left:1px solid #ffffff; position:relative; }
#ticker dd.last { border-bottom:1px solid #ffffff; }
#ticker div { margin-top:0; }