/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#dedede url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#474747;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1, p.h1	{ font-size:1.2em; color; font-weight: bold; }
h2, p.h2	{ font-size:1.1em; color:#0e2879; font-weight: bold; }
h3, p.h3, p.h3-no-clear	{ font-size:1.0em; color:#000000; font-weight: bold; }
h4, p.h4, p.h4-no-clear	{ font-size:1.0em; color:#000000; font-weight: bold; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0e2879; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0e2879; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	padding-top: 5px;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}
	
img.img-left2 { 
	float:left; 
	margin:0px 0px 0px 20px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #0e2879;
	color:#414141;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
/* ------------------------ search form and display styles ------------------------ */
#search-form { margin: 0px 0 0px 332px; width: 317px; padding-top: 25px; }


#search-form input { 
	background: url("../images/search-bg.jpg") no-repeat;
	background-color: none !important;
	border: none;
	width:131px;
	height: 29px;
	float: left;
	display:inline;
	margin: 0px;
	padding: 12px 10px 0 117px;
	}
#search-form input#submit-search {
	background: url("../images/search-btn.jpg") no-repeat;
	width: 31px;
	float: left;
	display:inline;
	padding: 0px;
	height: 41px;
	cursor:pointer; 
	}

/*---------------------- SEARCH Display Styles --------------------------*/
#search_results { margin: 0px 30px 0px 30px;  }

#column-right #search_form form {width: 500px;}
#search_form label {font-size: 1.1em; color: #0e2879; font-weight: bold; }
#search_form input {float: left; display: inline; margin-right: 5px; _margin-left:-30px; }
#search_form input.submit  {background-color: #0e2879 !important; color: #fff; border: 1px solid #fff; height: 24px; _margin-left: 0px; }

#search_results_header {clear: both; padding: 10px 0 10px 0; color: #000;}

div.search_result {margin-bottom: 20px; }

body#search h1 { display: none;}
body#search #column-right p, body#search #column-right h1, body#search #column-right h2,
body#search #column-right h3, body#search#column-right  ul {margin: 0px 0px 5px 0px;}
#search_results h3.title, #search_results p, #search_results span.url {	margin-bottom: 5px; }
	
#search_results h3.title {
	background: url("../images/bullet.jpg") left no-repeat;
	padding-left: 15px;
	}	
#search_results span.url {color: #0e2879; font-size: .95em;}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	}
body#thankyou #wrap {
	background:url("../images/bg-wrap-2-col.jpg") repeat-y;
	}
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:870px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:83px;
	}
	/* index page link within #masthead */		
	#masthead a.homelink {
		position:absolute;
		left:10px;
		width:282px;
		top:13px;
		height:60px;
		}
	#masthead a.homelink span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:252px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 24px 10px 40px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

/* -------------------- 2 column span for thank you page ----------------------------*/
#column-2 {
	width:870px;
	float:left;
	}
	#column-2 p, #column-2 h1, #column-2 h2, #column-2 h3, #column-2 ul, #column-2 dl {
		margin:0px 40px 10px 40px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:618px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 24px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height: 20px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:161px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:57px; } /* sets height for all subheads */
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#featured #subhead { background:url("../images/subhead-featured-products.jpg") top no-repeat; }
	body#surg-instruments #subhead { background:url("../images/subhead-surgical-instruments.jpg") top no-repeat; }
	body#surg-products #subhead { background:url("../images/subhead-surgical-products.jpg") top no-repeat; }
	body#med-off-products #subhead { background:url("../images/subhead-medical-products.jpg") top no-repeat; }
	body#pharm #subhead { background:url("../images/subhead-pharm.jpg") top no-repeat; }
	body#catalog #subhead { background:url("../images/subhead-catalog.jpg") top no-repeat; }
	body#specials #subhead { background:url("../images/subhead-specials.jpg") top no-repeat; }
	body#repair #subhead { background:url("../images/subhead-repair.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height: 100px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#search #subhead { background:url("../images/subhead-search.jpg") top no-repeat; }
/* ------------------------ index - inset sections ------------------------ */
#inset-instruments {
	width: 375px;
	float: left;
	display: inline;
	height:200px;
	background:url("../images/inset-instruments.jpg") ;
	padding-top: 55px;
	}
#inset-instruments p, #inset-instruments h2 { margin: 0px 20px 10px 31px; }

#inset-contact {
	width: 495px;
	float: left;
	display: inline;
	height:190px;
	background:url("../images/inset-contact.jpg") ;
	padding-top: 65px;
	text-align:right;
	}
#inset-contact p { margin: 0px 30px 10px 210px; color: #fff; }
#inset-contact a:link, #inset-contact a:visited  {color: #fff; }
#inset-contact a:hover, #inset-contact a:active {color: #fff; text-decoration: none;}

/* ------------------------ index - featured sections ------------------------ */

#featured-section {
	background: url("../images/featured-wrap.jpg") repeat-y;
	width: 870px;
	font-size: .95em;
	float: left;
	height: 500px;
}
	#featured-section ul { margin:0 10px 0 19px; }
		#featured-section ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height: 22px;
			}
			
#featured-bottom {
	background: url("../images/featured-bottom.jpg");
	height: 20px;
	clear:both;
}
body#index #title-surgical-instruments, 
body#index #title-surgical-products, body#index #title-medical-products {height: auto;}

body#index #title-featured-products {
	background: url("../images/title-featured-products-index.jpg") top no-repeat;
	padding-top: 55px;
	float: left;
	width: 221px;
	display: inline;
	height: 200px;
	}
	body#index #title-featured-products ul {margin-left: 27px;}	

body#index #title-surgical-instruments {
	background: url("../images/title-surgical-instru-index.jpg") top no-repeat;
	padding-top: 55px;
	float: left;
	width: 214px;
	display: inline;
	}

body#index #title-surgical-products {
	background: url("../images/title-surgical-products-index.jpg") top no-repeat;
	padding-top: 55px;
	float: left;
	width: 214px;
	display: inline;
	}

body#index #title-medical-products {
	background: url("../images/title-medical-products-index.jpg") top no-repeat;
	padding-top: 55px;
	float: left;
	width: 221px;
	display: inline;
	}

#title-featured-products {
	background: url("../images/title-featured-products.jpg") top no-repeat;
	padding-top: 55px;

	}
#title-surgical-instruments {
	background: url("../images/title-surgical-instruments.jpg") top no-repeat;
	height: 37px;
	}

#title-surgical-products {
	background: url("../images/title-surgical-products.jpg") top no-repeat;
	height: 40px;
	}

#title-medical-products {
	background: url("../images/title-medical-products.jpg") top no-repeat;
	height: 40px;
	}
body#index #title-featured-products, #title-surgical-instruments, #title-surgical-products, #title-medical-products, #column-left ul li  {font-size: .95em;}


/* ------------------------ index sections ------------------------ */
#title-other-products {
	background: url("../images/title-other-products.jpg") top no-repeat;
	padding-top: 63px;
	float: left;
	width: 300px;
	display: inline;
	}
	#title-other-products p {margin: 0px 28px 0px 30px;}	

#title-history {
	background: url("../images/title-history.jpg") top no-repeat;
	padding-top: 63px;
	float: left;
	width: 280px;
	display: inline;
	}
	#title-history p {margin: 0px 22px 0px 14px;}	

#title-dedication {
	background: url("../images/title-dedication.jpg") top no-repeat;
	padding-top: 63px;
	float: left;
	width: 290px;
	display: inline;
	}
	#title-dedication p {margin: 0px 36px 0px 19px;}	

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-testimonials {
	height:40px;
	background:url("../images/title-testimonials.jpg") ;
	margin-top: 40px;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}
body#thankyou #bottom-wrap {
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:870px;
	margin:0 auto;
	text-align:center;
	padding: 15px 0 10px 0;
	}

#footer p {
	color:#474747;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#474747; }
#footer a:hover, #footer a:active { color:#000; text-decoration:none; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #474747;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#main-nav { 
	width:221px; 
	height:50px; 
	padding:0; 
	margin: -41px 0px 0px 649px;
	}

#main-nav span { display: none; }

#main-nav li, #main-nav a { height:50px; display:block; } /* change height here also */

#main-nav li { float:left; list-style:none; _display:inline; position:relative; }

#main-nav-01 { width: 74px; margin-left: 0px;}
#main-nav-02 { width: 73px;}
#main-nav-03 { width: 74px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#main-nav-01 a:hover { background:url("../images/main-nav-over.jpg")  -0px -0px no-repeat; }
#main-nav-02 a:hover { background:url("../images/main-nav-over.jpg") -74px -0px no-repeat; }
#main-nav-03 a:hover { background:url("../images/main-nav-over.jpg") -147px -0px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #main-nav-01 { background:url("../images/main-nav-over.jpg")  -0px -0px no-repeat; }
body#about #main-nav-02 { background:url("../images/main-nav-over.jpg") -74px -0px no-repeat; }
body#contact #main-nav-03 { background:url("../images/main-nav-over.jpg") -147px -0px no-repeat; }


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:870px; 
	height:79px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:79px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 96px; margin-left: 10px;}
#nav-02 { width: 110px;}
#nav-03 { width: 94px;}
#nav-04 { width: 133px;}
#nav-05 { width: 136px;}
#nav-06 { width: 85px;}
#nav-07 { width: 91px;}
#nav-08 { width: 105px;}

/*-------------- (-79px) X position of button / (-79px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -79px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -106px -79px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -216px -79px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -310px -79px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -443px -79px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -579px -79px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -664px -79px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -755px -79px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#featured #nav-01 { background:url("../images/nav.jpg")  -10px -79px no-repeat; }
body#surg-instruments #nav-02 { background:url("../images/nav.jpg") -106px -79px no-repeat; }
body#surg-products #nav-03 { background:url("../images/nav.jpg") -216px -79px no-repeat; }
body#med-off-products #nav-04 { background:url("../images/nav.jpg") -310px -79px no-repeat; }
body#pharm #nav-05 { background:url("../images/nav.jpg") -443px -79px no-repeat; }
body#catalog #nav-06 { background:url("../images/nav.jpg") -579px -79px no-repeat; }
body#specials #nav-07 { background:url("../images/nav.jpg") -664px -79px no-repeat; }
body#repair #nav-08 { background:url("../images/nav.jpg") -755px -79px no-repeat; }

/*----------------- Catalog div with scroll ------------------*/

div.catalog { 
	overflow: auto; 
	height: 700px;
	width: 570px;
	border: 2px solid #fff;
	margin: 0 0 10px 20px;
	border-right: none;
	padding: 10px 0 10px 0;
	}
#column-right div.catalog p, #column-right div.catalog h1, #column-right div.catalog h2,
#column-right div.catalog h3 {margin: 0px 10px 10px 10px;}

#column-right div.catalog p.back-to-top {margin-right: 10px;}

/*----------------- Products Tables ------------------*/
table {width: 530px; margin: 0px 10px 20px 10px; border: 1px solid #000; }

tr.head {font-weight: bold; background-color: #fff; font-size: 1.1em; }
table tr { border-bottom:1px solid #000; }
td {width: 80px; padding: 2px;}
td.product-name {width: 387px; }
td.product-info {width: 535px; font-weight: bold; font-style: italic; text-align: center;}

td.product-name-specials {width: 350px; }
td.product-name-cost {width: 180px; }

/*--------------- Product Specification Tables using lists-------------*/
#column-right .catalog ul.item-heading { width: 500px; clear: both; font-weight:bold; color: #000;  }
#column-right .catalog ul.item-heading li.long {width: 175px;}

#column-right .catalog ul.float-right { float: right; margin: 15px 0px 0px 0px;}
#column-right .catalog ul {
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: .95em;
	width: 335px;
	}
	#column-right .catalog ul li {
		float: left; 
		width: 116px;
		background: none;
		padding: 0px;
		margin: 0px 5px 0px 0px;
	}
	#column-right .catalog ul li.order-no {
		width: 50px;
		margin: 0px;
		font-weight: bold;
	}
	
body #column-right .catalog ul.specs { width: auto; }
	body #column-right .catalog ul.specs li { 
		background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		padding-left:15px;  /* pushes text to the right to display bg img */
		line-height: 20px;
		float:none;
		width:auto;
	}
	
	#column-right .catalog ul li.long { width: 250px; }


#column-right .catalog p.h3, #column-right .catalog p.h4 {clear: both; padding-top: 10px;}
#column-right .catalog p.h3-no-clear, #column-right .catalog p.h4-no-clear {clear: none; padding-top: 25px;}

#column-right .catalog .img-left {margin: 0px 30px 0px 20px;}
#column-right .catalog .img-right {margin: 0px 50px 0px 30px;}
body#surg-instruments #column-right .catalog .img-right {margin: 0px 0px 10px 0px; display:inline;}
#column-right .catalog .img-diagram { float: right; margin: 0px 110px 10px 0px;}
#column-right .catalog .img-diagram-left { float: left; margin: 0px 0px 10px 20px;}

#column-right .catalog p.back-to-top {
	text-align:center;
	display:block;
	background:url("../images/back-to-list.jpg") center no-repeat;
	padding-top: 5px;
	width: 450px;
	height: 20px;
	margin: 0px 35px 15px 35px;
	}

a.pdf {background: url(../images/pdf.gif) no-repeat 0px 0px; display:block; height:16px; padding-left:20px;}


ul.lumendez {float:left; padding-top:30px;}