/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

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

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#100a1c url("../images/bg_image.jpg") top no-repeat;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

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

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

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

a:link,a:visited	{ color:#43375b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#43375b; text-decoration:none; 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 0px 10px 10px; 
	}

.subheads {
	float: right;
	margin: 40px 51px 0 0;
}

.copy {
	padding-right: 50px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #FFF;
	color:#000;
	width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	float: right;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	border: solid 1px #43375b;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

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

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:55px;
	height:26px;
	border:none;
	cursor:pointer;
	}

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

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

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:54px;
	width:1043px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:110px;
		width:520px;
		top:35px;
		height:64px; 
		}
	#masthead a span {
		display:none;
		}

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

/** added by candice **/
#leftbox {
width: 270px;
height: 75px;

margin-left: 75px;
color: #000;

}
/** end added **/
#content {
	width: 1043px;
	margin: 0 auto;
}

#logos {
	background: url(../images/logos.jpg) no-repeat;
	height: 70px;
}

#column-left {
	width:361px;
	float:left;
	background: url(../images/leftcol-bg.jpg) top left no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#quick-contact {
	background: #2c234e;
	width: 276px;
	margin: 20px 0 0 65px;
}

#quick-contact p {
	margin: 15px 10px 20px 15px;
}

#quick-contact form {
	margin-left: 40px;
}

#qcfooter {
	background: url(../images/qc-footer.jpg) no-repeat;
	width: 276px;
	height: 5px;
	clear: both;
	margin-left: 65px;
}
body#blog #qcfooter {
	background: url(../images/qc-footer.jpg) no-repeat;
	width: 276px;
	height: 5px;
	clear: both;
	margin-left: 0px;
}

#map-img {
	margin: 0 0 0 15px;
}

p#location {
	margin: 0 0 0 105px;
	padding-bottom: 15px;
}

#blogbtn {
	background: url(../images/btn_news.jpg) no-repeat;
	width: 278px;
	height: 106px;
	margin: 10px 0 0 65px;
}

#blogbtn a {
	display: block;
	width: 278px;
	height: 106px;
}

#blogbtn a:hover {
	background: url(../images/btn_newsover.jpg) no-repeat;
}

#blogbtn span {
	display: none;
}

#mediabtn {
	background: url(../images/btn_media.jpg) no-repeat;
	width: 278px;
	height: 121px;
	margin: 10px 0 0 65px;
}

#mediabtn a {
	display: block;
	width: 278px;
	height: 121px;
}

#mediabtn a:hover {
	background: url(../images/btn_mediaover.jpg) no-repeat;
}

#mediabtn span {
	display: none;
}



/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:682px;
	float:right;
	background: url(../images/rightcol-bg.jpg) top left no-repeat;
	color: #000;
	}
	
	body#blog #column-right {
	width:681px;
	float:right;
	background: url(../images/rightcol-bg.jpg) top left no-repeat;
	color: #000;
	}
	
	

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:5px 0px 10px 0px;
		padding-right: 80px;
		}
	#column-right h1 {
		margin-top: 20px;
		}
	#column-right form { margin-left:0px; }


	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			padding:3px;
			width:600px;
						 
			}
			
			#column-right ol {
				padding-left: 33px;
			}
			
			#column-right ol {
				list-style-type: decimal;
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			
			
img#wongpic {
	float: left;
	margin: 40px 5px 0 18px;
}	

body#index #column-right p.welcometext {
	float: right;
	width: 420px;
	color: #000;
	padding: 0 60px 0 0;
	
}

#column-right h1.welcomeh1 {
	float: right;
	width: 420px;
	color: #000;
	padding: 0 60px 0 0;
	
}	
		
#column-right h2.welcomeh2 {
	float: right;
	width: 420px;
	color: #000;
	padding: 0 60px 0 0;
	
}

#column-right ul.index-anchors {
	padding: 0 0 0 30px;
	width: 650px;
}

#column-right ul.index-anchors li {
	width: 275px;
	list-style: square;
	padding: 1px 0 1px 5px;
}

#column-right ul.index-anchors a:link, #column-right ul.index-anchors a:visited {
	color: #000;
}

#column-right ul.index-anchors a:hover, #column-right ul.index-anchors a:active {
	color: #000;
	text-decoration: none;
}

#we-offer {
	width: 296px;
	height: 302px;
	background: url(../images/we-offer.jpg) no-repeat;
	float: left;
	margin-bottom:15px;
}

#we-offer p {
	width: 160px;
	height: 145px;
	padding: 75px 0 0 120px;
	line-height: 22px;
}

#people-saying {
	width: 296px;
	height: 302px;
	background: url(../images/people-saying.jpg) no-repeat;
	float: left;
	margin-left:5px;

}

#people-saying p {
	width: 275px;
	height: 145px;
	padding: 75px 0 0 15px;
	line-height: 22px;
	color: #FFF;
}

#wrap-offer-people { margin:15px 0 0 15px;}


div#menu a:link, div#menu a:visited {
	color: #F0F4E6;
}

div#menu a:hover, div#menu a:active {
	color: #F0F4E6;
}

/* ------------------------ header framework ------------------------ */
#header-flash { height:233px; padding:9px 0 0 69px; } /* sets height for the flash header - REMOVE IF NOT USED */

#active-x {height:233px;}
#header-graphic { height:242px; width:1043px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#blog #header-graphic { background:url("../images/header-blog.jpg"); }
	
#header-links {
	height: 262px;
	background: url(../images/header-links.jpg) no-repeat;
	position: relative;
	width:1043px;
}

#header-links a {
	display: block;
	width: 76px;
	height: 30px;
}

#header-links a:hover {
	background: url(../images/btn_learn.jpg) no-repeat;
}

#header-links p {
	margin: 160px 0 0 15px;
}

#eye-glasses {
	position: absolute;
	width: 302px;
	height: 244px;
	float: left;
	left: 70px;
}

#eye-glasses a {
	margin: 7px 0 0 210px;
}

#bifocal {
	position: absolute;
	width: 302px;
	height: 244px;
	float: left;
	left: 370px;
}

#bifocal a {
	margin: 7px 0 0 212px;
}

#laser {
	position: absolute;
	width: 302px;
	height: 244px;
	float: left;
	left: 675px;
}

#laser a {
	display: block;
	width: 76px;
	height: 30px;
	margin: 7px 0 0 211px;
}


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; height: 35px; margin: 30px 0 0 199px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#meet #subhead { background:url("../images/subhead-meet.jpg") no-repeat; }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") no-repeat; }
	body#vision #subhead { background:url("../images/subhead-vision.jpg") no-repeat; }
	body#laserbody #subhead { background:url("../images/subhead-laser.jpg") no-repeat; }
	body#treatments #subhead { background:url("../images/subhead-treatments.jpg") no-repeat; }
	body#glasses #subhead { background:url("../images/subhead-glasses.jpg") no-repeat; }
	body#conditions #subhead { background:url("../images/subhead-conditions.jpg") no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.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; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat bottom;
	width:1043px; /* fix for Safar */
	height:17px;
	clear:both; /* important - do not remove */
	}

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

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

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

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1043px; 
	height:63px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 157px; margin-left: 49px;}
#nav-02 { width: 124px;}
#nav-03 { width: 128px;}
#nav-04 { width: 123px;}
#nav-05 { width: 154px;}
#nav-06 { width: 111px;}
#nav-07 { width: 90px;}
#nav-08 { width: 56px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -49px -63px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -206px -63px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -330px -63px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -458px -63px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -581px -63px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -735px -63px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -846px -63px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -936px -63px no-repeat; }


/* ------------------------ SUB NAVIGATION FRAMEWORK ------------------------ */
#subnav { 
	background:url("../images/subnav.jpg") no-repeat; 
	width:1043px; 
	height:51px; 
	margin:0;
	padding:0; 
	}

#subnav span { display: none; }

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

#subnav li { float:left; list-style:none; _display:inline; position:relative; }

#subnav01 { width: 66px; margin-left: 720px;}
#subnav02 { width: 125px;}
#subnav03 { width: 82px;}

#subnav01 a:hover { background:url("../images/subnav.jpg")  -720px -51px no-repeat; }
#subnav02 a:hover { background:url("../images/subnav.jpg") -786px -51px no-repeat; }
#subnav03 a:hover { background:url("../images/subnav.jpg") -911px -51px no-repeat; }















