#header {height: 110px;}
	
a.more {background: url('../images/arrow2.gif') no-repeat center right; padding-right: 14px; margin-left: 20px;}	
	
#banner-menu {
	background: url('../images/banner-menu-bg.gif') no-repeat top right;
	height: 20px;
	border-left: 1px solid #c2c2c7;
	border-right: 1px solid #c2c2c7;
	text-align: right;
	}
	#banner-menu ul {margin: 0; padding: 0; list-style-type: none; float: right;}
	#banner-menu li {float: left; width: 20px; text-align: center;}
	#banner-menu li.arrow {width: 11px;}
	#banner-menu a {
	display: block; 
	height: 16px;
	padding: 2px 0 0 0; 
	border: 1px solid #ccc; 
	color: #fff; 
	text-decoration: none;
	background: #999;
	font-weight: bold;
	text-align: center;
	}
	#banner-menu a:hover {background: #666666;}
	
#content-home {
	position: relative;
	border: 1px solid #c2c2c7;
	border-top: 0 none;
	width: 898px;
	height: 600px;
	text-align: left;
	}
	#content-home h1 {color: #666; font-size: 24px;}
	#content-home h1.nom {margin-top: 6px;}
	#content-home a {color: #3333cc; text-decoration: none;}
	#content-home a:hover {color: #9cc864;}
	
	#content-home table {margin: 0; border: 0; padding: 0; border-collapse: collapse;}
	#content-home table a {color: #3333cc; font-size: 14px; font-weight: bold;}
	#content-home td {vertical-align: top;}
	#content-home td img {margin: 0px 10px 18px 0;}
	
#highlights {
	position: absolute;
	left: 19px;
	top: 18px;
	width: 260px; 
	border-top: 9px solid #ccc;
	}
	
#highlights ul.list-1 {position: relative; left: -20px;}
		
#testimonials {
	border-top: 9px solid #ccc;
	}

#solutions {
	position: absolute;
	left: 299px;
	top: 18px;
	width: 280px; 
	border-top: 9px solid #91c451;
	}

#case-studies {
	position: absolute;
	right: 19px;
	top: 18px;
	width: 270px; 
	border-top: 9px solid #91c451;
	}
	


	
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 900px;
height: 157px; /* Set height to be able to contain height of largest content shown*/
border-top: 1px solid #687C98;
border-bottom: 1px solid #687C98;
background: #687C98;
overflow: hidden;
z-index:10;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 900px;
z-index:10;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 900px;
margin-top: 0px;
text-align: right; 
background: #CCC url('../images/banner-menu-bg.gif') no-repeat top right;
z-index:10;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	background: url('../images/banner-menu-bg.gif') no-repeat top right;
	border-left: 1px solid #c2c2c7;
	border-right: 1px solid #c2c2c7;
	text-align: right;
	color: #FFF;
	background: #999;
	text-decoration: none;
	padding: 2px 4px;
	height: 20px;
	z-index:10;
	}
	#glidecontenttoggler ul {margin: 0; padding: 0; list-style-type: none; float: right;}
	#glidecontenttoggler li {float: left; width: 20px; text-align: center;}
	#glidecontenttoggler li.arrow {width: 11px;}
	#glidecontenttoggler a {
	display: block; 
	height: 16px;
	padding: 2px 0 0 0; 
	border: 1px solid #ccc; 
	color: #fff; 
	text-decoration: none;
	background: #999;
	font-weight: bold;
	text-align: center;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
a:hover {background: #666666;}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
a:hover {background: #666666;}	