/*
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
p { margin:0; padding:5px 0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */
body {
	background:#020202 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	}

blockquote {
	margin-left:25px;
	margin-right:50px;
	}

h3{
	color:#fff;
	font-family:georgia;
	font-size:1.5em;
	font-weight:normal;
	line-height:1em;
	margin:0 0 5px;
	padding:0;
}

p.h1	{ font-size:1.2em; color:#000; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#000; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#000; font-weight:bold; }

p.h1 span, p.h2 span, p.h3 span	{ display:none; }

a:link,a:visited	{ color:#000000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#636059; text-decoration:underline; outline:none; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left {
	float:left;
	margin:2px 10px 20px 0;
	}

img.img-right {
	float:right;
	margin:5px 0 10px 10px;
	}

img.index-left {
	float:left;
	margin-left:-10px;
	}


/* ----- global form elements ----- */

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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

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

input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#000;
	width:145px; /* 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:Arial, 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 */


/* ----- 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:170px; }

#contact-main label textarea { height:100px; overflow:auto; }

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


/* ----- submit button form elements ----- */

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

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:69px;
	height:16px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
	}
	body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
	}

#wrap-columns {
	background:url("../images/bg-wrap-columns.jpg") right bottom no-repeat;
	float:left;
	padding-bottom:110px;
	}
	body#index #wrap-columns {
		background:url("../images/bg-wrap-columns-index.jpg") right bottom no-repeat;
		float:left;
		}
	body#thankyou #wrap-columns {
		background:url("../images/bg-wrap-columns.jpg") right bottom no-repeat;
		float:left;
		padding-bottom:90px;
		}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:81px;
	}
	/* index page link within #masthead */
	#masthead a {
		position:absolute;
		left:48px;
		top:20px;
		width:310px;
		height:40px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	background:url("../images/bg-column-left-index.jpg") top left no-repeat;
	width:179px;
	float:left;
	padding-top:71px;
	}

#column-left {
	float:left;
	padding:68px 20px 0 46px;
	width:502px;
	}

	#column-left p, #column-left ul {
		margin:0 0 15px;
		}
	#column-left form {margin-left:46px;}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			}

	#column-left ul.misspell {
		padding-left:5px;
		width:135px;
		float:left;
		font-size:10px;
		clear:both;
		}
		#column-left ul li.misspell {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			#column-left p.misspell-first {
			margin:0 5px 0 45px;
			font-size:10px;
			float:left;
			width:145px;
			clear:both;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; }
		#column-left ul.multi li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px;
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ----- column-center ----- */

#column-center {
	background:url("../images/bg-column-center.jpg") top left no-repeat;
	width:323px;
	float:left;
	padding-top:125px;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 25px 10px 25px;
		}

	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			line-height:20px;
			}

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right.jpg") top no-repeat;
	width:252px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0 46px 10px 20px;
		}
	#column-right form { margin-left:20px; }

	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li {
			background:transparent url("../images/bullet-right.jpg") 0px 6px no-repeat;
			padding-left:25px; /* pushes text to the right to display bg img */
			}

/* ----- bottom-wrap ----- */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:16px;
	clear:both;
	width:100%; /* fix for Safar */
	}

body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg") no-repeat;
	height:17px;
	clear:both;
	width:100%; /* fix for Safar */
	}


/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { background:url("../images/headers/header-about.jpg"); height:186px;} /* sets height for all non-flash headers */

	body#index #header-graphic { background: url("../images/headers/header-index.jpg");}
	body#about #header-graphic { background:url("../images/headers/header-about.jpg");}
	body#face #header-graphic { background:url("../images/headers/header-face.jpg");}
	body#breast #header-graphic { background:url("../images/headers/header-breast.jpg");}
	body#body #header-graphic { background:url("../images/headers/header-body.jpg");}
	body#contactus #header-graphic,
	body#sitemap #header-graphic { background:url("../images/headers/header-contactus.jpg");}
	body#thankyou #header-graphic { background:url("../images/headers/header-thankyou.jpg");}
	body#augmentation #header-graphic { background:url("../images/headers/header-augmentation.jpg");}
	body#tummy #header-graphic, body#blog #header-graphic  { background:url("../images/headers/header-tummy.jpg");}

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

	#column-left { background: url("../images/subheaders/subhead-about.jpg") no-repeat; }
	body#index #subhead { height: 20px; background:url("../images/subheaders/subhead-index.jpg") no-repeat; }
	body#about #column-left { background: url("../images/subheaders/subhead-about.jpg") no-repeat; }
	body#face #column-left { background: url("../images/subheaders/subhead-face.jpg") no-repeat; }
	body#breast #column-left { background: url("../images/subheaders/subhead-breast.jpg") no-repeat; }
	body#body #column-left { background: url("../images/subheaders/subhead-body.jpg") no-repeat; }
	body#contactus #column-left { background: url("../images/subheaders/subhead-contactus.jpg") no-repeat; }
	body#sitemap #column-left { background: url("../images/subheaders/subhead-sitemap.jpg") no-repeat; }
	body#thankyou #column-left { background: url("../images/subheaders/subhead-thankyou.jpg") no-repeat; }
	body#augmentation #column-left { background: url("../images/subheaders/subhead-augmentation.jpg") no-repeat; }
	body#tummy #column-left { background: url("../images/subheaders/subhead-tummy.jpg") no-repeat; }
	body#blog #column-left { background: url("../images/subheaders/subhead-blog.jpg") no-repeat; }

#subhead-location { background: url("../images/subheaders/subhead-location-about.jpg"); height:70px; } /* sets height for all subheads */

	body#index #subhead-location { height: 143px; background:url("../images/subheaders/subhead-location-index.jpg"); }
	body#about #subhead-location { background: url("../images/subheaders/subhead-location-about.jpg"); }
	body#face #subhead-location { background: url("../images/subheaders/subhead-location-face.jpg"); }
	body#breast #subhead-location { background: url("../images/subheaders/subhead-location-breast.jpg"); }
	body#body #subhead-location { background: url("../images/subheaders/subhead-location-body.jpg"); }
	body#contactus #subhead-location,
	body#sitemap #subhead-location,
	body#thankyou #subhead-location { background: url("../images/subheaders/subhead-location-contact.jpg"); }
	body#augmentation #subhead-location { background: url("../images/subheaders/subhead-location-augmentation.jpg"); }
	body#tummy #subhead-location { background: url("../images/subheaders/subhead-location-tummy.jpg"); }
	body#blog #subhead-location { background: url("../images/subheaders/subhead-location-blog.jpg"); }

/* footer
 * ------------------------------------------------------------------------- */

#footer {
	background:url("../images/bg-footer.jpg") repeat-y;
	text-align:center;
	padding:10px 50px;
	}

#footer p {
	color:#FFFFFF;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:none; }

#footer ul {margin:0 0 1em;padding-top:10px;}

#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 #FFFFFF;
	}

	#footer li.first { border: none; }

/* SPRITE NAVIGATION */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:820px;		/* Width of buttons, not entite image (or half of entire image) */
	height:30px;		/* Height of entire image */
	margin:0px;
	padding:0px;
	z-index:1;
	position:relative;
	}

#nav span { display: none; }

#nav li, #nav a {
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	}

#nav li {
	float: left;
	list-style: none;
	display: inline;	/* fixes IE/Win double margin float bug (safe) */
	position: relative;
	}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */
/* width - width of each button, they will each most likely be unique */
#nav-01 { width:65px; margin-left: 35px;}
#nav-02 { width:82px;}
#nav-03 { width:160px;}
#nav-04 { width:175px;}
#nav-05 { width:161px;}
#nav-06 { width:106px;}

/* Changed values should match "width" numbers specified above */
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -35px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -100px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -182px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -342px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -517px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -678px -30px no-repeat; }

/* SON OF SUCKERFISH */

#nav li ul {
	clear: both;
	position:absolute;
	left:-9999px;
	padding-right:1px;  		/* Fixes one px spacing for border-right in FF */
	background-color:#897249;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#nav li ul li {
	border:1px solid #252118;
	border-top:none;
	height:20px;				/* Height of each drop down menu item */
	}

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down menu item, should match above */
	line-height:20px;			/* Height of each drop down menu item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:auto;  }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover {
	background-image:none;
	background-color:#252118;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:87px; }
#nav-03 ul, #nav-03 li { width:160px; }
#nav-04 ul, #nav-04 li { width:175px; }
#nav-05 ul, #nav-05 li { width:161px; }

/* ----- Social Media Kit ---------*/
#social-media img {
	margin:0 -12px 20px 20px;
	width:35px;
	}
.sidebar-blog { display:block; height:112px; width:252px; margin:0; padding:0; }
.sidebar-assoc { display: block; width:252px; height:147px; float:right; }

