/* ===============================================================

   KIT HALL TATTOO // KIT HALL
   Design by Ian Hall // ian@flamingballofwreckage.net
   (c) 2007-09 KIT HALL / KIT HALL TATTOO, All Rights Reserved.

=============================================================== */

* { padding: 0; margin: 0; }


/* --------------------------------------------------------------- 
   Standard styles
--------------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #fff url('../_img/background.jpg');
	color: black;
	}
	
a, a:visited {
	color: #a33930;
	cursor: pointer;
	}
	
a:active, a:hover {
	color: #000;
	cursor: pointer;
	}
	
	
#header {
	margin: 50px 0px 0px 0px;
	height: 110px;
	background: url('../_img/background-specials.png') no-repeat;
	}
	
#header #h1h2 {
	display: none;
	}
	
#navigation {
	border-top: 1px solid #fff;
	background: url('../_img/background-specials.png') no-repeat 0px -160px;
	font-size: 1.4em;
	padding: 10px 0px;
	}
	
#navigation-left {
	background: url('../_img/navigation-1.png') no-repeat center right;
	text-align: right;
	}
	
#navigation-middle {
	text-align: center;
	}
	
.navigation-divider {
	padding: 0px 10px;
	}
	
#navigation-right {
	background: url('../_img/navigation-2.png') no-repeat center left;
	}
	
#content {
	background: url('../_img/background-container.png') repeat;
	min-height: 400px;
	}
	
	#content img {
		border: 1px solid silver;
		padding: 2px;
		}
		
	#google-map {
		height: 400px;
		}
		
	#google-map-image {
		display: none;
		}
	
#footer {
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin-bottom: 50px;
	background: url('../_img/background-specials.png') no-repeat bottom center;
	}