

/********************************************************************************************************


                                     Take A Tour


********************************************************************************************************/




/* container for slides */
#take_a_tour_images {
		background:#fff url(/img/global/gradient/h300.png) repeat-x;
		position:relative;
		height:350px;
		width:307px;
		margin:10px 0px 5px;
		cursor:pointer;		/* CSS3 tweaks for modern browsers */
}

/* single slide */
#take_a_tour_images .slide {
		display:none;
		position:absolute;
		top:0;
		left:0;
		height:310px;
		font-size:11px;
		width: 302px;
}

#take_a_tour_images .slide a {
		font-size:11px;
}

#take_a_tour_images .slide img {
		width: 309px;
		height: 300px;
}

#take_a_tour_images .slide span {
		display: block;
		margin-top: 6px;
		margin-left: 5px;
}


/* header */
#take_a_tour_images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
#take_a_tour_nav {
		margin-left:100px;
		margin-top: 15px;
}

/* single tab */
#take_a_tour_nav a {
		width:8px;
		height:8px;
		float:left;
		margin:3px;
		background:#999999 url(/tools/img/scrollable/arrow/navigator.png) no-repeat 0 0;
		display:block;
		font-size:1px;
}

/* mouseover state */
#take_a_tour_nav a:hover {
		background: #8F0028;
		width:8px;
		height:8px;
		float:left;
		margin:3px;
		background:#999999 url(/tools/img/scrollable/arrow/navigator.png) no-repeat 0 0;
		display:block;
		font-size:1px;
}

/* active state (current page state) */
#take_a_tour_nav a.current {
		background: #3F0A1A;
		color: #5A0019;
} 	



/* prev and next buttons */
.forward, .backward {
		float:left;
		background:#670310 url(/images/home/take_a_tour/take_a_tour_button.jpg) repeat-x;
		display:block;
		width:30px;
		height:30px;
		cursor:pointer;
		color: #FFFFFF;
		font: bolder 20px Verdana, Arial, Helvetica, sans-serif;
		text-indent: 7px;
		border: 1px solid #830125;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

.forward { float: right; }


.forward:hover, .backward:hover	{
		background: #C61A3A url(/images/home/take_a_tour/take_a_tour_button_hover.jpg);
		border-color: #660000;
		text-decoration: none;
}
.forward:active, .backward:active 	{ } 





/********************************************************************************************************


                                     Teaser


********************************************************************************************************/


/* main vertical scroll */
#main_slideshow	 {
		overflow:hidden;
		background: #fff;
		height: 320px;
		float: left;
		position: relative;
		width: 650px;
	}
.ie6  #main_slideshow { height: 480px; }
	
/* root element for pages */
#pages {
		position:absolute;
		height:20000em;
		margin-left: 5px;
	}
	
/* single page */
.page {
		width:620px;
		padding-top: 10px;
		padding-left: 10px;
	}

.page .readmore {
		float: right;
		margin-right: 15px;
}
	
/* root element for horizontal scrollables */
.scrollable {
		position:relative;
		overflow:hidden;
		height: 300px;
	}
	
/* root element for scrollable items */
.scrollable .items {
		position:absolute;
		clear:both;
	}
.scrollable .text {
		height: 100px;
		position: absolute;
		background: url(/images/home/menu_black.png);
		top: 200px;
		padding: 5px;
		width: 100%;
}



.ie7 .scrollable .text {
		height: 100%;
		position: absolute;
		background: url(/images/home/menu_black.png);
		padding: 5px;
		width: 100%;
		left: 0px;
		bottom: 0px;
}



.scrollable .text a {
		font-weight: bolder;
		color: #FFFFFF;
}
	
/* single scrollable item */
.item {
		float:left;
		width:620px;
		height:450px;
		color: #FFFFFF;
		position: relative;
}

.item  h2 {
		font-size: 25px;
		margin-top: 0px;
		margin-bottom: 5px;
		color: #FFFFFF;
		background: url(/_recode/images/site_design/button_normal.jpg) repeat-x;
		display: block;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
}

.item p {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 5px;
}

.item a { color: #000000; }
	
/* main navigator */
#main_navi {
		background: #fff url(/images/home/col_background.jpg) repeat-x bottom;
		height: 140px;
		padding-top: 5px;
		width: 630px;
		float: left;
		padding-left: 20px;
}
	
#main_navi li {
		color:#000000;
		font-size:11px;
		height:135px;
		list-style-type:none;
		width:115px;
		cursor:pointer;
		position: relative;
		display: block;
		margin-right: 10px;
		float: left;
		margin-bottom: -5px;
}
	
#main_navi li:hover { color: #8F0028; }
	
#main_navi li.active {
		background: #8F0028 url(/_recode/images/site_design/slider_navi_active.jpg) repeat-y;
		border-top-color: #0066FF;
		border-bottom-color: #0D284C;
		color: #FFFFFF;
}
	
#main_navi img {
		margin-bottom: 5px;
		display: block;
		width: 115px;
		height: 75px;
}
#main_navi  li p {
		display: block;
		padding: 0px;
		margin: 0px 5px;
}
	
#main_navi strong { font-size: 11px; 	}
	
#main div.navi {
		cursor:pointer;
		color: #FFFFFF;
	}

/********************************************************************************************************


                                     Facebox


********************************************************************************************************/
#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	font-size: 12px;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
	padding: 25px;
	background: #fff;
	width: 450px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}
#facebox  .ffooter {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

