@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	background: url(images/bg-body.jpg) 0 0 repeat;
	font:11px "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper { 
	background:url(images/bg-wrapper.jpg) center top repeat-y;
	padding:0 10px;
	}

	#header {
		background:url(images/bg-header_quality_kitchen.jpg) 0 0 no-repeat;
		height:80px;
		}
		
		#header h1 { 
			text-indent:-9999px;
			margin:0;
			}
		
			#header h1 a {
				float:left;
				width:200px;
				height:70px;
				margin-left:15px;
				}
			
		.mnf {
			position:relative;
			float:right;
			color:#eee6cf;
			right:10px;
			width:150px;
			top:45px;
			}
			
			.mnf a {
				color:#eee6cf;
				text-decoration:none;
				}
				
	.banner {
		text-align:center;
		padding:2px;
		}

	.gContent { background:url(images/bg-filler-gallery.png) top center repeat-y;}	
	
		.gContent h2 {
			font:normal 18px "Tahoma", Arial, Helvetica, sans-serif;
			color:#5b5139;
			margin-top:0;
			}
		
			.igallery {
				padding:4px;
				border:1px solid #000;
				}	
			
		.gContent a {
			text-decoration:none;
			color:#5b5139;
			}
	.leftCol {}
	
		.leftCol h1 {
			color:#5b5139;
			margin:0;
			font-weight:normal;
			font-size:18px;
			}
			
		.leftCol p {
			margin-top:0;
			line-height:1.35em;
			}
			
			.opening {
				text-transform:uppercase;
				color:#5b5139;
				font-weight:bold;
				}
	.address {}
	
		.address h3 {
			font:normal 18px "Tahoma", Arial, Helvetica, sans-serif;
			margin-top:0;
			}			
		
		.address p {color:#fff;}
		
			.address p a {text-decoration:none; color:#fff}
		
#subfooter { 
	background:#9f9272 url(images/bg-subfooter.jpg) 0 0 no-repeat;
	height:12px;
}

#footer {
	background:#9f9272;
	padding-bottom:8px;
	}

	.copyrite {
		font: 11px "Tahoma", Arial, Helvetica, sans-serif;
		color:#fff;
		text-align:center;
		}
		
		.copyrite a {
			color:#fff;
			text-decoration:none;
			}