/*--------------------- 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:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#fff;
	}

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

p.h1	{ font-size:1.1em; color:#B5D6FF; font-weight:bold }
p.h2	{ font-size:1.1em; color:#B5D6FF; font-weight:bold }
p.h3	{ font-size:1.0em; color:#B5D6FF; }

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

a:link,a:visited,a:active	{ color:#B5D6FF; text-decoration:underline; outline:none; }
a:hover{ color:#fff; 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;
	}
p.back-to-top a:link, p.back-to-top a:active, p.back-to-top a:visited { color:#fff;}

p.back-to-top a:hover { color:#B5D6FF}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- 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 #404040;
	color:#404040;
	width:133px; /* 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: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:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:190px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:195px; }
	
#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:85px 0 5px 236px; }

input.submit-image  { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") no-repeat;
	width:52px;
	height:21px;
	border:none;
	cursor:pointer;
	}
	
	input.submit-contact-main{
	background:url("../images/btn-submit-main.jpg") no-repeat;
	width:58px;
	height:24px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:746px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:746px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:68px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:29px;
		width:373px;
		top:22px;
		height:34px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/col-left-contact.jpg") no-repeat;
	padding-top:95px;
	width:190px;
	float:left;
	}
	
	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3 {
		margin:0 26px 10px 31px;
		}
	#column-left form { margin-left:31px; }
	
			
/* ----- column-middle ----- */

#column-middle {
	background:url("../images/subhead-index.jpg") no-repeat;
	width:362px;
	float:left;
	padding-top:54px;
	}
	
	#column-middle p, #column-middle p.h1, #column-middle p.h2, #column-middle p.h3, #column-middle ul{
		margin:0 26px 10px 26px;
		}
		
	#featured { background:url("../images/featured.jpg") no-repeat; height:76px;}

	p span.blue { color:#B5D6FF;}
/* ----- column-right ----- */

#column-right {
	background:url("../images/col-right-view.jpg") no-repeat;
	width:194px;
	float:left;
	padding-top:68px;
	}

	#column-right p {
		margin:0 21px 10px 21px;
		}
		
/* ----- column-right-sub ----- */

#column-right-sub {
	width:556px;
	float:left;
	}

	#column-right-sub p, #column-right-sub p.h1, #column-right-sub p.h2, #column-right-sub p.h3 #column-right-sub ul {
		margin:0 28px 10px 21px;
		}
	#column-right-sub ul { margin:0 28px 10px 30px}
	
	#column-right-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:42px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap-sub {
	background:url("../images/bottom-sub-wrap.jpg");
	height:42px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:208px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-index.jpg"); }
	body#general #header-graphic { background:url("../images/header-index.jpg"); }
	body#faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:54px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") no-repeat; }
	body#general #subhead { background:url("../images/subhead-general.jpg") no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; height:120px }


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

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

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

#footer a:hover { color:#fff; 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 #fff;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:746px; 
	height:49px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 72px; margin-left: 11px;}
#nav-02 { width: 168px;}
#nav-03 { width: 159px;}
#nav-04 { width: 154px;}
#nav-05 { width: 59px;}
#nav-06 { width: 112px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -49px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -83px -49px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -251px -49px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -410px -49px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -564px -49px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -623px -49px no-repeat; }
/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -11px -49px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -83px -49px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -251px -49px no-repeat; }
body#general #nav-04 { background:url("../images/nav.jpg") -410px -49px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -564px -49px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -623px -49px no-repeat; }
