/*--------------------- 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
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { background: url(../images/bg-body.jpg) top repeat;text-align:center; font:12px/16px Arial, Helvetica, sans-serif; color:#000;}

blockquote { margin-left:10px;}
.h1 { font-size:1.2em; color:#400A0A; font-weight:bold; }
.red { font-size:1.2em; color:#a9100f; font-weight:bold; }
.large-h1 { font-size:1.9em; color:#400A0A; }
.h2	{ font-size:1.1em; color:#660000; font-weight:bold; }
.h3	{ font-size:1.0em; color:#000; font-weight:bold; }

.large-text {font-size:1.2em; line-height:20px;}

a:link,a:visited	{ color:#9D1B1B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#400A0A; text-decoration:underline; outline:none; }

p, ul { margin-bottom:10px;}

/* ----- classes ----- */

.clear	{ clear:both; width:100%;}

.back-to-top {text-align:right;display:block;padding-right:15px; clear:both;}
	
img.img-left { float:left; margin:0 10px 10px 35px; display:block; }

.img-left#audio { width:248px; text-align:center;float:left; margin:0 10px 10px 35px; display:inline; }

.img-right { float:right; margin:0 10px 10px 10px; display:block; }


	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 15px;
	color: #D7CABA;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#D5C6B1!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:143px; /* 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:1em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- 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:1em;
	color: #000;
	}
	
#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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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; }




/* framework
 * ------------------------------------------------------------------------- */

#wrap {background:url(../images/bg-wrap.jpg) repeat-y;width:749px;margin:0 auto;text-align:left;}
#bottom-wrap {background:url(../images/bottom-wrap.jpg) bottom no-repeat;width:749px; padding-bottom:85px;}	

#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:116px;
	background-color: #FFFFFF;
}		
	#masthead a.return-index {position:absolute;left:30px;top:52px;width:447px;height:49px;}
	#masthead #font-change {position:absolute;left:624px;top:16px;width:80px;height:20px;}
	
	
	
/*-------------- body font switcher ------------- */

@media screen {

body.larger { font:16px/20px Arial, Helvetica, sans-serif; }

body.largest  { font:20px/24px Arial, Helvetica, sans-serif; }

}

	
	
#font-change select {width:80px;font:12px; border:none; background-color:#FFFFFF;}
	
/* ----- column-left ----- */

#column-left {width:549px;float:left;}

#column-left .content{ background:url(../images/subhead.jpg) top no-repeat; width:100%;}	
	body#about #column-left .content{ background:url(../images/subhead-about.jpg) top no-repeat;}
	body#hearing #column-left .content{ background:url(../images/subhead.jpg) top no-repeat;}
	body#products #column-left .content{ background:url(../images/subhead.jpg) top no-repeat;}
	body#service #column-left .content{ background:url(../images/subhead.jpg) top no-repeat;}
	body#contact #column-left .content{ background: url(../images/subhead-contact.jpg) top no-repeat;}

#column-left p ,#column-left ul{  margin:0 20px 10px 35px;}

#column-left ul { padding-left:15px; margin-bottom:10px; }
		#column-left ul li {padding-left:10px; list-style:disc;}


			
/* ----- column-right ----- */

#column-right {width:200px;float:left;}
	#column-right p{ display:block; width:145px; margin-left:15px; color:#D7CABA;}
#ptt{	height:124px;position:relative;background:url(../images/button-ptt.jpg); width:200px;}
#ptt a{ position:absolute;position:absolute;left:15px;top:7px;width:145px;height:78px;}


#quick-contact{width:200px;background:url(../images/header-quick.jpg) top no-repeat;padding-top: 49px;}	
#quick-number{width:200px;background:url(../images/header-number.jpg) top no-repeat;padding-top: 49px;}

#column-right a:link,#column-right a:visited	{ color:#fff; text-decoration:underline; outline:none; }
#column-right a:hover,#column-right a:active	{ color:#A78C6E; text-decoration:underline; outline:none; }

#column-right a.map{ display:block; width:145px; margin-left:15px; text-align:center; text-decoration:none;}
#column-right a.map img{ margin-bottom:5px;}



/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:200px; background:url(../images/header-img.jpg); }
	body#about #header-graphic {  background: url(../images/header-img-about.jpg);}
	body#hearing #header-graphic { background: background:url(../images/header-img.jpg);}
	body#products #header-graphic { background:background:url(../images/header-img.jpg);}
	body#service #header-graphic { background:background:url(../images/header-img.jpg);}
	body#contact #header-graphic { background: url(../images/header-img-contact.jpg);}
	
#subhead {height:128px;display: block;}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url(../images/bg-footer.jpg) repeat-y;
	width:749px;
	margin:0 auto;
	text-align:center;
	padding: 20px 0;
}

#footer p {
	color:#DACDBD;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#DACDBD; }

#footer a:hover, #footer a:active { color:#DACDBD; }

#footer ul {margin-top:10px;}

#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 #DACDBD;
	}

	#footer li.first { border: none; }



/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url(../images/nav.jpg) top left no-repeat;					
	width:200px;		/* Width of buttons, not entite image (or half of entire image) */
	height:169px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}
	
	
#nav li#clear{ width:200px; height:0px; clear:both;}
#nav li, #nav a { 
	height:24px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:175px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { margin-top:0; width:175px; }

#nav-01 a:hover { background:url(../images/nav.jpg) -200px  -0px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -200px  -24px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -200px  -48px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -200px  -72px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -200px -96px no-repeat; }
#nav-06 a:hover { background:url(../images/nav.jpg) -200px -120px no-repeat; }
#nav-07 a:hover { background:url(../images/nav.jpg) -200px -144px no-repeat; }

body#index #nav-01 { background:url(../images/nav.jpg) -200px  -0px no-repeat; }
body#about #nav-02 { background:url(../images/nav.jpg) -200px  -24px no-repeat; }
body#service #nav-03 { background:url(../images/nav.jpg) -200px  -48px no-repeat; }
body#hearing #nav-04 { background:url(../images/nav.jpg) -200px  -72px no-repeat; }
body#products #nav-05 { background:url(../images/nav.jpg) -200px -96px no-repeat; }
body#specials #nav-06 { background:url(../images/nav.jpg) -200px -120px no-repeat; }
body#contact #nav-07 { background:url(../images/nav.jpg) -200px -144px no-repeat; }


span.green {color:#bcffb3;}

p.h1-product
{
	display:block;
	background-color:#D1B9A7;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	font-size:14px;
	color:#5E0000;
	
}






