/* general */
.content_flood-sensor{
	width:960px;
	margin:0 2px;	/* 2px of margin left and right because in drupal parent of this element has 964px */
	color: #373737;
}
.section{
	width:100%;
}
.float_container{
	width:100%;
	overflow:hidden;
}
.absolute_pos{
	position: absolute;
}

hr{
	width: 100%;
	height: 1px;
	overflow: hidden;
    font-size: 1px; /* IE 6 */
}
hr.sections_divider{
    background-color: #e6e6e6;
    margin:30px 0;
}
hr.sections_divider_free{
	background-color: #e6e6e6;
	margin:0;
}
hr.sections_divider_free_top{
    background-color: #e6e6e6;
    margin:0 0 30px 0;
}
hr.sections_divider_free_bottom{
    background-color: #e6e6e6;
    margin:30px 0 0 0;
}
hr.sections_empty_divider{
    background-color: transparent;
    margin:15px 0;
}
hr.sections_divider5{
    background-color: #e6e6e6;
    margin:5px 0;
}
hr.sections_divider10{
    background-color: #e6e6e6;
    margin:10px 0;
}
hr.sections_divider15{
    background-color: #e6e6e6;
    margin:15px 0;
}
hr.sections_divider20{
    background-color: #e6e6e6;
    margin:20px 0;
}

/* headlines and text */
.content_flood-sensor h1, .content_flood-sensor h2{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
}
.content_flood-sensor h1{
	font-size: 36px;
	line-height: 40px;
}
.content_flood-sensor h1.bigger{
	font-size: 48px;
	line-height: 48px;
}
.content_flood-sensor h2{
	font-size: 21px;
	line-height: 25px;
}

.content_flood-sensor h2.bigger{
	font-size: 25px;
	line-height: 28px;
}
.content_flood-sensor h3, .content_flood-sensor h3 a.sensor_link {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.content_flood-sensor p, .content_flood-sensor p.space{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.content_flood-sensor p.likeh2{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 21px;
}
.content_flood-sensor p.undertitle{
	width: 80%;
	margin: 0 10%;
}
.content_flood-sensor p.space{
	margin-bottom: 20px;
}
.content_flood-sensor p.source, .content_flood-sensor p.source a{
	font-family: Arial;
	color:#868686;
	font-size:11px;
}
.content_flood-sensor p.source a:hover{
	color:#222;
}
.content_flood-sensor p.note{
	font-size: 11px;
}
.content_flood-sensor p.note a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #373737;
}
.content_flood-sensor a{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

/* Beautiful */
.beautiful{
	padding-top: 10px;
}
.beautiful_left{
	width:455px;
	float:left;
}
.beautiful_right{
	width:505px;
	float:left;
	padding-top: 53px;
}
.beautiful_right h1{
	margin-bottom:25px;
}

/* Began */
.began_left{
	width: 506px;
	float: left;
}
.began_right{
	width: 454px;
	float:left;
}

/* Interaction with sensor */
.sensor_look_txt{
	text-align: center;
	margin-bottom: 20px;
}
.sensor_look{
	height:670px;
}
.sensor_look .absolute_pos > div{
	position: absolute;	
}
.sensor_outside{
	width:509px;
	height:537px;
	background:url('../../img/sensor_outside.png');
	top:0px;
	left:225px;
	z-index:1;
/*	border:1px solid #ccc; */
}
.sensor_inside_loupe{
	top:168px;
	left:490px;
	z-index:2;
}
.sensor_inside_loupe, .sensor_inside_loupe:hover, .sensor_inside, .sensor_inside:hover, .arrows, .arrows:hover{
	cursor: none; 
}
.sensor_inside{
	width:188px;
	height:188px;
	background:url('../../img/sensor_inside.png');
	background-repeat: no-repeat;
	background-position: -270px -174px;
	box-shadow: 0px 0px 12px rgba(0,0,0,.8), 0px 0px 15px rgba(0,0,0,.3) inset;
	border: 5px solid rgba(255,255,255,.8);
	border-radius: 50%;
}
.sensor_look p.likeh2{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sensor_look .active h2, .sensor_look .active{
	color: #373737;
}
.sensor_look .nonactive h2, .sensor_look .nonactive{
	color: #a9a9a9;
}
.tilt_sensor{
	width:240px;
	top: 55px;
	left: 0px;
	text-align:right;
}
.beep{
	width:220px;
	top: 245px;
	left: -20px;
	text-align:right;
}
.telescope{
	width: 300px;
	top: 434px;
	left: -70px;
	text-align:right;
}
.terminals{
	width: 380px;
	top: 567px;
	left: 0px;
	text-align:right;
}
.rgblight{
	width: 425px;
	top: 565px;
	left: 590px;
	text-align:left;
}
.sabotageopen{
	width: 320px;
	top: 410px;
	left: 755px;
	text-align:left;
}
.battery{
	width: 240px;
	top: 245px;
	left: 755px;
	text-align:left;
}
.tempsensor{
	width: 280px;
	top: 55px;
	left: 710px;
	text-align:left;
}
.tilt_sensor_arrow{
	width:114px;
	height:69px;
	background:url('../../img/left_1_tilt_sensor.png');
	top: 62px;
	left: 247px;
	z-index:3;
	display:none;
}
.beep_arrow{
	width:114px;
	height:5px;
	background:url('../../img/left_2_beep.png');
	top: 252px;
	left: 210px;
	z-index:3;
	display:none;
}
.telescope_arrow{
	width:135px;
	height:54px;
	background:url('../../img/left3_telescopic_probe.png');
	top: 393px;
	left: 232px;
	z-index:3;
	display:none;
}
.terminals_arrow{
	width:70px;
	height:122px;
	background:url('../../img/left4_terminal_io.png');
	top: 458px;
	left: 390px;
	z-index:3;
	display:none;
}
.rgblight_arrow{
	width:100px;
	height:111px;
	background:url('../../img/right4_rgb_light.png');
	top: 468px;
	left: 480px;
	z-index:3;
	display:none;
}
.sabotageopen_arrow{
	width:110px;
	height:29px;
	background:url('../../img/right3_sabotage.png');
	top: 393px;
	left: 634px;
	z-index:3;
	display:none;
}
.battery_arrow{
	width:129px;
	height:5px;
	background:url('../../img/right2_battery.png');
	top: 253px;
	left: 615px;
	z-index:3;
}
.tempsensor_arrow{
	width:114px;
	height:68px;
	background:url('../../img/right1_temp_sensor.png');
	top: 62px;
	left: 585px;
	z-index:3;
	display:none;
}
.content_flood-sensor p.patent_pending {
	left: 50%;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	color: #373737;
}

/* One sensor */
.one_sensor{
	text-align: center;
}
.one_sensor .float_container{
	margin-top:30px;
}
.one_sensor .float_container p, .one_sensor .float_container h2{
	width: 280px;
	margin: 0px 20px;
}
.one_sensor .float_container h2{
	min-height:50px;
}
.one_sensor_left, .one_sensor_center, .one_sensor_right{
	float: left;
	width: 320px;
}
.one_sensor p.source,  p.sensor_look_source, .not_sink p.source{
	margin-top:10px;
}

.not_sink p.source {
	margin-bottom: 20px;
    margin-top: -25px;
    text-align:right;
}

/* Shift Sabotage */
.shiftsabotage_left{
	width: 507px;
	float: left;
}
.shiftsabotage_right{
	width: 453px;
	padding-top: 15px;
	float:left;
}
.shiftsabotage_right .absolute_pos, .shiftsabotage_right .absolute_pos_container{
	width: 453px;
	height: 315px;
}
.onshiftsabotage{
	position:absolute;
	top:0px;
	left:0px;
	width: 453px;
	height: 315px;
	background:url('../../img/flood_image_4.jpg');
	z-index:1;
}
p.onshiftangle{
	position:absolute;
	width: 80px;
	top: 77px;
	left: 344px;
	z-index:2;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 46px;
	color: #e8303d;
}
p.onshiftTiltSensor{
	position: absolute;
	width: 78px;
	top: 123px;
	left: 342px;
	z-index: 2;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	height: 21px;
	text-align: center;
}

/* For each area */
.each_area_left{
	width: 555px;
	float: left;
}
.each_area_right{
	width: 405px;
	float:left;
}
.each_area_right p.source, p.sensor_look_source{
	text-align:right;
}

/* Telescope */
.telescope_section_left{
	width: 386px;
	float: left;
}
.telescope_section_right{
	width: 574px;
	float:left;
}
.telescope_section_right h1{
	margin-left:115px;
}
.telescope_section_right p{
	margin-left:115px;
	height:125px;
}

/* Open sabotage */
.open_sabotage_section{
	text-align: center;
}
.open_sabotage_section img{
	vertical-align: top; 
	margin-top:30px;
}

/* RGB Light */
.rgb_light_section{
	text-align:center;
}
.rgb_light_section .absolute_pos_container{
	width:960px;
	height:422px;
}
.rgb_light_section .absolute_pos{
	width:960px;
	height:382px;
	margin-top:40px;
}
.rgbdrop_bg{
	position:absolute;
	width:960px;
	height:382px;
	top:0px;
	left:0px;
	background:url('../../img/image_rgb.jpg');
}
.rgb_light_section .absolute_pos > p{
	position: absolute;
}
p.rgb_head1{
	font-family: Arial, sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #2b2b2b;
}
p.rgb_head2{
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 19px;
	color: #bababa;
}
.rgb_drop_blue1{
	top: 5px;
	left: 0px;
	text-align: right;
	width: 320px;
}
.rgb_drop_blue2{
	top: 45px;
	left: 0px;
	text-align: right;
	width: 320px;
}
.rgb_drop_red1{
	top: 112px;
	left: 0px;
	text-align: right;
	width: 270px;
}
.rgb_drop_red2{
	top: 152px;
	left: 0px;
	text-align: right;
	width: 270px;
}
.rgb_drop_green1{
	top: 230px;
	left: 0px;
	text-align: right;
	width: 320px;
}
.rgb_drop_green2{
	top: 270px;
	left: 0px;
	text-align: right;
	width: 320px;
}
.rgb_drop_purple1{
	top: -5px;
	left: 650px;
	text-align: left;
	width: 290px;
}
.rgb_drop_purple2{
	top: 35px;
	left: 650px;
	text-align: left;
	width: 290px;
}
.rgb_drop_gold1{
	top: 112px;
	left: 700px;
	text-align: left;
	width: 260px;
}
.rgb_drop_gold2{
	top: 152px;
	left: 700px;
	text-align: left;
	width: 260px;
}
.rgb_drop_white1{
	top: 235px;
	left: 655px;
	text-align: left;
	width: 285px;
}
.rgb_drop_white2{
	top: 275px;
	left: 655px;
	text-align: left;
	width: 285px;
}

/* protect against damage */
.protect{
	text-align:center;
}
.protect_image_en{
	width:960px;
	height:721px;
	margin-top: 40px;
	background:url('../../img/flood_image_10_eng.jpg');
}
.protect_image_en p, .protect_image_pl p{
	text-align:left;
	padding-top: 630px;
	padding-left: 10px;
	width: 270px;
}

/* it does not sink */
.not_sink{
	text-align:center;
}
.not_sink img{
	margin-top:10px;
}

/* the floor temperature */
.floor_temp{
	width:960px;
	height:869px; /* 839px + background-position (30px) */
	background:url('../../img/flood_image_12.jpg') no-repeat;
	background-position: 0px 30px;
}
.floor_temp_main_txt{
	position:absolute;
	top:0px;left:0px;
}
.floor_temp_main_txt h1{
	width:550px;
}
.floor_temp_main_txt p{
	width:550px;
}
.floor_temp_bottom_txt{
	position: absolute;
	top: 665px;
	left: 50px;
	width: 230px;
	border-bottom: 1px solid #3e91cb;
	padding-bottom: 5px;
	text-align: left;
}
p.floor_temp_bottom_txt1{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 81px;
	line-height: 81px;
	color: #3e91cb;
}
p.floor_temp_bottom_txt2{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 23px;
	line-height: 23px;
	color: #3e91cb;
}
.floor_temp_do_you_know{
	position: absolute;
	top: 690px;
	left: 610px;
	width: 280px;
}
p.floor_temp_do_you_know1{
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
p.floor_temp_do_you_know2{
	font-family:Verdana;
	font-style:italic;
	font-size:12px;
}

/* notice frost */
.notice_frost{
	width:960px;
	height:895px;
	background:url('../../img/flood_image_16.jpg');
}
.notice_frost_main_txt{
	position:absolute;
	width: 550px;
	left: 390px;
	top: 0px;
}
p.notice_frost1{
	position:absolute;
	width:300px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 82px;
	line-height: 82px;
	color: #11acdf;
	text-align:center;
	top:405px;
	left:550px;
}
p.notice_frost2{
	position:absolute;
	width:300px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;
	color: #11acdf;
	text-align:center;
	top:485px;
	left:550px;
}

/* notice fire */
.notice_fire_left{
	width:477px;
	float:left;
}
.notice_fire_right{
	width:483px;
	float:left;
}
.notice_fire .absolute_pos_container{
	width:960px;
	height:634px;
}
.notice_fire_bg{
	position:absolute;
	width:960px;
	height:634px;
	background:url('../../img/flood_image_15.jpg');
}
p.notice_fire1{
	position:absolute;
	width:300px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 82px;
	line-height: 82px;
	color: #ff0000;
	text-align:center;
	top:115px;
	left:100px;
}
p.notice_fire2{
	position:absolute;
	width:300px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;
	color: #ff0000;
	text-align:center;
	top:195px;
	left:100px;
}

/* perfect combination */
.perfect_combination{
	width:960px;
	height:723px;
	background:url('../../img/flood_image_11.jpg');
	margin-top:25px;
}
.perfect_combination h1, .perfect_combination p{
	margin-left: 520px;
}
.perfect_combination h1{
	line-height:38px;
}
.perfect_combination p.source {
	color: #373737;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-style: italic;
    left: 745px;
    margin-left: 0;
    position: relative;
    right: 0;
    top: 340px;
    width: 250px;
}
.perfect_combination p.source2 {
	left: 760px;
    width: 350px;
}

/* wireless update */
.wireless_update_left{
	width:385px;
	float:left;
}
.wireless_update_right{
	width:575px;
	float:left;
}
.wireless_update_left h1{
	margin-top:20px;
}
p.wireless_update_desc {
	color: #3CC1EF;
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    line-height: 25px;
    margin: 61px 93px 0 725px;
    position: absolute;
    width: 150px;
}
p.wireless_update_desc2 {
	margin-top: 85px;
}

/* Network range */
.network_range{
	text-align: center;
	position: relative;
}
.network_range h1{
	margin-top:20px;
}
.network_range p.undertitle {
	margin: 0 5%;
    width: 85%;
}
.network_range .image_wrapper {
	margin-bottom: 20px;
}
.network_range_desc {
	color: #373737;
    font-size: 16px;
    font-weight: bold;
}
.network_range_inrange {
	left: 60px;
    position: absolute;
    top: 405px;
    width: 160px;
}
.network_range_routed {
	left: 352px;
    position: absolute;
    text-align: center;
    top: 490px;
    width: 200px;
}
.network_range_outrange {
	left: 755px;
    position: absolute;
    top: 415px;
    width: 150px;
}

/* quick answer */
.quick_answer{
	text-align:center;
}
.quick_answer_photo{
	margin-top:10px;
	width:960px;
	height:504px;
	background:url('../../img/flood_image_19.jpg');
}
.quick_answer_photo p{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 25px;
	margin-left: 780px;
	padding-top: 88px;
	width: 190px;
	font-style: italic;
}
/* materials */
.materials {
	text-align: center;
}
.materials_manual {
	float: left;
	width: 480px;
}
.materials_video {
	float: left;
	width: 480px;
}
.materials_video p.materials_title, .materials_manual p.materials_title {
	font-size: 36px;
	font-family: arial,verdana;
	line-height: 30px;
    margin-bottom: 20px;
}
.materials_video p.materials_desc, .materials_manual p.materials_desc {
	margin-bottom: 10px;
    margin-left: 80px;
    margin-right: 80px;
    width: 300px;
    color: #666666;
}
.materials_manual img, .materials_video img {
	margin-top: 25px;
}

/* coming soon */
.coming_soon{
	text-align:center;
}

/* for translation purposes **** */
.cke_show_borders .absolute_pos  p{
	margin-top:0px;
	margin-bottom:0px;
}
/* **** */