/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* basic elements
 * ------------------------------------------------------------------------------------- */

body {
	background:#50AADF url(bg-img/bg-body.jpg) repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	
h1	{ font-size:1.2em; color:#FFFF93; font-weight:bold; }

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

div.clear{ width:100%; clear:both; }

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

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

#masthead {
	position:relative;
	width:660px;
	height:69px;
	background: url("bg-img/masthead.jpg") left top no-repeat;
}

	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:2px;
		width:656px;
		top:3px;
		height:58px; 
		}
	#masthead a span {
		display:none;
		}

#procedures {
	width:660px;
	height:40px;
	text-align:center;
	background: url("bg-img/procedures.jpg") left top no-repeat;
}

	
#case {
	width:423px;
	float:left;
}

#caption {
	float:left;
	width:237px;
}
	#caption p {
		margin:20px 30px 8px 0;
		}


#menu {
	background:url("bg-img/bg-menu.jpg") ;
	width: 660px;
	text-align: center;
	height:45px;
}

	#menu p {
		margin: 0 35px 10px 35px;
		}


	select {
		background-color:#2685CC !important; /* to prevent highlighting by Google Toolbar */
		border:none;
		color:#FFFF93;
		width:182px;
		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;
		font-weight:bold;
		margin-top:3px;
		}

#bottom-wrap {
	width: 660px;
	height: 20px;
	margin: 0 auto;
	clear:both;
	background: url("bg-img/bottom-wrap.jpg") left top no-repeat;
}
