#tabs
{
	margin:					0px;
	padding:				0px;
	width:					539px!important;
	height:					18px;
	border-bottom-width:	4px;
	border-bottom-style:	solid;
	overflow:				hidden;	/* IE makes it too wide */
}

a.tab,
a.tab-active
{
	display:				block;
	float:					left;
	width:					147px;
	margin-right:			27px;
	padding-left:			5px;
	line-height:			18px;
	font-weight:			bold;
	font-size:				14px;
}

a.tab:hover
{
	color:					black!important;
	text-decoration:		underline;
}

a.tab-active
{
	background-image:		url( /site/images/bg_tab_active.gif );
	background-position:	top right;
	background-repeat:		no-repeat;
	color:					white;
}

#slidecontainer
{
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	padding:				3px 0px;
	width:					539px;
	height:					200px;
	overflow:				hidden;
}
#slidescroller
{
	width:					8000px;;
}


.slide
{
	width:					179px;
	float:					left;
	margin-right:			1px;

	line-height:			1.2em;
}
.slide img
{
	display:				block;
	margin:					0px 0px 5px;
}



#scrollbar
{
	position:				relative;
	width:					539px;
	height:					16px;
}

a#scrollbutton
{
	display:				block;
	position:				absolute;
	top:					0px;
	left:					0px;

	padding:				0px 8px;
	white-space:			nowrap;
	color:					black;
	line-height:			16px;
}

a.services
{
	font-weight:			bold;
	text-decoration:		underline;
}

.bodytext
{
	width:					539px;
}

#clicktoscroll
{
	color:					#999999;
}

p.launch
{
	margin-bottom:			1.0em;
}

