
/* This is the main style sheet for MACINSTRUMENTS.COM */


	/* set the font and the color of the surounding background */
body	{
   	   font-family: Arial, Verdana, Geneva, sans-serif;
	   background-color: #CACDCF;
	   
	}


	/* Set up the main content area */
#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}


	/* set up main content area on the data sheet page */
#allcontentData {
		  width: 800px;
		  padding-top: 5px;
		  padding-bottom: 5px;
		  margin-left: auto;
		  margin-right: auto;
	 	  background-color: #FFFFFF;
		  text-align: center;
		}

#allcontentData img {
		display: block;
		margin-left: auto;
	    	margin-right: auto;
		}
		


	/* center photos on the top of the MAC155 page */
#mac155pix {
		text-align: center;
	}


#handbook  {
		text-align: center;
	}


#handbook img {
		display: block;
		margin-left: auto;
	    	margin-right: auto;
		}	

	
	
	/* Format all graphics except where indicated */
img 	{
	   display: block;
	   margin-bottom: 40px;
	   margin-left: 40px;
	   border: 0;
	}


	/* Set up CE graphic */
img.CE	{
	   margin-left: 325px;
	}


/*Set up MAC logo at the top of each page */
img.header {
	    display: block;
	    margin-top:  25px;
	    margin-bottom: 50px;
	    margin-left: auto;
	    margin-right: auto;	
	}


	/* Set up small MAC logo at the bottom of index page */
img.smallLogo {
	        margin-left: 300px;
		margin-bottom: 10px;
	} 


	/* center figures on the STM applications page and the CE graphic on the MAC125 page 
		and the "standard for high temp humidity measurement" graphic */
img.TheStandard,
img.CEmac125,
img.applicat {
		display: block;
		margin-left: auto;
		margin-right: auto;
	 }


img.adobepic {
	       margin-bottom: 5px;
	 }



	/* display stack photos on MAC155 page as inline elements
		and put a border around them */
img.stack {
	    display: inline;
	    margin: 0px 10px 0px 10px;
	    border: 1px solid #000;
	}

	/* display MAC155 photo on the top of the MAC155 page as an inline element */
img.mac155 { 
	     display: inline;
	     margin: 0px;
	}



#footer	{
	   text-align: center;
	}


#order	{
	   text-align: center;
	}


	
p.centered-heading {
	    text-align: center;
	    margin:60px;
	}


	/* center the "consult factory for spaecial configurations" line on STM and STMT pages */
p.special {
		text-align: center;
	}



h1.heading {
	     text-align: center;
	     margin-bottom: 40px;
	}

h1.relative {
	      text-align: center;
	      Margin-bottom: 40px;
	}



h2.products	{
	   display: block;
	   margin: 40px;
	}


h4.title {
	    margin: 0px 100px 20px 100px;
	 }

	/* format specifications headings on the MAC155 page */
h2.specifications {
		margin: 20px;
		margin-bottom: 40px;
		text-decoration: underline;
	}


hr	{
	   margin: 20px 40px 40px 40px;
	   height: 5px;
	   background: #CACDCF;
	}


a:link	{
	   color: #111d87;
	}


a.adobe {
	   margin-left: 0px;
	} 


	/* format unordered lists */
ul	{
	    margin: 40px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}



li	{
	   padding: 3px;
	}


	/* format table of models on MAC125, STM, and STMT pages */
#table-of-models {
	   text-align: center;
	   margin-left: auto;
	   margin-right: auto;
	   margin-bottom: 40px;
	   border-collapse: collapse;
	   border: 2px solid #000;
	   width: 600px;
	}


#table-of-models td,
#table-of-models th {
	    border: 1px solid #000;
	    border-collapse: collapse;
	    padding: 10px;
	}


#table-of-models th {
	    background-color: #CACDCF;
	}











