



.showUnder640 {
	display:none;
}






body, table {
	padding:0;
	margin:0;
	font-family:mainfont, Open Sans, arial;
	font-size:16px;
}

body {
	background:#fff;
}








.cl, .clear {
	clear:both;
}	

.container {
	position:relative;
	min-width:960px; 
	max-width:1024px;
	margin:0 auto !important; 
	padding:0 1%;
}

.p50 {
	width:50%;
	float:left;
}

.p33 {
	width:33.3%;
	float:left;
}

.p66 {
	width:66.6%;
	float:left;
}

.p30 {
	width:30%;
	float:left;
}

.p70 {
	width:70%;
	float:left;
}

.p25 {
	width:25%;
	float:left;
}

.p75 {
	width:75%;
	float:left;
}







a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}





.blackandwhite {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.blackandwhite:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}




#site {

}







.headbar {
	padding:10px 0;
}

.headbar .logo {

}

.headbar .logo a {
	display:table;
	width:120px;
	height:65px;
	border:0;
	background:url('images/logo.png');
	background-size:100% 100%;
}

.headbar .info {
	margin:2px 0 0 0;
	line-height:22px;
	text-align:right;
}

.headbar .info b {
	margin:0 3px 0 20px;
	font-family:icons;
	color:#e60000;
}







.menubar {
	margin:5px 0 0 0;
	border-top:		1px solid #dcdcdc;
	border-bottom:	1px solid #dcdcdc;
	height: 50px;
	line-height: 50px;
}

.menubar .container {

}

.menubar .container a {
	font-family:menufont, Open Sans, arial;
	font-size:14px;
	color:#2e2e2e;
	display:table;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	text-decoration:none;
	float:left;
	
	border-left:	1px solid #dcdcdc;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.menubar .container a:hover {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}

.menubar .container .active {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}

.menubar_select {
	display:none;
}












.footbar {
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	
	font-size:14px;
	
	margin:0;
	padding:20px 0;
}

.footbar {
	line-height:170%;
}

.footbar .icon {
	font-family:icons;
	padding:0 10px 0 0;
}

.footbar .p50-1 .line1 {
	color:#ccc;
	font-weight:bold;
	padding:0 0 50px 0;
}

.footbar .p50-1 .line2 {
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:0px 0 50px 0;
}

.footbar .p50-1 .line2 a {
	color:#000;
	text-decoration:none;
}

.footbar .p50-1 .line2 a:hover {
	color:#e60000;
}

.footbar .p50-1 .line3 {
	font-family:socicons;
	font-size:80px;
	padding:0 0 30px 0;
}

.footbar .p50-1 .line3 a {
	color:#ccc;
	text-decoration:none;
	padding:0;
	margin:0;
	text-shadow:1px 2px 0px #efefef;
}

.footbar .p50-1 .line3 a:hover {
	color:#333;
}

.footbar .p50-1 .line3 .fb:hover {
	color:#3b5998;
}

.footbar .p50-1 .line3 .gp:hover {
	color:#de4b39;
}

.footbar .p50-2 b {
	font-family:extrabold, Open Sans, Arial;
	line-height:300%;
}



.footbar .p50-1 {
	width:48%;
	padding:0 0 0 0;
}

.footbar .p50-2 {
	padding:0 0 0 2%;
	width:49%;
	border-left:1px solid #dcdcdc;
}











.footbody .p30 .box {
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
	padding:0 0 10px;
}

.footbody .p30 .box .pic {
}

.footbody .p30 .box .pic img {
	max-width:100%;
}

.footbody .p30 .box .title {
	padding:10px 10px 5px 10px;
}

.footbody .p30 .box .title h3 {
	color:#e60000;
	font-size:18px;
	margin:0;
	padding:0;
}

.footbody .p30 .box .content {
	padding:0 10px 10px 10px;
}

.footbody .p30 .box .more {
	position:relative; 
	padding:10px;
	text-align:right;
	margin:-40px 0 10px 0;
}

.footbody .p30 .box .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.footbody .p30 .box .more a:hover {
	opacity:1;
}




.footbody .p70 .footNews {
	width:92%; 
	padding:2%;
	margin:0 0 0 2%;
	border:1px solid #ccc;
}

.footbody .p70 .footNews h1 {
	color:#e60000;
	margin:0;
	padding:0 0 5px 0; 
}

.footbody .p70 .footNews .article .col1 {
	width:20%;
	float:left;
}

.footbody .p70 .footNews .article .col2 {
	width:70%;
	float:left;
}

.footbody .p70 .footNews .article .col3 {
	width:10%;
	float:left;
}

.footbody .p70 .footNews .article {
	padding:0 0 10px 0;
}

.footbody .p70 .footNews .article .date {
	color:#c6c6c6;
}

.footbody .p70 .footNews .article .date .day {
	float:left;
	height:40px;
	font-size:30px;
}

.footbody .p70 .footNews .article .date .separator {
	float:left;
	width:13px;
	height:40px;
	font-size:30px;
}

.footbody .p70 .footNews .article .date .month {
	float:left;
	font-size:16px;
	font-weight:bold; 
	padding:15px 0 0 0;
}

.footbody .p70 .footNews .article h2, .footbody .p70 .footNews .article h2 a {
	text-decoration:none;
	margin:0;
	color:#000;
	font-size:16px;
}

.footbody .p70 .footNews .article .more {
	height:30px;
	line-height:30px;
	text-align:right;
	padding:70px 0 0 0;
}

.footbody .p70 .footNews .article .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.footbody .p70 .footNews .article .more a:hover {
	opacity:1;
}




























.body input[type=text], .body input[type=password], .body textarea {
	font-family:verdana;
	font-size:14px;
	color:#666;
	padding:5px;
	border:1px solid #ccc;
	outline:none;
}

.body input[type=text]:focus, .body input[type=password]:focus, .body textarea:focus {
	border:1px solid #e60000;
}

.body input[type=submit], .body input[type=button] {
	padding:10px 20px;
	color:#fff;
	background:#e60000;
	border:none;
	font-weight:bold;
	outline:none;
}








.body {
	margin:20px 0;
	padding:20px 0;
	background:#fff;
	color:#000;
}

.body a {
	color:#000;
}

.redbody { 
	padding:20px 0 50px 0;
	background:#e60000;
	color:#fff;
}

.redbody a {
	color:#fff;
}


.body h1, .body h2, .body h3 {
	margin:0;
	font-weight:normal;
	padding:10px 0;
}

.body .bold {
	font-weight:bold;
	padding:10px 0;
}

.body .text { 
	padding:10px 0;
}




.body .icons {
	padding:30px 0 0 0;
	height:150px;
}

.body .icons .vr {
	float:left;
	height:130px;
	width:1px;
	background:#ff1800;
	border-left:1px solid #b40000;
}

.body .icons .vr-height {
	height:290px;
}

.body .icons .vr-extraheight {
	height:360px;
}

.body .icons .icon {
	width:19.5%;
	float:left;
	text-align:center;
}

.body .icons .icon25 {
	width:24.5%;
	float:left;
	text-align:center;
}

.body .icons .icon33 {
	width:33.1%;
	float:left;
	text-align:center;
}

.body .icons .icon .ico {
	font-family:icons;
	font-size:70px;
}

.body .icons .icon .icoleft {
	text-align:left;
	padding:0 5%;
	margin:0 0 20px 0;
}

.body .icons .icon .icofull {
	font-family:opensans, Open Sans, Arial;
	font-size:40px;
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	display:table;
	background-image:url('images/circle_white.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	color:#e60000;
	font-weight:bold;
	padding:0; 
	margin: 3px 0 20px 5%;
}

.body .icons .icon .title {
	height:50px;
	line-height:25px;
	font-weight:bold;
	vertical-align: middle;
}

.body .icons .icon .titleleftbold {
	text-align:left;
	font-weight:bold;
	font-size:20px;
	font-family:extrabold, Open Sans, Arial;
	
	padding:0 5%;
	margin:0 0 20px 0;
}

.body .icons .icon .text {
	padding:0 5%;
	text-align:left;
	margin:0 0 20px 0;
}

.body .icons .icon .more-white {
	margin:0 5% ;
	text-align:right;
}

.body .icons .icon .more-white a {
	float:right;
	display:table;
	width:30px;
	height:30px;
	background:url('images/more_white.png');
	opacity:0.5;
}

.body .icons .icon .more-white a:hover {
	opacity:1;
}










.mainpageInfobox .cont {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden; 
	
	border:1px solid #dcdcdc;
}






.mainpageInfobox .cont .boxes {
	border-bottom:1px solid #dcdcdc;
	margin:0;
}

.mainpageInfobox .cont .boxes .leftborder {
	border-left:1px solid #dcdcdc;
}

.mainpageInfobox .cont .boxes .p33 {
	width:30.9%;
	padding:1% 1%;
	margin:0;
}

.mainpageInfobox .cont .boxes .p33imaged {
	width:30.9%;
	padding:0 0% 1% 0%;
	margin:0;
	width:32.9%;
}

.mainpageInfobox .cont .boxes .p33imaged div {
	padding:1%; 
}

.mainpageInfobox .cont .boxes .p33 .picture {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#efefef;
	min-height:180px;
}

.mainpageInfobox .cont .boxes .p33 h1 {
	color:#e60000;
	font-size:34px;
}

.mainpageInfobox .cont .boxes .p33 .content {
	height:125px;
	line-height:25px;
	text-align:justify;
}

.mainpageInfobox .cont .boxes .p33 .more {
	height:30px;
	line-height:30px;
	text-align:right;
}

.mainpageInfobox .cont .boxes .p33 .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.mainpageInfobox .cont .boxes .p33 .more a:hover {
	opacity:1;
}















.mainpageInfobox .cont .backgrounded {
	padding:0;
	margin:0;
	min-height:270px;
	background-image:url('images/rope.jpg');
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
	
	text-shadow:0px 0px 5px #999;
}

.mainpageInfobox .cont .backgrounded h1 {
	padding:90px 0 0 0;
	text-align:center;
	color:#e60000;
	font-size:34px;
}

.mainpageInfobox .cont .options {
	color:#fff;
	font-family:extrabold, Open Sans, Arial;
	text-align:center;
}

.mainpageInfobox .cont .options strong {
	color:#e60000;
	font-family:icons;
}

.mainpageInfobox .cont .options a {
	text-decoration:none;
	color:#fff;
	margin:0 20px 0 0;
}

.mainpageInfobox .cont .options a:hover {
	color:#e60000;
}













.contentdiv {

}

.contentdiv_inner {
	border:1px solid #dcdcdc;
	padding:1%;
}

.contentdiv_inner .short_description {
	font-weight:bold;
}

.contentdiv_inner .description {

}

.contentdiv h1 {
	color:#e60000;
}

.contentdiv img {
	border:1px solid #dcdcdc;
	margin:0 1% 1% 0;
}















.mapbody {
	margin:-20px 0 0 0;
	padding:0;
}

.mapbody .map iframe {
	width:100%;
	height:500px;
}

.mapbody .contact {
	padding:1%;
	line-height:130%;
}

.mapbody .contact h3 {
	color:#e60000;
}

.mapbody .contact input[type=text], .mapbody .contact textarea {
	width:80%;
}













.reference {

}

.reference .refboxes {

}

.reference .refboxes a {
	color:#e60000;
	text-decoration:none;
}

.reference .refboxes .box {
	float:left;
	width:30%;
	margin:1%;
	border:1px solid #dcdcdc;
	text-decoration:none;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.reference .refboxes .box:hover {
	box-shadow:0px 0px 20px #ffafaf;
}

.reference .refboxes .box .picture {
	background:#efefef;
	min-height:165px;
	background-position:top center;
	background-size:cover 100% ;
	background-repeat:no-repeat;
	border-bottom:1px solid #dcdcdc;
}

.reference .refboxes .box .desc {
	color:#e60000;
	padding:5% 10% 5% 5%;
	height:60px;
	line-height:20px;
	overflow:hidden;
}

.reference .refboxes .box .more a {
	float:right;
	width:30px;
	height:30px;
	background-image:url('images/more.png');
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.3;
	margin:-35px 5px 0 0;
}

.reference .refboxes .box .more a:hover {
	opacity:1;
}













.newsList {
	margin:20px 0;
	padding:0;
}

.newsList .masonry {
	margin:0;
	padding:0;
}

.newsList .p33 {
	cursor:pointer;
	width:31.5%;
	margin:0 0.5% 1% 0.5%;
	border: 1px solid #dcdcdc;
	background:#fff;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.newsList .p33:hover {
	box-shadow:0px 0px 15px #f7b8b8;
}

.newsList .p33 h2 {
	padding:2% 5%;
	margin:0;
	line-height:30px;
}

.newsList .p33 h2 a {
	text-decoration:none; 
	color:#e60000;
}

.newsList .p33 .info {
	height:18px;
	font-size:12px;
	color:#666;
	padding:0 5%;
}

.newsList .p33 .content, 
.newsList .p33 .content h2 
{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
}

.newsList .p33 .content {
	max-height:230px;
	overflow:hidden;
	padding:0 5%; 
}

.newsList .p33 .overflow {
	height:30px;
	margin:-30px 0 0 0;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	position:relative;
	width:100%;
	z-index:5000;
}

.newsList .p33 .more {
	margin:-5px 0 0 0;
}

.newsList .p33 .more a {
	padding:0 1%;
	float:right;
	width:30px;
	height:30px;
	background-image:url('images/more.png');
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.3;
}

.newsList .p33:hover .more a {
	opacity:1;
}










.newsbody .sharediv {
	float:right;
}

















.refCloseBtn {
	display:table;
	width:31px;
	height:31px;
	background-image:url('images/icon_white_x.png');
	position:absolute;
	left:1000px;
	text-decoration:none;
	margin:10px 0 0 0;
	opacity:0.7;
}

.refCloseBtn:hover {
	opacity:1;
}


.monitordiv {
	margin:-170px 0 0 0;
	min-height:200px;
	background:none;
}



.monitordiv .screen {
	min-height:400px;
	width:660px;
	margin:40px auto 0 auto;
	
	background: rgb(96,96,96); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(96,96,96,1) 0%, rgba(28,28,28,1) 35%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(35%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	background-position:top;
	background-size:110%;
	overflow:hidden;
	background-repeat:no-repeat;
}


.monitordiv .monitor {
	
	height:540px;
	width: 700px;
	margin: -423px auto 0 auto;
	
	background-image:url('images/monitor.png');
	background-size:100%;
	background-repeat:no-repeat;
}




.monitordiv .arrow_left {
	width:50px;
	height:77px;
	
	position:absolute;
	margin:-350px 0 0 0;
	left:10px;
}

.monitordiv .arrow_left a {
	display:table;
	width:50px;
	height:77px;
	background-image:url('images/arrow_b_left_0.png');
}

.monitordiv .arrow_left a:hover {
	background-image:url('images/arrow_b_left_1.png');
}



.monitordiv .arrow_right {
	width:50px;
	height:77px;
	
	position:absolute;
	margin:-350px 0 0 0;
	right:10px;
}

.monitordiv .arrow_right a { 
	display:table;
	width:50px;
	height:77px;
	background-image:url('images/arrow_b_right_0.png'); 
}

.monitordiv .arrow_right a:hover {
	background-image:url('images/arrow_b_right_1.png');
}






/* debug */
.monitordiv .monitor {

}
/* debug */













 




.icon20 {
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-size:20px 20px;
    position: relative;
	display:inline-block;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 0px;
} 

.icon25 {
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-size:22px 22px;
    position: relative;
	display:inline-block;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 0px;
}

.ticon40cr {
	width:70px;
	height:70px;
    position: relative;
	display:inline-block;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background:url('images/circle_white.png');
	background-repeat:no-repeat; 
	background-size:100%;
	clear:left;
}

.ticon40 {
	width:70px;
	height:70px;
	
	background-repeat:no-repeat; 
	background-size:50px 50px;
	background-position: center center;
    position: relative;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}




.icon-red-arrowright {
	background-image:url('icon/icon-red-arrowright.png'); 
} 

.icon-red-phone {
	background-image:url('icon/icon-red-phone.png'); 
}

.icon-red-mail {
	background-image:url('icon/icon-red-mail.png');
}

.icon-red-printer {
	background-image:url('icon/icon-red-printer.png');
}

.icon-red-at {
	background-image:url('icon/icon-red-at.png');
}




.icon-black-phone {
	background-image:url('icon/icon-black-phone.png'); 
}

.icon-black-mail {
	background-image:url('icon/icon-black-mail.png');
}

.icon-black-printer {
	background-image:url('icon/icon-black-printer.png');
}

.icon-black-at {
	background-image:url('icon/icon-black-at.png');
}





.icon-br-i {
	background-image:url('icon/icon-br-i.png');
}

.icon-br-monitor { 
	background-image:url('icon/icon-br-monitor.png');
}

.icon-br-pipe {
	background-image:url('icon/icon-br-pipe.png');
}

.icon-br-set {
	background-image:url('icon/icon-br-set.png');
}

.icon-br-stat {
	background-image:url('icon/icon-br-stat.png');
}

.icon-br-world {
	background-image:url('icon/icon-br-world.png');
}

.icon-br-basket {
	background-image:url('icon/icon-br-basket.png');
}


.icon-br-search {
	background-image:url('icon/icon-br-search.png');
}








