/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background: url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/bg-body.jpg") top repeat;
	text-align:center;
	font:12px/18px 'Lucida Sans',Helvetica,sans-serif;
	color:#562600;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.6em; color:#d22b22; }
h2	{ font-size:1.4em; color:#d22b22; }
h3	{ font-size:1.2em; color:#d22b22; }

h1,h2,h3 {font-family:Georgia, "Times New Roman", Times, serif;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#d22b22; text-decoration:none;}
a:hover,a:active	{ color:#562600; text-decoration:underline;}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:0.9em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#d1d1bb !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #bcbca8;
	color:#4e1d00;
	width:216px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-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:'Lucida Sans',Helvetica,sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	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:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.button, input.submit-contact-main { 
	width:57px;
	height:18px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/bg-wrap.jpg") repeat-y;
	width:921px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/masthead.jpg");
	height:154px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:386px;
	top:39px;
	height:83px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:631px;
	float:left;
	}

	#column-left p, #column-left ul {
		margin:15px 24px 10px 55px;
		}
		
		#column-left h1, #column-left h2, #column-left h3 { margin:35px 24px 10px 55px;}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:290px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 25px;
		}
		
		#column-right h2 { margin-top:36px;}
		#column-right h3, #column-right p { font-size:11px; color:#401801; margin-bottom:0;}

	#column-right form { padding-left:25px; }


/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:295px; background:url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/header-index.jpg");} /* sets height for all non-flash headers */


p.phone {
font:25px Georgia, "Times New Roman", Times, serif;
padding:55px 20px 0 0;
float:right;
color:#d22b22;
}

li.current {
font-weight:bold;
margin:0;
padding:0;
}

li.child {
margin:0;
padding:0;
}

ul.right { padding-top:35px;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/b/bodianmedispa.com/images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	height:1px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:841px;
	margin:0 auto;
	text-align:center;
	padding:30px 40px;
	}


#footer a:link, #footer a:visited { color:#562600; text-decoration:none; }
#footer a:hover, #footer a:active { color:#d22b22; text-decoration:underline; }

#footer ul { margin-bottom:20px; line-height:20px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding-left:10px; /* adjusts the spacing between each li display and border-left */
		margin-left:8px;
		display: inline;
		border-left:1px solid #562600 ;
		}
		#footer li.home { border-left:none;}
		#footer ul li ul {display:inline;}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


#nav-wrapper {
	height:32px;
	background:#d22b22; 
   padding:0 23px;
	}	

ul.sf-menu li {
background:none;
}

ul.sf-menu li a {
border:none;
padding:10px 14px;
}

ul.sf-menu a, ul.sf-menu a:visited {
color:white;
}

ul.sf-menu li.sfHover ul {
top: 32px; /* match top ul list item height */
}

ul.sf-menu li:hover, ul.sf-menu li.sfHover,
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
	background:	#552801;
	color:white;
	text-decoration:none;
}


ul.sf-menu li {
	background:	   #d22b22;
}
ul.sf-menu li li {
	background:		#d22b22;
}
ul.sf-menu li li li {
	background:		#d22b22;
}

ul.sf-menu ul {
	width:			175px; /* left offset of submenus need to match (see below) */
}
#nav-wrapper ul.sf-menu li li.sfHover ul {
	left:			175px; /* match ul width */
}



ul.sf-menu li.medical-day-spa ul {
	width:			149px; /* left offset of submenus need to match (see below) */
}
#nav-wrapper ul.sf-menu li.medical-day-spa li.sfHover ul {
	left:			149px; /* match ul width */
}

