
/* CSS Document */
* { margin: 0; padding: 0; }


/************************** Page Layout ******************************/
body {
	background: #ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper 
{
	width:950px;
	padding:0;
	margin:0 auto;
	display:table;
}

.nav_container {
	display: block;
	float:left;
	height:130px;
	width:950px;
	margin:0;
	padding:0;
 }
 
 
 /*For modules at the bottom of the home page*/
.modules {
	display:block;
	float:left;
	clear:left;
	width:950px;
	margin:0;
	padding:0;
 }
 
 /*For border at the bottom of the secondary page*/
.bottom_border {
	display:block;
	float:left;
	clear:left;
	width:950px;
	margin:0;
	padding:0;
 }
 
 /*Left column for secondary pages */
.leftcolumn  {
 width:316px;
 height:100%;
 border-color: #d6d6d6 ;
 border-width:0px 0px 0px 1px;
 border-style:solid;
}
  
 /*Right column for secondary pages */
.rightcolumn {
 width:634px;
 height:100%;
 background-color:#999999;
 background-image:url(../imgs/content_background.gif);
 background-repeat:repeat;
}
/************************** Page Layout ******************************/ 

/************************** Global Settings ******************************/ 
 

.mainTable
{
	width:950px;
	height: 0;
	min-height: 0px;
	clear:inherit;
	text-align:left;
	
}

#header {
	display:block;
	
	width:940px;
	overflow:hidden;
	margin:12px 0px;
}

.paragraph{
font-family:Verdana;
font-size: 11pt;
line-height:16pt;
color:#666666;
padding:30px 50px 50px 70px;

}


.paragraph b
{
	font-family:Arial;
	font-size: 14pt;
	line-height:16pt;
	
	}

.orangeLinks a, a:link, a:visited 
{
	color:#b55902; 
	text-decoration:none;
	
}

.orangeLinks  a:hover 
{
	color:#b55902;
	text-decoration:underline; 
	
}

.right
{	
	margin-left:480px;	
}

a, a:link, a:visted {

color: 99cc00;
text-decoration:none;
}

a:hover {
text-decoration:underline
}

/************************** Global Settings ******************************/ 
 
/************************** Top Navigation ***************************/ 
a#logo {
	height:130px;
	width:318px;
	display:block;
	background:url(../imgs/logo.gif) no-repeat bottom left;
	float:left;
	margin:0;
	padding:0;
}

a#logo b {
	display:none;
}
 
 
#about, a:link#about, a:visited#about, a#about{
width: 188px;
height:42px;
display:block;
float:right;
margin: 88px 0 0 2px;
background:url(../imgs/AMMtab_both.gif) no-repeat top left;
}

a:hover#about {
width: 188px;
height:50px;
display:block;
float:right;
margin: 80px 0 0 2px;
background-position: left -42px;
}

#about b{
display:none;
}

#technology, a:link#technology, a:visited#technology, a#technology{
width: 188px;
height:42px;
display:block;
float:right;
margin: 88px 0 0 2px;
background:url(../imgs/TStab_both.gif) no-repeat top left;
}

a:hover#technology {
width: 188px;
height:50px;
display:block;
float:right;
margin: 80px 0 0 2px;
background-position: left -42px;
}

#technology b{
display:none;
}

#customer, a:link#customer, a:visited#customer, a#customer{
width: 188px;
height:42px;
display:block;
float:right;
margin: 88px 0 0 2px;
background:url(../imgs/CCtab_both.gif) no-repeat top left;
}

a:hover#customer {
width: 188px;
height:50px;
display:block;
float:right;
margin: 80px 0 0 2px;
background-position: left -42px;
}

#customer b{
display:none;
}
/************************** Top Navigation ***************************/ 




/************************** Tagline and Tracker Login*****************/ 
.login
{
 height:44px;
 width:950px;
 background:url(../imgs/bar_09.gif);
 vertical-align:top;
}

.loginImage
{
      margin-top:10px;
      margin-right:25px;
      float:right;
}

.loginTextbox
{
      background-color:#BEBEBE;
      margin-top:13px;
      margin-right:8px;
      float:right;
      width:111px;
      height:18px;
      
      
}


/************************** Tagline and Tracker Login*****************/ 


/************************** Homepage Bottom Modules ******************/ 
#EWS, a:link#EWS, a:visited#EWS, a#EWS{
display:block;
float:left;
width: 315px;
height:75px;
margin:0;
padding:0;
background:url(../imgs/EWS_both.gif) no-repeat top left;
}

a:hover#EWS {
background-position: left -75px;
}

#EWS b{
display:none;
}

#PS, a:link#PS, a:visited#PS, a#PS{
display:block;
float:left;
clear:left;
width: 315px;
height:75px;
margin: 0 2px 0 0;
padding:0;
background:url(../imgs/PS_both.gif) no-repeat top left;
}

a:hover#PS {
background-position: left -75px;
}

#PS b{
display:none;
}

#IL, a:link#IL, a:visited#IL, a#IL{
display:block;
float:left;
width: 315px;
height:75px;
margin: 0px 2px 0px 0px;
padding:0;
background:url(../imgs/IL_both.gif) no-repeat top left;
}

a:hover#IL {
background-position: left -75px;
}

#IL b{
display:none;
}
/************************** Homepage Bottom Modules ******************/ 




/************************** Footer  **********************************/ 

.bottom {
width:950px;
color:#999999;
font-size:11px;
margin: 6px 0 6px 0;
padding:0px;

}


a:link#footer, a:visited#footer, a#footer{
color:#999;
font-size:11px;
text-decoration:none;
margin:5px 0 0 0;
}


a:hover#footer, a:active#footer
{
text-decoration:none;
color: #99CC00;
}

.alignright
{	
	margin-left:520px;
}
/************************** Footer  **********************************/ 


/************************* About MicromMedics Secions****************/
.imgLeft
{
display:block;
float:left;
clear:left;
margin:0;
padding:0;
width:316px;
height:200px;
}

.imgRight
{
display:block;
float:left;
margin:0;
padding:0;
width:634px;
height:200px;
}

.imgRightTitle
{
display: block;
float:left;
margin:0;
padding:0;
width:634px;
height:100px;
vertical-align:top;
}
.leftNav{
display:block;
float:left;
margin:0;
padding:0;
width:316px;
}

.leftNavtitle{
display:block;
float:right;
margin:0;
padding-right:68px;
}

#leftNavitem_technology{
display:block;
float:right;
margin:0;
padding-right:52px;
height:30px;
width:180px;
vertical-align:top;
text-decoration:none;
border:none;
}

a:hover#leftNavitem_technology, #leftNavitem_technology.active {
background-position:left -30px;
}

#leftNavitem_technology b{
display:none;
}

#leftNavitem_about{
display:block;
float:right;
margin:0;
padding-right:82px;
height:30px;
width:148px;
vertical-align:top;
text-decoration:none;
border:none;
}

a:hover#leftNavitem_about, #leftNavitem_about.active {
background-position:left -30px;
}

#leftNavitem_about b{
display:none;
}

#leftNavitem_customer{
display:block;
float:right;
margin:0;
padding-right:68px;
height:30px;
width:160px;
vertical-align:top;
text-decoration:none;
border:none;
}

a:hover#leftNavitem_customer, #leftNavitem_customer.active {
background-position:left -30px;
}

#leftNavitem_customer b{
display:none;
}

.rightblock{
display:block;
float:left;
margin:0;
padding:0;
width:634px;
vertical-align:top;
}
.sitemapContent ul, {
margin:0px 40px 0 65px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:normal;
line-height:12pt;
color:#666666;
margin-bottom:14px;
}

.sitemapContent p, .sitemapContent hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:normal;
line-height:12pt;
color:#666666;
margin-bottom:14px;
}

.sitemapContent li
{
	text-decoration:none;
	font-family:Verdana;
font-size: 11pt;
line-height:16pt;
color:#666666;
}

.sitemapContent h1{
	font-family:Arial;
	font-size: 12pt;
	line-height:20pt;
	color:#666666;
	font-weight:bold;
	margin:0px 0 12px 0;
	}

.secondaryContent{
margin:0px 40px 0 65px;
}

.secondaryContent p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:normal;
line-height:12pt;
color:#666666;
margin-bottom:14px;
}

.secondaryContent li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:normal;
line-height:12pt;
color:#0066cc;
margin-bottom:14px;
list-style:disc;
list-style-position:inside;
}

.secondaryContent h1{
	font-family:Arial;
	font-size: 12pt;
	line-height:20pt;
	color:#666666;
	font-weight:bold;
	margin:0px 0 12px 0;
	}
	
	
	
.secondaryContent h2{
	font-family:Arial;
	font-size: 12pt;
	line-height:14pt;
	color:#666666;
	font-weight:bold;
	margin:24pt 0 0px 0;
	}
	
.secondaryContent h3{
	font-family:Arial;
	font-size: 10pt;
	line-height:12pt;
	color:#0066cc;
	font-weight:bold;
	margin:0px 0 12px 0;
	}
	
.secondaryContent h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#999999;
}

.secondaryContent h5{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#0066cc;
}
	
/************************* About MicromMedics Secions****************/


/************************** Technology Section ******************************/

AR a, .AR a:hover, .AR a:link, .AR a:visited, .AR a:active
{
	Width:260px;
	height:130px;
	background:url(../imgs/Technology/AR.gif) no-repeat ;
	display:block;
}

.CSP a, .CSP a:hover, .CSP a:link, .CSP a:visited, .CSP a:active
{
	Width:260px;
	height:130px;
	background:url(../imgs/Technology/CSP.gif) no-repeat ;
	display:block;
}

.CBC a, .CBC a:hover, .CBC a:link, .CBC a:visited, .CBC a:active
{
	Width:260px;
	height:130px;
	background:url(../imgs/Technology/CBC.gif) no-repeat ;
	display:block;
}
.WE a, .WE a:hover, .WE a:link, .WE a:visited, .WE a:active
{
	Width:260px;
	height:130px;
	background:url(../imgs/Technology/EW.gif) no-repeat;
	display:block;
}



.BP a, .BP a:hover, .BP a:link, .BP a:visited, .BP a:active
{
	Width:260px;
	height:130px;
	background:url(../imgs/Technology/BP.gif) no-repeat;
	display:block;
}

/************************** Technology Section ******************************/







/************************** Customer Care Section ******************************/




/************************** Customer Care Sectoin ******************************/








/************************** News Section ******************************/


/************************** News Sectoin ******************************/
