@charset "utf-8";
/* CSS Document */

	body {
	
	/*	background: #171717 url('../../img/darkwall/page_background.jpg') top center repeat-y;*/
		background: #171717 url('../../img/darkwall/page_background4.jpg') top center no-repeat; 
		color: #d4d4d4;
		
	}
	
	#hoursBox, .eventBox, #globeBox, #eventMore { background: transparent url('/assets/img/darkwall/divider.jpg') center left no-repeat; }
	
	#eventMore a { background: transparent url('../../img/darkwall/arrow.png') top left; }
	#sofaBox a { background: transparent url('../../img/sofa.png') center center no-repeat; }
	#globeBox a { background: transparent url('../../img/globe.png') center center no-repeat; }
	
	#splash { visibility: visible; }
	
	a { text-decoration: none; color: #FFC801; }
	a:hover { color: #F7C200; /*#BA2A22;*/ }
		
	#quickInfoBg { background-color: #333; }
	
	h3, #menu { border-bottom: 1px #000 dotted; }
	#footer { margin-top: 60px; border-top: 1px #000 dotted; }
	
	.footMenu p { border-bottom: 1px #000 dotted; padding-bottom: 4px;}
	
	.diagonalDivider { height: 8px; background: transparent url('../../img/darkwall/diagonal.gif') top left; display:block; }	
	
	
	input[type=text] { background-color: #d4d4d4; }
	input[type=password] { background-color: #d4d4d4; }
	textarea { background-color: #d4d4d4; }
	input[type=submit] { background-color:#FFC801; color:#000; border: none; }
	input[disabled=disabled] { background-color:#d4d4d4; color:#666; border: none; }
	
	