
/* Reset CSS */
body, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}
/* --------------------------------------------------------- */

/* Wrapper styles */
#wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

/* Title styles  */
#wrapper #title {
    height: 150px;
    
    clear: both;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    border: thin solid #fff;
    background-image: url(images/image.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#wrapper #title h1 {
    font-size: 2.5rem;
    margin: 0;
}

/* Logo styles */
#logo {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#logo img {
    height: 140px;
    width: 140px;
    margin: 5px;
}

/* Media query to hide the logo on mobile screens */
@media (max-width: 767px) {
    #logo {
        display: none;
    }
}

/* Button styles */
#buttons {
    position: absolute;
    right: 10px;
    top: 15%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

#buttons a {
    padding: 8px 16px;    
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.0rem;
    font-weight: bold;
    transition: background-color 0.3s;
}

#buttons a:hover {    
    zoom: 120%;
    color: #F00;
}

/* --------------------------------------------------------- */
/* Header styles */
#header {
    clear: both;
    height: 10px;
    line-height: 10px;
   background-image: url(imeges/imege4.png);
    margin: 1px 0;
}
 /*---------------------------------------------*/ 
 
/* Content area styles */
#contentarea {
    clear: both;
    padding-left: 0px;
	padding-right: 0px;
}

/* Left sidebar styles */
#contentarea #leftsidebar {
    float: left;
    width: 33%;
}
/* Heading styles */
#contentarea #leftsidebar #heading{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    background-image: url(imeges/imege.png);
    margin-bottom: 20px;
}
#contentarea #leftsidebar #heading h2 {
    font-size: 1.0em;
    margin-top: 0px;
}

#contentarea #leftsidebar .thumbs 
{
    float: left;
	height: 90px;
	width: 80%;
	margin-bottom:2%;
	margin-left:4px;
	border: thin solid #096fb7;  /*#096fb7  border-radius: 7px 7px 7px 7px;*/
	border-radius: 3px;
	
}

#contentarea #leftsidebar .thumbs img {
	float: left;
	height: 100%;
	width: 24%;
	margin-left:2%; 
}
#contentarea #leftsidebar .thumbs h4 {
	float: right;  
	 
	font-weight: bold;
	padding-top: 8%;
	padding-right: 5%;	
	text-shadow: 1px 1px 1px #FFF;	
	font-size: 80%;
  
}
#contentarea #leftsidebar .thumbs  h4 a {
	text-decoration: none;
	color:#000;
	
}
#contentarea #leftsidebar .thumbs  h4 a:hover {
	zoom:110%;
	color:#F00;	
}
	
  /*---------------------------------------------*/ 
			/*contentarea rightsidebar */ 

/* Right sidebar styles */
#contentarea #rightsidebar {
    float: right;
    width: 66%;
}
#contentarea #rightsidebar #heading {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    background-image: url(imeges/imege.png);
    margin-bottom: 20px;
}    
#contentarea #rightsidebar #heading h2 {
    font-size: 1.0em;
    margin-top: 0px;
}    
#contentarea #rightsidebar #Bearing1 {
	padding:7px;
	height: 300px;
	width: 300px;
	clear: left;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	border-radius:7px;	
}
#contentarea #rightsidebar #Bearing2 {
	height: 300px;
	width: 300px;
	clear: right;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
   
           
/*-------------------------------------------------------*/
#contentarea #content_dgbb {
	width: 66%;
	float: right;
	margin-top: 20px;
	border:thin solid #096fb7;
}

#contentarea  .thumbs2 {
	float: left;
	height: 65px;
	width: auto;
	margin-bottom:10px;
}

#contentarea  .thumbs2 img {
	float: left;
	margin-left:10px;
	height: 60px;
	width: 40px;
}
#contentarea .thumbs2 h4 {
	float: left;
	margin-left:5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
}
/*-------------------------------------------------------*/
 #contentarea #formbox {
	background: #FFF;
	width: 66%;
	float: right;
	border: thin solid #096fb7;   
	border-radius: 3px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}
#contentarea #formbox form {
	margin-top: 20px;	
}
#wrapper #contentarea #formbox label {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #000;
	font-size: 100%;
	color: #fff;
}

 #formbox .button {
	height: 35px;
	width: 80px;
	margin:0px;
	padding:0px;
	border:0px;
	border-radius:10px;
	background-image: url(imeges/button3.jpg);
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	line-height: 30px;
	background-repeat: no-repeat;	

}
                               /* ---(for Back key )---------------- */
#navibar {
	float: none;
	margin-top: 10px;
}

#navibar a {
    padding: 8px 8px;    
    color: #FFF;
    text-decoration: none;
    border-radius: 7px;
    font-size: 1.0rem;
    font-weight: bold;
	text-shadow: 2px 2px 2px #000;
    background-image: url(imeges/imege1.png);
}

#navibar a:hover {    
    zoom: 105%;
    color: #F00;
}

#contentarea #tablebox  
{
	background: #FFF;
	width: 66%;
	float: right;
	border: thin solid #096fb7;   
	border-radius: 3px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}


#contentarea #tablebox  
{
	background: #FFF;
	width: 66%;
	float: right;
	border: thin solid #096fb7;   
	border-radius: 3px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}

	
/* ************************************************* */
	
#wrapper #contentarea #tablebox div table tr td {
	color: #FFF;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-align:center;
}
#contentarea #formbox  #searchid {
	font-size: 16px;
	background-color: #FFC;
}
 #contentarea #formbox  #searchwidth {
	 font-size: 16px;
	 background-color: #FFC;
}	

 #contentarea #formbox #searchnum {
	 font-size: 16px;
	 background-color: #FFC;
}
#contentarea #formbox #searchnumt {
	font-size: 16px;
	background-color: #FFC;
}
 #contentarea #formbox  #searchod {
	 font-size: 16px;
	 background-color: #FFC;
}
 #contentarea #formbox  #search_total_width {
	 font-size: 16px;
	 background-color: #FFC;
}
 #contentarea #formbox  #search_cone_width {
	 font-size: 16px;
	 background-color: #FFC;
}
 #contentarea #formbox  #search_cup_width {
	 font-size: 16px;
	 background-color: #FFC;
	 
}
#catalog {
	margin-top: 40px;
	width: 455px;
	height: 60px;
	line-height:60px;
    background-image:url(imeges/imege1.png);	
	text-align: center;		
	}
#catalog a {
	text-decoration:none;
	font-size: 20px;
	font-weight:bold;
    color: #FFF;
    text-shadow: 5px 5px 5px #000;
	
	}

 /* Footer styles */
 /* Column layout */   /* (for download Button) */
.column {
  float: left;
  width: 15%;
  padding: 1px;
   margin-bottom: 10px;
  text-align: center;    /* Center the images within each column */
}

/* Row layout to clear floats */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Center the entire row */
.row {
  display: flex;
  justify-content: center; /* Align columns to the center */
}
#footer {
    max-width: 100%;
    clear: both;
    padding: 20px 10px;
    margin: 20px 0;
/*    font-weight: bold; 
    font-size: 14px; */
    font-family: Verdana, Geneva, sans-serif;

    color: #fff;
    background-color: #000;
}

@media (min-width: 768px) {
    #footer div {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #footer div {
        text-align: center;
    }
}



