/* 
 ----------------------------------------------------------------------------
  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,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: #B39BAE url("../Images/bg-body.gif") top left repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px;}

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px;}

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#D1B3CB; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FFDE8F; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:left;
	display:block;
	font-size: .95em;
	} 
p.right {
	text-align:right;
	display:block;
	font-size: .95em;
	} 
	
img.img-left { 
	float:left;
	margin-right: 13px;
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
	
img.featured { margin-left:33px; }

/* ----- global form elements ----- */ 

form {
	width:160px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #9C8195;
	color:#3B1455;
	width:155px; /* 5 pixles smaller than form width !important */
	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:11px;
	}
	
select { 
	width:160px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0;
	font-size:12px; 
	color:#3B1455;
	}

input.submit-contact-main { margin-left:190px; }

/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0;
	margin-left: 100px; 
	width: 250px;
	}
	
#contact-main label { 
	width:250px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:250px;
	color: #3B1431;
	background-color:#ECDCE9;
	}
	
#contact-main label select {
	width:250px;
	}
	
#contact-main label textarea { 
	height:100px; 
	color: #3B1455;
	}


/* framework
 * ------------------------------------------------------------------------- */


/* wraps
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../Images/bg-wrap.gif") repeat-y; 
	width:730px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#wrap-inner {
	background: url("../Images/bottom-wrap.gif") bottom no-repeat;
	width:730px;
	padding-bottom:40px;
	}
	
#wrap-minicolumn{
	background: url("../Images/bg-mini-columns.gif") top left repeat-y;
	width:514px;
	float:left;
	}


/* headers 
 * ------------------------------------------------------------------------- */
 
#header {
	background:url("../Images/header.jpg");
	height:353px;
	}
 
 
/* columns
 * ------------------------------------------------------------------------- */

#column-left { 
	width:514px; 
	float:left; 
	}
	
	#column-left .content{
		margin-left: 33px;
		margin-right: 35px;
		color: #EBDDE7;
		}
  
#column-right { 
	width:216px; 
	float:left; 
	}
	
	#column-right .content{
		margin-left: 20px;
		margin-right: 34px;
		color: #3B1431;
		}
	
#minicolumn-left { 
	width:257px; 
	float:left;
	}
	
	#minicolumn-left .content{
		margin-left: 34px;
		color: #EBDDE7;
		}
	
#minicolumn-right { 
	width:257px; 
	float:left;
	}
	
	#minicolumn-right .content{
		margin-left: 28px;
		color: #EBDDE7;
		}
		
#smile-gallery {
	width:500px;
	float:left;
	}
	
	#smile-gallery .content{
			margin-left: 34px;
			margin-right: 40px;
			color: #EBDDE7;
			}
			
.content ul {
	list-style-type:disc;
	margin-left:18px;
	}

/* subhead
 * ------------------------------------------------------------------------- */

#subhead {
	height:53px; /* sets height for all subheads */
	height: 106px;
	margin-bottom: -41px;
	}

	body#index #subhead {
		background:url("../Images/subhead-index.gif");
		}
		
	body#thank #subhead {
		background:url("../Images/subhead-thank.gif");
		}
		
	body#invisalign #subhead {
		background:url("../Images/subhead-invisalign.gif");
		}
		
	body#about #subhead {
		background:url("../Images/subhead-about.gif");
		}
		
	body#cosmetic #subhead {
		background:url("../Images/subhead-cosmetic.gif");
		}
		
	body#general #subhead {
		background:url("../Images/subhead-general.gif");
		}
		
	body#gallery #subhead {
		background:url("../Images/subhead-gallery.gif");
		}
		
	body#contact #subhead {
		background:url("../Images/subhead-contact.gif");
		}
		
	body#thank #subhead {
		background:url("../Images/subhead-thank.gif");
		}
	
#subhead-columnright {
	background:url("../Images/subhead-quickcontact.gif");
	height: 106px;
	margin-bottom:-42px;
	}
	body#contact #subhead-columnright {
		background:url("../Images/subhead-locate.gif");
		}

#index-subhead-gallery {
	background:url("../Images/subhead-index-gallery.gif");
	width: 500px;
	height: 50px;
	}
	

#index-subhead-featured {
	background:url("../Images/subhead-index-featured.gif");
	width: 500px;
	height: 50px;
	}	
		
#subhead-index-general {
	background:url("../Images/subhead-index-general.gif");
	height: 79px;
	margin-bottom:-25px;
	}
	
#subhead-index-cosmetic {
	background:url("../Images/subhead-index-cosmetic.gif");
	height: 79px;
	margin-bottom:-25px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	margin-top:30px;
	text-align:center;
	text-decoration:none;
	}

#footer p {
	color:#4A183D;
	}

#footer a:link, #footer a:visited {
	color:#4A183D;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#ECDCE9;
	text-decoration:underline;
	}

#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 #4A183D;
	}

	#footer li.first { border: none; }
	
	
/* navigation: #nav
 * ------------------------------------------------------------------------- */
#nav { 
	background: url("../Images/nav.gif"); 
	width:730px; 
	height:32px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 32px; display: block; }

#nav li { float: left; list-style: none; display: inline; }

#nav-01 { width: 72px; margin-left:  14px;}
#nav-02 { width: 139px;}
#nav-03 { width: 144px;}
#nav-04 { width: 135px;}
#nav-05 { width: 111px;}
#nav-06 { width: 115px;}

#nav-01 a:hover {background:url("../Images/nav.gif") -14px  -32px no-repeat;}
#nav-02 a:hover {background:url("../Images/nav.gif") -86px -32px no-repeat;}
#nav-03 a:hover {background:url("../Images/nav.gif") -225px -32px no-repeat;}
#nav-04 a:hover {background:url("../Images/nav.gif") -369px -32px no-repeat;}
#nav-05 a:hover {background:url("../Images/nav.gif") -504px -32px no-repeat;}
#nav-06 a:hover {background:url("../Images/nav.gif") -615px -32px no-repeat;}

	
