/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */
body#gallery #wrap-gallery {
	width:500px;
	margin:0;
	padding:0;
	}

body#gallery #procedure-list ul { margin-left:45px; padding:0; } 
		body#gallery #procedure-list ul li {
			list-style:none;
			float:left;
			width:145px;
			line-height:20px; 
			}

body#gallery #nav-gallery {
	width:450px;
	float:left;
	padding:10px 0 20px 45px;
	}

body#gallery #selection {
	width:450px;
	height:40px;
	float:left;
	padding:20px 0 0 45px;
	}

	body#gallery #selection select {
		background-color:#000000 !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #8A722D;
		width:200px; /* 5 pixles smaller than form width !important */
		height:20px;
		line-height:20px;
		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;
		color:#CCAE56;
		}

body#gallery #case {
	margin:0 auto;
	padding-bottom:250px;
	}

body#gallery #caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	}


