/* Principal Page Elements */
div.principals { }
div.sub_principals    { }

/* Main Principal Elements */
div.main_principal    { width:100%;  min-height:100px; margin: 0px 0px;}
div.sub_principal      { min-height:80px; margin:10px 0px 0px 70px;  }
div.principal_links  { float: right; margin: 15px 0px; }
div.principal_logo    { float:left; margin: 0px 10px 10px 0px;}
div.principal_desc    { min-height:100px; } 

div.sub_principal div.principal_desc    { min-height:60px; } 

div.main_principal div.principal_logo img { width: 200px; margin: 0px; padding: 0px;}
div.sub_principal div.principal_logo img { width: 125px; margin: 0px; padding: 0px;}
div.main_principal div.principal_logo  { width: 206px; }
div.sub_principal div.principal_logo  { width: 131px; }
div.sub_principal   h3 { font-size: 95%;  }

div.principal_product_specifications { display: none }
div.principal_salessheets { display:none; margin-bottom:20px; } 
div.principal_products       { display:none; }

/* Products */
div.products { width:100%; min-height: 250px;}
div.products_header    { height: 30px; }
div.products_header_name      { float:left; width:50%; }
div.products_header_code       { float:left; width:30%; }
div.products_header_pack       { float:left; width:20%; }

/* Individual Product Row */
div.product             { }
div.product_spacer { height:30px;}
div.product_name   { float:left; width: 50%; }
div.product_code    { float:left; width: 30%; }
div.product_pack    { float:left; width: 20%; } 

/* Distributors */
div.distributors_header { height: 30px;}
div.distributors_header_name { float:left; width:50%; }
div.distributors_header_code { float:left; width:30%; }
div.distributors_header_price { float:left; width:20%; }

/* Individual Distributor Row */
div.distributor { height: 30px;}
div.distributor_name { float:left; width:50%; }
div.distributor_code { float:left; width:30%; }
div.distributor_price { float:left; width:20%; }

div.footerLinks { margin-top: 10px; }