/* RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 100%; background: #fff;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
input.btn { cursor: pointer; cursor: hand; }

@font-face {
    font-family: 'pf_din_text_cond_pro_mediumRg';
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body { height: 100%; }
body { 
	background: #fff;  
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	max-width: 771px;
}


a { text-decoration: underline; }
	a:hover { text-decoration: none; }

.astroc { 
	position: relative;
	width: 100%; position: relative;
}

.astroc a {
	color:#06afb6;
}

.menu {
	line-height: 24px;
	min-height: 31px;
}
	.menu li {
		display: block;
		float: left;
		line-height: 24px;
		padding-bottom: 7px;
	}
		.menu li.current{
			background: url(../i/sprite.png) 50% -80px no-repeat;
		}
		.menu a {
			/*
			color: #00858b;
			*/
			color:#000;
			font-size: 11px;
			text-decoration: none;
			padding: 0 5px;
			height: 24px;
			line-height: 24px;
			display: block;
		}
		.menu a span {
			border-bottom: 1px dashed #000;
		}
			.menu a:hover {
				color: #00858b;
			}
			.menu a:hover span {
				border-color: #00858b;
			}

			
	.menu .current a {
		color: #fff !important;
		background:  url(../i/sprite.png) 0 -80px repeat-x;
	}
		.menu .current a span {
			border: none !important;
		}

.carousel h3 {
	color: #000000;
	font: normal 36px/36px 'pf_din_text_cond_pro_mediumRg', "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
}

.item{
	float: left;
}

.item .content {
	height: 835px;
	overflow: auto;
}

	.item.current {
		display: block;
	}

	.item .img  {
		position: relative;
		margin-bottom: 5px;
		margin-right: 15px;
	}
	.item .img img {
		width: 100%;
	}

	.item .img .c {
		position: relative;
		z-index: 9;
		width: 80%;
		font-size: 12px;
		color: #fff;
		margin-bottom: -14px;
		background: url(../i/sprite.png) 50% 100% no-repeat;
		padding: 0 0 7px 0;
	}
	.item .img .c .in {
		padding: 15px 15px 10px 15px;
		background: #fff url(../i/sprite.png) 0 -117px repeat-x;
	}
		.item .img .c p {
			
		}
		.item .img .c a {
			color: #00989e;
		}
	.item .img .i {
		position: relative;
		z-index: 8;
	}
		

.cntrls a {
	display: block;
	position: absolute;
	top: 30px;
	height: 40px;
	width: 50px;
	background-image: url(../i/sprite.png);
	cursor: pointer; cursor: hand;
}
.cntrls a.disabled {
	visibility: hidden;
}
	.cntrls .prev {
		left: 0;
		background-position: 0 0;
	}
		.cntrls .prev:hover {
			background-position: 0 -40px;
		}
	.cntrls .next {
		right: 0;
		background-position: -50px 0;
	}
		.cntrls .next:hover {
			background-position: -50px -40px;
		}



.jspContainer{
  overflow: hidden;
  position: relative;
}
.jspPane{ position: absolute; }
.jspVerticalBar{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #fff;
}
.jspHorizontalBar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
}
.jspVerticalBar *,
.jspHorizontalBar *{
  margin: 0;
  padding: 0;
}
.jspCap{  display: none;}
.jspHorizontalBar .jspCap{  float: left;}
.jspTrack{
  background: #fff;
  position: relative;
  width: 2px;
}
.jspDrag{
  background: #06afb6;
  position: relative;
  top: 0;
  cursor: pointer;
  width: 6px;
  border-radius: 6px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag { float: left;  height: 100%; }
.jspArrow{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled{ cursor: default;  background: #80808d;}
.jspVerticalBar .jspArrow{  height: 0; }
.jspHorizontalBar .jspArrow{
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus{ outline: none; }
.jspCorner{
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
  margin: 0 -3px 0 0;
}

.jspVerticalBar .jspCap{
  height: 20px;
}
.jspArrow {
  visibility: hidden;
}