/*--------------------- Last Modified --> 2006.05.03 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


body { 
	background:#D3B672 url("bg-imgs/bg.jpg") repeat-x;
	text-align:left; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#30210D;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1, h2	{ font-size:1.0em; color:#30210D; }

a:link,a:visited	{ color:#30210D; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#30210D; text-decoration:none; outline:none; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	background:#D3B672 url("bg-imgs/bg-tour.jpg") no-repeat;
	width:580px;
	text-align:center;
	padding-top:85px;
	padding-bottom:10px;
	position:relative;
	}	
	
#wrap p, #wrap h1, #wrap h2, #wrap #case img {
	margin:0 auto 11px auto;
	}
	
	#wrap a#masthead {
		position:absolute;
		top:0;
		left:0;
		width:266px;
		height:82px;
		}
		
		#wrap a#masthead span { display:none; }
	
#case img {
	border:1px solid #663C0A;
	margin:0 auto;
	}
	
p.close {
	font-size:10px;
	}


