#main {
	background:url(http://www.blueswarm.com/images/main.jpg) repeat-x center top;	
	height:360px;
}
#tabs {
	overflow:hidden;
	width:100%;
	padding-top:10px;
}
#tabmenu {
	background:url(http://www.blueswarm.com/images/tab_lower_bg.png) repeat-x center bottom;	
	height:48px;
	overflow:hidden;
	width:100%;
}
#tabmenu ul {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	height:48px;
}
#tabmenu li {
	float:left;
	height:48px;
	text-indent: -2000px;
}
#tabmenu li#tab1 {
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat 0px -50px;
	width:225px;
}
#tabmenu li#tab1.on{
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat 0px 0px;
}
#tabmenu li#tab2 {
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -230px -50px;	
	width:226px;
}
#tabmenu li#tab2.on{
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -230px 0px;
}
#tabmenu li#tab3 {
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -460px -50px;	
	width:226px;
}
#tabmenu li#tab3.on{
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -460px 0px;
}
#tabmenu li#tab4 {
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -690px -50px;	
	width:273px;
}
#tabmenu li#tab4.on{
	background:url(http://www.blueswarm.com/images/tab_sprite.png) no-repeat -690px 0px;
}
#tabcontent { 
	height:290px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
#tabcontent ul {
	overflow:hidden;
	width:950px;
	margin:0 auto;
}
#tabcontent ul li {
	float:left;
	margin:0 10px;
} 
div.sliderItem {
	color:#FFF;
	font:14px arial;
	position:relative;
}
div#sliderBox {
	height:230px;
	position:absolute;
	top:0px;
	left:0;
	width:515px;
	margin-top:16px;
}
#signin_bt {
	position:absolute;
	right:18px;
	top:275px;
}
#demo_bt {
	position:absolute;
	right:18px;
	top:190px;
}
#main_wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
}

div.sliderItem li {
	width: 294px;
	height: 203px;
}

li#process_img_1 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat 0px 0px;
}
li#process_img_2 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -300px 0px;
}
li#process_img_3 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -600px 0px;
}
li#performance_img_1 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat 0px -210px;
}
li#performance_img_2 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -300px -210px;
}
li#performance_img_3 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -600px -210px;
}
li#networks_img_1 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat 0px -420px;
}
li#networks_img_2 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -300px -420px;
}
li#networks_img_3 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -600px -420px;
}
li#donations_img_1 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat 0px -630px;
}
li#donations_img_2 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -300px -630px;
}
li#donations_img_3 {
	background:url(http://www.blueswarm.com/images/slider_sprite.jpg) no-repeat -600px -630px;
}


#news_ticker {
	width: 100%;
	position: relative;
	height: 52px;
	overflow: hidden;
}
#news_ticker h3#ticker_title {
	position: absolute;
	line-height: 50px;
	font-size: 16px;
	width: 150px;
	text-align: right;
}
#news_ticker div#ticker_slider {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;	
}
#news_ticker ul {
	width: 950px;
	margin: 0 auto;
}
#news_ticker li {
	width: 920px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0 15px 0 0;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
	background: #f9f9f9;	
}
#news_ticker li div {
	float: left;
	margin-right: 20px;
	height: 50px;
	overflow: hidden;
	background: #fff;
	padding: 0 15px;
}
#news_ticker li a {
	line-height: 50px;
	display: block;
}