/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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;}
p.h1,p.h2,p.h3,p.h4,p.h5,p.h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
html {
	background:url("../images/bg-html.jpg");
	}

body { 
	background:transparent url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

a:link,a:visited	{ color:#000; text-decoration:underline; font-weight:bold; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; font-weight:bold; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	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;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 20px 10px 10px;
	border:1px solid #b38f6b;
	}

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


label {margin-left:30px;}

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

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#e6c7a6 !important;
	border:1px solid #fff;
	color:#000;
	width:172px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; }

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

#contact_business { display: none; }

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

#contact-main label { 
	width:110px; 
	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; height: 20px; }

#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 0 122px; } /* defines placement of contact-main submit button */

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

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

#inner-wrap {
	background:url("../images/bg-inner-wrap.jpg") 0 bottom no-repeat;
	width:772px;
	padding-bottom:100px;
	}
	
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:772px; 
	height:47px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 71px; margin-left:9px; }
#nav-02 { width: 97px; }
#nav-03 { width: 176px; }
#nav-04 { width: 167px; }
#nav-05 { width: 129px; }
#nav-06 { width: 114px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -9px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -177px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -353px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -520px -47px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -649px -47px no-repeat; }

body#index #nav-01 { background:url("../images/nav.jpg") -9px -47px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -80px -47px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -177px -47px no-repeat; }
body#general #nav-04 { background:url("../images/nav.jpg") -353px -47px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -520px -47px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -649px -47px no-repeat; }


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

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 19px 10px 29px;
		}
		
/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:383px;
	float:left;
	background:url("../images/bg-middle-col.jpg") 0 0 no-repeat;
	display:inline;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 37px 10px 31px;
		}
		#column-middle p.bna-thumbs {margin-left: 38px;}
		
#index-rembrandt {
	background:url("../images/index-rembrandt.jpg");
	width:383px;
	height:329px;
	position: relative;
	}
	#column-middle dt { margin: 0 0 3px 120px; }
	#index-rembrandt a {
		position: absolute;
		display: block;
		width: 85px;
		height: 28px;
		top: 57px;
		left: 175px;
		}
		#index-rembrandt a span {display: none;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:163px;
	float:left;
	display:inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right img {
		margin:0px 25px 20px 25px;
		}
		
	#column-right img {
		margin:0px 41px 20px 31px;
		}
		
#featured {
	background:url("../images/featured-cases.jpg") 0 0 no-repeat;
	padding-top:85px;
	}

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

#header-graphic { height:260px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */
	#header-graphic a {
		width:340px;
		height:120px;
		display:block;
		}
		#header-graphic a span {display: none;}


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

#subhead { height:80px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }


/* ------------------------ title framework with varying heights ------------------------- */

#title-contact {
	background:url("../images/contact-us.jpg") 0 0 no-repeat;
	padding-top:80px;
	}

#title-meet {
	height:51px;
	background:url("../images/title-meet.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%;
	height:20px;
	clear:both; /* important */
	}

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

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

#footer a:link, #footer a:visited { color:#000; font-weight:bold; text-decoration:none; }
#footer a:hover, #footer a:active { color:#000; text-decoration:underline; }

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }
