@charset "utf-8";
/* CSS Document */

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:url(/lib/pharmacy/bodybg.jpg) repeat-x;


} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:130px; 
 width:950px;
 z-index:99999999;
 margin-top:0px;
 /*border-bottom:1px solid #C5C5C5;*/
} 
 
#leftcol{
 width:184px; 
 float:left; 
 position:relative;
 border:1px solid #E9E9E9;
 padding:1px;
 font-family:tahoma;
 font-size:12px;}
 
#maincol{background-color: #FFFFFF;  
 float:right; 
 display:inline; 
 position:relative; 
padding-top:0px;
 width:80%; 
 
 }
 
#footer{
 height:190px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

