/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/*-- This can be used for the small caps in SinEcch (put the span class around the letters you want small) --*/
span.small { font-variant:small-caps;}

/* ----- type selectors ----- */ 
body { 
	background:#fff url("../images/bg-body.jpg") top repeat-x;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#6D6D6D;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }
h1 span.small, h2 span.small, h3 span.small	{ display:inline; }


a:link,a:visited	{ color:#6D6D6D; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#484747; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/back-top.jpg") right no-repeat;
	font-size:.95em;
	}
	p.back-to-top a { font-size:.95em;}
	p.back-to-top a:link, p.back-to-top a:visited { text-decoration:none; color: #1D3E7D;}
	p.back-to-top a:hover, p.back-to-top a:active { text-decoration:none; color: #E7983E;}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.img-order { 
	margin:5px 0 10px 21px; 
	}

.lt-more { background:url("../images/btn-more-lt.jpg") no-repeat; height:29px; position:relative;}
	.lt-more a { position:absolute; left:17px; top:12px; width:71px; height:17px;}
	.lt-more span, .drk-more span { display:none}

.drk-more { background:url("../images/btn-more-drk.jpg") no-repeat; height:29px; position:relative;}
	.drk-more a { position:absolute; left:28px; top:12px; width:68px; height:17px;}
	
.hide {
	display: none;
	}

/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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 #B2B2B2;
	color:#878787;
	width:179px; /* 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:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business, #contact-business-doc, #contact_business_procedures_doc  { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main, #contact-main-doc { margin:20px 0 10px 0; }

#contact-main label, #contact-main-doc label { 
	width:170px; 
	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, #contact-main-doc label input, #contact-main-doc label textarea, #contact-main-doc label select { 
	width:210px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}


#contact-main-doc label input.input-left {width:20px; border:none;}	
#contact-main label select, #contact-main-doc label select { width:215px; }
	
#contact-main label textarea, #contact-main-doc label textarea { height:100px; overflow:auto; }

#contact-business-main, #contact-business-main-doc, #contact-business_procedures-main-doc { display: none; } /* do not remove */




/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.submit-contact-main-doc { 
	width:61px;
	height:18px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 187px; }
label.textarea-clear {margin-top: 30px;}

#checkbox input  {
	text-align:left;
	width:20px;
	
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 0 0 0;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:760px;
	margin:0 0 0 0;
	text-align:left;
	}
	
#wrap-sub-b { background:url("../images/bg-bottom-sub.jpg") bottom repeat-x;}
	
#wrap-3 {
	background:url("../images/3-column-bg.jpg") repeat-y;
	width:760px;
	margin:0;
	text-align:left;
	color:#fff;
	}
	
#wrap-bg {background:#626161 url("../images/bg-orange-x.jpg") repeat-x;}
	
#wrap-bg-b {background:url("../images/wrap-bg-b.jpg") bottom repeat-x;}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:56px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:18px;
		width:204px;
		top:20px;
		height:23px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:532px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 51px 10px 23px;
		}
	body#index #column-left h1 {display:none;}
	#column-left p.locate-physician {margin-top: 50px; font-size:1.1em; font-weight: bold;}
					
#column-left-sub {
	background:url("../images/col-left-sub-contact.jpg") no-repeat;
	width:224px;
	float:left;
	padding-top:51px;
	font-size:.9em;
	}			
	
body#contact #column-left-sub {
	background:url("../images/col-left-sub-directions.jpg") no-repeat;
	width:224px;
	float:left;
	padding-top:51px;
	font-size:.9em;
	}
	body#sports p.trauma-call {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 12px;}
	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub ul {
		margin:0 20px 10px 18px;
		}
	body#sports #column-left-sub h2 {font-weight: bold; font-size: 12px; color: #6D6D6D; margin-top: 40px; text-align:center; border-bottom: 2px solid #2A508E;}
	#column-left-sub form { margin-left:18px;}

	#map { background:url("../images/img-map.jpg") no-repeat; height:119px; position:relative;} 
	#map a { top:9px; left:17px; height:100px; width:186px; position:absolute;}
	#map span { display:none;}
	
/* ----- column-right ----- */

#column-right {
	width:228px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 3px 10px 0px;
		}


#column-right-sub {
	width:536px;
	float:left;
	}
	
	#column-right-sub form { margin-left:23px;}
	
	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul {
		margin:0 29px 10px 23px; color:#6D6D6D;
		}
	#column-right-sub h2#physician-form {margin:30px 29px 10px 23px; color:#6D6D6D;}
	body#results #column-right-sub p, body#testimonials #column-right-sub p {
		margin:0 29px 10px 23px; color:#6D6D6D;
		width: 450px; /* so the <em> will not blow out the <p> in IE*/
		}
	#column-right-sub p.wrap-text { width: auto;} /* use when wrappingtext, with a float left or right, ie img.img-left*/
	#column-right-sub ul { padding-left:10px}
	#column-right-sub li { 
			background:transparent url("../images/bullet2.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	#column-left-sub dl.sports-list { margin-left:18px}
	#column-left-sub dl.sports-list dt { 
			color: #DA8626;
			font-weight: bold;
			font-size: 11px;
			margin: 7px 0 3px 0;
			}
	#column-left-sub dl.sports-list dd { 
			background:transparent url("../images/sports-bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			color: #2A508E;
			font-weight: bold;
			}
	#traumacare-learn{
		background: url("../images/traumacare-learn.jpg") top no-repeat;
		position: relative;
		height: 159px;
		}
	#traumacare-learn a {
		position: absolute;
		top: 163px;
		left: 65px;
		height: 29px;
		width: 99px;
		}
	#sinecch-order {
		background: url("../images/sinecch-order.jpg") top no-repeat;
		position: relative;
		height: 220px;
		}
		#sinecch-order a {
		position: absolute;
		top: 160px;
		left: 26px;
		height: 29px;
		width: 180px;
		}
		
/* ----- #table setup ---------*/



#table { margin:0 0 10px 0;}

	#table p { margin:0; padding:0;}

	.line { background:url("../images/table-line.jpg") no-repeat; height:3px; clear:both; margin:0; padding:0; }

	.a { width:140px; float:left; margin:0 0 3px 0px; padding:0 0 0 23px;}
	#table .a p { margin:0px 0 0 0px;}		

	.b { width:173px; float:left; margin:0px; padding:0px;}
	#table .b p { margin:0px 0 0 0px;}

	.c { width:188px; float:left; margin:0px; padding:0px}
	#table .c p { margin:0px 0 0 0px;}

		
	
/*---- 3 column layout ------ */

	#left-3 { width:254px; float:left;}
		#left-3 p, #left-3 h3 { margin:0 30px 10px 23px;}
	
	#middle-3 { width:252px; float:left;}
		#middle-3 p, #middle-3 h3, #middle-3 ul { margin:0 8px 10px 31px;}
		
	#middle-3 ul { padding-left:0px}
	#middle-3 li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
		
	#right-3 { width:254px; float:left;}
		#right-3 p, #right-3 h3 { margin:0 4px 10px 21px;}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") top repeat-x;
	height:30px;
	width: auto;
	}

#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg") no-repeat;
	height:44px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:177px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-1.jpg") no-repeat; }
	body#sinecch #header-graphic { background:url("../images/header-2.jpg") no-repeat; }
	body#sinecchi #header-graphic { background:url("../images/header-010.jpg") no-repeat; }
	body#results #header-graphic { background:url("../images/header-9.jpg") no-repeat; }
	body#testimonials #header-graphic { background:url("../images/header-1.jpg") no-repeat; }
	body#medical #header-graphic { background:url("../images/header-4.jpg") no-repeat; }
	body#purchase #header-graphic { background:url("../images/header-5.jpg") no-repeat; }
	body#about #header-graphic { background:url("../images/header-6.jpg") no-repeat; }
	body#order #header-graphic { background:url("../images/header-5.jpg") no-repeat; }
	body#contact #header-graphic { background:url("../images/header-8.jpg") no-repeat; }
	body#thankyou #header-graphic { background:url("../images/header-6.jpg") no-repeat; }
	body#surgery #header-graphic { background:url("../images/header-2.jpg") no-repeat; }
	body#faq #header-graphic { background:url("../images/header-2.jpg") no-repeat; }
	body#other #header-graphic { background:url("../images/header-8.jpg") no-repeat; }
	body#sports #header-graphic { background:url("../images/header-sportsmed.jpg") no-repeat; }
	body#oral #header-graphic { background:url("../images/header-4.jpg") no-repeat; }
	body#sitemap #header-graphic { background:url("../images/header-5.jpg") no-repeat; }

/* subhead framework  index
 * ------------------------------------------------------------------------- */
	
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top:50px;}
	#subhead-arnica {background: url("../images/subhead-index-arnica.jpg") top no-repeat; padding-top: 48px;}
		#column-left #subhead-arnica h2 {margin: 0px; height: 0px;}
	body#index #column-right .subhead { background:url("../images/col-right-index-subhead.jpg") no-repeat; padding-top:38px; }
	
	body#index #column-left .subhead-b { background:url("../images/col-left-index-subhead-b.jpg") bottom no-repeat; padding-bottom:100px; position:relative;  float: left;}
	body#index #column-right .subhead-b { background:url("../images/col-right-index-subhead-b.jpg") bottom no-repeat; padding-bottom:24px; }
	
	#three-column-top { background:url("../images/3-column-top.jpg") no-repeat; height:194px;}
	#three-column {
		background: url("../images/3-column-wrap.jpg") repeat-y;
		float: left;
		width: 760px;
		color: #FFFFFF;
		}
	#index-bottom {
		background:#626161 url("../images/bg-3-column.jpg") top repeat-x;
		width: auto;
		margin-top: 40px;
		}
/* subhead framework  index
 * ------------------------------------------------------------------------- */
	#subhead { height:51px;}
	
	body#sinecch #subhead { background:url("../images/subhead-sinecch.jpg") no-repeat; }
	body#sinecchi #subhead { background:url("../images/subhead-sinecchi.jpg") no-repeat; }
	body#results #subhead { background:url("../images/subhead-results.jpg") no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") no-repeat; }
	body#medical #subhead { background:url("../images/subhead-medical.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#purchase #subhead { background:url("../images/subhead-purchase.jpg") no-repeat; }
	body#surgery #subhead { background:url("../images/subhead-surgery.jpg") no-repeat; }
	body#order #subhead { background:url("../images/subhead-order.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") no-repeat; }
	body#oral #subhead { background:url("../images/subhead-oral.jpg") no-repeat; }
	body#other #subhead { background:url("../images/subhead-other.jpg") no-repeat; }
	body#sports #subhead { background:url("../images/subhead-sports.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0;
	text-align:center;
	font-size:.95em;
	}

hr { width:520px; border:1px solid #D7D7D7}

#footer p {
	color:#626061;
	margin:0 10px 10px 10px;
	font-size:.95em;
	}
#footer a {
	font-size:.95em;
	}
#footer a:link, #footer a:visited { color:#626061; text-decoration:none; }

#footer a:hover, #footer a:active { color:#7A7979; text-decoration:underline; }

#footer ul {margin:0px 0 10px 0;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #626061;
	font-size:.95em;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:26px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:26px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 68px;}
#nav-02 { width: 77px;}
#nav-03 { width: 92px;}
#nav-04 { width: 96px;}
#nav-05 { width: 149px;}
#nav-06 { width: 87px;}
#nav-07 { width: 87px;}
#nav-08 { width: 102px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -26px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -68px -26px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -145px -26px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -237px -26px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -333px -26px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -482px -26px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -569px -26px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -656px -26px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- 
body#index #nav-01 { background:url("../images/nav.jpg")  -0px -26px no-repeat; }
body#sinecch #nav-02 { background:url("../images/nav.jpg") -78px -26px no-repeat; }
body#results #nav-03 { background:url("../images/nav.jpg") -160px -26px no-repeat; }
body#medical #nav-04 { background:url("../images/nav.jpg") -320px -26px no-repeat; }
body#about #nav-05 { background:url("../images/nav.jpg") -473px -26px no-repeat; }
body#purchase #nav-06 { background:url("../images/nav.jpg") -565px -26px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -655px -26px no-repeat; }
*/

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#1D3E7D;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #04103F;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover{ 
	background-image:none;
	background-color:#4571AA;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:225px; }		

.box-pills {
	float:right;
	}
