/* 
 ----------------------------------------------------------------------------
  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:#C0947E url("bg/bg-body.gif") top left repeat-x;
	text-align:center; 
	font:11px/17px Arial, Helvetica, sans-serif; 
	color:#63451E;
	}

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:#000; }
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:#C9503B; text-decoration:underline; }
a:hover,a:active	{ color:#63451E; text-decoration:underline; }


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

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

#masthead {
	width: 582px;
	height: 148px;
	background: url("bg/masthead.jpg") no-repeat;
}

#procedures {
	width: 582px;
	height: 50px;
	background: url("bg/procedure.jpg") no-repeat;
	text-align: center;
}

#image {
	width: 582px;
}

#img-bna {
	width:582px;
	background:url("bg/img-before-after.jpg") no-repeat;
	height:35px;
	}

#menu {
	width: 582px;
	text-align: center;
}

select { 
	background-color:#fff !important; 
	border:1px solid #DDB98B;
	color:#63451E;
	width:150px; /* 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:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

#footer {
	width: 582px;
	height: 73px;
	margin: 0 auto;
	background: url("bg/bottom-wrap.gif") no-repeat;
}



