/* Page -------------------------------------------- */

html {
	background: url(../img/home/home_01.jpg) repeat-x #fff;
}


/* Highlight -------------------------------------------- */

.highlight {
	background-image: url(../img/home/highlight-back.png);
	height: 455px;
	width: 856px;
	margin: auto;
	position: relative;
	padding-top: 32px;
	margin-bottom: 30px;
	
}
.highlight .left {
	position: absolute;
	top:32px;
	left: 26px;
	width: 539px;
	height: 430px;
}

.highlight .right {
	position: absolute;
	top:32px;
	left: 590px;
	width: 240px;
	height: 430px;
}
.highlight .left h2 {
	text-indent: -10000px;
	background-image: url(../img/home/highlight-h2.png );
	width: 539px;
	height: 73px;
}
.highlight .left p {
	width: 480px;
	margin: 10px 0 10px 22px;
}
.highlight .left h3 {
	color: #fa7a05;
	font-size: 16px;
	margin-left: 22px;
	margin-bottom: 10px;
}
.highlight .left h3 a {
	color: #0066cc;
	font-size: 13px;
}

.highlight .right h2 {
	background-image: url(../img/home/advantages.png);
	height: 19px;
	text-indent: -10000px;
}
.highlight .blog a {
	background-image: url(../img/home/blog.png);
	width: 240px;
	height: 87px;
	display: block;
	text-indent: -10000px;
}
.highlight .facts a {
	background-image: url(../img/home/facts.png);
	width: 240px;
	height: 87px;
	display: block;
	text-indent: -10000px;
}


/* More Info -------------------------------------------- */

.moreInfo {
	margin-left: 90px;
	height: 160px;
}
.moreInfo h2 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 20px;
}
.moreInfo h2 strong {
	font-size: 15px;
	font-weight: bold;
}
.moreInfo ul {
	margin-left: 10px
}
.moreInfo ul li {
	float: left;
	width: 370px;
	margin-right: 60px;
	list-style-type: disc;
	font-size: 12px;
}


/* Horizontal Carousel -------------------------------------------- */

#horizontal_carousel {
float: left;
  width: 539px;
  height: 132px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/home/home-carrousel.png);
}

#horizontal_carousel .container {
  float: left;
  width: 497px;
  height: 132px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 132px;
}                      

#horizontal_carousel ul li {
  width: 124px;
  height: 125px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 21px;
  height: 175px;
  background: url(../img/home/carousel-left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../img/home/carousel-left.png) -42px 0;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../img/home/carousel-left.png) -21px 0;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 21px;
  height: 175px;
  background: url(../img/home/carousel-right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../img/home/carousel-right.png)  -42px 0;
}

#horizontal_carousel .next_button_disabled {
  background: url(../img/home/carousel-right.png) -21px 0 ;
  cursor: default;
}