/* 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;
	line-height: 1.4;
	color: #333;
	font-size: 14px;
}


a { text-decoration: underline; }
	a:hover { text-decoration: none; }

	#text ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 40px;
	font-weight: 400;
	font-family: 'pf_din_text_cond_pro_mediumRg', Arial, sans-serif;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	font-family: 'pf_din_text_cond_pro_mediumRg', Arial, sans-serif;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}


.caselayout {
	position: relative;
	text-align: center;
	width: 700px;
	padding-bottom: 200px;
	padding-top: 67px;
}

.caselayout .monitor {
	background: transparent url(../i/monitor.png) 0 40px no-repeat;
	display: block;
	width: 700px;
	height: 600px;
	position: absolute;
	margin-left: 1px;
	left: 0;
	top: 0;
	z-index: 10;
}

.caselayout .monitor .in {
	height: 30px;
	background: #fff;
	margin: 0;
	text-align: center;
}

.caselayout .monitor .in h2 {
	margin: 0;
}

.caselayout .monitor ul {
	margin: 0!important;
}

.caselayout .monitor li {
	list-style: none;
	display: -moz-inline-stack;	display: inline-block; *display: inline;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
}

.caselayout .monitor li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.caselayout .monitor li.active a {
	color: #069ca2;
	border-color: #069ca2;
}

.caselayout .monitor.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.caselayout .monitor.bottom {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -685px;
}

.caselayout .header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	top: 67px;
	left: 29px;
}

.caselayout .imglist {
	width: 643px;
	margin: 0 auto;
	height: 366px;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 20;
}

.caselayout .imglist a,
.caselayout .imglist img {
	display: block;
	background: none;
}



.case_tabs {
	width: 700px;
	background: #fff;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
}

.case_tabs h2 {
	margin: 0;
	padding-bottom: 5px;
}

.case_tabs ul {
	margin: 0!important;
	padding-bottom: 23px;
	border-bottom: 1px solid #ccc;
	width: 700px;
}

.case_tabs li {
	list-style: none;
	display: -moz-inline-stack;	display: inline-block; *display: inline;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
}

.case_tabs li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.case_tabs li.active a {
	color: #069ca2;
	border-color: #069ca2;
}

.case_tabs_content {
	margin-top: 25px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.case_tabs_content {
	width: 100%;
}

.case_tabs_content div {
	1display: none;
	float: left;
}

.case_tabs_content .active {
	1display: block;
}









.astroc { 
	position: relative;
	width: 100%; 
	max-width: 741px;
	padding-top: 20px;
}

.astroc a {
	color:#06afb6;
}

.menu {
	line-height: 24px;
	min-height: 31px;
	text-align: center;
}
	.menu li {
		display: inline-block;
		line-height: 24px;
		padding-bottom: 7px;
	}
		.menu a {
			/*
			color: #00858b;
			*/
			color:#666;
			font-size: 12px;
			text-decoration: none;
			padding: 0 5px;
			height: 24px;
			line-height: 24px;
			display: block;
		}
		.menu a span {
			border-bottom: 1px dotted #666;
		}
		.menu a:hover,
		.menu .current a {
			color: #00858b;
		}
		.menu a:hover span,
		.menu .current a span {
			border-color: #00858b;
		}
		.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: 618px;
	overflow: auto;
}

	.item.current {
		display: block;
	}

	.item .img  {
		position: relative;
		margin-right: 11px;
	}
	.item .img img {
		width: 700px;
		margin: 10px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}

	.item .img .c {
		position: relative;
		z-index: 9;
		font-size: 12px;
		1color: #fff;
		1background: url(../i/sprite.png) 50% 100% no-repeat;
		padding: 0 0 7px 0;
		margin-left: 10px;
	}
	.item .img .c .in {
		padding: 5px 20px 12px;
		1background: #fff url(../i/sprite.png) 0 -117px repeat-x;
		1text-shadow:0 1px 0 #06a4ab;
		font-size: 12px;
	}
	.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: #eee;
  position: relative;
  width: 6px;
}
.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;
}


@media only screen and (max-width: 1400px) {

}