/* ------------------------------------------------------------------------------------- */
/* 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: #FFFFFF;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8D201E;
	text-decoration: underline;
}

span {
	display: none;
}

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

#wrapper {
	width: 475px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 475px;
	height: 63px;
	background: url(bg/header.jpg) left top no-repeat;
}

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

	#procedures h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 33px;
	}
	
#image {
	width: 475px;
}

#caption p {
	margin-left: 50px;
	margin-right: 35px;
}

#menu {
	width: 475px;
	height: 25px;
	text-align: center;
}

select {
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
	border: 1px solid #8D201E;
	background-color: #FFFFFF;
}

#footer {
	width: 475px;
	height: 36px;
	margin: 0 auto;
	background: url(bg/footer.jpg) left top no-repeat;
}

#close {
	width: 475px;
	height: 20px;
	text-align: right;
}


