*{
	margin:0;
	padding:0;
}
body {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000;
}
/* ---------------------------------------------------------------------- */
/*	Headings
/* ---------------------------------------------------------------------- */
h1,h2,h3{
}

h1{

}



h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;

}

h3{

}
h4 {
	font-family: Arial, Helvetica, sans-serif;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 20px;
}
.slash{
	padding-right: 0.25em;
	color: rgb(255, 153, 0);
}
.clear{
	clear:both;
	height: 0px;
	}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e3e3;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.logo {
	margin-top: 10px;
	margin-bottom: 20px;

}
.logo a {
	height: 80px;
	width: 148px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/logo.png);
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
/* ---------------------------------------------------------------------- */
#nav {
	margin-bottom: .5em;
}

#nav .container > #main-nav {
	padding: 0;
	margin: 0;
	
	border-top: 1px solid #DDD;
}

#nav .container > #main-nav > li {
	position: relative;
	top: -1px;
	float: left;
	margin: 0;
	list-style: none;
	border-top: 1px solid #DDD;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
}

#nav .container > #main-nav > li:last-child {
	padding-right: 0;
}

#nav .container > #main-nav > li > a {
	position: relative;
	top: -1px;
	display: block;
	color: #999;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#nav .container > #main-nav > li > a:hover,
#nav .container > #main-nav > li.dropdown.open > a {
	color: #333;
	
	text-decoration: none;
	
	border-top-color: #333;
	border-top-width: 1px;
}

#nav .container > #main-nav > li.active a {
	padding-top: 12px;
	color: #222;
	border-top-color: #F90;
	border-top-width: 4px;
	text-decoration: none;
}

#nav .container > #main-nav > li > a > .caret {
	position: relative;
	top: -2px;
	
	margin-left: .5em;
}
#intro {
	margin-bottom: 20px;
}
#content #rows ul {
}
#content #rows ul li {
	display: block;
	float: left;
	list-style-type: none;
}
#content #rows ul .about-us {
	width: 285px;
	margin-right: 20px;
}
#content #rows ul .img-box {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 25px;
}
#content #rows ul .img-box img {
}
#content #rows ul li .btn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #FEA822;
	font-weight: bold;
	background-image: url(../images/read-more.png);
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	padding-right: 19px;
	background-position: right;
}
#content #rows ul li .btn a:hover {
    background-image: url(../images/read-more-hover.png);
	background-repeat: no-repeat;
}

#content #rows ul .services {
	width: 285px;
	margin-right: 20px;
}
#content #rows ul .latest-news {
	width: 320px;
	margin-left: 10px;
}
.latest-news .news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.latest-news .news span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.latest-news .news span a {
	color: #999;
	padding-left: 10px;
}
.latest-news .news span a:hover {
	color: #FF9C00;
	padding-left: 10px;
}
#content .news-area {
	margin-bottom: 15px;
	background-color: #F3F3F3;
	padding: 10px;
}
#content .news-area .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content .news-area .news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 18px;
}
#content .news-area .date-time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}



#welcome-text {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
}
#welcome-text p {
	font-style: italic;
	font-weight: 100;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	margin-bottom: 15px;
}
#content h5 {
	margin-bottom: 15px;
}
#content h6 {
	margin-bottom: 10px;
}


#content p {
	text-align: justify;
	margin-bottom: 15px;
}
#products {

}

#service-photos {
	padding-top: 20px;
	padding-bottom: 30px;
}
#service-photos table tr td {
	padding-right: 10px;
	padding-left: 10px;
}



div.fadehover {
	position: relative;
	height: 84px;
	width: 111px;
	}
 
img.a {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
.butt-weld-fittings {
	
}
.stocking-faciliti-photo {

}
.products-photo {
	width: 220px;
	float: left;
}
.products-photo table tr td img {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: 9px;
	margin-left: 8px;
}
.products-content {
	float: left;
	margin-right: 30px;
}

.stocking-faciliti-photo table tr td img {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: 9px;
	margin-left: 8px;
}

.client-list {
}
.client-list table tr td img {
	border: 1px solid #CCC;
	margin-right: 6px;
	margin-bottom: 10px;
}



.product-photo  {
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-photo table tr td {
	border: 1px solid #CCC;
}

.product-photo table tr td .title {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 113px;
}




.industrial-flange {
}
.eisenbau-kramer-logo {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.eisenbau-kramer-text-area {
	float: right;
	margin-top: 15px;
	width: 835px;
	margin-bottom: 15px;
}
#tizaro-products {
}
.Tizaro-text-area img {
	float: left;
	margin-right: 15px;
}

.Tizaro-text-area {
	margin-top: 15px;
	margin-bottom: 15px;
}

#tizaro-products ul .P-A {
	background-image: url(../images/tizaro-products/abrasives.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-B {
	background-image: url(../images/tizaro-products/adhesives-sealants.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-C {
	background-image: url(../images/tizaro-products/cleaning.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-D {
	background-image: url(../images/tizaro-products/electrical.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-E {
	background-image: url(../images/tizaro-products/electronics.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-F {
	background-image: url(../images/tizaro-products/fasteners.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-G {
	background-image: url(../images/tizaro-products/Fleet-and-Vehicle.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-H {
	background-image: url(../images/tizaro-products/furniture.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-I {
	background-image: url(../images/tizaro-products/hand-tools.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-J {
	background-image: url(../images/tizaro-products/hardware.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-K {
	background-image: url(../images/tizaro-products/hvacr.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-L {
	background-image: url(../images/tizaro-products/hydraulics.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-M {
	background-image: url(../images/tizaro-products/lighting.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-N {
	background-image: url(../images/tizaro-products/lubrication.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-O {
	background-image: url(../images/tizaro-products/maching.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-P {
	background-image: url(../images/tizaro-products/metirial-handing.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-Q {
	background-image: url(../images/tizaro-products/motors.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-R {
	background-image: url(../images/tizaro-products/office-equipment.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-S {
	background-image: url(../images/tizaro-products/outdoor-equipment.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-T {
	background-image: url(../images/tizaro-products/painting.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-U {
	background-image: url(../images/tizaro-products/plumbing.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-V {
	background-image: url(../images/tizaro-products/pneumatics.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-W {
	background-image: url(../images/tizaro-products/power-tools.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-X {
	background-image: url(../images/tizaro-products/power-transmission.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-Y {
	background-image: url(../images/tizaro-products/pumps.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-Z {
	background-image: url(../images/tizaro-products/raw-materials.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-1 {
	background-image: url(../images/tizaro-products/refernce.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-2 {
	background-image: url(../images/tizaro-products/safty.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-3 {
	background-image: url(../images/tizaro-products/security.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-4 {
	background-image: url(../images/tizaro-products/test-instruments.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tizaro-products ul .P-5 {
	background-image: url(../images/tizaro-products/Welding.png);
	background-repeat: no-repeat;
	background-position: left;
}






























#tizaro-products ul {
	width: 960px;
}
#tizaro-products ul li {
	float: left;
	display: block;
	width: 220px;
	list-style-type: none;
	margin-right: 20px;
}
#tizaro-products ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 31px;
}
#tizaro-products ul li a:hover {
	background-position: right;
}
.References {
	margin-bottom: 20px;
}
.References table tr td {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Wika-logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
.wika-products {
	float: left;
	padding-right: 60px;
}
.wika-products-photos {
	float: left;
	padding-top: 65px;
}
.wika-products-photos img {
	border: 1px solid #666;
}
.flowserve-products {
	margin-bottom: 20px;
}
.flowserve-products table tr td {
	border: 1px solid #CCC;
	padding: 5px;
}

.flowserve-products table tr td .title {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 5px;
	width: 173px;
}
#message-area {
	width: 630px;
	float: left;
}
#message-area #form_box {
	padding-top: 10px;
}

#form_box #form1 #form_left p {
	font-family: Arial;
	font-size: 12px;
	color: #636363;
	display: block;
	float: left;
	clear: both;
	width: 120px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#form_box #form1 .textfiled {
	width: 315px;
	height: 25px;
	border: 1px solid #B5B5B5;
	margin-bottom: 15px;
}
#form_box #form1 #form_left #msg {
	width: 316px;
	max-width:316px;
	height: 85px;
	max-height:85px;
	border: 1px solid #B5B5B5;
}

#moreinfo-area {
	float: left;
	width: 270px;
	margin-left: 40px;
}
#moreinfo-area  h6 {
	color: #666;
}
#moreinfo-area #address {
}

#content h4 {
	margin-bottom: 10px;
}

#google_map  {
	border: 1px solid #bbbbbb;
	height: 250px;
	margin-bottom: 50px;
}
#google_map small a  {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 50px;
	text-transform: uppercase;
}







/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8ebeb;
	padding-top: 10px;
	margin-top: 20px;
}
#footer ul {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 120%;
}
#footer ul li {
	display: block;
	list-style-type: none;
	float: left;
}
#footer ul h4 {
	text-align: center;
	margin-bottom: 20px;
}
#footer ul p  {
	text-align: center;
}
#footer ul .contact-us {
	width: 295px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8ebeb;
	height: 250px;
}
#footer ul .contact-us .content {
	margin-top: 70px;
}
#footer ul .our-partners {
	width: 268px;
	padding-left: 40px;
	height: 250px;
	padding-right: 40px;
}
div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{
	width:280px;
	height:200px;
	overflow:hidden;
	position: relative;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:200px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:176px;
	background-color: #f1f1f1;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	background-color:#C4C4C4;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }
div#lyr1 a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9c00;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#footer ul .connect-us .content {
	margin-top: 60px;
}
#footer ul .connect-us {
	width: 295px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e8ebeb;
	height: 250px;
}
.social-links li {
	display: inline-block;
	list-style: none;
	text-indent: -9999px;
}
.social-links {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

.social-links a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	}
.social-links li.google a {
	background-image: url(../images/googleplus.png);
	background-position: center 0px;
}
.social-links li.facebook a {
	background-image: url(../images/facebook.png);
	background-position: center 0px;
}
.social-links li.twitter a {
	background-image: url(../images/twitter.png);
	background-position: center 0px;
}
.social-links li a:hover {
	background-position: center bottom;
}.intro .left-menu {
	width: 272px;
	float: left;
	position: relative;
	z-index: 9999;
}
#legal {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8ebeb;
	padding-top: 10px;
	padding-bottom: 10px;
}
#legal p {
	font-size: 11px;
	text-align: center;
	color: #696969;
}
