/* slider-01.css */

.guarantee_container {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	background: url(../images/bg_frontboxes_shadow.png) 50% bottom no-repeat;
}

.guarantee_box {
	padding: 0 0 8px 0;
	position: relative;
	
	border: #939393 1px solid;
	background: #e5e595 url(../images/bg_guarantee.png) 0 0 repeat-x;

	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;

	behavior: url(/css/PIE.htc); 
}

.guarantee_box h2 {
	height: 56px;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 0 0 0 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 57px;
	text-transform: uppercase;
	color: #00305e;
}

.guarantee_box_pdf {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}


.slider_container {
	width: 933px;
	height: 313px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg_slider_guarantee.png) 0 0 no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 17px;
}

.slide {
	width: 903px;
	height: 313px;
	overflow: hidden;
}

.slide .slidepic {
	float: right;
	margin-right: 10px;
}

.slide .slidetext {
	width: 193px;
	/* margin-top: 25px; */
	padding-top: 0;
	float: none;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	zoom: 1;
	font-family: "Trebuceht MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.slide .slidetext h2 {
	height: auto;
	margin:  0 0 10px 0;
	padding: 15px 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: url(../images/hline_dotted_01.gif) 0 bottom repeat-x;
}

.slide .slidetext h2 a, .slide .slidetext h2 a:visited {
	text-decoration: none;
	color: #fff;
}

.slide .slidetext h2 a:hover, .slide .slidetext h2 a:visited:hover {
	text-decoration: none;
	color: #fbdf09;
}

.slide .slidetext p {
	margin:  0;
	padding: 0;
}

.slide .slidetext a, .slide .slidetext a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fbdf09;
}

.slide .slidetext a:hover, .slide .slidetext a:visited:hover {
	text-decoration: underline;
	color: #fbdf09;
}

.btn_slide_prev {
	width: 14px;
	height: 64px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 120px;
	left: 240px;
	text-decoration: none;
	background: url(../images/btn_prev_next.png) 0 0 no-repeat;
	z-index: 9000;
}

.btn_slide_next {
	width: 14px;
	height: 64px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 120px;
	left: 935px;
	text-decoration: none;
	background: url(../images/btn_prev_next.png) -14px 0 no-repeat;
	z-index: 9000;
}

.ul_slider_nav {
	margin:  0;
	padding: 0;
	position: absolute;
	top: 290px;
	left: 780px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	z-index: 9000;
}

.ul_slider_nav li {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 5px 0 0;
	float: left;
	text-align: center;
}

.ul_slider_nav a, .ul_slider_nav a:visited {
	width: 19px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 0 1px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(../images/bg_slider_nav.png) 0 0 no-repeat;
}

.ul_slider_nav a:hover, .ul_slider_nav a:visited:hover {
	text-decoration: none;
	color: #fbdf06;
}

.ul_slider_nav li.activeSlide a, .ul_slider_nav li.activeSlide a:visited {
	color: #433b02;
	background: url(../images/bg_slider_nav.png) 0 -20px no-repeat;
}

.ul_slider_nav li.activeSlide a:hover, .ul_slider_nav li.activeSlide a:visited:hover {
	color: #4e6ea2;
}

/* tooltip */

.tooltip {
	display: none;
	width: 464px;
	margin: -10px 0 0 100px;
	padding: 0 0 5px 7px;
	position: absolute;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	background: url(../images/tt_shadow.png) 7px bottom no-repeat;
	z-index: 500000 !important;
	zoom: 1;
}

.tt_inner {
		padding: 12px 23px 15px 18px;
		position: relative;
		border: #0b3c68 1px solid;
		background: #fbfbcd url(../images/bg_tt.png) 0 0 repeat-x;
}

.tt_arr {
		width: 8px;
		height: 15px;
		overflow: hidden;
		position: absolute;
		margin-left: -26px;
		font-size: 0;
		background: url(../images/arr_tt.gif) 0 0 no-repeat;
}

.tt_text { display: none; }

.rm_container {  }