@charset "utf-8";
body {
	background-image: url(../images/top-bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #3E3E3E;
	text-decoration: none;
}
div, p, h1,h2,h3,h4,h5,h6, span{
	padding:0; margin:0;
}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 34px;
	height: 34px;
	float: left;
}
.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 34px;
	background-color: #86C500;
	background-image: url(../images/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 34px;
	float: left;
}
#bodybg {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 700px;
}
.solutions-box {
	background-image: url(../images/solutions-box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.services-box {
	background-image: url(../images/services-box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.solutions-boxLlinks {
	background-image: url(../images/bullet.jpg);
	background-position: left center;
	font-family: Tahoma;
	font-size: 12px;
	color: #3E3E3E;
	text-decoration: none;
	padding-left: 25px;
	line-height: 24px;
	background-repeat: no-repeat;
}
.welcome-bg {
	background-image: url(../images/welcome-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 214px;
}
#testimonials-bg {
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
	width: 625px;
}
.testimonials-title {
	font-family: Tahoma;
	font-size: 11px;
	color: #127FC4;
	text-decoration: none;
	float: right;
}
.readmore {
	font-family: Tahoma;
	font-size: 11px;
	color: #B6251B;
	text-decoration: none;
}
.readmore:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #535353;
	text-decoration: none;
}
.solutions-boxLlinks:hover {
	background-image: url(../images/bullet.jpg);
	background-position: left center;
	font-family: Tahoma;
	font-size: 12px;
	color: #C92323;
	text-decoration: none;
	padding-left: 25px;
	line-height: 24px;
	background-repeat: no-repeat;
}
.float-right {
	float: right;
}
#howtoreach-icon {
	background-image: url(../images/howtoreach-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 76px;
	width: 77px;
}
#footerlink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #88CDF9;
	text-decoration: none;
}
.footerlink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #88CDF9;
	text-decoration: none;
}
.footerlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #88CDF9;
	text-decoration: underline;
}

/*menu styles*/

ul.topnav {
	list-style: none;
	margin: 0;
	float: right;
	background: #222;
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #BA261C;
	background-repeat: repeat-x;
}   
.clientbg {
	background-image: url(../images/clientsbg.png);
	background-repeat: no-repeat;
	height: 138px;
	width: 280px;
}
/*client slideshow*/
#slideshow {
    position:relative;
    height:138px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
