/*********** General Settings **********/
*{
    margin: 0px;
    padding: 0px;
}

html, body{
    background: #FFFFFF;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 1em;
	}
	
img{
	border-width: 0px;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.justify{
	text-align: justify;
}

.center{
	text-align: center;
}

.underline{
	text-decoration: underline;
}

.white{
	color: #FFFFFF;
}

.yellow{
	color: #FF8C00;
}

.red{
	color: #FF0000;
}

.darkblue{
	color: #003366;
}

.blue{
	color: #0000FF;
}

.green{
	color: #46962B;
}

.list{
	padding-left: 15px;
}

.sub_list{
	padding-left: 15px;
}

.categories{
	cursor: pointer;
}

.link{
	cursor: pointer;
	text-decoration: underline;
	color: #003366;
}

.link2{
	cursor: pointer;
	text-decoration: underline;
	color: #FFFFFF;
}

.link_icon{
	position: relative;
	top: 3px;
}

.line{
	float: left;
	width: 100%;
	border-bottom: 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pointer{
	cursor: pointer;
}

.background_gradient{
	background: #012952; /* Old browsers */
	background: -moz-linear-gradient(left,  #012952 0%, #335b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#012952), color-stop(100%,#335b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #012952 0%,#335b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #012952 0%,#335b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #012952 0%,#335b84 100%); /* IE10+ */
	background: linear-gradient(to right,  #012952 0%,#335b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#335b84',GradientType=1 ); /* IE6-9 */
}

.background_white{
	background: #FFFFFF;
}

/********** Centers the website **********/
.wrapper{
    width: 1000px;
    margin: 0px auto;
}

/********** Header **********/
#header{
    width: 1000px;
    height: 260px;
    color: #FFFFFF;
}

/*** Background Images ***/
.header_home{
	background-image: url('../images/Header08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}
	
.header_products{
	background-image: url('../images/Header10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}
	
.header_sales{
	background-image: url('../images/Header13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_support{
	background-image: url('../images/Header12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_downloads{
	background-image: url('../images/Header15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_events{
	background-image: url('../images/Header16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_about{
	background-image: url('../images/Header14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_other{
	background-image: url('../images/Header11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

.header_instrutech{
	background-image: url('../images/Header09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** HEKA Logo ***/
#heka_logo{
	position: relative;
	top: 20px;
	left: 20px;
	width: 200px;
}

/*** Ephys/Echem Logo ***/
#product_series{
	float: right;
	position: relative;
	top: -63px;
	right: 0px;
	width: 255px;
}

/*** Newsbox ***/
#newsbox_shell{
	float: right;
	position: relative;
	top: -64px;
	right: 0px;
	width: 253px;
	height: 135px;
	border-bottom-left-radius: 30px;
	background-image: url('../images/newsbox_background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#newsbox{
	float: right;
	position: relative;
	top: 33px;
	right: 15px;
	width: 228px;
	text-align: justify;
	padding: 0px;
}

#newsbox a{
	color: #003366;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.newsletter{
	max-width: 230px;
}

/*** Search Field Area ***/
#search{
	float: right;
	position: relative;
	height: 28px;
	width: 245px;
	top: 165px;
	right: -260px;
}

#search_field{
	float: right;
	position: relative;
	top: 2px;
	right: 80px;
	border-radius: 5px;
	padding-left: 25px; 
	font-size: 1.0em;
}

input[type=search]{
	width: 140px;
	background-image: url(../images/lupe.png);
	background-image: url(../images/lupe.png);
	background-repeat: no-repeat;
	-webkit-appearance: none;
    -webkit-box-sizing: content-box;
}

.search_button{
	float: right;
	position: absolute;
	top: 3px;
	right: 13px;
	color: #003366;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 0.875em;
	padding: 0px;
	border-color: #FFFFFF;
	font-family: 'Arial';
}

/********** Horizontal/Tab Navigation **********/
#main_navigation{
	float: left;
	height: 62px;
	width: 745px;
	position: relative;
	top: 108px;
	left: 0px;
}

.tabs{
	height: 50px;
	float: left;
	position: relative;
	top: -15px;
	left: 0px;
}

.tabs li{
	float: left;
	position: relative;
	top: 0px;
	list-style: none;
}

.tabs li a{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 35px;
	background: #FFFFFF;
	padding: 10px 10px 15px 10px;
	margin-right: 10px;
	border-top-right-radius: 10px;
}

.tabs li:first-child a{
	margin-left: 10px;
}

.tabs li a:hover{
	background: #003366; 
    color: #FFFFFF;
}

.tabs li.selected a {
    background-color: #003366;
    color: #FFFFFF;
	font-weight: bold;
}

/*** Breadcrumb Area ***/
#breadcrumb{
	float: left;
	position: relative;
	top: -28px;
	left: 0px;
	width: 745px;
	height: 39px;
	background: #003366;
	border-top-right-radius: 10px;
	line-height: 39px;
	font-size: 0.625em;
}

#breadcrumb a{
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	background: #003366;
	cursor: pointer;
	text-decoration: none;
}

#breadcrumb a:first-child{
	margin-left: 10px;
}

#breadcrumb a:last-child{
	text-decoration: underline;
}

/********** Background-Gradient for equal length content **********/
#section_wrapper{
    width: 1000px;
    float: left;
	border-top: 5px solid #FFFFFF;
	background: #012952; /* Old browsers */
	background: -moz-linear-gradient(left,  #012952 0%, #335b84 25%, #ffffff 25%, #ffffff 25.5%, #cecece 25.5%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#012952), color-stop(25%,#335b84), color-stop(25%,#ffffff), color-stop(25.5%,#ffffff), color-stop(25.5%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #012952 0%,#335b84 25%,#ffffff 25%,#ffffff 25.5%,#cecece 25.5%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #012952 0%,#335b84 25%,#ffffff 25%,#ffffff 25.5%,#cecece 25.5%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #012952 0%,#335b84 25%,#ffffff 25%,#ffffff 25.5%,#cecece 25.5%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #012952 0%,#335b84 25%,#ffffff 25%,#ffffff 25.5%,#cecece 25.5%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}

/********** Sidebar-Navigation/Tree menu **********/
#sidebar{
    width: 250px;
    float: left;
	background: #012952; /* Old browsers */
	background: -moz-linear-gradient(left,  #012952 0%, #335b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#012952), color-stop(100%,#335b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #012952 0%,#335b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #012952 0%,#335b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #012952 0%,#335b84 100%); /* IE10+ */
	background: linear-gradient(to right,  #012952 0%,#335b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#335b84',GradientType=1 ); /* IE6-9 */
	color: white;
}

.sidebar_heading{
	color: #FFFFFF;
	padding-left: 8px;
	margin: 10px 0px 5px 0px;
}

#tree {
	font-size: 0.8125em;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	padding: 0px 9px 0px 9px;
}

#tree a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: FFFFFF;
	padding: 0px 0px 0px 12px;
	background-image: url(arrow_9px_white_right.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#tree a:hover{
	color: #003366;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(arrow_9px_blue_right.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#tree li{
	display: block;
}

#tree ul{
	list-style-type: none;
	padding: 0px 0px 0px 12px;
}

#tree a.selected{
	background-image: url(arrow_9px_white_down.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 12px;
	margin: 0px 6px 0px 0px;
	text-decoration: none;
}

#tree a.selected:hover{
	color: #003366;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(arrow_9px_blue_down.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#tree a.leaf{
	background-image: none;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 0px 0px 12px;
}

#tree a.leaf:hover{
	background-image: none;
	text-decoration: none;
	color: #003366;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 12px;
}

ul#tree li ul li ul li{
	margin: 0px 0px 3px 0px;
}
/********** Content-Area **********/
#content{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

/*** Content-Area Index(Home) ***/
#content_home{
    width: 980px;
    float: left;
	padding: 10px;
	text-align: justify;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

#shell{
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 5px;
}

.new_product{
	width: 455px;
	height: 315px;
	float: left;
	background: #FFFFFF;
	margin: 5px;
	padding: 15px 10px 10px 10px;
	color: #003366;
	font-size: 0.75em;
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
}

.new_product a{
	text-decoration: none;
	cursor: pointer;
}

.new_product_blue{
	width: 455px;
	height: 315px;
	float: left;
	background: #012952; /* Old browsers */
	background: -moz-linear-gradient(left,  #012952 0%, #335b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#012952), color-stop(100%,#335b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #012952 0%,#335b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #012952 0%,#335b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #012952 0%,#335b84 100%); /* IE10+ */
	background: linear-gradient(to right,  #012952 0%,#335b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#335b84',GradientType=1 ); /* IE6-9 */
	margin: 5px;
	padding: 15px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 0.75em;
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
}

.new_product_blue a{
	text-decoration: none;
	cursor: pointer;
}

.product_image{
	width: 300px;
	margin: 15px 0px 5px 0px;
}

.arrow{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.more{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

/*** Product 1 ***/
#product1{
	border-top-left-radius: 30px;
}

#product1 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product1{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#box_text1{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px 0px 5px;
}

/*** Product 2 ***/
#product2{	
	border-top-right-radius: 30px;
}

#product2 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product2{
	width: 275px;
	margin: 15px 0px 5px 0px;
	float: left;
	position: absolute;
	top: -15px;
	left: 695px;
}

#product2_button{
	float: left;
	position: absolute;
	top: 298px;
	left: 489px;
	width: 40px;
	margin: 0px 0px 10px 10px
}

#box_text2{
	float: left;
	position: relative;
	top: 50px;
	left: -120px;
	margin: 0px 0px 0px 0px;
}

/*** Product 3 ***/
#product3{
	border-bottom-right-radius: 30px;
}

#product3 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product3{
	width: 300px;
	margin: 15px 0px 5px 0px;
	float: left;
	position: relative;
	top: -29px;
	left: 150px;
}

#box_text3{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px 0px 5px
}

#product3_button{
	float: left;
	position: absolute;
	top: 647px;
	left: 14px;
	width: 40px;
}

/*** Product 4 ***/
#product4 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

.flash_video{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#box_text4{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 445px;
	margin: 10px 0px 0px 5px;
}

/*** Product 5 ***/
#product5{
	border-bottom-left-radius: 30px;
}

#product5 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product5{
	width: 300px;
	margin: 15px 0px 5px 0px;
	float: left;
	position: relative;
	top: -16px;
	left: 145px;
}

#box_text5{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 410px;
	margin: 10px 0px 0px 5px;
}

/*** Product 6 ***/
#product6{
	border-bottom-right-radius: 0px;
}

#product6 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product6{
	width: 300px;
	margin: 15px 0px 5px 0px;
	float: left;
	position: relative;
	top: 0px;
	left: 145px;
}

#box_text6{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 445px;
	margin: 10px 0px 0px 5px;
}

/*** Product 7 ***/
#product7{
	border-top-right-radius: 30px;
}

#product7 h3{
	float: left;
	position: relative;
	top: 4px;
	left: 5px;
}

#image_product7{
	width: 300px;
	margin: 15px 0px 5px 0px;
	float: left;
	position: relative;
	top: -125px;
	left: 145px;
}

#box_text7{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 445px;
	margin: 10px 0px 0px 5px;
}

/********** Content-Area Products **********/
#content_products{
    width: 745px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

/*** Product Overview ***/
#products_catalogue{
	position: absolute;
	top: 11px;
	left: 90px;
}

/*** Tree Heading ***/
.products_heading{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	font-size: 1.0em;
	font-weight: bold;
	color: #003366;
	margin: 10px 0px 20px 15px;
}

/*** Layout Product Boxes ***/
.product_boxes_odd{
	width: 325px;
	height: 250px;
	float: left;
	position: relative;
	top: 0px;
	margin: 5px 10px 20px 35px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-box-shadow: 3px 3px 3px 3px #696969;    
    box-shadow: 3px 3px 3px 3px #696969;
}

.product_boxes_even{
	width: 325px;
	height: 250px;
	float: left;
	position: relative;
	top: 0px;
	margin: 5px 10px 20px 10px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
}

.product_label{
	width: 295px;
	height: 40px;
	float: left;
	position: relative;
	top: 195px;
	left: 0px;
	background: #003366;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px 10px 10px;
}

.product_label a{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

/*** Content Product Boxes ***/

/*** Instruments for Electrophysiology ***/
#inst_ephys_box1{
	background-image: url('../images/atrial_cardiomyocyte.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -20px -30px;
}

#inst_ephys_box2{
	background-image: url('../images/oocyte_amplifiers.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#inst_ephys_box3{
	background-image: url('../images/eva8_cell.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -8px;
}

#inst_ephys_box4{
	background-image: url('../images/pc_setup.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** Patch Clamp Amplifier ***/
#patch_clamp_box1{
	background-image: url('../images/computer_controlled.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -1px -13px;
}

#patch_clamp_box2{
	background-image: url('../images/manually_controlled.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}
	
#patch_clamp_box3{
	background-image: url('../images/accessories.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Computer Controlled Amplifier ***/
#patch_comp_box1{
	background-image: url('../images/epc10usb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -259px -47px;
}

#patch_comp_box2{
	background-image: url('../images/epc10usb_double.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -175px -50px;
}

#patch_comp_box3{
	background-image: url('../images/extended_patch.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Manually Controlled Amplifier ***/
#patch_man_box1{
	background-image: url('../images/epc800usb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -352px -39px;
}

/*** Accessories ***/
#patch_acc_box1{
	background-image: url('../images/redstar_stecker_small.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -10px;
}

#patch_acc_box2{
	background-image: url('../images/patch_ampero_stecker_small.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -10px;
}

#patch_acc_box3{
	background-image: url('../images/3electrode_stecker_small.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -10px;
}

#patch_acc_box4{
	background-image: url('../images/tib14s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -440px -30px;
}

#patch_acc_box5{
	background-image: url('../images/eps16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -464px -23px;
}

#patch_acc_box6{
	background-image: url('../images/model_cells.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#patch_acc_box7{
	background-image: url('../images/psa12.jpg');
	background-repeat: no-repeat;
	background-size: 105% auto;
	background-position: -5px 0px;
}

#patch_acc_box8{
	background-image: url('../images/holders.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -16px;
}

#patch_acc_box9{
	background-image: url('../images/platinum_electrode.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Model Cells  ***/
#model_box1{
	background-image: url('../images/mc10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#model_box2{
	background-image: url('../images/tesc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -35px;
}

/*** Oocyte Clamp Amplifier ***/
#oocyte_box1{
	background-image: url('../images/itev90.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -179px -44px;
}

#oocyte_box2{
	background-image: url('../images/itev90_comp_stecker_small.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -10px;
}

/*** Microelectrode Amplifier ***/
#micro_amp_box1{
	background-image: url('../images/eva8.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -222px -50px;
}

/*** Patch Clamp Setups ***/
#pc_setups_box1{
	background-image: url('../images/patch_clamp_systeme.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -67px;
}

/*** Instruments for Electrochemistry ***/
#inst_echem_box1{
	background-image: url('../images/potmaster_online.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -3px;
}

#inst_echem_box2{
	background-image: url('../images/sfu3.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}
	
#inst_echem_box3{
	background-image: url('../images/ecells_electrodes.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -32px;
}

/*** Potentio-/Galvanostats ***/
#pots_box1{
	background-image: url('../images/computer_controlled.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -1px -13px;
}

#pots_box2{
	background-image: url('../images/manually_controlled.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}
	
#pots_box3{
	background-image: url('../images/accessories.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Computer Controlled Pots ***/
#pots_comp_box1{
	background-image: url('../images/pg310usb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -134px -52px;
}

#pots_comp_box2{
	background-image: url('../images/pg390usb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -150px -52px;
}

#pots_comp_box3{
	background-image: url('../images/pg340usb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -25px -55px;
}

/*** Manually Controlled Pots ***/
#pots_man_box1{
	background-image: url('../images/pg410.png');
	background-repeat: no-repeat;
	background-size: 160% auto;
	background-position: -152px -41px;
}

#pots_man_box2{
	background-image: url('../images/pg510.png');
	background-repeat: no-repeat;
	background-size: 200% auto;
	background-position: -271px -79px;
}

/*** Accessories ***/
#pots_acc_box1{
	background-image: url('../images/epa_stecker_small.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px -10px;
}

#pots_acc_box2{
	background-image: url('../images/hcb50.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -125px -30px;
}

#pots_acc_box3{
	background-image: url('../images/mc300.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -60px;
}

#pots_acc_box4{
	background-image: url('../images/mc300lc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -60px;
}

#pots_acc_box5{
	background-image: url('../images/tib14s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -440px -50px;
}

/*** SECM ***/
#secm_box1{
	background-image: url('../images/overview2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -25px -17px;
}

#secm_box2{
	background-image: url('../images/elp1_front.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -5px;
}

#secm_box3{
	background-image: url('../images/elp3_complete.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px -10px;
}

#secm_box4{
	background-image: url('../images/accessories.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Accessories ***/
#seca_box1{
	background-image: url('../images/sfu3_receiver_assembly.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -90px;
}

#seca_box2{
	background-image: url('../images/sis_45.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -15px;
}

#seca_box3{
	background-image: url('../images/fluorescent_cells.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#seca_box4{
	background-image: url('../images/imaging_systems.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** Fluorescence Excitation Systems ***/
#seca_fluo_box1{
	background-image: url('../images/sutter_lambdaxl.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -20px;
}

#seca_fluo_box2{
	background-image: url('../images/sutter_dg4.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -15px;
}

/*** Electrochemical Cells & Electrodes ***/
#ecce_box1{
	background-image: url('../images/ecc7_2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -20px;
}

#ecce_box2{
	background-image: url('../images/ecc8_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -23px;
}

#ecce_box3{
	background-image: url('../images/electrodes_ecell.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#ecce_box4{
	background-image: url('../images/platinum_electrode.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#ecce_box5{
	background-image: url('../images/puller.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -20px;
}

/*** Electrodes for Electrochemical Cells ***/
#electrodes_ec_box1{
	background-image: url('../images/counter_electrode.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px -10px;
}

#electrodes_ec_box2{
	background-image: url('../images/pseudo_reference_electrode.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px -10px;
}

#electrodes_ec_box3{
	background-image: url('../images/reference_electrode.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -55px -10px;
}

/*** Acquisition Hardware ***/
#acq_hard_box1{
	background-image: url('../images/acquisition_interfaces.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#acq_hard_box2{
	background-image: url('../images/host_interfaces.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Acquisition Interfaces ***/
#acq_int_box1{
	background-image: url('../images/lih88.jpg');
	background-repeat: no-repeat;
	background-size: 300% auto;
	background-position: -562px -0px;
}

#acq_int_box2{
	background-image: url('../images/itc18.jpg');
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: 0px -10px;
}

#acq_int_box3{
	background-image: url('../images/itc1600.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -89px -223px;
}

/*** Host Interface Boards ***/
#hosts_box1{
	background-image: url('../images/16_hosts.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -10px;
}

#hosts_box2{
	background-image: url('../images/18_hosts.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -10px;
}

#hosts_box3{
	background-image: url('../images/pci1600.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -14px;
}

/*** Software ***/
#soft_box1{
	background-image: url('../images/acquisition_analysis.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#soft_box2{
	background-image: url('../images/pmpro.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#soft_box3{
	background-image: url('../images/epcdll.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -32px;
}

/*** Acquistion Software  ***/
#soft_acq_box1{
	background-image: url('../images/patchmaster.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_acq_box2{
	background-image: url('../images/potmaster.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_acq_box3{
	background-image: url('../images/fitmaster.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_acq_box4{
	background-image: url('../images/chartmaster.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_acq_box5{
	background-image: url('../images/tida.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_acq_box6{
	background-image: url('../images/imaging_extension.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** GLP Software ***/
#soft_glp_box1{
	background-image: url('../images/pm_pro.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 5px;
}

#soft_glp_box2{
	background-image: url('../images/fm_pro.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 10px;
}

/*** Additional Software ***/
#soft_add_box1{
	background-image: url('../images/epcmaster.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_add_box2{
	background-image: url('../images/pgmaster.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#soft_add_box3{
	background-image: url('../images/lihxop.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -131px 0px;
}

#soft_add_box4{
	background-image: url('../images/epcdll.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -31px;
}

#soft_add_box5{
	background-image: url('../images/data_access2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#soft_add_box6{
	background-image: url('../images/tac_logo2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#soft_add_box7{
	background-image: url('../images/igor_pro2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Experiment & Environment Control ***/
#control_box1{
	background-image: url('../images/imaging_extension.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#control_box2{
	background-image: url('../images/sutter_quad.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -19px;
}

#control_box3{
	background-image: url('../images/sutter_mt1000.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -14px;
}

#control_box4{
	background-image: url('../images/ala_chambers.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#control_box5{
	background-image: url('../images/ala_vc3-8ppa.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#control_box6{
	background-image: url('../images/ala_temperature.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -8px;
}

/*** Imaging ***/
#imaging_box1{
	background-image: url('../images/imaging_extension.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#imaging_box2{
	background-image: url('../images/imaging_bundle.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#imaging_box3{
	background-image: url('../images/jenoptik.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#imaging_box4{
	background-image: url('../images/smartshutter.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -25px;
}

/*** Cameras ***/
#imaging_cameras_box1{
	background-image: url('../images/jenoptik.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** Fluidics ***/
#fluidics_box1{
	background-image: url('../images/ala_fluid_control.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -34px;
}

#fluidics_box2{
	background-image: url('../images/ala_spk8_2012.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#fluidics_box3{
	background-image: url('../images/ala_qmm8.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Temperature Control ***/
#temp_box1{
	background-image: url('../images/ala_temperature.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -9px;
}

#temp_box2{
	background-image: url('../images/ala_heating_cooling.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Heating ***/
#heating_box1{
	background-image: url('../images/ala_hpc_tool.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#heating_box2{
	background-image: url('../images/ala_hpt-2.jpg');
	background-repeat: no-repeat;
	background-size: calc();
	background-position: 0px 0px;
}

#heating_box3{
	background-image: url('../images/ala_hcs.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -45px;
}

/*** Heating & Cooling ***/
#cooling_box1{
	background-image: url('../images/ala_hcmis.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -49px;
}

#cooling_box2{
	background-image: url('../images/ala_hcpc2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#cooling_box3{
	background-image: url('../images/ala_koolance1.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#cooling_box4{
	background-image: url('../images/ala_hct_control_box.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -24px;
}

/*** Electrodes & Electrode Manufacturing ***/
#electrodes_box1{
	background-image: url('../images/puller.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -20px;
}

#electrodes_box2{
	background-image: url('../images/holders.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -15px;
}

#electrodes_box3{
	background-image: url('../images/platinum_electrode.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Micropipette Fabrication ***/
#pipette_box1{
	background-image: url('../images/sutter_p1000.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -10px;
}

#pipette_box2{
	background-image: url('../images/polisher.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -20px;
}

#pipette_box3{
	background-image: url('../images/pip6_2.jpg');
	background-repeat: no-repeat;
	background-size: calc();
	background-position: -112px 0px;
}

/*** Post-pull Processing ***/
#postpull_box1{
	background-image: url('../images/mhk1_2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#postpull_box2{
	background-image: url('../images/sutter_bv10_2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#postpull_box3{
	background-image: url('../images/ala_cpm2_2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px -4px;
}

/*** Holders ***/
#holders_box1{
	background-image: url('../images/pip_holder.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#holders_box2{
	background-image: url('../images/micro_holder.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

/*** Electrodes ***/
#electrodes_electrodes_box1{
	background-image: url('../images/electrode_glassinsulated_combi2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px 0px;
}

#electrodes_electrodes_box2{
	background-image: url('../images/electrode_other_combi2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px 0px;
}

/*** Glass-insulated Microelectrodes ***/
#glass_electrodes_box1{
	background-image: url('../images/electrode_glassinsulated.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -53px 0px;
}

#glass_electrodes_box2{
	background-image: url('../images/electrode_glassinsulated.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -53px 0px;
}

#glass_electrodes_box3{
	background-image: url('../images/electrode_glassinsulated.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -53px 0px;
}

/*** Other Microelectrodes ***/
#other_electrodes_box1{
	background-image: url('../images/electrode_other.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -57px 0px;
}

/*** Shielding & Isolation ***/
#shield_box1{
	background-image: url('../images/faraday_seitlich.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

#shield_box2{
	background-image: url('../images/vibration_isolation_table.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** Electrical Shielding ***/
#elec_shield_box1{
	background-image: url('../images/faraday_seitlich.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** Vibration Isolation ***/
#vib_box1{
	background-image: url('../images/vibration_isolation_table.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
}

/*** System Integrators ***/
#integrate_box1{
	background-image: url('../images/nanion.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -58px -24px;
}

#integrate_box2{
	background-image: url('../images/ionovation_logo.jpg');
	background-repeat: no-repeat;
	background-size: 385px 196px;
	background-position: -60px 0px;
}

/*** Product Styling ***/
#product_wrapper{
	width: 715px;
	min-height: 570px;
	float: left;
	margin: 15px 15px 15px 15px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 65.2%, #012952 65.2%, #335b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(65.2%,#ffffff), color-stop(65.2%,#012952), color-stop(100%,#335b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 65.2%,#012952 65.2%,#335b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#ffffff 65.2%,#012952 65.2%,#335b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 65.2%,#012952 65.2%,#335b84 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%,#ffffff 65.2%,#012952 65.2%,#335b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#335b84',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
}

.headline_position{
	float: left;
	position: relative;
	top: 0px;
	right: -5px;
}

#description{
	width: 435px;
    float: left;
	margin-right: 5px;
	padding: 15px;
	font-size: 0.75em;
	text-align: justify;
    color: #003366;
}

.description_images{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	max-width: 420px;
}

#description a{
	color: #003366;
	cursor: pointer;
	text-decoration: underline;
}

.features{
	width: 215px;
    float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 0.75em;
	text-align: left;
    color: #FFFFFF;
}

.features a{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

.features img{
	float: left;
}

.features2 a{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 20px;
}

.features2 img{
	position: relative;
	top: 3px;
	left: 0px;
	margin: 0px 2px 0px 0px;
}

ul.feature_list li{
	list-style-type: none;
	background-image: url('../images/list_arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 16px;
}

ul.feature_list2 li{
	list-style-type: none;
	background-image: url('../images/list_arrow_white.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 16px;
}

ul.feature_list3 li{
	list-style-type: none;
	background-image: url('../images/list_arrow_content_blue.png');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding: 0px 0px 0px 18px;
}

#platinum_electrodes{
	width: 435px;
	text-align: left;
	border: 2px solid #003366;
	border-collapse: collapse;
}

#platinum_electrodes tr td{
	border: 1px solid #003366;
	padding: 3px;
}

/********** Content Sales **********/
#content_sales{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

/*** Price List ***/
.price_list{
	width: 250px;
	float: left;
	position: relative;
	top: 0px;
	left: 30px;
}

.price_list a,
.price_list2 a{
	text-decoration: none;
	color: #003366;
}

.desc_price_list,
.desc_price_list2{
	position: relative;
	top: 0px;
	left: 35px;
}

.price_list_img{
	width: 240px;
	height: 150px;
}

.price_list2{
	width: 250px;
	float: left;
	position: relative;
	top: 0px;
	left: 75px;
	margin: 0px 0px 0px 100px;
}

.partners{
	width: 725px;
	float: left;
	margin-bottom: 25px;
}

/*** Distributors & Resellers ***/
.distributors{
	float: left;
	width: 725px;
	margin-bottom: 25px;
	display: inline;
}

.distributors2{
	float: left;
	width: 725px;
	position: relative;
}

.distributors a{
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}

.distributors2_address{
	float: left;
	position: relative;
	top: 8px;
	left: 10px;
	margin: 0px 25px 0px 0px;
}

.distributors2_address a{
	text-decoration: underline;
	color: #003366;
}

.distributors2_image{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px 0px 0px;
}

.distributors3_image{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px 0px 0px 350px;
}

h3.distributors2 {
	font-size: 1.0em;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}

.partners_img{
	width: 175px;
}

/*** Request Formular ***/
#request input:focus{
	background-color: #FF8C00;
}

#request{
	font-size: 1.2em;
}

#mandatory_info{
	font-size: 0.8125em;
}

.entry_field{
	margin: 5px 20px 15px 0px;
}

.entry_field:last-child{
	margin: 5px 25px 5px 0px;
}

#entry_field_area1,
#entry_field_area2,
#entry_field_area3{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

fieldset{
	width: 720px;
}

textarea#sales_comment{
	width: 720px;
	height: 100px;
}
/*** Terms & Conditions ***/
.terms a{
	color: #003366;
	text-decoration: underline;
}

/********** Content Support **********/
#content_support{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

#table_support {
	width: 725px;
	text-align: center;	
	border: 3px solid #003366;
	border-collapse: separate;
}

#table_support tr td{
	border: 1px solid #003366;
	padding: 5px;
}

.video_link{
	text-decoration: none;
}

.video_style{
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.faq_images{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.info_tutorial,
.info_demo,
.info_video,
.info_faq,
.info_brochure{
	width: 725px;
	margin: 10px 0px 10px 0px;
}

/********** Content Downloads **********/
#content_downloads{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

.downloads_heading{
	font-size: 1.0em;
	font-weight: bold;
	color: #003366;
}

/*** Selection Boxes ***/
.choose{
	width: 330px;
	margin-bottom: 10px;
}

.info_software,
.info_hardware{
	width: 725px;
	margin: 10px 0px 10px 0px;
}

.download_button{
	display: block;
}

ul.list_style_external{
	list-style-image: url(../images/external_link.png);
}

.list_style_external{
	padding-left: 10px;
	margin-left: 10px;
}

ul.list_style_external a{
	color: #003366;
}

.rn_images{
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#soft_note{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 725px;
}

.version{
	width: 705px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 30px;
	margin: 0px 0px 15px 0px;
}

/********** Content Events **********/
#content_events{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

#content_events a{
	cursor: pointer;
}

#shell_events{
	position: relative;
	top: 0px;
	left: 5px;
}

.new_event{
	width: 675px;
	height: 100px;
	float: left;
	background: #FFFFFF;
	margin: 5px;
	padding: 20px;
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.new_event a{
	text-decoration: none;
}

.event_heading img{
	float: left;
	position: relative;
	top: -4px;
	left: 0px;
}

.event_heading h3{
	float: left;
	position: relative;
	top: 0px;
	left: 5px;
}

.new_event p{
	line-height: 1.5;
	font-weight: bold;
	float: left;
	position: relative;
	top: -10px;
	left: 31px;
}

.equip{
	float: right;
	position: relative;
	top: -1px;
	left: -40px;
}

.old_event{
	width: 675px;
	float: left;
	background: #FFFFFF;
	margin: 5px;
	padding: 20px;
	-webkit-box-shadow:  3px 3px 3px 3px #696969;    
    box-shadow:  3px 3px 3px 3px #696969;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.old_event a{
	color: #003366;
}

.webold_content{
	float: left;
	position: relative;
	top: 0px;
	left: 31px;
}

.webold_title{
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

.eventbrite_button{
	float: right;
	position: relative;
	top: 25px;
	right: -158px;
}

/********** Content About **********/
#content_about{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

#table_address{
	width: 100%;
}

#table_address td{
	width: 33%;
	text-align: left;
}

/********** Footer **********/

/*** Footer Area ***/
footer{
    width: 980px;
    height: 51px;
    float: left;
    color: #FFFFFF;
	text-align: left;
	font-size: 0.75em;
	line-height: 51px;
	padding: 0px 10px 0px 10px;
	border-top: 5px solid #FFFFFF;
	background: #012952; /* Old browsers */
	background: -moz-linear-gradient(left,  #012952 0%, #335b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#012952), color-stop(100%,#335b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #012952 0%,#335b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #012952 0%,#335b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #012952 0%,#335b84 100%); /* IE10+ */
	background: linear-gradient(to right,  #012952 0%,#335b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012952', endColorstr='#335b84',GradientType=1 ); /* IE6-9 */
}

footer a{
	text-decoration: none;
	display: inline;
	font-size: 1em;
	color: #FFFFFF;
	padding: 0px;
}

#footer_links{
	position: relative;
	top: 0px;
	left: 85px;
	display: inline;
}

#copyright{
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	display: inline;
}

#LinkedIn{
	float: right;
	position: relative;
	top: 9px;
	right: 0px;
}

#LinkedIn img{
	width: 33px;
	height: 33px;
}

/********** Content Search **********/
#content_search{
    width: 725px;
	min-height: 600px;
	border-left: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 0.75em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right, #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}

#content_search a{
	text-decoration: underline;
	cursor: pointer;
	color: #003366;
}

/********** Content Maintenance **********/
#content_maintenance{
    width: 980px;
	min-height: 600px;
	border-top: 5px solid #FFFFFF;
    float: left;
    color: #003366;
	padding: 10px;
	text-align: justify;
	font-size: 1.0em;
	background: #d9d9d9; /* Old browsers */
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(left,  #cecece 0%, #a4a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cecece), color-stop(100%,#a4a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cecece 0%,#a4a3a3 100%); /* IE10+ */
	background: linear-gradient(to right,  #cecece 0%,#a4a3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#a4a3a3',GradientType=1 ); /* IE6-9 */
}