/* ajax
--------------------------------------------------------- */
div#ajax_wrap {
	width:640px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#ajax {
	height: 200px;
	background: #0c110d;
	border-bottom: 0px solid #c1c1c1;
}
/* ---- header content --- */
div#ajax_content_wrap {
}
div#ajax_content {
	height: 200px;
}
/* ---- scrolling ajax --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 640px;
	text-align: center;
}
#demo-wrapper {
	overflow: hidden;
	height: 200px;
	width: 640px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#demo-inner {
	width: 4600px;
	height: 256px;
	position: relative;
}
.scrolling-content {
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
}
.scrolling-content h1 {
	color: #fff;
	padding: 0;
	font-size: 28px;
	margin-top:20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#content1 {
	left: 0px;
	top: 0px;
	width: 640px;
	height: 256px;
	background: url(/images/home.jpg) top right no-repeat;
}
div#user1, div#user2, div#user3, div#user4, div#user5 {
	font-size: 14px;
	color: #ffffff;
	width: 320px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
div#content1 a:link, div#content1 a:visited, div#content2 a:link, div#content2 a:visited, div#content3 a:link, div#content3 a:visited, div#content4 a:link, div#content4 a:visited, div#content5 a:link, div#content5 a:visited {
	color: #f12929;
	text-decoration: underline;
}
div#content1 a:hover, div#content2 a:hover, div#content3 a:hover, div#content4 a:hover, div#content5 a:hover {
	color: #fff;
}
#content2 {
	left: 640px;
	top: 0px;
	width: 640px;
	height: 200px;
	background: url(/images/education.jpg) top right no-repeat;

}
#content3 {
	left: 1280px;
	top: 0px;
	width: 640px;
	height: 200px;
	background: url(/images/business.jpg) top right no-repeat;
}
#content4 {
	left: 1920px;
	top: 0px;
	width: 640px;
	height: 200px;
	background: url(/images/publicsector.jpg) top right no-repeat;
	
}
#content5 {
	left: 2569px;
	top: 0px;
	width: 640px;
	height: 200px;
	background: url(/images/independant.jpg) top right no-repeat;
}
/* ---- ajax buttons --- */
div#ajax_buttons_wrap {
}
div#ajax_buttons {
	height: 56px;
	background: url(/images/header_buttons_bg.png) top left repeat-x;
}
/* a#link1, a#link2, a#link3, a#link4, a#link5 {
	width: 184px;
	height: 80px;
	display: block;
}*/
ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 128px;
	height: 56px;
	display: block;
}
li#but_intro {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_home.jpg) 0% 0% no-repeat;
}
li#but_intro a:hover {
	background: url(/images/button_home.jpg) 0% 50% no-repeat;
}
li#but_intro a.active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_home.jpg) 0% 100% no-repeat;
}
li#but_intro a:active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_home.jpg) 0% 100% no-repeat;
}
li#but_flexible {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_education.jpg) 0% 0% no-repeat;
}
li#but_flexible a:hover {
	background: url(/images/button_education.jpg) 0% 50% no-repeat;
}
li#but_flexible a.active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_education.jpg) 0% 100% no-repeat;
}
li#but_support {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_business.jpg) 0% 0% no-repeat;
}
li#but_support a:hover {
	background: url(/images/button_business.jpg) 0% 50% no-repeat;
}
li#but_support a.active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_business.jpg) 0% 100% no-repeat;
}
li#but_pro {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_independant.jpg) 0% 0% no-repeat;
}
li#but_pro a:hover {
	background: url(/images/button_independant.jpg) 0% 50% no-repeat;
}
li#but_pro a.active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_independant.jpg) 0% 100% no-repeat;
}
li#but_w3c {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_public.jpg) 0% 0% no-repeat;
}
li#but_w3c a:hover {
	background: url(/images/button_public.jpg) 0% 50% no-repeat;
}
li#but_w3c a.active {
	width: 128px;
	height: 56px;
	float: left;
	background: url(/images/button_public.jpg) 0% 100% no-repeat;
}
/* ---- user6 --- */
div#user6_wrap {
	padding: 0 25px;
}
div#user6 {
	background: #0C110D;
	border-bottom: 0px solid #c1c1c1;
	color: #9a9a9a;
	text-align: left;
	padding: 10px 25px;
	font-size: 11px;
}
div#user6 a:link, div#user6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 11px;
}
div#user6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

