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

html {
	overflow-x: hidden;
}

body {
	overflow: hidden;
}

.home {
	background:url(../images/headers/hp_hero.jpg);
	height: 380px;
	padding-bottom: 15px !important;
}

	.home h1 {
		font-size: 26px;
		line-height: 31px;
		padding: 35px 30px 0 30px;
	}
	
	.home h2 {
		font-size: 75%;		
		padding: 23px 30px;
		width: 400px;
	}
	.slider
	{
		position:absolute;
		width:355px;
		height:220px;
		background:url(../images/home/slider.png) no-repeat;
		background-position: center right;
	}
	.slider-hider
	{
		background:#000000;
		color:#ffffff;
		background-image:url(images/background_grad.png);
		background-repeat: repeat-x;
		font-weight:bold;
		font-size:12px;
		height:315px;
		padding-top:300px;
		width:320px;
		position:absolute;
		top:0px;
		padding-left: 15px;
	}
	
	* html .slider
	{
		left:1029px;		
	}
	
	* html .slider-hider
	{
		left:1087px;
	}
	
	
	.slider-text
	{
		margin-top:15px;
		float:left;
		width:120px;
	}
	
	.slider-text h3
	{
		color:#e73e97;
		font-size:13px;
		font-weight:bold;
	}
	
	.slider-text p
	{
		color:#ffffff;
		font-size:12px;
		font-weight:normal;
	}
	
	
	.slider-button-opened,
	.slider-button-closed
	{
		float:left;
		width:62px;
	}
	.slider-button-opened a
	{
		display:block;
		width:62px;
		height:62px;
		margin-top:77px;		
		background:url(../images/home/slide_in.gif);
		border:0px;
		-moz-outline-style: none;
	}
	
	.slider-button-opened a:hover
	{		
		background:url(../images/home/slide_in_over.gif);
		border:0px;
	}
	
	.slider-button-closed a
	{
		display:block;
		width:62px;
		height:62px;
		margin-top:77px;
		background:url(../images/home/slide_out.gif);		
		border:0px;
		-moz-outline-style: none;
	}
	
	.slider-button-closed a:hover
	{		
		background:url(../images/home/slide_out_over.gif);
		border:0px;
	}

	.content .homeLogosMargin a:hover {
		text-decoration: none;
	}
	