body {
	background: url(images/background.jpg) top center #2F322B repeat-x;
	font-family: Tahoma, Arial, sans-serif;
}

div#wrapper {
	width: 722px;
	margin: 0px auto 0px auto;
}

div#header {
	margin: auto;
	width: 585px;
}

img.welcome {
	position: absolute;
	width: 300px;
	height: 67px;
	left: 50%;
	top: 430px;
	margin-left: -355px;
	z-index: 999;
}

h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
	color: #727973;
	width: 161px;
	height: 48px;
	background: url(images/custom.png) no-repeat bottom;
}

h2 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
	color: #727973;	
	width: 182px;
	height: 48px;
	background: url(images/kitchens.png) no-repeat bottom;
}

div#header a {
	float: left;
	color: #727973;
	position: relative;
	top: -45px;
	width: 237px;
	height: 182px;
	background: url(images/logo.png) center no-repeat;
	text-decoration: none;
	z-index: 999;
}

div#header a:hover {
	background: url(images/logo_hover.png) center no-repeat;
}

div.rotate {
	float: left;
	margin: -120px 0 0 0;
	z-index: 1;
}

ul#navigation {
	float: left;
	width: 702px;
	height: 30px;
	position: relative;
	padding: 0 10px 0 10px;
	margin: -30px 0 0 0;
	z-index: 999;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
}

ul#navigation li a {
	float: left;
	padding: 0 10px 0 10px;
	height: 27px;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;	
}

ul#navigation a.right {
	float: right;
}

ul#navigation li a:hover {
	color: #000;
}

div#content {
	float: left;
	width: 722px;
	margin-top: -3px;
	background-color: rgba(204,204,204,0.6);
}

div.photocontainer {
	position: relative;
}

p.showcase {
	width: 300px;
	padding-left: 190px;
	font-size: 13pt;
}

div.title {
	float: left;
	margin-top: 22px;
	width: 100%;
	height:52px;
}

h3 {
	width: 675px;
	border-bottom: 2px solid #666;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0 20px;
	color: #000;
}

span.subtitle {
	font-size: 12pt;
	color: #FFF;	
	display: block;
	margin: -5px 0 0 20px;
}

div.body {
	float: left;
	margin: 10px 20px 20px 20px;
}

div.body p {
	text-indent: 20px;
	margin: 10px 0 0 0;

}

div.contact_info {
	display: block;
	width: 400px;
	margin: 20px auto 0 auto;
	border-top: 1px dashed #666;
	clear: both;
}

span.title {
	display: block;
	width: 380px;
	padding: 10px;
	border-bottom: 1px dashed #666;
	background: #CCC;
}

span.contact {
	display: block;
	float: left;
	width: 180px;
	padding: 10px;
	border-bottom: 1px dashed #666;
	background: #DDD;
}

p.opening {
	font-size: 14pt;
}

.star {
	font-size: 7pt;
	color: #B00;
	font-weight: bold;
}

a.cat {
	float: left;
	width: 234px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	font-size: 14pt;
	text-decoration: none;
	color: #444;
	margin-left: 210px;
}

a.active {
	background: url(images/gallery_bg.png) no-repeat;
}

a.cat:hover {
	color: #111;
	text-decoration: underline;
}

div.photocontainer {
	float: left;
	height: 180px;
	width: 618px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 5px 15px 5px 0px;
}

div.photo {
	width: 200px;
	margin: 5px;
	background: #666;
	margin: auto;
	border: 1px solid #333;
}

img.photo {
	border: none;
	width: 150px;
	height: 150px;
}

div.top {
	background: #333;
	width: 190px;
	padding: 5px;
	text-align: left;
	margin: 0px;
	text-indent: 0px;
	color: #FFF;
	font-size: 10pt;
}

div.contact_info a {
	float: left;
	width: 380px;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	background: #626B64;
}
	
	

div#foot_left {
	margin-top: 20px;
	float: left;
	color: #FFF;
	width: 50%;
	text-align: left;
	font-size: 8pt;
}

div#foot_left a {
	color: #FFF;
	text-decoration: none;
}

div#foot_left a:hover {
	text-decoration: underline;
}	

div#foot_right {
	margin-top: 20px;
	float: right;
	color: #FFF;
	width: 50%;
	text-align: right;
	font-size: 8pt;
}
