/* 
 ----------------------------------------------------------------------------
  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; }

span { display: none;}

/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
		background:url(../images/index/bg.jpg) repeat-x top left #5870AC; 
		text-align:center; 
		font:12px/18px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, 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; color:#584E82; }
h2	{ font-size:14px; color:#3C5B9E; }
h3	{ font-size:12px; color:#3C5B9E; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#3C5B9E; text-decoration:underline; }

ul { list-style-type: disc}

/* ----- form ----- */ 

form { 
	width:150px; 
	padding:10px 0 15px 28px; 
	}

form p	{ font-size:10px;}

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:150px; 
	height:18px; 
	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;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
#contact_business { display: none; } /* do not remove */ 

/* ----- classes ----- */

.top { font-size:10px;}
div.clear	{ clear:both; height:.01em; overflow:hidden; }
img.img-left { float:left; margin:2px 12px 12px 0;}
img.img-right { float: right; margin: 2px 0 12px 12px;} 
p.img-pdf { background: url(../images/index/icon_pdf.gif) no-repeat; height:35px; padding:5px 0px 0 35px;  }
p.top { text-align:right; display:block; color:#3C5B9E;}
img.hr-style { padding:10px 0px 10px 46px; }	
.img-about { padding:10px 0px 5px 12px; }

input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}

/* -----                     ----- */
/* ----- end global elements ----- */
/* -----                     ----- */


/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 47px; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }
	
/* -----                       ----- */
/* ----- end main contact form ----- */
/* -----                       ----- */


/* main framework
 * ------------------------------------------------------------------------- */

#wrap { background:url(../images/index/wrap_bg.jpg) repeat-y; width:777px; margin:0 auto; text-align:left;} 
#header { position:relative; background:url(../images/index/header.jpg) left top no-repeat;  height:102px;}
#header a { position:absolute; width:309px; height:102px; top:0px; left:0px;}/* home link within header */	
#img-container { background:url(../images/index/img_container.jpg) left top no-repeat;  height:230px;}
#wrap-content { background:url(../images/index/content_bg.jpg) left top no-repeat; width: 777px; float: left;}
	
#column-left { width:545px; float:left;}
	#column-left p { margin: 5px 30px 5px 47px;}
	#column-left h1, #column-left h2, #column-left h3 { margin: 5px 30px 5px 47px;}
	#column-left ul { margin: 15px 30px 15px 65px;}
	#title-dr-jeffrey p { margin: 5px 35px 5px 38px;}
	#title-dr-jeffrey p.intro {margin-top:135px;}
	#title-procedures h2.intro {margin-top:135px;}
	#title-procedures p, #title-procedures h2 { margin: 5px 35px 5px 35px;}
	
	#title-welcome { background:url(../images/index/title_welcome.jpg); height:89px;}
	#btm-container { width:545px;}
	#title-dr-jeffrey { background:url(../images/index/title_dr_jeffery.jpg) left top no-repeat; width:276px; float:left;}
	#title-procedures { background:url(../images/index/title_procedures.jpg) left top no-repeat; width:269px; float:right;}
	 
#column-right { width:232px; float:left; padding-top:358px;}
	#column-right p { margin: 5px 40px 5px 28px;}
	#column-right p.form {margin: 0px;}
	
	#title-quick-contact { background: url(../images/index/title_quick_contact.jpg); height:90px;}
#bottom-wrap { background:url(../images/index/page_footer.jpg) no-repeat; width:777px; height:53px; clear:both; overflow:hidden;}

/* inside pages framework
 * ------------------------------------------------------------------------- */

#wrap-sub-content { background:url(../images/sub/sub_content_bg.jpg) left top no-repeat; width: 777px; float: left;}
	#title-about { background:url(../images/sub/title_about.jpg); height:89px;}
	#title-contact { background:url(../images/sub/title_contact.jpg); height:89px;}
	#title-cosmetic-periodontic { background:url(../images/sub/title_cosmetic_periodontic.jpg); height:89px;}
	#title-implants { background:url(../images/sub/title_dental_implants.jpg); height:89px;}
	#title-gallery { background:url(../images/sub/title_smile_gallery.jpg); height:89px;}
	#title-thankyou { background:url(../images/sub/title_thankyou.jpg); height:89px;}
	
#sub-column-right { width:232px; float:left; padding-top:100px;}
	#sub-column-right p { margin: 5px 40px 5px 28px;}
	#sub-column-right p.form {margin: 0px;}
	
/* smile-gallery image framework
 * ------------------------------------------------------------------------- */
 #smile-gallery {
 	margin: 10px 0 10px 47px;
	}
 
 
#smile-gallery ul {
	margin: 0;
	text-decoration:none;
	}

#smile-gallery li {
	list-style:none;
	display:inline;
	margin: 0 10px 0 0;
	}
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url(../images/index/nav.jpg) no-repeat; 
	width:777px; 
	height:42px; 
	margin:0; padding: 0;
	}

#nav span { display: none; }

#nav li, #nav a { height: 42px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 72px; margin-left: 9px;}
#nav-02 { width: 87px;}
#nav-03 { width: 167px;}
#nav-04 { width: 124px;}
#nav-05 { width: 107px;}
#nav-06 { width: 107px;}
#nav-07 { width: 96px;}

#nav-01 a:hover {background: transparent url(../images/index/nav.jpg) -9px -42px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/index/nav.jpg) -81px -42px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/index/nav.jpg) -168px -42px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/index/nav.jpg) -335px -42px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/index/nav.jpg) -459px -42px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/index/nav.jpg) -566px -42px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/index/nav.jpg) -673px -42px no-repeat;}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { width:760px; text-align:center; margin:0 auto; }
#footer a:link, #footer a:visited, #footer p { text-decoration:none; color:#FFF; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#fff; }

#footer ul { margin-bottom:5px; margin-top: 10px; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #FFF; }
#footer li.first { border: none; }
	
