/* 
 ----------------------------------------------------------------------------
  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: #fff url("../images/bg-body.gif") top left repeat-x;
	text-align:left;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#0C1061; 
	}

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:#5E207E; }
h2	{ font-size:1.1em; color:#131962; }
h3	{ font-size:1.0em; color:#131962; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0C1061; text-decoration:underline; }
a:hover,a:active	{ color:#666BB7; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	font-weight:bold;
	} 
	
img {
	border:1px solid;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0;
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
	
img.img-left-noborder { 
	float:left; 
	margin:2px 10px 10px 0;
	border:none;
	}
	
div.content ul {
	list-style-type:disc;
	margin-left:17px;
	}

div.content ul li {
	margin-bottom:4px;
	}
	
p.address {
	color:#fff;
	}

	
/* ----- global form elements ----- */ 

form { 
	width:145px; 
	padding:5px 0 15px 0; 
	}

form label	{ font-size:.90em; }

form br { 
	line-height:0px; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:145px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit { 
	background:url("../images/button-inside-submit.gif"); 
	width:77px;
	height:23px; 
	cursor:pointer; 
	border:0;
	}

body#index input.submit {
	background:url("../images/button-index-submit.gif");
	}
	
body#contact input.submit {
	background-image:none;
	background:#fff;
	border:1px solid;
	padding:0;
	width:auto;
	}



/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 100px; 
	}
	
#contact-main label { 
	width:260px; 
	position:relative; 
	display:block; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input.checkbox {
	width:auto;
	border:none;
	background:none;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:260px;
	}
	
#contact-main label select {
	width:265px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap-outside {
	background:url("../images/bg-wrap-outisde.gif") no-repeat top left;
	width:inherit;
	}

#wrap { 
	background:url("../images/bg-wrap-inside.gif") repeat-y; 
	width:761px;  
	}

body#index #wrap { 
	background:url("../images/bg-wrap.gif") repeat-y;   
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:70px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:19px;
		width:378px;
		top:16px;
		height:45px;
		}
	#masthead a span {
		display:none;
		}
	
#header {
	background:url("../images/header.jpg");
	height:203px;
	}
 
#column-left { 
	width:227px; 
	float:left;
	color:#07135F;
	font-size:.95em;
	line-height:16px;
	}
	#column-left div.content {
		margin:0 24px;
		}
	#column-left a:hover {
		color:#eee;
		}
	
#column-middle {
	width:341px;
	float:left;
	color:#100D66;
	}
	#column-middle div.content {
		margin:0 20px;
		}
  
#column-right { 
	width:534px; 
	float:left; 
	}
	#column-right div.content {
		margin:0 20px;
		}
  
body#index #column-right { 
	width:193px;
	color:#fff;
	font-size:.95em;
	line-height:16px;
	}

#bottom-wrap { 
	background:url("../images/bottom-inside-wrap.gif"); 
	height:4px;
	margin-top:10px;
	overflow:hidden;
	}
 
body#index #bottom-wrap { 
	background:url("../images/bottom-index-wrap.gif"); 
	}


/* subhead
 * ------------------------------------------------------------------------- */

#subhead-column-left {
	background:url("../images/subhead-inside-hear.gif");
	height:122px;
	margin-bottom:-60px;
	}

body#index #subhead-column-left {
	background:url("../images/subhead-index-speirs.gif");
	}

#subhead-column-middle {
	background:url("../images/subhead-welcome.gif");
	height:82px;
	}

#subhead-column-right {
	background:url("../images/subhead-index-hear.gif");
	height:132px;
	margin-bottom:15px;
	}
	
#subhead-testimonials {
	background:url("../images/subhead-testimonials.gif");
	height:122px;
	margin-bottom:-60px;
	margin-top:20px;
	}

#subhead {
	height:122px; /* sets height for all subheads */
	margin-bottom:-60px;
	}

body#about #subhead {
	background:url("../images/subhead-about.gif"); 
	}
	
body#meet #subhead {
	background:url("../images/subhead-meet.gif"); 
	}
	
body#face #subhead {
	background:url("../images/subhead-face.gif"); 
	}
	
body#body #subhead {
	background:url("../images/subhead-body.gif"); 
	}
	
body#breast #subhead {
	background:url("../images/subhead-breast.gif"); 
	}
	
body#breast-gallery #subhead {
	background:url("../images/subhead-breast-gallery.gif"); 
	}
		
body#skin #subhead {
	background:url("../images/subhead-skin.gif"); 
	}
	
body#contact #subhead {
	background:url("../images/subhead-contact.gif"); 
	}
	
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.gif"); 
	}
	
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.gif"); 
	}
	
body#error #subhead {
	background:url("../images/subhead-error.gif"); 
	}
	
	body#specials #subhead {
	background:url("../images/subhead-specials.gif"); 
	}

body#article {
	background:none;
	padding:20px;
	}

/* bna
 * ------------------------------------------------------------------------- */

body#bna {
	background:none;
	}
	
body#bna img {
	border:none;
	}

#bna-wrap {
	width:640px;
	height:400px;
	}

#bna-header {
	background:url("../gallery/images/bna-top.gif") no-repeat;
	position:relative;
	height:69px;
	}
	
/* index page link within #masthead */		
	#bna-header a {	
		position:absolute;
		left:0px;
		top:0px;
		height:69px;
		width:640px; 
		}
	#bna-header a span {
		display:none;
		}
	
	
#bna-title {
	background:url("../gallery/images/bna-title.gif") no-repeat;
	height:51px;
	}
	#bna-title h1 {
		color:#fff;
		text-align:center;
		line-height:51px;
		}
	#bna-title h1 span {
		font-size:.80em;
		display:inline;
		color:#eee;
		}
	
#bna-case {
	height:210px;
	}
	
#bna-bottom {
	background:url("../gallery/images/bna-bottom.jpg") no-repeat;
	height:70px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	background:url("../images/bg-footer.gif");
	width:761px;
	padding-bottom:15px;
	font-size:.95em;
	line-height:16px;
	}
	
#top-footer {
	background:url("../images/top-footer.jpg");
	height:207px;
	margin-bottom:-180px;
	}

#footer div.content {
	margin-left:20px;
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#B7C6D9;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	}

	#footer li.first { 
		border: none; 
		padding-left:0; 
		}
	
	#footer div.content ul {
		margin-left:0;
		}
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.gif") no-repeat; 
	height:31px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 31px; display: block; }

#nav li { float: left; list-style: none; display: inline; }

#nav-01 { width: 108px; }
#nav-02 { width: 102px; }
#nav-03 { width: 142px; }
#nav-04 { width:  64px; }
#nav-05 { width:  69px; }
#nav-06 { width:  75px; }
#nav-07 { width:  63px; }
#nav-08 { width: 138px; }

#nav-01 a:hover {background:url("../images/nav.gif")   0px -31px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.gif") -108px -31px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.gif") -210px -31px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.gif") -352px -31px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.gif") -416px -31px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.gif") -485px -31px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.gif") -560px -31px no-repeat;}
#nav-08 a:hover {background:url("../images/nav.gif") -623px -31px no-repeat;}

#gallery, #gallery-2{
	border-top:1px solid #dccce5;
	border-bottom:1px solid #dccce5;
	margin-bottom:10px;
	padding:10px 0px 10px 0px;
}
	
.case-contain-first{
	float:left;
	margin-right:6px;
	margin-bottom:3px;
}

.case-contain{
	float:left;
	margin-bottom:6px;
}

#monthly-specials-index{
	background:url(../images/index-special.jpg) no-repeat;
	width:181px;
	height:178px;
	display:block;
	margin:5px 0px 5px 5px;
}

#monthly-specials-inside{
	background:url(../images/inside-monthlyspecial.jpg) no-repeat;
	width:209px;
	height:207px;
	display:block;
	margin:8px 0px 8px 8px;
}


