/* 

 ----------------------------------------------------------------------------

  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,div,dd,dt,dl { margin:0; padding:0; }



/* prevent blue linked image borders */

a img,:link img,:visited img,fieldset { border:none; }





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



/* ---------------------------------type selectors--------------------------------- */ 

body { 

	background: #F0EBEB url(../images/bg-body.jpg) top left repeat-x;

	text-align:center; 

	font:12px/18px Verdana, Arial, Helvetica, sans-serif;

	color:#000; 

	}



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



blockquote { 

	margin-left: 10px; 

	margin-right: 10px; 

	}



h1	{ font-size:16px; }

h2	{ font-size:13px; color:#0B6099; }

h3	{ font-size:11px; color:#0B6099; }

body#pop-up h3	{ 

	font-size:11px; 

	color:#0B6099; 

	margin-left:30px;

	width:420px;

	padding:5px 0 10px 0; }



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



a:link,a:visited	{ color:#190C80; text-decoration:underline; }

a:hover,a:active	{ color:#6699CC; text-decoration:underline; }





/* --------------------------------- contact forms --------------------------------- */ 

form { 

	width:210px;

	margin-left:30px;

	}

	

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



form p	{ font-size:10px; }



form br { 

	line-height:0; /* defaults vertical spacing between fields */

	}  



input, textarea { 

	background-color:#0993DA !important; 

	border:1px solid #0993DA;

	color:#FFFFFF;

	width:215px; 

	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", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 

	font-size:12px;

	}



select { 

	background-color:#0993DA; 

	border:1px solid #0993DA;

	color:#FFFFFF;

	width:220px; 

	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:0px; /* horizontally position text in input/textarea field */

	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 

	font-size:12px;

	}



textarea { 

	height:95px; 

	overflow:auto; 

	}



input.submit, input.submit-contact-main, input.commentform-submit { 

	width:60px; 

	cursor:pointer; 

	padding:0;

	color:#FFFFFF;

	}

input.print { 

	width:95px; 

	cursor:pointer; 

	padding:0;

	margin-left:25px;

	color:#FFFFFF;

	}



input.submit-contact-main, input.commentform-submit { margin:85px 0 0 199px; }



input.submit-image { 

	background: url("../images/btn-submit.gif"); 

	width:63px; 

	height:15px; 

	border:none; 

	cursor:pointer; 

	}



/* ---------------------------------main contact form----------------------------------------- */

 

#contact-main, #commentform { 

	padding:20px 0 10px 0; 

	}



#contact-main label, #commentform label { 

	width:180px; 

	position:relative; 

	display:block; 

	text-align:right; 

	margin-bottom:10px; 

	}

	

#contact-main label input, #contact-main label textarea, #contact-main label select, #commentform label input, #commentform label textarea, #commentform label select{ 

	width:200px;

	position:absolute; 

	left:110%; 

	top:-2px;

	}

 #contact-main label select, #commentform label select {

	background-color:#0993DA !important; 

	width:205px;

	position:absolute; 

	left:110%; 

	top:-2px;

	}

#contact-main label textarea, #commentform label textarea{ height:100px; }



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

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

div.clear{ 

	clear:both; 

	}



p.top { 

	font-size:11px; 

	text-align:right; 

	display:block; 

	}

.feedback { 

	font-size:11px; 

	text-align:right;

	margin-right:35px;

	display:block; 

	}

.meta { 

	font-size:11px; 

	text-align:left;

	margin-left:30px;

	display:block; 

	}

p.hours { 

	font-style:italic; 

	}



p.spelling { 

	font-size:11px; 

	color:#3B36AF; 

	margin-left:30px;

	}



img.img-left { 

	float:left; 

	margin:10px 12px 12px 55px; 

	}

	

img.img-right { 

	float: right; 

	margin: 2px 0 12px 12px; 

	}

img.logos {

	margin: 10px 20px 20px 0;

	}



.none {

	display:none;

	}

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



#wrap { 

	background:url(../images/bg-wrap.jpg) repeat-y; 

	width:780px; 

	margin:0 auto; 

	text-align:left; 

	}

#wrap-pop-up { 

	background:url(../images/wrap-pop-up.jpg) repeat-y; 

	width:500px; 

	margin:0 auto; 

	text-align:left; 

	}	

#header-pop-up  {

	background:url(../images/img-logo-pop-up.jpg) left top no-repeat;

	width:500px;

	height:169px;

	position: relative;

	}

#header {

	background:url(../images/header.jpg) left top no-repeat;

	width:780px;

	height:251px;

	position: relative;

	}

	/* home link within header */		

	#header a {

		position:absolute;

		width:180px;

		height:85px;

		top:-54px;

		left:70px;

		}



#header-restor {

	background:url(../images/header-restor.jpg) left top no-repeat;

	width:780px;

	height:251px;

	position: relative;

	}



	#header-restor a {

		position:absolute;

		width:180px;

		height:30px;

		top:0px;

		left:73px;

		}

		#header-restor a.blog  {

		position:absolute;

		width:80px;

		height:40px;

		top:90px;

		left:30px;

		}

		#header a.blog {

		position:absolute;

		width:80px;

		height:40px;

		top:90px;

		left:30px;

		}



#content-container {

	background: url(../images/bg-content-container.jpg) left bottom no-repeat;

	float: left;

	}

	

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



#column-left { 

	width:330px; 

	float:left;

	}

	

	body#welcome #column-left, body#blog #column-left  { 

		padding-bottom:190px;

		width:330px; 

		float:left;

		}



	#column-left p{ 

		width:280px; 

		margin-left:30px;

		}



	#form {

		width: 145px;

		float: left;

		}

		#form form p {

			margin: 0;

			padding:0;

			}

		

body#welcome h2#img-meet-shah { 

	margin:0 0 0 0; padding: 0;

	}



/* ---------------------------- pop-up framework ------------------------------------------------*/



body#review input.submit-contact-main{

	float:left; 

	margin:0px 0 0 30px;

	display:inline;

	}

body#pop-up input.submit-contact-main, input.commentform-submit { 

	margin:10px 0 0 40px;

	}



#column-left-pop-up { 

	width:500px; 

	float:left;

	}

	#column-left-pop-up p{ 

		width:450px; 

		margin-left:20px;

		}

		

body#pop-up h2, body#review h2	{ font-size:13px; color:#0B6099; margin:0px 0 5px 30px; }

	body#pop-up h2.course	{ font-size:13px; color:#0B6099; margin:80px 0 5px 30px; }



body#pop-up #content-wrap, body#review #content-wrap {

	background:url("../images/img-bg-content-pop-up.jpg") no-repeat; 

	}

	

	#column-left-pop-up ul{

		margin: 0px 10px 30px 40px;

		}

		#column-left-pop-up ul li { 

				background:transparent url("../images/bullet.gif") 0px 4px no-repeat;

					padding-left:15px;  /* pushes text to the right to display bg img */

					margin-bottom:3px;

					width:420px;

					}



body#pop-up #footer, body#review #footer {

	width:540px;

	height:20px;

	margin:0 auto;

	text-align:left;

	font-size:11px;

	background: #F0EBEB url("../images/pop-up_footer.jpg") no-repeat;

	clear: both;

	}

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

body#blog #column-left ul { 

	margin-left:30px; 

	}



	body#blog #column-left ul.btn-none{

	   margin-left:0px;

	   }

	   

	body#blog #column-left p{

	   margin-left:30px;

	   }

	   

	body#blog #column-right p{

	   width:360px;

	   }	

	   

	#img-blog { 

		background:url(../images/img-blog.jpg); 

		height:84px; 

		}

		

	body#blog #column-left #categories, #archives, #meta, #search {

		font-weight:bold

		}

/* ---------------------------------column-right framework * --------------------------------------- */





#column-right { 

	width:450px; 

	float:left;

	background: url(../images/bg-column-right.jpg) no-repeat; 

	}

	

#column-right form { 

	width:180px;

	margin-left:0px; 

	}

	

	#column-right img {

	margin-left: 10px;

	}

	#column-right img.promo {

		margin:0 0 0 156px;

	}

	#column-right p {

		margin: 10px 40px 10px 40px;

	}

	#column-right h1, #column-right h2,#column-right h3{

		margin: 10px 30px 10px 40px;

		}

		

 #column-right ul{

  	margin: 10px 30px 10px 40px;

		}

		

#column-right ul li { 

			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;

			padding-left:15px;  /* pushes text to the right to display bg img */

			margin-bottom:3px;

			}



#column-right div.testimonials {

 	border:1px solid #6699CC;

	margin: 10px 30px 10px 40px;

 	}

 	#column-right div.testimonials p {

		font-style:italic;

		margin: 10px;

		width:350px;

		}

	#column-right div.testimonials p.name {

		font-style:italic;

		color:#6699CC;

		padding: 10px 0px 0px 10px;

		font-weight:bold;

		}



#column-right-restor { 

	width:450px; 

	float:left;

	background: url(../images/bg-column-right_restor.jpg) no-repeat; 

	}

	#column-right-restor img {

	margin-left: 10px;

	}

	#column-right-restor p {

		margin: 10px 30px 10px 40px;

	}

	#column-right-restor h1, #column-right-restor h2 {

		margin: 10px 30px 10px 40px;

		font-size: 14px;

	}

 

 

#column-right-restor ul{

  	margin: 10px 30px 10px 40px;

		}

		

#column-right-restor ul li { 

			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;

			padding-left:15px;  /* pushes text to the right to display bg img */

			margin-bottom:3px;

			}

			

#column-right ul li.indent {

	margin-left:10px;

	background:none;

	} 

				

#column-right-restor div.testimonials {

 	border:1px solid #6699CC;

	margin: 10px 30px 10px 40px;

 	}

 	#column-right-restor div.testimonials p {

		font-style:italic;

		margin: 10px;

		width:350px;

		}

	#column-right-restor div.testimonials p.name {

		font-style:italic;

		color:#6699CC;

		padding: 10px 0px 0px 10px;

		} 

	

#bottom-wrap {

	background:url(../images/bottom-wrap.jpg) no-repeat;

	width:780px;

	height:10px;

	clear:both;

	margin: 0px;

	}



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

   

#img-left-column { 

	background:url(../images/img-left-column-top.jpg); 

	height:84px; 

	}

#img-contact-us { 

	background:url(../images/img-contact-us.jpg); 

	height:49px; 

	}

#img-left-column-restor { 

	background:url(../images/img-left-column-restor.jpg); 

	height:84px; 

	}

#img-directions { 

	background:url(../images/img-directions.jpg); 

	height:84px; 

	}

#img-meet-shah {

	background:url(../images/subhead-meet-shah_02.jpg);

	height:84px;

	clear: both;

	}

#subhead-financing {

	background:url(../images/subhead-financing.jpg); 

	height:60px;

	}



/* --------------------------------- OR ---------------------------------*/



body#welcome #subhead {

	background:url(../images/subhead-welcome.jpg); 

	height:50px;

	}

body#about #subhead {

	background:url(../images/subhead-about.jpg); 

	height:50px;

	}

body#contact #subhead {

	background:url(../images/subhead-contact.jpg); 

	height:50px;

	}

body#general #subhead {

	background:url(../images/subhead-general.jpg); 

	height:50px;

	}

body#lasik #subhead {

	background:url(../images/subhead-lasik.jpg); 

	height:50px;

	}

body#restor #subhead {

	background:url(../images/subhead-restor.jpg); 

	height:50px;

	}

body#blog #subhead {

	background:url(../images/subhead-blog.jpg); 

	height:50px;

	}

body#seminar #subhead {

	background:url(../images/subhead-seminar.jpg); 

	height:50px;

	}

/*--------------------------------- footer------------------------------------------ */

 

#footer {

	width:780px;

	margin:0 auto;

	text-align:center;

	font-size:11px;

	background: #F0EBEB url(../images/bg-footer.jpg) left top no-repeat;

	clear: both;

	}

#footer p {

	width:640px;

	text-align:center;

	color:#000;

	margin:0 auto;

	}

	#footer p.first {

		padding-top:25px;

		width:640px;

		text-align:center;

		margin:0 auto;

		}



#footer a:hover, #footer a:active {

	color:#6699CC;

	}



#footer ul { margin:0 30px 10px 220px; padding-top: 40px; }



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

	

.docshop-network {

     font-size:xx-small;

	}	







	body#seminar #footer {

		width:780px;

		margin:0 auto;

		text-align:center;

		font-size:11px;

		background: #F0EBEB url("../images/bg-footer-seminar.jpg") left top no-repeat;

		clear: both;

		}

		body#seminar #footer ul { margin:10px; padding-top: 40px; }

		

		body#seminar #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;

			}

		

			body#seminar #footer li.first { border: none; }

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



#nav { 

	background: url("../images/nav.jpg") no-repeat; 

	width:780px; 

	height:54px; 

	margin-bottom:0; 

	}



#nav span { display: none; }



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



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



#nav-01 { width: 180px; margin-left: 73px;}

#nav-02 { width: 58px; margin-left: 57px;}

#nav-03 { width: 56px;}

#nav-04 { width: 57px;}

#nav-05 { width: 125px;}

#nav-06 { width: 91px;}

#nav-07 { width: 63px;}



#nav-01 a:hover {background: transparent url(../images/nav.jpg) -73px -54px no-repeat;}

#nav-02 a:hover {background: transparent url(../images/nav.jpg) -310px -54px no-repeat;}

#nav-03 a:hover {background: transparent url(../images/nav.jpg) -368px -54px no-repeat;}

#nav-04 a:hover {background: transparent url(../images/nav.jpg) -424px -54px no-repeat;}

#nav-05 a:hover {background: transparent url(../images/nav.jpg) -481px -54px no-repeat;}

#nav-06 a:hover {background: transparent url(../images/nav.jpg) -606px -54px no-repeat;}

#nav-07 a:hover {background: transparent url(../images/nav.jpg) -697px -54px no-repeat;}





/* ---------------------------------Vertical Sprite Nav----------------------------------------- */









#buttons {

	position: relative;

	background: url(../images/nav_buttons.jpg) top left no-repeat;					

	width: 330px;		/* Width of buttons, not entite image (or half of entire image) */

	height: 300px;		/* Height of entire image */

	margin-bottom:0;

	}



#buttons li span { display: none; }



#buttons li {

	float: left;

	list-style: none;

	}



#buttons li, #buttons a { 

	height: 84px;			/* Each button must have the same height, define it here */

	display: block;

	}



/* Increments of each button height defined above */

#buttons-01 { top:   0px;  margin-top:10px; }	/* must use margin-top for this attribute only */

#buttons-02 { top:  94px; }

#buttons-03 { top:  178px; }

#buttons-04 { top:  262px; }



/* width set here should be same width set in #nav */

#buttons-01, #buttons-02, #buttons-03, #buttons-04  { left: 0px; width: 330px; }



/* Changed values should match "top" numbers specified above */

#buttons-01 a:hover { background: transparent url(../images/buttons.jpg) -330px  -10px no-repeat; }

#buttons-02 a:hover { background: transparent url(../images/buttons.jpg) -330px  -94px no-repeat; }

#buttons-03 a:hover { background: transparent url(../images/buttons.jpg) -330px  -178px no-repeat; }

#buttons-04 a:hover { background: transparent url(../images/buttons.jpg) -330px  -262px no-repeat; }





	

#column-right #register {

	position: relative;

	background: url("../images/btn-register.jpg") no-repeat;					

	width: 218px;		/* Width of buttons, not entite image (or half of entire image) */

	height: 54px;		/* Height of entire image */

	margin-bottom:0;

	}

#column-right #register li span { display: none; }



#column-right #register li {

	float: left;

	list-style: none;

	}



#column-right #register li, #column-right #register a { 

	height: 54px;			/* Each button must have the same height, define it here */

	display: block;

	}



/* Increments of each button height defined above */

#column-right #register-01 { top:   0px;  margin-top:2px; }	/* must use margin-top for this attribute only */



/* width set here should be same width set in #nav */

#column-right #register-01  { left: 0px; width: 218px; }



/* Changed values should match "top" numbers specified above */

#column-right #register-01 a:hover { background: transparent url("../images/btn-register.jpg") -219px  -2px no-repeat; }





 #column-right ul.register {

  	margin: 10px 30px 10px 40px;

		}

		

#column-right ul li.register { 

			background:transparent url("") 0px 4px no-repeat;

			padding-left:0px;

			}




