/* 
 ----------------------------------------------------------------------------
  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: #F1E9FE url(../images/allpages/bg.jpg) top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

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:#4457A6; }
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:#4457A6; text-decoration:underline; font-weight: bold; }
a:hover,a:active	{ text-decoration:none; }


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

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	}
	p.top a { font-weight:normal; font-size:0.95em; } 
	
img.img-left { 
	float:left; 
	margin: 5px 10px 0 35px; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
.btn_blog {
	margin: 0 0 10px 40px;
}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	margin-left: 50px;
	}

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

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color: #F1E9FE !important; /* to prevent highlighting by Google Toolbar */
	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:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 252px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

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

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:230px; 
	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:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:185px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 

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

#wrap { 
	background: url(../images/allpages/wrap.jpg); 
	width:779px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background: url(../images/allpages/mast.jpg);
	height: 91px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		height: 38px;
		width: 282px;
		left:26px;
		top:45px;
		}
	#masthead a span {
		display:none;
		}
		
#header-graphic {
	float: left;
	/*background: url(../images/allpages/navbox.jpg) no-repeat top;*/
	width:229px;
	height:397px;
	}
	/*#navbox{
		margin-top: 78px;
	}*/
#index-header-flash {
	float: left;
	background: url(../images/allpages/flash-bkgrnd.jpg) no-repeat top;
	height: 397px;
	width: 550px;
	}
#header-flash {
	float: left;
	background: url(../images/allpages/flash-bkgrnd.jpg) no-repeat top;
	height: 397px;
	width: 550px;
	}

#header-bottom{
	background: url(../images/allpages/header-bottom.jpg);
	height: 10px;
	overflow: hidden;
	clear: both;
	}

#content-bottom {
	background: url(../images/allpages/content-bottom.jpg) no-repeat bottom left;
	float:left;	
}

#column-left { 
	width:229px; 
	float:left; 
	}
	#column-left p{
		color: #fff;
		margin-left: 50px;
		margin-right: 20px;
	}
	#call-today{
		background: url(../images/allpages/calltoday.jpg);
		width: 229px;
		height: 60px;
		}
		#call-today span{
			display: none;
		}
	#contact-side{
		background: url(../images/allpages/contact-side.jpg);	
		width: 229px;
		height: 72px;
		}
		#contact-side span{
			display: none;
		}
	#bottom-side {
		background: url(../images/allpages/bottom-side.jpg);
		width: 202px;
		height: 247px;
		margin-left: 27px;
		position: relative;
	}
		#bottom-side #googlelink{
			position: absolute;
			width: 152px;
			height: 20px;
			margin: 0 0 0 21px;
		}

		#bottom-side #cabd{
			position: absolute;
			width: 126px;
			height: 116px;
			margin: 121px 0 0 34px;
		}
		#bottom-side span { display: none; }
		
		#logo-acmmsco {
			display:block;
			height:106px;
			width:158px;
			background:url("../images/logo-acmmsco.jpg");
			margin-top:15px;
			margin-left:46px;
			margin-bottom:10px;
			}
			#logo-acmmsco span { display:none; }
		#logo-asds {
			display:block;
			height:74px;
			width:158px;
			background:url("../images/logo-asds.jpg") 0 20px no-repeat;
			margin-left:46px;
			margin-top:15px;
			}
			#logo-asds span { display:none; }
			
.map {	margin-left:38px; 
		border:1px solid #000;
		}
		

		
#column-right { 
	width:537px; 
	float:left; 
	}
	#title {
		background: url(../images/titles/index.jpg);
		width: 537px;
		height: 98px;
	}
		#title span{
			display: none;
		}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol{
		margin-left: 35px;
		margin-right: 35px;
	}
	#column-right form { margin-left:35px; }
	#column-right h1{
		color:#4457A6;
	}
	#column-right ul li{
		margin-left: 25px;
		list-style: disc;
	}
	#column-right ul li.indent {margin-left:100px;}
		#column-right ul li span{
			color: #000;
		}
	#column-right ol { margin-left:60px; }	
	#column-right ol li{ list-style-type:decimal; }
	
	#lunchtime{
		background: url(../images/allpages/lunchtime.jpg);
		height: 84px;
		width: 523px;
		margin-top: 10px;
	}
		#lunchtime span{
			display: none;
		}
	#main-bottom{
		background: url(../images/allpages/main-bottom.jpg) no-repeat left bottom;
		padding-bottom: 20px;
	}
	#featured{
		background: url(../images/allpages/main-bottom2.jpg) no-repeat left bottom;
		width: 527px;
	}
		#insetgirl{
			background: url(../images/inset/index2.jpg) no-repeat right bottom;
			width: 527px;
		}
		#title2{
			background: url(../images/titles/index2.jpg) no-repeat top left;
			padding-top: 80px;
			padding-bottom: 20px;
			padding-right: 200px;
		}
#banner-ppt {
	position:relative;
	background:url("../images/banner-ppt.jpg") 33px 0 no-repeat;
	height:84px;
	margin-bottom:16px;
	}
	#banner-ppt a {	
		position:absolute;
		left:0px;
		width:500px;
		top:0px;
		height:84px; 
		}
	#banner-ppt a:hover {	background:url("../images/banner-ppt.jpg") 33px -84px no-repeat; }
	#banner-ppt a span {
		display:none;
		}

/* background image list items */
 
#bottom-wrap { 
	background: url(../images/allpages/bottom.jpg);
	height:62px; 
	clear:both; 
	overflow:hidden; 
	}


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

body#practice #title {
		background: url(../images/titles/practice.jpg);
	}
body#doctor #title {
		background: url(../images/titles/doctor.jpg);
	}
body#easy-cosmetic-page #title {
		background: url(../images/titles/easycosmetic.jpg);
	}
body#fraxel-page #title {
		background: url(../images/titles/fraxel.jpg);
	}
body#thermage #title {
		background: url(../images/titles/thermage.jpg);
	}
body#photo #title {
		background: url(../images/titles/photo.jpg);
	}
body#fillers #title {
		background: url(../images/titles/fillers.jpg);
	}
body#botox #title {
		background: url(../images/titles/botox.jpg);
	}
body#facial-vein #title {
		background: url(../images/titles/facial-vein.jpg);
	}
body#hair #title {
		background: url(../images/titles/hair.jpg);
	}
body#leg-vein #title {
		background: url(../images/titles/leg-vein.jpg);
	}
body#skin #title {
		background: url(../images/titles/skin.jpg);
	}
body#resurface #title {
		background: url(../images/titles/resurface.jpg);
	}
body#aesthetician #title {
		background: url(../images/titles/aesthetician.jpg);
	}
body#mohs #title {
		background: url(../images/titles/mohs.jpg);
	}
body#contact #title {
		background: url(../images/titles/contact.jpg);
	}
body#sitemap #title {
		background: url(../images/titles/sitemap.jpg);
	}
body#thankyou #title {
		background: url(../images/titles/thankyou.jpg);
	}
body#blog #title {
		background: url(../images/titles/blog.jpg);
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:780px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#4457A6;
	font-weight: normal;
	font-size: 11px;
	}

#footer a:hover, #footer a:active {
	font-size: 11px;
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 4px 0 7px;
	display: inline;
	border-left: 1px solid #4457A6;;
	}

	#footer li.first { border: none; }
	

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

#nav {
	background: url(../images/allpages/nav.jpg) top left no-repeat;					
	width: 229px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 397px;		/* Height of entire image */
	margin-bottom: 0px;
	float:left;
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	display: block;
	} 
	
	
/* margin-top to set where the nav should begin */
#nav-01, #nav-01 a { height: 22px; }
#nav-02, #nav-02 a { height: 20px; }
#nav-03, #nav-03 a { height: 19px; }
#nav-04, #nav-04 a { height: 19px; }
#nav-05, #nav-05 a { height: 19px; }
#nav-06, #nav-06 a { height: 19px; }
#nav-07, #nav-07 a { height: 20px; }
#nav-08, #nav-08 a { height: 19px; }
#nav-09, #nav-09 a { height: 19px; }
#nav-10, #nav-10 a { height: 19px; }
#nav-11, #nav-11 a { height: 20px; }
#nav-12, #nav-12 a { height: 19px; }
#nav-13, #nav-13 a { height: 19px; }
#nav-14, #nav-14 a { height: 19px; }
#nav-15, #nav-15 a { height: 20px; }
#nav-16, #nav-16 a { height: 19px; }
#nav-17, #nav-17 a { height: 20px; }

#nav-01  { margin-top: 63px; width:229px;}


/* margin-top if there is a spacing between each nav button */

#nav-02,
#nav-03,
#nav-04,
#nav-05,
#nav-06,
#nav-07,
#nav-08,
#nav-09,
#nav-10,
#nav-11,
#nav-12,
#nav-13,
#nav-14,
#nav-15,
#nav-16,
#nav-17 { margin-top:0; width:229px; }

#nav-01 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -63px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -85px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -105px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -124px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -143px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -162px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -181px no-repeat; }
#nav-08 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -201px no-repeat; }
#nav-09 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -220px no-repeat; }
#nav-10 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -239px no-repeat; }
#nav-11 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -258px no-repeat; }
#nav-12 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -278px no-repeat; }
#nav-13 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -297px no-repeat; }
#nav-14 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -316px no-repeat; }
#nav-15 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -335px no-repeat; }
#nav-16 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -355px no-repeat; }
#nav-17 a:hover { background: transparent url("../images/allpages/nav.jpg") -229px  -374px no-repeat; }


/* blog styles ******************************/
body#blog ul ol {
	margin-left: 15px;
}

body#blog dt {
	margin-left: 50px;
	font-weight: bold;
}

body#blog dd {
	margin-left: 65px;
}

blockquote {
	font-style: italic;
}

body#blog div#column-right ul.wp_navigation li {
	list-style-type: none;
}

body#blog #column-left ul {
	margin-left: 50px;
}








