/* 
 ----------------------------------------------------------------------------
  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,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


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

/* ----- type selectors ----- */ 
body { 
	background: #EFE8DF url("bg/bg-page.jpg"/*tpa=http://www.tolanfacialplastics.com/gallery/bg/bg-page.jpg*/) repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

span	{ display:none; }

a:link,a:visited	{ color:#700000; text-decoration:underline; }
a:hover,a:active	{ color:#AF0202; text-decoration:underline; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	background:url("bg/bg-wrap.jpg"/*tpa=http://www.tolanfacialplastics.com/gallery/bg/bg-wrap.jpg*/) repeat-y;
}

#header-graphic {
	width: 500px;
	height: 81px;
	background: url("bg/header.jpg"/*tpa=http://www.tolanfacialplastics.com/gallery/bg/header.jpg*/) no-repeat;
	position:relative;
}
	#header-graphic a {
	position:absolute;
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:81px;
		}
	#header-graphic a span { 
		display:none; 
		}

#procedures {
	width: 500px;
	height: 40px;
	background: url("bg/procedures.jpg"/*tpa=http://www.tolanfacialplastics.com/gallery/bg/procedures.jpg*/) no-repeat;
	text-align: center;
}

	#procedures h1 {
		font-size: 16px;
		font-weight: bold;
		color: #564A8C;
		line-height: 40px;
	}
	
#image {
	width: 500px;
}

#caption p {
	margin:10px 30px 10px 40px;
	text-align:center;
}

#menu {
	width: 500px;
	text-align: center;
	height:30px;
	line-height:30px;
}

select {
	background-color:#E2D4C0; 
	border:1px solid #927956;
	color:#000000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	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:12px;
	margin-right:10px;
}

#footer {
	width: 500px;
	height: 47px;
	margin: 0 auto;
	background: url("bg/footer.jpg"/*tpa=http://www.tolanfacialplastics.com/gallery/bg/footer.jpg*/) no-repeat;
}

