@charset "utf-8";
/* CSS Document */

/* ---- scrolling header (user1, user2, user3, user4 and user5 module positions) --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 920px;
	text-align: center;
	background: transparent;
} 
#demo-wrapper {
	margin: 0px auto;
	overflow: hidden; 
	height: 415px; 
	width: 920px;
	position: relative;
} 
#demo-inner {
	width: 4600px;
	height: 415px;
	position: relative;
} 
.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
} 
.scrolling-content h1 { 
	color: #000;
	padding: 0;
	font-size: 12px;
	position:relative;
	left: 720px;
	top:-400px;
	width: 250px;
} 
#content1 {
	left: 0px; 
	top: 0px;
	width: 980px;
	height: 415px;
	background: #fff;
}


div#user1, div#user2, div#user3, div#user4, div#user5 {
	font-size: 14px;
	color: #9a9a9a;
	width: 690px;
	padding: 0;
	float: left;
}

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: #9a9a9a;
	text-decoration: none;
}
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover {
	color: #fff;
}
#content2 {
	left: 920px; 
	top: 0px;
	width: 920px;
	height: 415px;
	background: #fff;
}


#content3 {
	left: 1840px; 
	top: 0px;
	width: 920px;
	height: 415px;
	background:#fff;
} 


#content4 {
	left: 2760px; 
	top: 0px;
	width: 920px;
	height: 415px;
	background: #fff;
}
#content5 {
	left: 3680px; 
	top: 0px;
	width: 920px;
	height: 415px;
	background:#fff;
}

/* ---- header buttons --- */
div#header_buttons_wrap {}
div#header_buttons {
	height: 80px;
	
}
/* a#link1, a#link2, a#link3, a#link4, a#link5 {
	width: 184px;
	height: 30px;
	display: block;
}*/

ul#buttons {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
ul#buttons li {
	list-style: none;
	margin: 20px 2px 0 2px;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 184px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #a2cf08;
	font-size: 14px;
	padding-top: 4px;
}

li#but_intro {
	width: 184px;
	height: 30px;
	float: left;
	background: url(../images/button.png);
	color: #fff;
}
li#but_intro a:hover {
	background: transparent;
}
li#but_intro a.active {
	width: 184px;
	height: 30px;
	float: left;
}
li#but_intro a:active {
	width: 184px;
	height: 30px;
	float: left;
}
li#but_flexible {
	width: 184px;
	height: 30px;
	float: left;
	background: url(../images/button.png);
	color: #fff;
}
li#but_flexible a:hover {
	background: url(asets/images/wr_header_but_flex.jpg) 0% 50% no-repeat;
}
li#but_flexible a.active {
	width: 184px;
	height: 30px;
	float: left;
	background: url(asets/images/wr_header_but_flex.jpg) 0% 100% no-repeat;
}
li#but_support {
	width: 184px;
	height: 30px;
	float: left;
	background: url(../images/button.png);
	color: #fff;
}
li#but_support a:hover {
	background: url(asets/images/wr_header_but_support.jpg) 0% 50% no-repeat;
}
li#but_support a.active {
	width: 184px;
	height: 30px;
	float: left;
	background: url(asets/images/wr_header_but_support.jpg) 0% 100% no-repeat;
}
li#but_pro {
	width: 184px;
	height: 30px;
	float: left;
	background: url(../images/button.png);
	color: #fff;
}
li#but_pro a:hover {
	background: url(asets/images/wr_header_but_pro.jpg) 0% 50% no-repeat;
}
li#but_pro a.active {
	width: 184px;
	height: 30px;
	float: left;
	background: url(asets/images/wr_header_but_pro.jpg) 0% 100% no-repeat;
}
li#but_w3c {
	width: 184px;
	height: 30px;
	float: left;
	background: url(../images/button.png);
	color: #fff;
}
li#but_w3c a:hover {
	background: url(asets/images/wr_header_but_w3c.jpg) 0% 50% no-repeat;
}
li#but_w3c a.active {
	width: 184px;
	height: 30px;
	float: left;
	background: url(asets/images/wr_header_but_w3c.jpg) 0% 100% no-repeat;
}



