/*--------------------- 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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background-color:#000000;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ffffff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.5em; color:#ffffff; float:left; padding-left:5px;}

a:link,a:visited	{ color:#ffffff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:underline; outline:none; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */

#wrap-gallery {
	width:620px;
	margin:0 auto;
	text-align:left;
	background:url("bg-imgs/wrap-bg.jpg")  0px 72px no-repeat;
	}

#masthead {
	position:relative;
	height:72px;
	background:url("bg-imgs/masthead.jpg") no-repeat;
	}
	#masthead a {
	position:absolute;
	left:0px;
	top:0px;
	width:616px;
	height:67px;
		}
	#masthead a span {
		display:none;
		}

#disclaimer {
	position:relative;
	height:300px;
	background:url("bg-imgs/disclaimer.jpg") no-repeat;
	}
	#disclaimer a {	
		position:absolute;
		left:0px;
		top:0px;
		width:0px;
		height:0px; 
		}
	#disclaimer a span {
		display:none;
		}
	

#procedure {
	height:35px;
	background:url("bg-imgs/procedure.jpg") left top no-repeat;
	text-align: center;
	text-transform:capitalize;
	margin-left:120px;
	padding:5px 5px 0px 5px;
	}
	

	select {
		float:left;
		background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #415f64;
		color:#000;
		width:145px; /* 5 pixles smaller than form width !important */
		height:20px;
		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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		text-transform:capitalize;
		margin-left:5px;
		}
		
#nav-gallery {
	text-align:center;
	margin-bottom:10px;
	}

#case { 
	position:relative;
	top:0px; left:0px;
	z-index:0px;
	display:block; 
	}
	#case img {margin-left:120px;}

#caption {
	width: 610px;
	height:100px;
	margin-top:25px;
	padding-bottom: 1px;
}

	#caption p {
		color:#FFFFFF;
		padding-left: 50px;
		padding-right: 30px;
	}
	
	#caption p.centered {
		color:#FFFFFF;
		padding-left: 150px;
		padding-right: 30px;
	}
	
#bottom-wrap {
	height:40px;
	margin:0 auto;
	background:url("bg-imgs/bottom-wrap.jpg") left top no-repeat;
}

#videowebsite-button {
	position:absolute;
	width:209px;
	height:91px;
	top:41px;
	left:394px;
	z-index:2;
	}
	#videowebsite-button a{
		position:absolute;
		left:0px; top:0px;
		background:url("bg-imgs/video-button.gif") left top no-repeat;
		width:209px;
		height:91px;
		}
		#videowebsite-button a:hover {background-position:0px -91px;}
		#videowebsite-button a span {
			display:none;
			}
			
img.img-right { 
	float:right; 
	margin:-12px 0px 0px 10px; 
	}

