/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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; }

span { display:none; }
/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#DECBAB url("../images/bg-body.gif") top left repeat-x;
	text-align:center; 
	font:12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#D75B03; }
h2	{ font-size:1.2em; color:#167348; }
h3	{ font-size:1.1em; color:#865022; }

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

a:link,a:visited	{ color:#865022; text-decoration:underline; }
a:hover,a:active	{ color:#D75B03; text-decoration:underline; }


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

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	font-weight:bold;
	} 
	
img.img-left { 
	float:left; 
	margin:4px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 4px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:150px; 
	margin-bottom:15px; 
	}

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

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

input, textarea, select { 
	background-color:#FDF5E7; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}



/* ----- main contact form ----- */ 
 
#contact-main { 
	width:280px;
	padding:10px 0 10px 48px; 
	}
	
#contact-main label { 
	width:280px; 
	margin-bottom:10px;
	font-size:1.0em;

	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:275px;
		margin-bottom:12px;
	}
	
#contact-main label select {
	width:280px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */
.gallery-thumb { margin-left:45px; }
.feature-case { padding:0 0 0 20px; }

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:700px; 
	margin:0 auto; 
	text-align:left; 
	}

#wrap-columns {
	background:url("../images/bg-columns.jpg") no-repeat bottom;
	width:700px;
	padding-bottom:70px;
	}
	
#wrap-featured {
	width:462px;
	margin-bottom:15px;
	}

#masthead {
	position:relative;
	background:url("../images/masthead01.gif");
	height:130px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:26px;
		width:292px;
		top:23px;
		height:107px;
		}
	#masthead a span {
		display:none;
		}
		
	
#header {
	background:url("../images/header01.jpg");
	height:223px;
	}
	
#column-left { 
	width:462px; 
	float:left; 
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 35px 0 54px;
		}
	#column-left ul.list {
		list-style-type:disc;
		margin:10px 35px 10px 60px;
		}
		#column-left ul.list li {
			margin-bottom:6px;
			}
  
#column-right { 
	width:238px; 
	float:left;
	padding-bottom:130px; 
	}
	#column-right div.content {
		margin:0 38px 0 31px;
		}
	
#bottom-featured {
	background:url("../images/bottom-featured.gif");
	height:16px;
	}
	
img.gallerythumb {
	margin:0 0 0 60px;
}


/* subheads
 * ------------------------------------------------------------------------- */

#subhead-column-right {
	background:url("../images/subhead-quick-contact01.gif"); 
	height:59px;
	}

body#index #subhead-column-right {
	background:url("../images/subhead-quick-contact01.gif"); 
	}

body#contact #subhead-column-right {
	background:url("../images/subhead-locate.gif"); 
	}
	
#subhead-featured {
	background:url("../images/subhead-featured.gif");
	height:44px;
	}

#subhead {
	height:59px; /* sets height for all subheads */
	}
	#subhead h1 {
		display:none;
		}

body#index #subhead {
	background:url("../images/subhead-index.gif"); 
	}
	
body#about #subhead {
	background:url("../images/subhead-about.gif"); 
	}
	
body#cosmetic #subhead {
	background:url("../images/subhead-cosmetic.gif"); 
	}
	
body#general #subhead {
	background:url("../images/subhead-general.gif"); 
	}
	
body#contact #subhead {
	background:url("../images/subhead-contact.gif"); 
	}
	
body#gallery #subhead {
	background:url("../images/subhead-gallery.gif"); 
	}
	
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.gif"); 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:700px; 
	margin:10px auto; 
	text-align:center; 
	}

#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 #000;
	}

	#footer li.first { border: none; }
	
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
/* Nav for home page only */	
#nav { 
	background: url("../images/nav-home.gif") no-repeat; 
	height:34px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 34px; display: block; }

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

#nav-01 { width: 55px; margin-left:28px; }
#nav-02 { width: 117px; margin-left:1px; }
#nav-03 { width: 120px; margin-left:1px; }
#nav-04 { width: 128px; margin-left:1px; }
#nav-05 { width: 129px; }
#nav-06 { width: 90px; margin-left:1px; }

#nav-01 a:hover {background:url("../images/nav-home.gif") -28px -34px no-repeat;}
#nav-02 a:hover {background:url("../images/nav-home.gif") -84px -34px no-repeat;}
#nav-03 a:hover {background:url("../images/nav-home.gif") -202px -34px no-repeat;}
#nav-04 a:hover {background:url("../images/nav-home.gif") -323px -34px no-repeat;}
#nav-05 a:hover {background:url("../images/nav-home.gif") -451px -34px no-repeat;}
#nav-06 a:hover {background:url("../images/nav-home.gif") -581px -34px no-repeat;}
	
